eslint-prettier-husky-config
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS] (LOW): The skill installs standard development dependencies from the npm registry (ESLint, Prettier, Husky, etc.). These are trusted industry-standard tools for the described task. Evidence: npm install commands in SKILL.md.
- [COMMAND_EXECUTION] (LOW): The skill utilizes npx to initialize husky and run lint-staged. These commands are localized to the project environment and are necessary for the skill's primary purpose. Evidence: npx husky init and npx lint-staged in SKILL.md.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill configures a pipeline where source code is processed by linters. 1. Ingestion points: project source files (*.js, *.ts). 2. Boundary markers: absent. 3. Capability inventory: eslint --fix and prettier --write (filesystem writes). 4. Sanitization: absent; relies on linter internal parsers.
Audit Metadata