building-inferencesh-apps
Fail
Audited by Snyk on Jul 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Multiple entries are direct install scripts (shell/PowerShell) or raw install scripts intended to be piped to a shell/iex (remote code execution), which is a high-risk delivery vector for malware unless you fully trust and have audited the source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The documentation contains multiple install-time commands that fetch and immediately execute remote scripts (e.g. curl -fsSL https://cli.inference.sh | sh, curl -LsSf https://astral.sh/uv/install.sh | sh, powershell ... https://astral.sh/uv/install.ps1 | iex, curl -fsSL https://fnm.vercel.app/install | bash, curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash) which run remote code and are required for the CLI/setup workflow.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata