skill-finish-branch
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes standard development and git commands such as
npm test,pytest,git merge,git push, andgh pr create. These are appropriate for its stated purpose of managing code transitions. - [COMMAND_EXECUTION]: It references an external script
${HOME}/.claude-octopus/plugin/scripts/orchestrate.shfor validation tasks. This script is associated with the 'Claude Octopus' plugin by the same author and is used to integrate with the author's existing ecosystem. - [COMMAND_EXECUTION]: Destructive operations, such as deleting branches with
git branch -D, are protected by a required user confirmation step where the user must type 'discard' to proceed.
Audit Metadata