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, and git push to 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 --hard without 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
Risk Level
SAFE
Analyzed
Jun 30, 2026, 03:17 PM
Security Audit — agent-trust-hub — git-pushing-fast