finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local development commands such as test runners (npm, cargo, pytest, etc.) and Git/GitHub CLI operations. These are required for its primary purpose of verifying code and managing repository state.
- [COMMAND_EXECUTION]: The skill manages workspace state using
git worktree removeand branch deletion. It implements safety protocols, including verifying the provenance of the worktree path and requiring explicit user confirmation before discarding work. - [DATA_EXFILTRATION]: Network operations are limited to standard
git pushandgh pr createactions. These operations target the project's configured upstream repository as part of the intended development workflow.
Audit Metadata