ai-image-generation
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.80). The listed URLs are mostly docs and images on inference.sh, but the skill explicitly tells users to run "curl ... https://cli.inference.sh | sh", which is a high‑risk pattern (executing an unreviewed remote install script) and therefore makes this a suspicious download source despite no direct .exe links.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start contains a runtime install command that downloads and executes remote code (curl -fsSL https://cli.inference.sh | sh), and the skill depends on that CLI to run infsh commands, so https://cli.inference.sh is a required external dependency that executes remote code.
Audit Metadata