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.py executes shell commands via subprocess.run to install the husky package 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 applies chmod permissions 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.json to include a prepare script that ensures Husky is installed correctly in the development environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 7, 2026, 07:34 PM