llm-models
Fail
Audited by Snyk on Apr 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These links point to a single, non-standard domain that instructs users to pipe a remote shell installer (curl | sh) and download platform-specific binaries from a self-hosted distribution subdomain — a high-risk distribution pattern because remote shell scripts and downloadable executables from an untrusted/non-major domain can be used to deliver malware even when checksums are provided.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The Quick Start runs curl -fsSL https://cli.inference.sh | sh which fetches and executes remote installer code (and downloads binaries from dist.inference.sh) at runtime, making https://cli.inference.sh a required external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata