Scan Report
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.
Safe to install
No action required. This skill is safe to use.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | SKILL.md documents Discord API calls |
| Filesystem | READ | NONE | ✓ Aligned | file:// paths mentioned only for media uploads, no actual file operations |
| Shell | NONE | NONE | — | No shell commands found |
| Environment | NONE | NONE | — | No environment access |
| Database | NONE | NONE | — | No database access |
File Tree
2 files · 7.1 KB · 374 lines Markdown 1f · 369L
JSON 1f · 5L
├─
_meta.json
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 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