reuse-worktree
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local git commands (
git fetch,git reset, andgit checkout) to synchronize the repository with the main branch and manage branches. - [INDIRECT_PROMPT_INJECTION]: The skill interpolates the
$ARGUMENTSvariable directly into thegit checkout -bcommand. This represents an attack surface where a maliciously crafted branch name could attempt to execute additional commands via shell metacharacters. 1. Ingestion points: User-provided input via the$ARGUMENTSvariable inSKILL.md. 2. Boundary markers: No delimiters or markers are used to isolate the variable from the surrounding shell command. 3. Capability inventory: The skill has the capability to execute shell commands via the git CLI. 4. Sanitization: The skill instructions do not perform validation or sanitization of the$ARGUMENTSvalue before interpolation.
Audit Metadata