git-pushing-fast

Pass

Audited by Gen Agent Trust Hub on Jul 15, 2026

Risk Level: SAFE
Full Analysis
  • [PROMPT_INJECTION]: The skill does not contain instructions that attempt to override agent behavior, bypass safety filters, or extract system prompts.
  • [DATA_EXFILTRATION]: No evidence of unauthorized data access or exfiltration. The instructions explicitly command the agent to never commit secrets, such as .env files, private keys, or tokens, and to verify staged files before committing.
  • [COMMAND_EXECUTION]: The skill utilizes standard Git commands (git status, git add, git commit, git push) essential for its intended purpose. It explicitly prohibits destructive commands like git reset --hard and git checkout on files.
  • [EXTERNAL_DOWNLOADS]: The skill does not perform any external downloads, package installations, or remote script executions.
  • [REMOTE_CODE_EXECUTION]: There are no patterns involving the execution of code from remote sources or the dynamic evaluation of untrusted strings.
  • [SAFE]: The skill follows best practices for Git automation, including upstream verification and hook preservation.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 15, 2026, 03:32 PM
Security Audit — agent-trust-hub — git-pushing-fast