onboarding

Fail

Audited by Socket on Feb 16, 2026

1 alert found:

Obfuscated File
Obfuscated FileHIGH
references/runtime-environments/nvm-setup-linux.md

The command installs nvm by fetching and immediately executing a remote install script. The primary security issue is the direct pipe-to-shell pattern which executes unverified remote code with user privileges — a significant supply-chain risk. Using a taged raw GitHub URL reduces but does not eliminate risk because repository or account compromise remains a viable attack vector. Mitigations: download the script first (curl -o install.sh), verify contents and provenance (review the script, check commit signatures or checksums if provided), run in a restricted environment (container or non-privileged account), or install via package manager or manually follow audited steps. If your threat model disallows executing remote scripts without verification, avoid this pattern.

Confidence: 98%
Audit Metadata
Analyzed At
Feb 16, 2026, 11:08 AM
Package URL
pkg:socket/skills-sh/melodic-software%2Fclaude-code-plugins%2Fonboarding%2F@001164f0ebd0b89a1b0921355047414ce445bb8d