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 disclosed hot-search lookup tool that calls JisuAPI using a user-provided API key and does not show hidden persistence, credential theft, or unrelated behavior.
Before installing, users should understand that hot-search lookups contact JisuAPI and require their JISU_API_KEY. This appears purpose-aligned, but users should treat the API key like a credential and review JisuAPI's terms, pricing, and privacy practices.
import requests BASE_URL = "https://api.jisuapi.com/hotsearch" def _call_hotsearch(path: str, appkey: str):
No suspicious patterns detected.