nvm-defaults-and-nvmrc
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill provides official configuration snippets and best practices for using the Node Version Manager (nvm), a standard developer tool.
- [SAFE]: All external documentation links refer to the official nvm-sh/nvm GitHub repository, which is an established and trusted source for this software.
- [COMMAND_EXECUTION]: The provided shell snippets for Bash, Zsh, and Fish shells execute standard
nvmcommands (such asnvm use,nvm install, andnvm alias) to automate environment configuration. These commands are localized to the user's Node.js environment and are the intended purpose of the skill. - [SAFE]: The scripts read
.nvmrcfiles within project directories to resolve the required Node.js version. This behavior is standard for the tool and does not involve accessing sensitive system files or credentials.
Audit Metadata