branch
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard Git commands (
git status,git diff,git stash,git checkout) to automate the branching workflow. These commands are necessary for the primary function and operate on the local repository. - [SAFE]: No indicators of data exfiltration, unauthorized network operations, or credential harvesting were found. The skill does not access sensitive directories like
.sshor.aws. - [SAFE]: The workflow includes a manual confirmation step (Step 3) where the generated branch name is presented to the user for approval before the creation command is executed, mitigating risks of accidental or malicious command generation.
- [SAFE]: The skill defines strict naming constraints (kebab-case, 50-character limit), which serves as a form of input validation/sanitization for the generated branch names.
- [SAFE]: No obfuscation, prompt injection, or suspicious third-party dependencies were detected.
Audit Metadata