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, and husky via npm.\n
  • References external GitHub Actions for pull request validation, such as amannn/action-semantic-pull-request and wagoid/commitlint-github-action.\n
  • Includes configuration for pre-commit hooks sourced from github.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 install and npx husky init.\n
  • Outlines standard git workflow commands including checkout, pull, rebase, and push.\n
  • Defines a shell script for a git commit-msg hook that invokes npx commitlint to validate messages.\n- [SAFE]: Implements security best practices for repository maintenance.\n
  • The provided .gitignore template explicitly excludes sensitive files such as .env and .env.local, reducing the risk of accidental credential exposure.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 14, 2026, 06:15 PM
Security Audit — agent-trust-hub — git-hygiene-enforcer