integrate-worktrees
Pass
Audited by Gen Agent Trust Hub on May 7, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard git commands to manage repository state, including
git worktree,git merge,git push, andgit branch. These operations are consistent with the skill's stated purpose and include safety constraints such as avoiding force-pushes and verifying that the current branch is the main branch before proceeding. - [EXTERNAL_DOWNLOADS]: The skill performs
git pullandgit pushoperations to synchronize the local main branch with the remote origin. These network operations are restricted to the user's established git remotes and are necessary for the primary function of feature integration. - [SAFE]: No security threats such as prompt injection, credential harvesting, or obfuscation were identified. The instructions prioritize user confirmation and status verification, ensuring that only clean and successfully merged worktrees are removed.
Audit Metadata