talking-head-production
Fail
Audited by Snyk on Mar 27, 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 third‑party domain that serves an install script and direct binaries (dist.inference.sh + cli.inference.sh) and the skill instructs piping a remote shell script (curl | sh) and downloading executables—high‑risk behavior because it executes unverified remote code and fetches binaries from an untrusted source even if checksums are provided.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata