finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Feb 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to run project tests and manage git workflows. It includes commands for running common test suites (npm, cargo, pytest, go) and standard git operations for branching and merging.
- [EXTERNAL_DOWNLOADS]: It interacts with remote git repositories and GitHub services using git push/pull and the GitHub CLI. These operations are conducted with well-known services and are part of the intended development workflow.
- [SAFE]: Security best practices are followed by requiring tests to pass before merging and demanding explicit manual confirmation for branch deletion. It also correctly uses single-quoted heredocs to prevent command injection when generating pull request metadata.
Audit Metadata