ai-image-generation

Fail

Audited by Snyk on Mar 10, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The URLs point to a custom service (inference.sh) that instructs users to curl a remote shell script and download platform-specific binaries from subdomains (cli.inference.sh, dist.inference.sh) — a common high-risk pattern because piping a third-party install script to sh and retrieving executables from non-major/trusted domains can be used to distribute malware even if checksums/docs are present.

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

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running curl -fsSL https://cli.inference.sh | sh which fetches and immediately executes a remote install script (and pulls binaries from dist.inference.sh), so the skill relies on and runs remote code from https://cli.inference.sh (and dist.inference.sh).
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 10, 2026, 05:52 AM