finishing-a-development-branch

Pass

Audited by Gen Agent Trust Hub on Feb 27, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard development commands to verify code quality and manage version control.
  • Evidence: Executes npm test, cargo test, pytest, and go test ./... in Step 1 to ensure tests pass before proceeding.
  • Evidence: Uses git merge, git pull, git push, and git branch to handle branch integration and cleanup.
  • [COMMAND_EXECUTION]: Utilizes external CLI tools to facilitate development workflows.
  • Evidence: Uses the GitHub CLI (gh pr create) to automate the creation of pull requests.
  • Mitigation: Employs shell best practices (quoted heredocs) when interpolating content into commands to prevent unintended shell expansion.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 27, 2026, 06:52 PM