text-to-speech
Fail
Audited by Snyk on Mar 19, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs point to an unfamiliar third‑party domain that offers a pipe-to-shell installer and downloadable binaries (dist.inference.sh) — a high‑risk pattern because running remote shell scripts or fetching executables from an untrusted/unknown host can deliver malware even if checksums/docs are provided.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start explicitly runs "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote install code and is required to install/run the infsh CLI, so https://cli.inference.sh is a runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata