conventional_commits
Pass
Audited by Gen Agent Trust Hub on Mar 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill body consists of documentation and instructions for adopting the Conventional Commits standard, which is a common and safe practice in software development.
- [EXTERNAL_DOWNLOADS]: The instructions suggest installing
@commitlint/cli,@commitlint/config-conventional, andhuskyusing thenpmpackage manager. These are well-known, industry-standard tools for automating commit message linting and do not pose a security risk in this context. - [COMMAND_EXECUTION]: The skill includes a command to configure a Git hook using
husky(npx husky add .husky/commit-msg ...). This is the standard procedure for integrating commitlint into a local development workflow.
Audit Metadata