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 stock-market data lookup tool that uses a declared JisuAPI key and fixed HTTPS API calls, with no evidence of hidden persistence, destructive behavior, or unrelated data access.
Before installing, users should understand that their JisuAPI app key and stock lookup parameters will be sent to JisuAPI over HTTPS. Use a scoped/rotatable API key where possible and avoid entering sensitive information beyond stock codes and date ranges.
import requests BASE_URL = "https://api.jisuapi.com/stockhistory" def _call_api(path: str, appkey: str, params: dict = None):
No suspicious patterns detected.