flux-image

Fail

Audited by Snyk on Mar 27, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Mostly legitimate-looking documentation and image URLs on inference.sh, but the skill instructs piping a remote installer (curl ... | sh) and downloading binaries from a private dist subdomain — a common, potentially dangerous distribution pattern unless you audit the script and independently verify checksums/signatures, so treat as moderately-high risk.

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.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 27, 2026, 02:29 PM
Issues
3