ai-podcast-creation
Fail
Audited by Snyk on Aug 11, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). The skill instructs piping a remote shell script from cli.inference.sh directly into sh (curl ... | sh), which is a high-risk distribution method from an untrusted/unknown domain and can deliver malware or run arbitrary commands.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start instructs users to run a remote install command that fetches and immediately executes code via curl -fsSL https://cli.inference.sh | sh, which is a runtime download-and-execute of external content (https://cli.inference.sh).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata