deliver-feature
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs context verification by comparing
git-dirandgit-common-dirto ensure it only operates from within a linked worktree, preventing accidental execution in the main repository. - [SAFE]: Git operations are executed using the
-Cflag (e.g.,git -C <main-repo>), which ensures the agent's current working directory remains stable and avoids side effects from directory changes. - [SAFE]: The skill enforces safe git practices by explicitly forbidding force-pushes and using the safe branch deletion flag (
-d) instead of the force-delete flag (-D). - [SAFE]: All write operations (merge, push, cleanup) are preceded by pre-flight checks and gated by user decision-making, providing high transparency and control over the automation process.
Audit Metadata