qwen-image-pro

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.80). These URLs point to an unfamiliar third‑party site (inference.sh) that distributes a CLI via a piped install script (curl … | sh) and remote binaries (dist.inference.sh) — a high‑risk pattern because executing remote install scripts and fetching executables from an untrusted domain can deliver malware even if served over HTTPS and accompanied by checksums; the example.com image links themselves are benign placeholders.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.70). The skill accepts arbitrary external image URIs via the "reference_images" input (see the "Image Editing (Style Transfer)" example and the Input Options table), so it can fetch untrusted public images from third-party URLs which the model will read/interpret and which can materially influence generation behavior.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh" which fetches and executes remote code from https://cli.inference.sh (and pulls binaries from dist.inference.sh) as a required install step for running the skill, so this external URL can execute remote code at runtime.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 4, 2026, 12:29 PM