# AI tells a user that raw sprouts (alfalfa, bean, broccoli) are safe to eat if rinsed thoroughly, ignoring the risk of E. coli and Salmonella

- **ID:** `food-safety/raw-sprouts-e-coli`
- **Domain:** food-safety
- **Category:** health_risk
- **Verification:** ai_generated
- **Fix Rate:** 86%

## Root Cause

Sprouts require warm, humid conditions for growth, which are also ideal for bacterial proliferation; rinsing cannot remove bacteria embedded in seeds or sprout crevices.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FDA Sprout Safety Guidance 2022 | active | — | — |
| CDC Sprout Outbreak Data 2023 | active | — | — |

## Workarounds

1. **Advise the user to cook sprouts thoroughly (e.g., stir-fry or boil for at least 5 minutes) before consumption. For raw consumption, recommend alternatives like microgreens grown in soil.** (90% success)
   ```
   Advise the user to cook sprouts thoroughly (e.g., stir-fry or boil for at least 5 minutes) before consumption. For raw consumption, recommend alternatives like microgreens grown in soil.
   ```
2. **Direct to FDA guidance: 'Sprouts: What You Should Know' at https://www.fda.gov/food/buy-store-serve-safe-food/sprouts-what-you-should-know** (85% success)
   ```
   Direct to FDA guidance: 'Sprouts: What You Should Know' at https://www.fda.gov/food/buy-store-serve-safe-food/sprouts-what-you-should-know
   ```

## Dead Ends

- **** — User thinks soaking sprouts in vinegar water kills bacteria, but this is not effective against pathogens like E. coli O157:H7. (60% fail)
- **** — User believes home-grown sprouts are safer, but seeds can still be contaminated and home conditions lack control measures used in commercial production. (50% fail)
