ai-marketing-videos

Fail

Audited by Snyk on Feb 19, 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 unverified third‑party domain and the skill explicitly instructs piping a remote installer (curl https://cli.inference.sh | sh) and fetching binaries from dist.inference.sh — a high‑risk pattern for malware distribution (the image link is low risk but the generic/placeholder "https://trending-music.mp3" is also suspicious).

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill instructs users to run a remote install script via "curl -fsSL https://cli.inference.sh | sh" (which downloads/executes code and fetches binaries from dist.inference.sh), so this is a runtime external dependency that executes remote code (https://cli.inference.sh, https://dist.inference.sh).
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 07:43 PM