commit
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard git CLI commands such as
git status,git diff,git log,git add,git commit,git show, andgit check-ignore. These are used to manage local repository state and facilitate the creation of commits. - [SAFE]: The instructions incorporate proactive security measures by explicitly directing the agent to never commit sensitive files, including secrets, credentials, local environment files (
.env), and gitignored content. It also recommends usinggit check-ignoreto verify file safety before staging.
Audit Metadata