discord-create-channel

Pass

Audited by Gen Agent Trust Hub on Apr 4, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses curl to 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, and guild_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 curl and jq via 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
Risk Level
SAFE
Analyzed
Apr 4, 2026, 12:32 PM