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, and chmod +x commands.
  • These are standard development workflows for setting up git hooks.
  • [COMMAND_EXECUTION]: The hook scripts (commit-msg and pre-push) use shell execution to perform logic checks.
  • Evidence: The scripts use grep, head, and sed to parse git metadata.
  • This is typical for git hook implementation.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 26, 2026, 03:27 PM
Security Audit — agent-trust-hub — setup-pre-commit