husky-test-coverage
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup-husky-coverage.pyexecutes shell commands viasubprocess.runto install thehuskypackage and initialize the hook environment (e.g.,npx husky install). These actions are consistent with the skill's stated purpose of setting up git hooks. - [COMMAND_EXECUTION]: The skill generates a pre-commit shell script in the
.husky/directory and applieschmodpermissions to make the file executable, which is necessary for Husky to trigger the hook during git operations. - [COMMAND_EXECUTION]: The skill modifies the project's
package.jsonto include apreparescript that ensures Husky is installed correctly in the development environment.
Audit Metadata