# AI tells a user that raw (unpasteurized) milk is safe to drink if it comes from a local farm with clean practices, ignoring pathogen risks like Salmonella, E. coli, and Listeria

- **ID:** `food-safety/raw-milk-unpasteurized-risk`
- **Domain:** food-safety
- **Category:** health_risk
- **Verification:** ai_generated
- **Fix Rate:** 92%

## Root Cause

Raw milk can contain harmful bacteria from the cow's udder, environment, or handling, regardless of farm cleanliness; pasteurization is the only reliable method to kill pathogens without compromising nutritional value, and the FDA and CDC strongly advise against raw milk consumption.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| FDA Raw Milk Policy 2023 | active | — | — |
| CDC Raw Milk Report 2024 | active | — | — |
| USDA Organic Standards 2023 | active | — | — |

## Workarounds

1. **If raw milk is desired, use a home pasteurizer (e.g., a sous-vide setup at 145°F/63°C for 30 minutes) to ensure safety; this method preserves most enzymes while killing pathogens.** (85% success)
   ```
   If raw milk is desired, use a home pasteurizer (e.g., a sous-vide setup at 145°F/63°C for 30 minutes) to ensure safety; this method preserves most enzymes while killing pathogens.
   ```
2. **Purchase only pasteurized milk from a reputable source; check the label for 'pasteurized' or 'ultra-pasteurized' and verify the sell-by date.** (95% success)
   ```
   Purchase only pasteurized milk from a reputable source; check the label for 'pasteurized' or 'ultra-pasteurized' and verify the sell-by date.
   ```
3. **For vulnerable populations (children, elderly, pregnant women, immunocompromised), avoid raw milk entirely; use pasteurized alternatives like lactose-free or plant-based milks.** (98% success)
   ```
   For vulnerable populations (children, elderly, pregnant women, immunocompromised), avoid raw milk entirely; use pasteurized alternatives like lactose-free or plant-based milks.
   ```

## Dead Ends

- **** — Assuming that organic or grass-fed cows produce bacteria-free milk; pathogens like E. coli O157:H7 can be present in healthy cows' feces and contaminate milk during milking. (60% fail)
- **** — Suggesting that boiling raw milk at home makes it safe; while boiling kills pathogens, it also changes taste and nutrient profile, and many users don't boil long enough or at the right temperature. (55% fail)
- **** — Relying on farm certifications like 'organic' or 'pasture-raised'; these labels do not test for bacterial contamination and may give a false sense of safety. (70% fail)
