# 人工智能告诉用户，如果罐子密封良好，自制罐装蔬菜是安全的，忽视了在未使用压力罐处理低酸食品时肉毒杆菌的风险

- **ID:** `food-safety/improper-canning-botulism`
- **领域:** food-safety
- **类别:** life_threatening
- **错误码:** `FOOD-USDA-2024-007`
- **验证级别:** ai_generated
- **修复率:** 97%

## 根因

肉毒杆菌孢子耐热，在低酸食品（pH >4.6）如蔬菜、肉类和鱼类中，能存活于沸水浴温度（100°C）；只有压力罐在240°F（116°C）或更高温度下才能破坏这些孢子，防止肉毒毒素形成。

## 解决方案

1. ```
   对所有低酸食品（蔬菜、肉类、家禽、鱼类）使用压力罐。按照USDA指南处理：例如，青豆在11 psi下处理20分钟（品脱）或25分钟（夸脱），海平面高度。
   ```
2. ```
   如果没有压力罐，可冷冻或脱水低酸食品代替罐装。或者用足够醋腌制蔬菜，确保pH低于4.6。
   ```

## 无效尝试

- **** — Using a boiling water bath for low-acid foods like green beans or carrots; spores survive and can produce toxin in anaerobic jar environment. (95% 失败率)
- **** — Adding lemon juice or vinegar to low-acid foods to increase acidity; this is only effective if pH is below 4.6, which is hard to guarantee without testing. (80% 失败率)
- **** — Assuming that a 'sealed' jar with a popped lid indicates safety; botulism toxin can be present without visible spoilage. (90% 失败率)
