ai-image-generation
Fail
Audited by Snyk on Mar 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Most URLs point to a consistent inference.sh site and benign docs/images, but the presence of a remote installer (curl https://cli.inference.sh | sh) and downloadable CLI binaries/checksums from the same domain are high-risk distribution vectors — piping a remote .sh and fetching executables from a single, non-verified host can be used to deliver malware if the site or its CDN is compromised.
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).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata