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, and prettier using 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 executes npx husky init to initialize the git hook directory. It also runs npm run typecheck and npm 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
Risk Level
SAFE
Analyzed
Jun 25, 2026, 12:34 AM
Security Audit — agent-trust-hub — setup-pre-commit