pre-push-checks
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill involves the execution of standard Git commands such as
git status,git rev-parse, andgit diff. These are used to inspect the local repository state and outgoing changes as part of a normal development workflow. - [SAFE]: The instructions encourage secure practices, such as using
git push --force-with-leaseinstead of the more dangerous--forceflag to prevent accidental data loss during history rewrites. No suspicious network activity, data exfiltration, or obfuscation was detected.
Audit Metadata