speech-to-text
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.75). The URLs all point to a single non-standard domain (inference.sh) which hosts docs, media and a remote installer that the skill pipes directly to sh (curl | sh) and pulls binaries from dist.inference.sh — a convenient, but potentially dangerous pattern for malware distribution because running remote shell scripts and fetching executables from an unvetted domain is high-risk even if checksums are provided on the same domain.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The SKILL.md explicitly accepts arbitrary public audio URLs (the "audio_url" examples like infsh app run ... --input '{"audio_url":"https://meeting.mp3"}') and the workflow shows transcripts being fed into downstream apps (e.g., the "Video Subtitles" step that passes the transcript to infsh/caption-videos), so untrusted third‑party audio can be ingested and materially influence subsequent tool actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start installs and runs remote code via curl -fsSL https://cli.inference.sh | sh (which downloads binaries from dist.inference.sh), so https://cli.inference.sh is fetched and executed at runtime and is a required dependency, posing remote code execution risk.
Audit Metadata