image-upscaling
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The URLs point to a third‑party domain that instructs users to pipe a remote installer (curl https://cli.inference.sh | sh) — a high‑risk pattern for distributing malware even if docs/images/checksums are present, because running unverified remote shell code or binaries from an untrusted source can execute arbitrary malicious payloads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start explicitly runs a remote install script via "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote code from https://cli.inference.sh and is required to install the infsh CLI used at runtime.
Audit Metadata