worktree
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill acts as a proxy that ingests untrusted user input from
$ARGUMENTSand attachment paths, then interpolates this data into prompt files for execution by secondary agents. - Ingestion points: User-provided task descriptions and file attachment paths (including absolute paths) are received via
$ARGUMENTSinSKILL.md. - Boundary markers: Absent. The skill does not use specific delimiters or instructions to prevent the secondary agent from following instructions embedded within the user-provided text.
- Capability inventory: The skill has access to the
Bashtool for executing shell commands and theWritetool for file creation. - Sanitization: No explicit validation or sanitization is performed on the user-provided content or file paths before they are written to implementation prompts.
- [DYNAMIC_EXECUTION]: The skill dynamically generates shell commands and markdown files at runtime. It uses a template pattern (
cat > "$tmpfile" << 'EOF') to assemble executable instructions for the agent's environment and subsequent sub-agents. - [COMMAND_EXECUTION]: The skill performs local system operations by executing the
workmuxcommand-line utility via theBashtool to manage git worktrees and tmux sessions.
Audit Metadata