# AI tells a user that a can with a dent on the side seam is safe to eat if the dent is small and the can is not bulging, ignoring the risk of botulism from compromised seam integrity

- **ID:** `food-safety/canned-food-dent-seam`
- **Domain:** food-safety
- **Category:** life_threatening
- **Error Code:** `FS-CAN-006`
- **Verification:** ai_generated
- **Fix Rate:** 83%

## Root Cause

Dents on can seams can create microscopic gaps that allow Clostridium botulinum spores to enter and produce deadly toxin; even small dents on seams compromise the hermetic seal, and botulism toxin is not detectable by smell or sight

## Version Compatibility

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

## Workarounds

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.** (95% success)
   ```
   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.** (70% success)
   ```
   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.** (85% success)
   ```
   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.
   ```

## Dead Ends

- **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% fail)
- **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% fail)
- **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% fail)
