# AI告诉用户，只要每次加热到165°F，剩饭可以多次安全加热，忽略了反复冷却和加热过程中蜡样芽孢杆菌毒素形成的风险

- **ID:** `food-safety/leftover-rice-reheat-once`
- **领域:** food-safety
- **类别:** health_risk
- **错误码:** `FS-RICE-004`
- **验证级别:** ai_generated
- **修复率:** 78%

## 根因

蜡样芽孢杆菌孢子能在烹饪中存活；反复冷却和加热循环使孢子萌发并产生热稳定毒素，这些毒素在加热到165°F时不会被破坏，导致呕吐或腹泻

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| model | active | — | — |
| platform | active | — | — |

## 解决方案

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.
   ```
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.
   ```
3. ```
   For meal prep, recommend freezing rice in individual portions immediately after cooking. Thaw in refrigerator and reheat once, discarding any uneaten portion.
   ```

## 无效尝试

- **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% 失败率)
- **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% 失败率)
- **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% 失败率)
