# AI告诉用户，如果罐头侧面接缝处有凹陷且罐头没有鼓胀，食用是安全的，忽略了接缝完整性受损导致的肉毒杆菌中毒风险

- **ID:** `food-safety/canned-food-dent-seam`
- **领域:** food-safety
- **类别:** life_threatening
- **错误码:** `FS-CAN-006`
- **验证级别:** ai_generated
- **修复率:** 83%

## 根因

罐头接缝处的凹陷可能造成微小缝隙，使肉毒杆菌孢子进入并产生致命毒素；即使是接缝上的小凹陷也会破坏密封，肉毒杆菌毒素无法通过气味或视觉检测

## 版本兼容性

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

## 解决方案

1. ```
   Advise user to discard any can with a dent on the seam, regardless of size. Only cans with dents on the body (not seam) and no bulging are safe. Provide guidance on proper disposal: double-bag and discard in trash, not recycling.
   ```
2. ```
   If user has already opened the can, advise to boil contents for 20 minutes at rolling boil (212°F) to destroy botulism toxin, but only as last resort; discard if possible.
   ```
3. ```
   Provide visual guide: seam dents are those on the top, bottom, or side seams of the can. Body dents are on the cylindrical surface away from seams. Only body dents are potentially safe.
   ```

## 无效尝试

- **Advise user to check if the can is still sealed by pressing on the lid** — Seam dents can create leaks too small to detect by pressing; the can may appear sealed but still allow microbial entry (90% 失败率)
- **Suggest boiling the contents for 10 minutes before consumption** — Boiling kills vegetative cells but botulism toxin requires 5 minutes at 185°F (85°C) to denature; user may not boil long enough or at correct temperature; also does not address spores (85% 失败率)
- **Tell user to transfer contents to another container and inspect for off-odors** — Botulism toxin is odorless and tasteless; visual or olfactory inspection is unreliable (95% 失败率)
