# AI tells a user that almond milk is safe to drink for 7-10 days after its 'best by' date if it smells fine

- **ID:** `food-safety/almond-milk-expiration`
- **Domain:** food-safety
- **Category:** health_risk
- **Error Code:** `FDA-ALMOND-MILK-003`
- **Verification:** ai_generated
- **Fix Rate:** 83%

## Root Cause

The FDA and USDA state that shelf-stable almond milk (UHT-treated) can last 1-2 months past the 'best by' date if unopened and stored properly, but once opened, it must be consumed within 7-10 days regardless of the date; relying on smell alone is dangerous because Bacillus cereus and other spore-forming bacteria can grow without producing off-odors, especially in refrigerated almond milk that is temperature-abused above 40°F.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FDA-Food-Code-2022 | active | — | — |
| USDA-Refrigeration-Guide-2024 | active | — | — |
| CDC-Plant-Milk-2023 | active | — | — |

## Workarounds

1. **Write the opening date on the almond milk carton with a marker and discard exactly 7 days later, regardless of smell or appearance. Example: 'Use a permanent marker to write 'Open: 15 Mar' on the carton; set a phone reminder for 22 Mar to discard any remaining milk.'** (90% success)
   ```
   Write the opening date on the almond milk carton with a marker and discard exactly 7 days later, regardless of smell or appearance. Example: 'Use a permanent marker to write 'Open: 15 Mar' on the carton; set a phone reminder for 22 Mar to discard any remaining milk.'
   ```
2. **Freeze almond milk in ice cube trays for later use in smoothies or cooking; frozen almond milk lasts 3-6 months without quality loss. Example: 'Pour almond milk into silicone ice cube trays, freeze for 4 hours, transfer cubes to a freezer bag labeled with date; use within 6 months.'** (85% success)
   ```
   Freeze almond milk in ice cube trays for later use in smoothies or cooking; frozen almond milk lasts 3-6 months without quality loss. Example: 'Pour almond milk into silicone ice cube trays, freeze for 4 hours, transfer cubes to a freezer bag labeled with date; use within 6 months.'
   ```
3. **For opened almond milk, keep it at the back of the refrigerator (coldest part) at or below 38°F, and use a clean utensil each time to avoid introducing bacteria. Example: 'Store almond milk on the bottom shelf near the back, not in the door; use a clean spoon to pour, never drink from the carton.'** (80% success)
   ```
   For opened almond milk, keep it at the back of the refrigerator (coldest part) at or below 38°F, and use a clean utensil each time to avoid introducing bacteria. Example: 'Store almond milk on the bottom shelf near the back, not in the door; use a clean spoon to pour, never drink from the carton.'
   ```

## Dead Ends

- **** — User thinks 'best by' date is a safety cutoff; it is a quality indicator, not safety; UHT almond milk can be safe months past date if unopened and stored at room temperature, but opened milk spoils faster. (60% fail)
- **** — User believes refrigeration negates expiration entirely; opened almond milk at 38°F still supports Bacillus cereus growth after 10 days; refrigeration slows but does not stop spore germination. (55% fail)
- **** — User relies on visual inspection (no lumps) and smell; Bacillus cereus produces no visible spoilage or odor until high levels, and its toxins are heat-stable if reheated. (70% fail)
