可信 — 风险评分 5/100
上次扫描:2 天前 重新扫描
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.
技能名称gate-exchange-activitycenter
分析耗时26.2s
引擎pi
可以安装
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 35L · 1.7 KB
│ ├─ 📝 mcp.md Markdown 65L · 1.7 KB
│ └─ 📝 scenarios.md Markdown 135L · 4.3 KB
├─ 📝 CHANGELOG.md Markdown 51L · 2.0 KB
├─ 📝 README.md Markdown 43L · 2.3 KB
└─ 📝 SKILL.md Markdown 386L · 15.2 KB

安全亮点

✓ 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