setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs
husky,lint-staged, andprettierusing the detected package manager (npm, pnpm, yarn, or bun). These are well-known, industry-standard development dependencies for managing git hooks and code formatting.\n- [COMMAND_EXECUTION]: The skill executesnpx husky initto initialize the git hook directory. It also runsnpm run typecheckandnpm run test(or the package manager equivalent) to verify the repository state before committing. These commands are localized to the repository's own scripts and are standard for this type of setup.\n- [SAFE]: No suspicious network activity, credential harvesting, or obfuscation was detected. The operations are transparent and serve the stated purpose of setting up pre-commit hooks.
Audit Metadata