git-commit
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local git commands to interact with the repository. It follows a safe workflow by reading staged changes using
git diff --cachedand then presenting the generated message to the user for confirmation. The actual commit viagit commit -monly occurs after the user approves, edits, or cancels the action, which prevents the automated execution of potentially manipulated or incorrect commit messages.
Audit Metadata