work
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions include several bash scripts that execute local commands such as
git,sed,dirname, andbasename. These are used to query repository state, fetch remote changes, and manage worktrees and branches. This is the primary and intended function of the skill. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to take a user-supplied
slugand interpolate it into shell commands for creating branches and worktree directories. While this presents a theoretical injection surface if the agent does not sanitize the input, the risk is localized to the user's own environment. - Ingestion points: User-provided
slugargument in the/workcommand, located inSKILL.md. - Boundary markers: None explicitly provided to separate the user input from the command context.
- Capability inventory: Execution of shell commands through the agent's terminal tool.
- Sanitization: None specified; the instructions rely on the agent to handle the input as a string literal for the branch/directory name.
Audit Metadata