discord
Fail
Audited by Snyk on May 9, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs the user to paste a Discord bot token and explicitly shows commands that embed that token as a literal argument/header (e.g.,
save_token.rb 'PASTED_TOKEN'andAuthorization: Bot TOKEN), which requires the LLM to handle and output the secret verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill explicitly fetches and displays user-generated Discord content via the Discord API (see SKILL.md "Read messages" and scripts/messages.rb plus other scripts that call discord_request on /channels/... and /guilds/...), so the agent ingests untrusted third‑party social content that could contain instructions influencing later actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata