扫描报告
5 /100
discord
Discord bot tool for Clawdbot - manage messages, reactions, threads, polls, moderation
This is a pure documentation/config skill for Discord bot actions with no executable code, no suspicious behavior, and fully declared permissions.
可以安装
No action required. This skill is safe to use.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md documents Discord API calls |
| 文件系统 | READ | NONE | ✓ 一致 | file:// paths mentioned only for media uploads, no actual file operations |
| 命令执行 | NONE | NONE | — | No shell commands found |
| 环境变量 | NONE | NONE | — | No environment access |
| 数据库 | NONE | NONE | — | No database access |
目录结构
2 文件 · 7.1 KB · 374 行 Markdown 1f · 369L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
安全亮点
✓ No executable code - pure documentation skill
✓ All Discord actions clearly documented with examples
✓ Sensitive moderation actions (timeout/kick/ban) disabled by default
✓ Action gating via discord.actions.* allows granular control
✓ No network calls except to declared Discord API
✓ No credential harvesting or exfiltration
✓ No obfuscation or hidden functionality
✓ No supply chain dependencies