ai-marketing-videos
Fail
Audited by Snyk on Apr 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.95). These URLs are high-risk because the skill instructs piping a remote shell script (curl ... | sh) from an unverified/obscure domain (cli.inference.sh/inference.sh) and includes a suspicious file-like hostname (trending-music.mp3), all of which are common vectors for distributing malware or unwanted binaries.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The SKILL.md explicitly instructs users to run "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote installer code at runtime and the skill subsequently depends on the installed infsh CLI to run prompts, so https://cli.inference.sh is a required runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata