Scan Report
0 /100
gate-news-eventexplain
Event attribution and explanation for cryptocurrency price movements
Pure read-only MCP skill that explains cryptocurrency price movements through Gate News/Info APIs with no executable code, no credential access, and no sensitive operations.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access - skill contains only markdown documentation files |
| Network | NONE | READ | ✓ Aligned | MCP tools (news_events_get_latest_events, etc.) are read-only API queries - decl… |
| Shell | NONE | NONE | — | No shell execution - no scripts or executables present |
| Environment | NONE | NONE | — | required_env_vars: [] - no environment access |
| Skill Invoke | NONE | NONE | — | Routing only - no cross-skill data exfiltration |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
1 findings
Medium External URL 外部 URL
https://www.gate.com README.md:34 File Tree
5 files · 22.4 KB · 531 lines Markdown 5f · 531L
├─
▾
references
│ ├─
mcp.md
Markdown
│ └─
scenarios.md
Markdown
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ No executable code or scripts - skill contains only markdown documentation
✓ No credential requirements - required_credentials: []
✓ No environment variable access required
✓ No permissions required - required_permissions: []
✓ Purely read-only MCP tool usage (news_events_get_latest_events, news_events_get_event_detail, news_feed_search_news, info_marketsnapshot_get_market_snapshot, info_onchain_get_token_onchain)
✓ All capabilities fully declared in SKILL.md
✓ Safety rules documented: no causal certainty claims, no predictions, no investment advice
✓ Clear routing rules prevent misuse for other analysis types
✓ Error handling properly documented with graceful degradation