talking-head-production
Fail
Audited by Snyk on Mar 4, 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 a non-mainstream domain hosting an installer script and direct binary distribution (curl ... | sh and dist.inference.sh checksums) — piping a remote shell script and downloading executables from the same unvetted domain without independent signature verification are common malware distribution patterns, so they are suspicious.
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