finishing-a-development-branch

Pass

Audited by Gen Agent Trust Hub on Mar 3, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard local development commands for version control and testing. This includes git operations (checkout, merge, push, worktree management), test runners (npm, cargo, pytest, go), and the GitHub CLI (gh) for creating pull requests.- [COMMAND_EXECUTION]: The skill implements safety-first logic by requiring successful test execution before presenting integration options, preventing the accidental merge of broken code.- [COMMAND_EXECUTION]: A confirmation guardrail is present for destructive actions; the user must explicitly type 'discard' before the agent executes a force-deletion of a branch.- [COMMAND_EXECUTION]: The skill uses secure shell practices, such as quoted heredocs (cat <<'EOF'), when constructing pull request descriptions to prevent unintended shell interpolation of data.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 3, 2026, 12:42 PM