configure-discord
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill uses local shell commands (jq, curl, mkdir) to manage configuration files and test connectivity. These operations are performed within the user's home directory and target a specific configuration file (~/.claude/.omc-config.json).
- [DATA_EXFILTRATION] (SAFE): While the skill handles sensitive Discord tokens, they are provided by the user and stored locally. The test curl command only communicates with the Discord API endpoint specified by the user to verify the setup.
- [CREDENTIALS_UNSAFE] (SAFE): The skill prompts the user for credentials (tokens/webhooks) rather than including hardcoded secrets. It implements basic validation for the Discord webhook URL format to ensure it points to the legitimate Discord API.
Audit Metadata