setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs standard development dependencies (
husky,lint-staged,prettier) from the public registry using the repository's detected package manager. - [COMMAND_EXECUTION]: The skill executes
npx husky initto initialize the git hook framework and creates a.husky/pre-commitfile that triggerslint-stagedand existing project scripts (typecheck,test). - [SAFE]: The behavior is entirely consistent with the skill's stated purpose. It uses well-known, reputable packages and performs standard configuration tasks for a Node.js development environment without any signs of obfuscation or malicious intent.
Audit Metadata