dialogue-audio
Fail
Audited by Snyk on Mar 27, 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 unvetted domain that distributes a remote install script (curl https://cli.inference.sh | sh) and matching binaries (dist.inference.sh with checksums); piping an unknown .sh to a shell and running downloaded binaries from an unfamiliar/uncertified domain is a high-risk pattern even if checksums are published.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes an explicit "curl -fsSL https://cli.inference.sh | sh" which fetches and executes remote install code (and pulls binaries from dist.inference.sh) and the skill depends on that CLI to run, so this is a clear remote-code execution dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata