data-visualization
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These are custom domains serving a shell installer and downloadable binaries (curl | sh -> fetch from dist.inference.sh); while served over HTTPS with a checksums file, the source is not a well-known, verifiable vendor and piping an installer to sh without independently verified signatures is a moderately high-risk pattern.
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