{
  "id": "food-safety/peanut-oil-allergy",
  "signature": "AI tells a user that highly refined peanut oil is safe for peanut-allergic individuals because it contains no protein",
  "signature_zh": "AI告诉用户，高度精炼的花生油对花生过敏者是安全的，因为它不含蛋白质",
  "regex": "highly refined peanut oil.*safe.*peanut allergy.*no protein",
  "domain": "food-safety",
  "category": "life_threatening",
  "subcategory": null,
  "root_cause": "Highly refined peanut oil is generally considered safe for most peanut-allergic individuals by FDA and FAARP, but cold-pressed or unrefined peanut oil retains allergenic proteins; the AI fails to distinguish between refined and unrefined, and some individuals still react to trace proteins in 'highly refined' oil due to cross-contamination or processing variability.",
  "root_cause_type": "generic",
  "root_cause_zh": "高度精炼的花生油通常被认为对大多数花生过敏者是安全的（FDA和FAARP认可），但冷压或未精炼的花生油保留致敏蛋白；AI未能区分精炼和未精炼油，且部分人仍可能因交叉污染或加工变异对‘高度精炼’油中的微量蛋白产生反应。",
  "versions": [
    {
      "version": "FDA Food Allergen Labeling and Consumer Protection Act (FALCPA) 2004",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "FAARP guidelines 2023",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Tell user to test the oil on their skin before eating",
      "why_fails": "Skin testing is not reliable for predicting oral reactivity; some individuals have no skin reaction but still experience anaphylaxis when ingesting.",
      "fail_rate": 0.9,
      "condition": "",
      "sources": []
    },
    {
      "action": "Advise user to buy peanut oil labeled 'hypoallergenic'",
      "why_fails": "The term 'hypoallergenic' is not regulated for oils; it does not guarantee absence of allergenic proteins.",
      "fail_rate": 0.85,
      "condition": "",
      "sources": []
    },
    {
      "action": "Suggest the user cook the oil at high heat to denature proteins",
      "why_fails": "Proteins in unrefined oil are heat-stable; even deep frying at 375°F may not fully denature allergenic proteins.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Advise user to only use peanut oil that is labeled 'highly refined' and from a manufacturer that tests for peanut protein residues (e.g., <2.5 ppm). Provide a list of brands that meet this standard (e.g., LouAna, Planters) and recommend contacting the manufacturer for allergen testing reports.",
      "success_rate": 0.78,
      "how": "Advise user to only use peanut oil that is labeled 'highly refined' and from a manufacturer that tests for peanut protein residues (e.g., <2.5 ppm). Provide a list of brands that meet this standard (e.g., LouAna, Planters) and recommend contacting the manufacturer for allergen testing reports.",
      "condition": "",
      "sources": []
    },
    {
      "action": "If user is severely allergic, recommend using alternative oils (canola, sunflower, grapeseed) to avoid any risk. Provide a Python script to check ingredient labels: `if 'peanut oil' in ingredients and 'refined' not in label: print('Avoid')`.",
      "success_rate": 0.9,
      "how": "If user is severely allergic, recommend using alternative oils (canola, sunflower, grapeseed) to avoid any risk. Provide a Python script to check ingredient labels: `if 'peanut oil' in ingredients and 'refined' not in label: print('Avoid')`.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "Advise user to only use peanut oil that is labeled 'highly refined' and from a manufacturer that tests for peanut protein residues (e.g., <2.5 ppm). Provide a list of brands that meet this standard (e.g., LouAna, Planters) and recommend contacting the manufacturer for allergen testing reports.",
    "If user is severely allergic, recommend using alternative oils (canola, sunflower, grapeseed) to avoid any risk. Provide a Python script to check ingredient labels: `if 'peanut oil' in ingredients and 'refined' not in label: print('Avoid')`."
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.fda.gov/food/food-allergens-guidance-documents-regulatory-information/peanut-oil-and-food-allergies",
  "official_doc_section": null,
  "error_code": "FS-ALLERGY-PEANUT-OIL-052",
  "verification_tier": "ai_generated",
  "confidence": 0.86,
  "fix_success_rate": 0.78,
  "resolvable": "partial",
  "first_seen": "2024-11-02",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}