git-worktree
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill describes a workflow for PR reviews that involves fetching remote branches and executing commands within them. This creates a potential surface where malicious instructions embedded in remote repositories could be processed by the agent.
- Ingestion points: Remote branch content via
git fetchandgit worktree add(SKILL.md). - Boundary markers: None; instructions do not include verification steps before execution.
- Capability inventory: Shell execution for
npm installandnpm run dev(SKILL.md). - Sanitization: None detected.
- [COMMAND_EXECUTION]: The skill instructs the agent to use shell commands for repository and filesystem management, including destructive operations like
rm -rffor removing worktree directories.
Audit Metadata