扫描报告
5 /100
gate-exchange-activitycenter
Gate platform activity and campaign hub skill for trading competitions, airdrops, and enrolled activities
This is a read-only Gate Exchange activity center skill that only uses documented MCP tools to query platform activities. No shell execution, file operations, or data exfiltration detected.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No file operations in skill |
| 网络访问 | NONE | NONE | — | Only uses MCP tools, no direct network calls |
| 命令执行 | NONE | NONE | — | No shell execution detected |
| 环境变量 | NONE | NONE | — | No direct env access |
| 技能调用 | READ | READ | ✓ 一致 | Read-only MCP tool invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser tools used |
| 数据库 | NONE | NONE | — | No database access |
5 项发现
中危 外部 URL 外部 URL
https://www.gate.com README.md:43 中危 外部 URL 外部 URL
https://www.gate.com/myaccount/profile/api-key/manage SKILL.md:62 中危 外部 URL 外部 URL
https://www.gate.com/competition/xxx SKILL.md:212 中危 外部 URL 外部 URL
https://www.gate.com/campaigns/xxx SKILL.md:213 中危 外部 URL 外部 URL
https://www.gate.com/campaigns/cheney_alpha152 SKILL.md:238 目录结构
6 文件 · 27.2 KB · 715 行 Markdown 6f · 715L
├─
▾
references
│ ├─
gate-runtime-rules.md
Markdown
│ ├─
mcp.md
Markdown
│ └─
scenarios.md
Markdown
├─
CHANGELOG.md
Markdown
├─
README.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Read-only skill with no write operations
✓ Only uses documented MCP tools (cex_activity_list_activities, cex_activity_get_my_activity_entry, cex_activity_list_activity_types)
✓ No shell execution, subprocess, or eval usage
✓ No file system access or file operations
✓ No direct network calls (curl/wget)
✓ No credential harvesting beyond declared API keys
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No base64 encoding/decoding with shell execution
✓ Comprehensive documentation with explicit safety rules
✓ Well-structured error handling and response templates