pr-cleanup
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute Git operations such as
git branch,git worktree,git checkout, andgit remote. These are necessary for the skill's primary function of managing and deleting local branches. - [EXTERNAL_DOWNLOADS]: The skill performs network-based synchronization via
git pull --pruneandgit remote prune origin. These operations interact with the configured remote Git repository to update local state and remove stale tracking references, which is expected behavior for Git workflow tools. - [PROMPT_INJECTION]: The skill processes branch names retrieved from the local environment or provided by the user. While this represents a potential indirect injection surface, the implementation follows a structured sequential safety pattern to minimize risks.
Audit Metadata