setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the repo's detected package manager (npm, pnpm, yarn, or bun) to install development dependencies and execute initialization commands like
npx husky init. - [COMMAND_EXECUTION]: The skill creates and configures a
.husky/pre-commitshell script that invokes existing project scripts such astypecheckortestbased on the content of the localpackage.json. - [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download and install common, well-known development utilities (
husky,lint-staged,prettier) from the official npm registry.
Audit Metadata