image-upscaling
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The skill instructs running a remote installer via "curl ... | sh" (https://cli.inference.sh) and downloading binaries from a third‑party domain (dist.inference.sh), which is a high‑risk pattern because executing remote scripts/binaries from an untrusted or unfamiliar domain can deliver malware even if checksums are advertised.
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