git-pushing-fast
Pass
Audited by Gen Agent Trust Hub on Jun 30, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard Git CLI commands such as
git status,git diff,git add,git commit, andgit pushto manage local repository changes and sync with remotes. These are necessary for the skill's primary function. - [SAFE]: The instructions contain explicit guardrails against dangerous operations, prohibiting the use of force-pushes, history rewrites (rebase/squash), or destructive commands like
git reset --hardwithout explicit user confirmation. - [SAFE]: The skill reinforces secure development practices by instructing the agent not to use
--no-verify, ensuring that local commit hooks and validation checks are always executed during the commit process.
Audit Metadata