rightcode-setup-pre-commit
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install
husky,lint-staged, andprettieras development dependencies. These are well-known, standard tools in the Node.js ecosystem used for managing git hooks and code formatting. - [COMMAND_EXECUTION]: The skill uses standard command-line operations to initialize tools (
npx husky init) and verify the setup (npx lint-staged). These actions are consistent with the stated purpose of setting up a local development environment. - [DATA_EXPOSURE]: The skill modifies local configuration files (
.husky/pre-commit,.lintstagedrc,.prettierrc, andpackage.json) to implement the requested workflow. No sensitive files or credentials are accessed or transmitted externally.
Audit Metadata