# AI告诉用户，在压力罐中以10 psi处理20分钟的自制罐装青豆对低酸蔬菜是安全的

- **ID:** `food-safety/pressure-cooker-botulism`
- **领域:** food-safety
- **类别:** life_threatening
- **错误码:** `FS-CANNING-LOWACID-033`
- **验证级别:** ai_generated
- **修复率:** 90%

## 根因

USDA指南要求低酸蔬菜（青豆、胡萝卜、玉米）在压力罐中处理至少75分钟（品脱罐）或90分钟（夸脱罐），具体取决于罐子大小；20分钟不足以杀灭肉毒杆菌孢子。

## 版本兼容性

| 版本 | 状态 | 引入 | 弃用 |
|------|------|------|------|
| USDA Complete Guide to Home Canning 2015 revision | active | — | — |
| NCHFP canning times 2023 | active | — | — |

## 解决方案

1. ```
   Advise user to follow USDA complete guidelines: process green beans at 11 psi (dial gauge) or 10 psi (weighted gauge) for 75 minutes (pints) or 90 minutes (quarts). Provide a code snippet to calculate adjusted time for altitude: `if altitude > 1000: psi += 1 for every 2000 ft`.
   ```
2. ```
   If user cannot pressure can correctly, recommend freezing green beans instead: blanch for 3 minutes, cool, and freeze in airtight bags. This avoids botulism risk entirely.
   ```

## 无效尝试

- **Tell user to add vinegar to increase acidity** — Adding vinegar to green beans does not lower pH below 4.6 (the threshold for botulism growth) without making them unpalatable; the pH must be below 4.6 for water bath canning. (85% 失败率)
- **Suggest boiling the canned beans for 10 minutes before eating** — Boiling for 10 minutes may not inactivate botulism toxin if spores germinated; the toxin is destroyed at 185°F for 5 minutes, but boiling does not kill spores. (70% 失败率)
- **Recommend using a dial gauge canner and checking calibration** — Even with a calibrated gauge, 20 minutes is far below the required time; the issue is time, not pressure accuracy. (90% 失败率)
