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 TV schedule lookup that uses a documented third-party API key and sends channel/date queries to the advertised TV data provider.
Install only if you are comfortable creating a JisuAPI account and letting this skill send your JISU_API_KEY plus TV channel/date query details to JisuAPI. Keep the API key scoped to this service and rotate it if it is exposed.
import requests BASE_URL = "https://api.jisuapi.com/tv" def _call_tv_api(path: str, appkey: str, params: dict = None):
No suspicious patterns detected.