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.py uses subprocess.run to execute package manager commands (npm, yarn, pnpm, bun) and npx to 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 the husky package 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 .husky directory. The use of chmod to make the pre-commit hook executable is a standard and necessary step in the configuration process.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 10, 2026, 09:45 AM