nvm-misc
Warn
Audited by Snyk on Apr 6, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The skill's required workflow (SKILL.md "follow the example commands" and examples/ansible.md) explicitly fetches and runs a public script via curl from raw.githubusercontent.com (e.g., curl ... https://raw.githubusercontent.com/nvm-sh/nvm/.../install.sh | bash), exposing the agent/user to untrusted third-party content that could carry executable instructions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill contains Ansible/shell examples that run a remote install script (e.g., curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash and a v0.40.1 variant), which fetches and immediately executes remote code at runtime as part of the provided installation examples.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata