commit
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a structured workflow for git commits following the Conventional Commits specification.
- [SAFE]: Includes explicit safety rules to prevent the accidental commitment of sensitive data, such as environment files (.env) and credentials.
- [SAFE]: Restricts dangerous git operations by explicitly forbidding commands that skip hooks (--no-verify), amend published commits, or perform force-pushes.
- [SAFE]: Does not perform network operations or download external scripts.
Audit Metadata