nvm-troubleshooting-linux

Warn

Audited by Gen Agent Trust Hub on Jun 13, 2026

Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches the nvm installation script from the official nvm-sh repository on GitHub.
  • Evidence: https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh in examples/alpine-install.md.
  • [REMOTE_CODE_EXECUTION]: Executes a downloaded shell script directly by piping it into bash.
  • Evidence: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash in examples/alpine-install.md.
  • [COMMAND_EXECUTION]: Uses sudo privileges to modify core system configuration files and set file attributes for troubleshooting WSL networking.
  • Evidence: sudo rm /etc/resolv.conf, sudo bash -c 'echo "nameserver 8.8.8.8" > /etc/resolv.conf', sudo bash -c 'echo "[network]" > /etc/wsl.conf', and sudo chattr +i /etc/resolv.conf in examples/wsl-troubleshooting.md.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Jun 13, 2026, 04:13 AM
Security Audit — agent-trust-hub — nvm-troubleshooting-linux