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.90). Most URLs are documentation or an image on inference.sh, but the skill explicitly instructs running curl https://cli.inference.sh | sh which downloads and executes a remote shell installer from a third‑party domain — piping and running remote .sh scripts is a high‑risk vector for malware distribution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start directs executing a remote installer via "curl -fsSL https://cli.inference.sh | sh", which fetches and runs code from https://cli.inference.sh at runtime and is a required dependency for using the infsh/ openrouter apps that control prompts and execute models.
Audit Metadata