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 historical weather lookup tool that sends city/date queries to the documented JisuAPI service using a user-provided API key.
Before installing, make sure you are comfortable sending the queried city/date and your JISU_API_KEY to JisuAPI over HTTPS. Keep the API key scoped to this provider and rotate it if it is exposed.
import requests BASE_URL = "https://api.jisuapi.com/weather2" def _call_api(path: str, appkey: str, params: dict = None):
No suspicious patterns detected.