talking-head-production
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.90). These URLs point to an unfamiliar domain that supplies an install script intended to be run via "curl | sh" and downloads binaries from the same private CDN — a high-risk distribution pattern because executing remote shell scripts and unsigned/only-checksummed binaries from an unverified source can easily deliver malware despite the presence of a checksums.txt.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill directs users to run "curl -fsSL https://cli.inference.sh | sh" (and notes it downloads binaries from dist.inference.sh), which fetches and executes remote code as a required dependency for the runtime CLI used by the skill, so this is a high-confidence remote-code-execution dependency.
Audit Metadata