git-hygiene-enforcer
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references external tools and configurations from community sources.\n
- Specifies installation of Node.js packages including
@commitlint/cli,@commitlint/config-conventional, andhuskyvia npm.\n - References external GitHub Actions for pull request validation, such as
amannn/action-semantic-pull-requestandwagoid/commitlint-github-action.\n - Includes configuration for
pre-commithooks sourced fromgithub.com/compilerla/conventional-pre-commit.\n- [COMMAND_EXECUTION]: Provides shell commands for project initialization and daily git operations.\n - Includes commands for dependency management and tool initialization, such as
npm installandnpx husky init.\n - Outlines standard git workflow commands including
checkout,pull,rebase, andpush.\n - Defines a shell script for a git
commit-msghook that invokesnpx commitlintto validate messages.\n- [SAFE]: Implements security best practices for repository maintenance.\n - The provided
.gitignoretemplate explicitly excludes sensitive files such as.envand.env.local, reducing the risk of accidental credential exposure.
Audit Metadata