llm-models

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). The links are all from inference.sh and include documentation and an image, but the skill instructs piping a remote install script (https://cli.inference.sh) to sh and fetching binaries from dist.inference.sh with only SHA-256 checksums — a high-risk distribution pattern (remote executable/script execution) that could deliver malware if the site or binaries are compromised or malicious.

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.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 08:18 PM