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
.envfiles, 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 likegit reset --hardandgit checkouton 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