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
This skill is a straightforward company-information lookup that sends user-entered business identifiers and an API key to JisuAPI as part of its stated purpose.
Install only if you are comfortable sending company names, registry identifiers, and your JISU_API_KEY to JisuAPI. Avoid submitting confidential investigative targets or sensitive business identifiers unless your organization approves that provider and data flow.
import requests BASE_URL = "https://api.jisuapi.com/enterprise" def _call_enterprise_api(path: str, appkey: str, params: dict):
No suspicious patterns detected.