ce-worktree
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to perform repository operations using shell commands.
- Evidence:
SKILL.mdcontains instructions for executinggit worktree add,git fetch,git rev-parse, and direct modifications to the.gitignorefile. - [PROMPT_INJECTION]: The skill contains an indirect prompt injection attack surface where untrusted data is incorporated into shell commands.
- Ingestion points:
SKILL.mddirects the agent to "Choose a meaningful branch name from the work description", where the description is external user input. - Boundary markers: The skill does not provide delimiters or instructions to ignore embedded commands within the work description.
- Capability inventory: The skill executes subprocesses using the
git worktree add -b <branch-name> ...command found inSKILL.md. - Sanitization: No sanitization or validation logic is specified for the branch name before its interpolation into the shell command.
Audit Metadata