nvm-defaults-and-nvmrc

Pass

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides shell configuration snippets for Bash, Zsh, and Fish that automate version switching. These scripts utilize shell hooks or command aliasing (e.g., aliasing cd in Bash) to execute nvm use or nvm install automatically when the user changes directories.
  • [EXTERNAL_DOWNLOADS]: The automation logic includes instructions to run nvm install when a required Node.js version specified in a .nvmrc file is missing. This triggers the download of Node.js binaries from official distribution servers, which is the expected and primary purpose of the Node Version Manager.
  • [SAFE]: All provided code samples are well-documented patterns sourced from the official nvm-sh/nvm repository on GitHub, following standard community practices for environment management.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 13, 2026, 04:13 AM
Security Audit — agent-trust-hub — nvm-defaults-and-nvmrc