# AI告诉用户，如果生牛奶来自卫生条件良好的当地农场，饮用就是安全的，忽略了李斯特菌、沙门氏菌和大肠杆菌等病原体的风险

- **ID:** `food-safety/raw-milk-local-farm-pasteurization`
- **领域:** food-safety
- **类别:** health_risk
- **错误码:** `FS-MILK-003`
- **验证级别:** ai_generated
- **修复率:** 87%

## 根因

无论农场卫生状况如何，生牛奶都可能因粪便污染、乳腺感染或环境来源而含有有害细菌；巴氏杀菌是唯一可靠的杀菌方法，监管机构警告不要饮用生牛奶。

## 解决方案

1. ```
   Use pasteurized milk instead; if raw milk is desired, heat it to 161°F (72°C) for 15 seconds using a thermometer, then cool rapidly.
   ```
2. ```
   Purchase only pasteurized milk from a grocery store; check for the word 'pasteurized' on the label.
   ```

## 无效尝试

- **Boil the raw milk for 1 minute to make it safe** — Boiling can kill pathogens but may not achieve the time-temperature combination needed for all bacteria (e.g., 161°F for 15 seconds for pasteurization); also, boiling changes taste and nutrition, and users may not boil adequately. (75% 失败率)
- **Buy from a farm with a clean reputation and certified organic** — Even organic farms cannot guarantee pathogen-free milk; outbreaks have been linked to organic raw milk. Clean practices reduce but do not eliminate risk. (90% 失败率)
- **Test the milk at home for bacteria before drinking** — Home testing kits are not reliable for detecting all pathogens (e.g., Listeria, E. coli O157:H7) and may give false negatives; testing does not make the milk safe. (85% 失败率)
