AI告诉用户,高度精炼的花生油对花生过敏者是安全的,因为它不含蛋白质
AI tells a user that highly refined peanut oil is safe for peanut-allergic individuals because it contains no protein
ID: food-safety/peanut-oil-allergy
版本兼容性
| 版本 | 状态 | 引入 | 弃用 | 备注 |
|---|---|---|---|---|
| FDA Food Allergen Labeling and Consumer Protection Act (FALCPA) 2004 | active | — | — | — |
| FAARP guidelines 2023 | active | — | — | — |
根因分析
高度精炼的花生油通常被认为对大多数花生过敏者是安全的(FDA和FAARP认可),但冷压或未精炼的花生油保留致敏蛋白;AI未能区分精炼和未精炼油,且部分人仍可能因交叉污染或加工变异对‘高度精炼’油中的微量蛋白产生反应。
English
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.
官方文档
https://www.fda.gov/food/food-allergens-guidance-documents-regulatory-information/peanut-oil-and-food-allergies解决方案
-
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')`.
无效尝试
常见但无效的做法:
-
Tell user to test the oil on their skin before eating
90% 失败
Skin testing is not reliable for predicting oral reactivity; some individuals have no skin reaction but still experience anaphylaxis when ingesting.
-
Advise user to buy peanut oil labeled 'hypoallergenic'
85% 失败
The term 'hypoallergenic' is not regulated for oils; it does not guarantee absence of allergenic proteins.
-
Suggest the user cook the oil at high heat to denature proteins
80% 失败
Proteins in unrefined oil are heat-stable; even deep frying at 375°F may not fully denature allergenic proteins.