git-prune-branches-local
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard Git commands (
git branch,git branch --merged,git branch -d) to perform local repository maintenance. These commands are executed within the user's local context to manage branch state. - [SAFE]: The instructions incorporate explicit safeguards to prevent the accidental deletion of critical branches, specifically listing 'main', 'master', 'develop', 'staging', and 'production' as protected.
- [SAFE]: A confirmation checkpoint is required where the agent must present the list of intended deletions to the user and receive affirmative consent before proceeding, maintaining user control over the file system.
Audit Metadata