create-conventional-branch
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a set of operational guidelines for an AI agent to manage local Git branches using standard command-line tools like
git branch,git switch, andgit stash. - [SAFE]: It implements strict naming rules (lowercase ASCII, numbers, and hyphens) for new branches, which serves as a safeguard against injecting shell-sensitive characters into branch names.
- [SAFE]: The instructions explicitly forbid the creation, deletion, or pushing of remote references, ensuring that all actions remain local to the user's environment and do not affect shared repository state.
- [SAFE]: Authorization logic is included to ensure branch operations only occur during specific implementation or cleanup workflows, preventing unintended branch manipulation during planning or discussion phases.
Audit Metadata