git-commit
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses standard Git commands such as
git diff,git status,git add, andgit commitvia the Bash tool. These are used for their intended purpose of version control management within a development environment. - [DATA_EXFILTRATION]: Explicitly instructs the agent to never commit secrets such as
.envfiles,credentials.json, or private keys, reducing the risk of accidental sensitive data exposure. - [PROMPT_INJECTION]: The skill processes untrusted data in the form of
git diffoutput which could theoretically contain indirect prompt injections meant to influence the generated commit message. - Ingestion points: Git diff output processed in SKILL.md.
- Boundary markers: None present.
- Capability inventory:
git commitexecution via Bash. - Sanitization: None present.
Audit Metadata