qwen-image
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These URLs point to a third‑party domain (inference.sh) that instructs users to run a curl | sh install script and download platform binaries from dist.inference.sh (with checksums hosted on the same domain), which is a potentially risky supply‑chain distribution method from a non‑widely‑known provider—images on example.com are benign but the installer/binary distribution is moderately suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes a runtime command that pipes remote code to a shell ("curl -fsSL https://cli.inference.sh | sh"), and that installer then fetches binaries from dist.inference.sh, so https://cli.inference.sh (and associated https://dist.inference.sh) are runtime external dependencies that execute remote code.
Audit Metadata