finishing-a-development-branch

Pass

Audited by Gen Agent Trust Hub on Jun 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [SAFE]: The skill implements standard development workflows using common tools like Git and the GitHub CLI.
  • [COMMAND_EXECUTION]: The skill executes Git commands (merge, push, branch deletion, worktree management) and test runners (npm, cargo, pytest, go). These are necessary for the skill's purpose and are triggered as part of the intended user workflow.
  • [SAFE]: Destructive operations, such as deleting branches and worktrees, are protected by explicit user confirmation requirements (e.g., requiring the user to type 'discard' to confirm deletion).
  • [SAFE]: The skill includes environment detection logic to ensure it only cleans up Git worktrees that are within specific managed paths (like .worktrees/ or ~/.config/superpowers/worktrees/), preventing accidental deletion of system or user-managed directories.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 17, 2026, 07:10 AM
Security Audit — agent-trust-hub — finishing-a-development-branch