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 Chinese news lookup wrapper that uses a disclosed JisuAPI key and network calls for its stated purpose.
Before installing, users should understand that news requests and the JISU_API_KEY are sent to JisuAPI, so they should only use an app key they are comfortable using with that third-party service. The skill otherwise appears narrowly scoped to fetching news and channel lists.
"time": "2016-03-16 07:23",
"src": "中国网",
"category": "mil",
"pic": "http://api.jisuapi.com/news/upload/20160316/105123_31442.jpg",
"content": "……",
"url": "http://mil.sina.cn/zgjq/2016-03-16/detail-ifxqhmve9235380.d.html?vt=4&pos=108",
"weburl": "http://mil.news.sina.com.cn/china/2016-03-16/doc-ifxqhmve9235380.shtml"import requests NEWS_GET_URL = "https://api.jisuapi.com/news/get" NEWS_CHANNEL_URL = "https://api.jisuapi.com/news/channel"
import requests NEWS_GET_URL = "https://api.jisuapi.com/news/get" NEWS_CHANNEL_URL = "https://api.jisuapi.com/news/channel"
No suspicious patterns detected.