speech-to-text

Fail

Audited by Snyk on Mar 8, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Most links are to a single, seemingly official site (inference.sh) with docs, assets and a dist/checksums page (lowering suspicion), but the install instruction pipes a remote shell (https://cli.inference.sh | sh) and downloads binaries from dist.inference.sh — executing remote scripts or fetching executables from non–well-known vendors without independent verification is a high-risk pattern that could be used to distribute malware.

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
Mar 8, 2026, 02:51 AM
Security Audit — snyk — speech-to-text