可信 — 风险评分 0/100
上次扫描:2 天前 重新扫描
0 /100
gate-news-listing
Exchange listing tracker skill — fetches exchange listing/delisting/maintenance announcements and supplements with market/fundamental data
Pure read-only MCP skill with no scripts, no credentials, no shell access, and no sensitive file operations. Only fetches exchange listing announcements via defined MCP tools.
技能名称gate-news-listing
分析耗时24.3s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 NONE NONE No file read/write operations; only .md documentation files present
网络访问 NONE NONE No raw network calls; only uses declared MCP tools news_feed_get_exchange_announ…
命令执行 NONE NONE No scripts, no subprocess, no shell execution in the package
环境变量 NONE NONE required_env_vars: [] — no environment variable access
技能调用 skill_invoke:READ skill_invoke:READ ✓ 一致 Uses only declared MCP tools; references shared runtime rules for agent governan…
剪贴板 NONE NONE No clipboard access
浏览器 NONE NONE No browser automation
数据库 NONE NONE No database access
1 项发现
🔗
中危 外部 URL 外部 URL
https://www.gate.com
README.md:33

目录结构

5 文件 · 19.7 KB · 437 行
Markdown 5f · 437L
├─ 📁 references
│ ├─ 📝 mcp.md Markdown 78L · 2.3 KB
│ └─ 📝 scenarios.md Markdown 50L · 2.3 KB
├─ 📝 CHANGELOG.md Markdown 46L · 2.5 KB
├─ 📝 README.md Markdown 33L · 2.1 KB
└─ 📝 SKILL.md Markdown 230L · 10.5 KB

安全亮点

✓ No scripts or executable code — only documentation and configuration files
✓ required_credentials: [] explicitly declares no API keys needed
✓ required_permissions: [] explicitly declares no special permissions
✓ Purely read-only MCP tool usage — no data modification
✓ Clear Safety Rules: no investment advice, no listing predictions, no fabricated data
✓ Well-structured routing to other skills, avoiding scope creep
✓ Explicit deprecation of listing predictions prevents misleading users
✓ No sensitive file paths accessed (~/.ssh, ~/.aws, .env)
✓ No base64, eval, or obfuscated code patterns