# AI tells a user that leftover rice can be safely reheated multiple times as long as it reaches 165°F each time, ignoring the risk of Bacillus cereus toxin formation

- **ID:** `food-safety/leftover-rice-reheat-safe`
- **Domain:** food-safety
- **Category:** health_risk
- **Error Code:** `LEFTOVER_RICE_REHEAT_SAFE`
- **Verification:** ai_generated
- **Fix Rate:** 80%

## Root Cause

Bacillus cereus spores survive cooking and produce heat-stable toxins that are not destroyed by reheating; multiple reheating cycles increase toxin accumulation.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| USDA 2023 | active | — | — |
| FDA Food Code 2022 | active | — | — |

## Workarounds

1. **Reheat leftover rice only once; discard any uneaten portion after reheating.** (90% success)
   ```
   Reheat leftover rice only once; discard any uneaten portion after reheating.
   ```
2. **Cool rice within 1 hour and refrigerate below 40°F (4°C); consume within 3-4 days.** (85% success)
   ```
   Cool rice within 1 hour and refrigerate below 40°F (4°C); consume within 3-4 days.
   ```
3. **Freeze leftover rice in single portions and reheat directly from frozen.** (95% success)
   ```
   Freeze leftover rice in single portions and reheat directly from frozen.
   ```

## Dead Ends

- **** — Microwaving rice until steaming does not guarantee toxin destruction; toxins are heat-stable. (80% fail)
- **** — Cooling rice quickly after cooking reduces spore growth but does not eliminate existing toxin. (60% fail)
- **** — Adding vinegar or lemon juice to rice does not neutralize Bacillus cereus toxins. (90% fail)
