nvm-misc
Fail
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes instructions in
SKILL.mdandexamples/ansible.mdto download a shell script from a remote URL and pipe it directly tobash. This pattern executes external code without prior validation. Evidence:curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bashinSKILL.mdandcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bashinexamples/ansible.md. - [COMMAND_EXECUTION]: The skill provides commands for running
npm installandnpm testinexamples/tests.md. These commands can trigger the execution of arbitrary code defined in the target project's build or test scripts. - [EXTERNAL_DOWNLOADS]: The skill performs network requests to
raw.githubusercontent.comto fetch installation scripts and documentation references.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata