nvm-install
Warn
Audited by Snyk on Jun 23, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.65). The skill’s runtime workflow includes fetching and executing the official
install.shfromhttps://raw.githubusercontent.com/nvm-sh/nvm/.../install.sh(public web content), which is outsider-authored free text that can be ingested into the agent’s LLM context via the fetched script/output.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). This skill includes runtime commands that fetch and execute remote code (e.g., curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash and curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash, and git clone https://github.com/nvm-sh/nvm.git followed by sourcing ./nvm.sh), so those URLs are runtime external dependencies that execute remote code.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata