git-advanced-workflows
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous Git commands for history management, such as
git rebase,git cherry-pick, andgit filter-repo. These are standard developer tools used within their intended scope. - [REMOTE_CODE_EXECUTION]: The skill includes instructions for
git bisect run, which executes a local test script to identify bugs. This is a built-in Git feature for automation and does not involve downloading external code. - [DATA_EXFILTRATION]: No network exfiltration or unauthorized data access patterns were identified. Commands targeting
secrets.envare documented specifically for the purpose of removing sensitive data from repository history. - [SAFE]: The provided cleanup script (
scripts/git-clean-branches.sh) uses standard shell utilities and Git commands to manage local branches and does not exhibit malicious behavior.
Audit Metadata