# 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 from repeated cooling and reheating

- **ID:** `food-safety/leftover-rice-reheat-once`
- **Domain:** food-safety
- **Category:** health_risk
- **Error Code:** `FS-RICE-004`
- **Verification:** ai_generated
- **Fix Rate:** 78%

## Root Cause

Bacillus cereus spores survive cooking; repeated cooling and reheating cycles allow spores to germinate and produce heat-stable toxins that are not destroyed by reheating to 165°F, leading to emetic or diarrheal illness

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| model | active | — | — |
| platform | active | — | — |

## Workarounds

1. **Advise user to only reheat leftover rice once. After cooking, cool rice within 1 hour and refrigerate at ≤40°F. Reheat only the portion needed to 165°F, and discard any leftovers after reheating.** (90% success)
   ```
   Advise user to only reheat leftover rice once. After cooking, cool rice within 1 hour and refrigerate at ≤40°F. Reheat only the portion needed to 165°F, and discard any leftovers after reheating.
   ```
2. **Provide guidance on safe rice storage: portion rice into shallow containers (<2 inches deep) for rapid cooling, label with date, and consume within 3-4 days.** (85% success)
   ```
   Provide guidance on safe rice storage: portion rice into shallow containers (<2 inches deep) for rapid cooling, label with date, and consume within 3-4 days.
   ```
3. **For meal prep, recommend freezing rice in individual portions immediately after cooking. Thaw in refrigerator and reheat once, discarding any uneaten portion.** (80% success)
   ```
   For meal prep, recommend freezing rice in individual portions immediately after cooking. Thaw in refrigerator and reheat once, discarding any uneaten portion.
   ```

## Dead Ends

- **Advise user to reheat rice to 185°F to kill toxins** — Bacillus cereus emetic toxin is heat-stable up to 250°F; higher temperature does not destroy it (95% fail)
- **Suggest adding vinegar or lemon juice to rice before storage** — Acidity may slow spore germination but does not prevent toxin formation if rice is left at room temperature for extended periods (80% fail)
- **Tell user to freeze rice between uses** — Freezing stops germination but does not kill spores; repeated freeze-thaw cycles can still allow toxin production (85% fail)
