ai-image-generation
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These URLs point to a third‑party site that supplies a CLI installer via a remote shell script (curl | sh) and direct binary distribution (dist.inference.sh) — a common and risky pattern for malware distribution even if checksums and docs are provided, so treat as moderately high risk.
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