discord-create-channel
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlto interact with the Discord API, which is the standard and intended method for its functionality. All command templates are provided with clear sanitization guidelines. - [PROMPT_INJECTION]: The skill provides an interface for processing user-supplied data, which involves an indirect injection surface. This is mitigated by explicit sanitization instructions.
- Ingestion points: User-provided channel
name,topic, andguild_id(SKILL.md). - Boundary markers: Explicit boundary markers are not used, but the skill defines strict character and length constraints for inputs.
- Capability inventory: Execution of
curlandjqvia shell commands (examples.md). - Sanitization: The skill includes a 'Channel Name Validation' section requiring lowercase letters and hyphens only, effectively preventing most command injection attempts via the name field.
Audit Metadata