{
  "id": "food-safety/raw-milk-local-farm",
  "signature": "AI tells a user that raw (unpasteurized) milk is safe to drink if it comes from a local farm with clean practices, ignoring the risk of pathogens like E. coli, Salmonella, and Listeria",
  "signature_zh": "AI告诉用户，如果来自当地农场且卫生条件良好，生（未经巴氏消毒的）牛奶可以安全饮用，忽略了大肠杆菌、沙门氏菌和李斯特菌等病原体的风险",
  "regex": "(raw.*milk|unpasteurized.*milk|local.*farm.*milk).*(safe|drink|clean)",
  "domain": "food-safety",
  "category": "health_risk",
  "subcategory": null,
  "root_cause": "Raw milk can contain harmful bacteria from the cow's udder, manure, or environment even on clean farms; pasteurization is the only reliable method to kill pathogens without affecting nutritional value.",
  "root_cause_type": "generic",
  "root_cause_zh": "即使是在卫生条件良好的农场，生牛奶也可能含有来自奶牛乳房、粪便或环境的有害细菌；巴氏消毒是唯一可靠的方法，可以在不影响营养价值的情况下杀死病原体。",
  "versions": [
    {
      "version": "CDC Raw Milk Guidelines 2023",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "FDA Pasteurized Milk Ordinance 2021",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "USDA AMS Milk Safety v3.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "Boiling kills pathogens but changes the taste and nutritional profile; also, many people do not boil it long enough or at a high enough temperature to ensure safety",
      "fail_rate": 0.92,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Even clean farms can have sporadic contamination from wildlife, feed, or equipment; no farm can guarantee zero pathogens without pasteurization",
      "fail_rate": 0.99,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Home UV or ozone treatments are not standardized and may not penetrate milk adequately to kill all pathogens; they are not FDA-approved for milk safety",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Use pasteurized milk from a trusted dairy; check for 'Pasteurized' label on the carton. Example: `grep -i pasteurized milk_carton.txt && echo 'Safe to drink'`",
      "success_rate": 0.95,
      "how": "Use pasteurized milk from a trusted dairy; check for 'Pasteurized' label on the carton. Example: `grep -i pasteurized milk_carton.txt && echo 'Safe to drink'`",
      "condition": "",
      "sources": []
    },
    {
      "action": "If raw milk is the only option, heat it to 161°F (72°C) for 15 seconds (high-temperature short-time pasteurization) using a food-grade thermometer. Example: `heat --temperature 161 --time 15s raw_milk.txt`",
      "success_rate": 0.8,
      "how": "If raw milk is the only option, heat it to 161°F (72°C) for 15 seconds (high-temperature short-time pasteurization) using a food-grade thermometer. Example: `heat --temperature 161 --time 15s raw_milk.txt`",
      "condition": "",
      "sources": []
    },
    {
      "action": "For cheese made from raw milk, ensure it is aged at least 60 days at 35°F (2°C) to reduce pathogen risk; check FDA guidelines for aged raw milk cheese",
      "success_rate": 0.7,
      "how": "For cheese made from raw milk, ensure it is aged at least 60 days at 35°F (2°C) to reduce pathogen risk; check FDA guidelines for aged raw milk cheese",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Use pasteurized milk from a trusted dairy; check for 'Pasteurized' label on the carton. Example: `grep -i pasteurized milk_carton.txt && echo 'Safe to drink'`",
    "If raw milk is the only option, heat it to 161°F (72°C) for 15 seconds (high-temperature short-time pasteurization) using a food-grade thermometer. Example: `heat --temperature 161 --time 15s raw_milk.txt`",
    "For cheese made from raw milk, ensure it is aged at least 60 days at 35°F (2°C) to reduce pathogen risk; check FDA guidelines for aged raw milk cheese"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.cdc.gov/foodsafety/raw-milk/raw-milk-index.html",
  "official_doc_section": null,
  "error_code": "RAW-001",
  "verification_tier": "ai_generated",
  "confidence": 0.86,
  "fix_success_rate": 0.78,
  "resolvable": "true",
  "first_seen": "2024-04-22",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}