git-branch
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Bash tools to execute common git operations including
status,branch,switch, andstash. These operations are limited to the git binary via theallowed-toolsconfiguration in the frontmatter.- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface as it ingests untrusted data from the$ARGUMENTSvariable to suggest branch names. - Ingestion points:
$ARGUMENTSvariable inSKILL.md. - Boundary markers: Absent.
- Capability inventory: Shell command execution via
Bash(git switch -c ...)inSKILL.md. - Sanitization: Step 3 defines explicit transformation rules (lowercase, kebab-case, filler word removal) that serve as a sanitization layer for the branch name. Furthermore, the skill requires explicit user confirmation via
AskUserQuestionbefore the final command is executed, providing a manual oversight checkpoint.
Audit Metadata