setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs standard repository configuration tasks. It identifies the local package manager and installs legitimate development tools without any signs of malicious intent or obfuscation.
- [EXTERNAL_DOWNLOADS]: The skill installs
husky,lint-staged, andprettieras devDependencies from official package registries. These are well-known and trusted utilities in the JavaScript ecosystem. Evidence:SKILL.md(Step 2). - [COMMAND_EXECUTION]: The skill executes
npx husky initand standard package manager installation commands. These are necessary and expected operations for the skill's stated purpose of setting up a pre-commit environment. Evidence:SKILL.md(Step 3).
Audit Metadata