gsd-review-backlog
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
bashtool to perform file operations (ls, cat, rename) and to execute a specialized utility namedgsd-tools. This utility is used for phase management and committing documentation changes within the workspace. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from project files and interpolates it into shell commands, creating a vulnerability surface for indirect injection.
- Ingestion points: The skill reads phase descriptions and context from files including
.planning/ROADMAP.md,CONTEXT.md, andRESEARCH.mdinSKILL.md(Steps 2 and 4). - Boundary markers: There are no explicit delimiters or instructions telling the agent to treat the content of these files as untrusted data rather than instructions.
- Capability inventory: The skill possesses the capability to execute arbitrary bash commands and perform file system writes and deletions.
- Sanitization: Content from the
${DESCRIPTION}variable, extracted from the ROADMAP file, is passed directly as an argument togsd-tools query phase.addin Step 4. If a description contains shell metacharacters or escape sequences, it could lead to unintended command execution.
Audit Metadata