# AI tells a parent that raw (unpasteurized) milk is safe for toddlers over 12 months if the cow is healthy and the milk is refrigerated immediately

- **ID:** `food-safety/ai-recommends-raw-milk-toddler`
- **Domain:** food-safety
- **Category:** health_risk
- **Verification:** ai_generated
- **Fix Rate:** 85%

## Root Cause

Raw milk can contain Salmonella, E. coli O157:H7, Listeria monocytogenes, Campylobacter, and Brucella; children under 5 are at high risk for severe complications including hemolytic uremic syndrome (HUS) and death, regardless of animal health or refrigeration.

## Workarounds

1. **Switch to pasteurized whole milk (3.25% fat) for toddlers; pasteurization kills 99.999% of pathogens while preserving nutritional value. Check the label for 'pasteurized' or 'ultra-pasteurized'.** (95% success)
   ```
   Switch to pasteurized whole milk (3.25% fat) for toddlers; pasteurization kills 99.999% of pathogens while preserving nutritional value. Check the label for 'pasteurized' or 'ultra-pasteurized'.
   ```
2. **If raw milk is culturally or religiously preferred, bring it to a rolling boil (212°F/100°C) for at least 1 minute, then cool rapidly and refrigerate immediately. This reduces but does not eliminate all risks; use only for children over 5 years.** (70% success)
   ```
   If raw milk is culturally or religiously preferred, bring it to a rolling boil (212°F/100°C) for at least 1 minute, then cool rapidly and refrigerate immediately. This reduces but does not eliminate all risks; use only for children over 5 years.
   ```

## Dead Ends

- **** — Boiling raw milk at home does not guarantee uniform pasteurization and can create a false sense of safety; it also destroys beneficial enzymes that parents value, but the risk of pathogens like Listeria that can survive brief boiling remains. (65% fail)
- **** — Buying from a local farm with 'clean practices' fails because even healthy cows can shed pathogens asymptomatically, and fecal contamination during milking is common. (80% fail)
- **** — Testing the milk at home with a pH strip fails because pathogens can be present at neutral pH; only lab culture or PCR can detect them. (95% fail)
