git-hooks
Pass
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill includes shell scripts (
hook-installer.shandpre-push-checker.sh) that create and manage Git hooks. These scripts perform standard repository maintenance tasks like runningnpm testandnpm run lintwithin the local project context. - [EXTERNAL_DOWNLOADS] (SAFE): References to external repositories in
SKILL.md(e.g.,pre-commit-hooks,black,ruff) point to well-known, legitimate developer tools hosted on GitHub. These are standard dependencies for the pre-commit framework. - [PRIVILEGE_ESCALATION] (SAFE): Use of
chmod +xis appropriately limited to making Git hook scripts executable within the local.git/hooks/or.husky/directories, which is the standard and necessary procedure for Git hooks to function. - [DYNAMIC_EXECUTION] (SAFE): While the skill generates script files (hooks) at runtime, they are created from static templates included in the skill for a documented and safe primary purpose.
Audit Metadata