setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions to execute shell commands for installing dependencies and initializing Husky.
- Evidence:
npx husky init,<pm> add -D husky lint-staged prettier, andchmod +xcommands. - These are standard development workflows for setting up git hooks.
- [COMMAND_EXECUTION]: The hook scripts (
commit-msgandpre-push) use shell execution to perform logic checks. - Evidence: The scripts use
grep,head, andsedto parse git metadata. - This is typical for git hook implementation.
Audit Metadata