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 futures-market lookup tool that uses a disclosed JisuAPI key and external API calls for its stated purpose.
Install only if you are comfortable using JisuAPI for futures data. The skill needs your JISU_API_KEY and will send that key plus requested exchange, contract, and date-range parameters to JisuAPI over the network; it does not appear to modify local files, accounts, or trading data.
import requests
BASE_URL = "https://api.jisuapi.com/futures"
EXCHANGES = ("shfutures", "dlfutures", "zzfutures", "zgjrfutures", "gzfutures")No suspicious patterns detected.