Tp4
High
- Category
- MCP Tool Poisoning
- Confidence
- 98% confidence
- Finding
- 声明描述的是一个较完整的医疗咨询与决策支持技能,而提供的代码片段只是一个面向 OpenFDA 的药品信息/不良事件查询脚本。虽然这与声明中“集成 OpenFDA 药品信息查询”部分一致,但无法覆盖声明的主要功能,且也未体现 PubMed 集成。因此描述显著高估了该技能的实际能力,属于描述与行为不匹配。
Security audit
Security checks for vulnerabilities and agentic risk
This medical advice skill is purpose-aligned and disclosed, but users should treat its health guidance as informational and be aware that medical query terms may be sent to NIH/OpenFDA services.
Install only if you are comfortable using a Chinese-first medical information helper. Do not rely on it for diagnosis or emergencies, and avoid sending personally identifying health details in API-backed searches unless you intend those terms to be queried against NIH/OpenFDA services.
'manufacturer': item.get('manufacturer_name', ['Unknown'])[0],
'purpose': item.get('purpose', ['N/A'])[0],
'indication': extract_text_from_fda_format(item.get('indications_and_usage', [])),
'warning': extract_text_from_fda_format(item.get('warnings', []))[:300] + '...' if item.get('warnings') else 'No warnings listed',
'dosage': extract_text_from_fda_format(item.get('dosage_and_administration', []))[:300] + '...' if item.get('dosage_and_administration') else 'No dosage info',
'active_ingredient': item.get('active_ingredient', []),
'route': item.get('route', ['Unknown'])[0],'manufacturer': item.get('manufacturer_name', ['Unknown'])[0],
'purpose': item.get('purpose', ['N/A'])[0],
'indication': extract_text_from_fda_format(item.get('indications_and_usage', [])),
'warning': extract_text_from_fda_format(item.get('warnings', []))[:300] + '...' if item.get('warnings') else 'No warnings listed',
'dosage': extract_text_from_fda_format(item.get('dosage_and_administration', []))[:300] + '...' if item.get('dosage_and_administration') else 'No dosage info',
'active_ingredient': item.get('active_ingredient', []),
'route': item.get('route', ['Unknown'])[0],"warning": "⚠️ 过敏警告:可能导致严重过敏反应\n⚠️ 胃出血警告:含有 NSAID,可能引起严重胃出血\n⚠️ 心脏病和中风警告:增加心脏病发作和中风风险",
"active_ingredient": "Ibuprofen USP, 200 mg (NSAID)",
"route": "Oral",
"source_url": "https://api.fda.gov/drug/label.json"
}
]"warning": "⚠️ 过敏警告:可能导致严重过敏反应\n⚠️ 胃出血警告:含有 NSAID,可能引起严重胃出血\n⚠️ 心脏病和中风警告:增加心脏病发作和中风风险",
"active_ingredient": "Ibuprofen USP, 200 mg (NSAID)",
"route": "Oral",
"source_url": "https://api.fda.gov/drug/label.json"
}
]No suspicious patterns detected.