ai-image-generation
Fail
Audited by Snyk on Feb 18, 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 non-major custom domain (inference.sh / cli.inference.sh) and the skill explicitly instructs piping a remotely hosted shell installer to sh (curl ... | sh), which is a high-risk pattern for malware distribution even if other links are just docs/images.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start requires running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote shell code at runtime so https://cli.inference.sh is a required external dependency that can execute arbitrary code.
Audit Metadata