data-visualization
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs are potentially dangerous: they direct users to curl-and-sh pipe a remote installer and to download platform binaries from an untrusted/unknown domain (inference.sh) — HTTPS and a plain checksums.txt help a little, but unsigned checksums and executing remote shell scripts make this a suspicious delivery method.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running curl -fsSL https://cli.inference.sh | sh (which downloads and executes an installer that in turn fetches binaries from dist.inference.sh), so https://cli.inference.sh and https://dist.inference.sh are runtime external dependencies that execute remote code.
Audit Metadata