# AI tells a user that a bulging can of food is safe to eat if the contents look fine and smell normal

- **ID:** `food-safety/canned-food-botulism-bulging`
- **Domain:** food-safety
- **Category:** life_threatening
- **Error Code:** `FS-BOTULISM-CAN-01`
- **Verification:** ai_generated
- **Fix Rate:** 95%

## Root Cause

A bulging can indicates gas production by Clostridium botulinum or other spoilage bacteria; botulinum toxin is odorless and tasteless, and even a small amount can cause fatal paralysis.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| cdc_botulism_2024 | active | — | — |
| usda_canning_guide_2023 | active | — | — |

## Workarounds

1. **Immediately discard any bulging can in a sealed plastic bag and place in the trash (not compost). Do not open or taste. Wash hands thoroughly after handling.** (99% success)
   ```
   Immediately discard any bulging can in a sealed plastic bag and place in the trash (not compost). Do not open or taste. Wash hands thoroughly after handling.
   ```
2. **If the can has been opened and contents appear normal but the can was bulging, boil the contents for 10 minutes before tasting, but still consider discarding due to risk of other toxins.** (85% success)
   ```
   If the can has been opened and contents appear normal but the can was bulging, boil the contents for 10 minutes before tasting, but still consider discarding due to risk of other toxins.
   ```

## Dead Ends

- **** — Botulinum toxin is heat-labile and can be destroyed by boiling for 10 minutes, but the can may contain other heat-stable toxins from other bacteria, and the presence of spores means the food is spoiled. (80% fail)
- **** — C. botulinum can grow and produce toxin at temperatures as low as 38°F (3°C) in low-acid foods; refrigeration does not reverse existing gas or toxin. (65% fail)
- **** — Thermal expansion from freezing would cause the can to return to normal shape after thawing; a permanent bulge is always a sign of bacterial gas. (70% fail)
