gsd-progress
Pass
Audited by Gen Agent Trust Hub on Jul 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data via the
$ARGUMENTSvariable and the--dodispatcher, creating a surface for indirect prompt injection. - Ingestion points: User-supplied input is directly interpolated into the execution logic within
SKILL.mdvia the$ARGUMENTSvariable. - Boundary markers: The skill does not use delimiters (such as XML tags or specific quotation markers) to isolate the user input from the instructional context.
- Capability inventory: The skill possesses high-privilege capabilities including the
Bashtool,SlashCommandexecution, and broad file system access (Read,Grep,Glob). - Sanitization: There are no instructions provided to validate, sanitize, or escape the user intent before it is processed by the dispatcher to trigger other workflows.
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to perform operations and incorporates a looping mechanism (--next --auto) that chains workflow steps automatically. This automation increases the potential impact if the agent is misled by malicious input provided via the dispatcher.
Audit Metadata