worktree-manager
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs various file system and repository operations using the Bash tool.
- Evidence: Executes
git worktree,git branch,git push,grep,mkdir, andgh pr createcommands throughoutSKILL.md. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection due to the way it handles external repository data and user input.
- Ingestion points: Data is ingested into the agent context via
git worktree listresults,.gitignorefile content, and user-provided branch descriptions inSKILL.mdsections 2, 3, and 5. - Boundary markers: Absent. There are no clear delimiters or instructions telling the agent to treat data from the repository as untrusted.
- Capability inventory: The skill has access to the
Bash,Read, andWritetools, allowing for command execution and file modification. - Sanitization: Absent. The instructions do not define any validation or escaping for the branch names or command outputs before they are processed or executed.
Audit Metadata