扫描报告
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.
可以安装
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
│ └─
scenarios.md
Markdown
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ 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