flux-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.80). The URLs point to a single third‑party domain that distributes a remote install script (curl | sh -> cli.inference.sh) and downloadable binaries (dist.inference.sh) — although they provide checksums and consistent subdomains, executing remote shell scripts or fetching binaries from a non‑well‑known vendor is a common vector for malware and should be treated as suspicious until verified.

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

  • Third-party content exposure detected (high risk: 0.70). The SKILL.md explicitly shows an "Image-to-Image" workflow that accepts arbitrary image URLs (e.g., "image_url": "https://your-image.jpg") which the agent/CLI will fetch and ingest from public web sources, meaning untrusted third-party content can be read and directly influence model outputs/actions.

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

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs users to run "curl -fsSL https://cli.inference.sh | sh", which downloads and executes remote installer code from https://cli.inference.sh (and pulls binaries from dist.inference.sh) as a required dependency for the infsh CLI used at runtime.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 4, 2026, 12:29 PM