git-clean-gone-branches
Pass
Audited by Gen Agent Trust Hub on Mar 28, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard git commands (
git fetch --prune,git branch -vv,git branch -D) and worktree management commands (git worktree remove). These are appropriate for the skill's stated purpose of cleaning up stale branches. - [COMMAND_EXECUTION]: The script
scripts/clean-goneperforms read-only operations to identify branches marked as 'gone' by the remote repository. It includes logic to prevent the deletion of the currently checked-out branch. - [COMMAND_EXECUTION]: The skill requires explicit user confirmation before any destructive actions (deleting branches or worktrees) are performed, following security best practices for automation tools.
Audit Metadata