Tp2
High
- Category
- MCP Tool Poisoning
- Confidence
- 85% confidence
- Finding
- Mixing characters from multiple Unicode scripts in a single identifier is a common technique to create visually ambiguous tool names.
Security audit
Security checks for vulnerabilities and agentic risk
The skill is a coherent JisuAPI gateway, but it can send sensitive identifiers and OCR image data to a third-party API without a clear consent or privacy warning.
Review before installing. This skill is not showing deception or destructive behavior, but it can transmit user-provided phone numbers, ID card numbers, bank card numbers, IPs, addresses, VINs, QR/barcode content, and OCR images to JisuAPI. Only use it if that third-party data sharing is acceptable, and avoid sending sensitive documents or financial identifiers unless you have a clear reason and user consent.
def _call_jisu_api(api_path: str, appkey: str, params: dict = None) -> Any:
"""
统一调用:https://api.jisuapi.com/{api_path}
- 大部分接口使用 GET;
- 部分识别类接口(vinrecognition/generalrecognition/idcardrecognition/bankcardcognition)
官方文档推荐使用 POST,这里自动切换为 POST,并将参数放在表单中。No suspicious patterns detected.