ai-image-generation

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). These URLs are hosted on a single third‑party domain (inference.sh) that serves documentation, hosted images, and — critically — an install endpoint intended to be run via curl | sh and binaries from a dist subdomain; that pattern (remote shell install + direct binary downloads from a non‑well‑known vendor) is potentially risky unless you can cryptographically verify the downloads and fully trust the provider.

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 4, 2026, 10:47 AM