spec
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes several standard command-line tools for its workflow. It uses
git add,git commit, andgit worktreeto manage specification documents in the repository as shown inSKILL.md. It fetches data using thegh(GitHub CLI) tool to view issue details. Additionally, it performs local codebase exploration usinggrep,ls, andxargsinworkflows/brainstorm.mdto identify relevant models and patterns. - [PROMPT_INJECTION]: The skill presents an attack surface for Indirect Prompt Injection (Category 8) because it processes external data.
- Ingestion points: Untrusted content is ingested from GitHub issue titles and bodies via the
gh issue viewcommand inSKILL.md. - Boundary markers: The skill does not implement explicit boundary markers or delimiters to isolate the issue content from the agent's instructions.
- Capability inventory: The skill has access to local file discovery and version control modification capabilities through
git,grep, andls. - Sanitization: External content from GitHub is processed without evidence of sanitization or validation before being used to generate the specification document.
Audit Metadata