integrate-branches
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on standard Git CLI commands such as
git merge,git push,git worktree remove, andgit branch -dto manage development branches and worktrees. These operations are core to the skill's documented functionality. - [SAFE]: The skill implements robust safety protocols, including a mandatory context check to ensure execution happens only in the main repository root and on the designated main branch. It also performs pre-flight dirty checks on all selected worktrees to prevent data loss.
- [SAFE]: Analysis did not detect any malicious patterns, such as prompt injection, obfuscated content, hardcoded credentials, or unauthorized remote code execution. The skill avoids dangerous Git flags like
--forceand-D(force delete).
Audit Metadata