flux-image

Fail

Audited by Snyk on Feb 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Most links point to a single third‑party domain (inference.sh) that exposes an install script (curl | sh via cli.inference.sh) and direct binary/checksum endpoints — documentation and images are low risk but piping remote shells and downloading binaries from an unverified domain is potentially dangerous unless the publisher is known and signatures/checksums are independently 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
Feb 19, 2026, 09:04 PM