speech-to-text

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.90). These URLs instruct running a remote install script (curl | sh from cli.inference.sh) and download binaries/checksums from an untrusted domain (dist.inference.sh) alongside several root-level media/odd-TLD hosts — a common pattern for distributing unverified executables and thus a high-risk indicator.

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
Risk Level
CRITICAL
Analyzed
Feb 25, 2026, 05:36 PM