husky-test-coverage
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/setup-husky-coverage.pyusessubprocess.runto execute package manager commands (npm,yarn,pnpm,bun) andnpxto install and initialize Husky. These operations are standard for Node.js development and are required for the skill's primary purpose of setting up git hooks.\n- [EXTERNAL_DOWNLOADS]: The skill downloads thehuskypackage from official package registries via the system's package manager. These downloads target well-known, trusted software registries and are necessary for the skill's functionality.\n- [SAFE]: The skill performs expected file system operations, such as creating or updating configuration files (.nycrc.json,jest.config.json,vitest.config.ts) and setting up git hooks in the.huskydirectory. The use ofchmodto make the pre-commit hook executable is a standard and necessary step in the configuration process.
Audit Metadata