git-commit
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill utilizes standard version control tools (
git diff,git add,git commit) via the authorized Bash environment to manage repository changes. - [SAFE]: Explicitly instructs the agent to avoid committing sensitive files, specifically mentioning
.env,credentials.json, and private keys as examples of data that must never be staged. - [SAFE]: Implements a 'Git Safety Protocol' that prohibits the agent from modifying git configurations or performing destructive operations like
--forcepushes or hard resets without an explicit user mandate. - [SAFE]: The instructions promote logical grouping of changes and proper commit message formatting without introducing external dependencies or network operations.
Audit Metadata