text-to-speech
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). They point to a single self‑hosted service that instructs users to run a remote install script (curl | sh) and download binaries from its own dist subdomain with only plaintext checksums — a distribution pattern that is high‑risk unless the installer and binaries are independently signed and the domain is trusted.
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.
Audit Metadata