discord
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill interacts with the official Discord API at discord.com. Interactions with this well-known service are necessary for the skill's function and are documented as safe.
- [COMMAND_EXECUTION]: Employs curl for network requests and jq for parsing JSON data. These are standard tools used for their intended purposes.
- [CREDENTIALS_UNSAFE]: Credentials are managed via the $DISCORD_BOT_TOKEN environment variable, which is a secure practice to avoid hardcoding secrets.
Audit Metadata