ai-podcast-creation
Fail
Audited by Snyk on May 15, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.85). These URLs point to an unfamiliar domain that provides a remote installer (curl | sh) and downloadable binaries—despite HTTPS and a checksum file being present, piping a remote shell script and fetching executables from a non‑well‑known source is a high‑risk distribution vector that could deliver malware.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote installation code and is required for the skill's runtime CLI (https://cli.inference.sh), so this URL is a runtime dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata