git-push-secondary-merge-primary
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill defines a sequence of Git CLI operations including
git status,git checkout,git pull,git commit,git merge, andgit push. These commands are used to automate the synchronization of local and remote branches. - [SAFE]: The instructions include defensive measures to prevent accidental data loss or repository corruption, such as prohibiting
--no-verify, forbidding force-pushes unless explicitly requested, and requiring the agent to stop and report to the user if merge conflicts or push rejections occur.
Audit Metadata