data-visualization
Fail
Audited by Snyk on Feb 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Potentially risky: the skill instructs piping a remote install script (curl ... | sh) from an unfamiliar third‑party domain and downloading binaries from its dist subdomain with only a plaintext checksums file on the same host — a common and easily abused distribution vector for malware if the domain or files are malicious or compromised.
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