git-branch-cleanup
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in this skill. It follows best practices for Git automation by using safe deletion flags and requiring human oversight.
- [COMMAND_EXECUTION]: The skill executes standard Git CLI commands (
git branch,git merge-base,git for-each-ref) to analyze the local repository state. These operations are limited to the user's local Git environment and do not involve privilege escalation or unauthorized system access. - [DATA_EXPOSURE]: No evidence of data exfiltration or hardcoded credentials. The skill only interacts with non-sensitive branch metadata and the local commit graph.
- [REMOTE_CODE_EXECUTION]: The skill does not download or execute external scripts. It relies entirely on standard system binaries (bash/sh and git) already present on the user's machine.
Audit Metadata