init-prettier-git-hooks
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
pnpm,npx, andgitcommands. These are used for standard development tasks such as installing dependencies, initializing git hooks, and normalizing line endings (git add --renormalize .). - [EXTERNAL_DOWNLOADS]: The skill specifies the installation of common Node.js development tools (e.g.,
prettier,lint-staged,simple-git-hooks) from the official npm registry. - [SAFE]: The skill uses established development tools and follows security best practices for script construction, such as using NUL-separated delimiters (
-zand-0with xargs) in example git hooks to handle file paths safely. - [SAFE]: All external references point to reputable developer platforms or the author's own technical documentation, used solely for informational purposes.
Audit Metadata