notify-discord
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data via the
$ARGUMENTSvariable and interpolates it into a JSON payload for a Discord webhook request.\n - Ingestion points:
$ARGUMENTSvariable inSKILL.md.\n - Boundary markers: None present to delimit user input from instructions.\n
- Capability inventory: Execution of
curlvia the Bash tool to perform network requests.\n - Sanitization: No explicit sanitization or validation logic is defined within the skill instructions, although the reference documentation mentions it as a consideration.\n- [COMMAND_EXECUTION]: The skill uses
curlto transmit data. Constructing shell commands using dynamically generated JSON bodies from user-provided arguments creates a risk of command injection if the agent does not properly escape the content.
Audit Metadata