finishing-a-development-branch
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development commands including Git operations (
git checkout,git merge,git push) and test runners (npm test,cargo test,pytest,go test). These operations are aligned with the skill's primary purpose of managing development workflows. - [DATA_EXFILTRATION]: The skill interacts with the remote Git repository (
git push,gh pr create). This is expected behavior for a tool designed to integrate code changes and create Pull Requests. - [COMMAND_EXECUTION]: The skill uses structured shell commands for creating Pull Requests, employing heredocs (
'EOF') which follow security best practices to prevent unintended shell expansion of dynamic content.
Audit Metadata