git-branching-workflow
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and reference materials exclusively use standard Git commands and common shell utilities for repository management.
- Evidence includes typical Git workflows like
git fetch,git checkout -b, andgit rebase. - The branch cleanup script (
git fetch -p && git branch -vv | awk '/: gone]/{print $1}' | xargs -r git branch -D) is a standard developer utility for pruning local tracking branches. - [SAFE]: No external network operations, remote script downloads, or third-party package dependencies are present.
- [SAFE]: The skill does not contain any prompt injection attempts, obfuscated content, or persistence mechanisms.
- [SAFE]: The instructions promote security best practices, such as branch isolation for AI agents and protecting base branches through pull request verification.
Audit Metadata