flux-image

Fail

Audited by Snyk on Feb 20, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.85). Although most links are documentation pages and an image on a consistent inference.sh domain, the skill explicitly instructs piping a remote install script (curl -fsSL https://cli.inference.sh | sh) and references a distribution subdomain (dist.inference.sh) that would deliver binaries—downloading and executing remote .sh/binaries from an unvetted domain is a high-risk malware distribution vector.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start explicitly instructs running curl -fsSL https://cli.inference.sh | sh which downloads and executes remote code from https://cli.inference.sh (with binaries fetched from dist.inference.sh), making it a required runtime dependency that executes external code.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 20, 2026, 07:26 PM