branch-creator
Pass
Audited by Gen Agent Trust Hub on Jul 6, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is designed for local Git operations and explicitly discourages network usage unless requested by the user. It also prohibits destructive actions such as pushing or rebasing.
- [COMMAND_EXECUTION]: The skill executes local Git commands (
git status,git switch). It includes security instructions to sanitize user input into a safe character set (lowercase letters, numbers, and hyphens) and usesgit check-ref-formatto validate the resulting branch name before execution, effectively mitigating command injection risks.
Audit Metadata