book-cover-design
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 point to an unfamiliar third‑party domain that publishes an install script (cli.inference.sh) piped directly to sh and downloadable binaries on dist.inference.sh — a common malware distribution pattern unless the binaries and checksums are independently verifiable (e.g., cryptographically signed), so treat as suspicious/high risk.
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 direct shell piping command "curl -fsSL https://cli.inference.sh | sh" which fetches and immediately executes remote installer code (and relies on the infsh CLI hosted via cli.inference.sh / dist.inference.sh) as a required runtime dependency.
Audit Metadata