video-prompting-guide
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The URLs point to a single third-party domain that includes documentation and an "install" endpoint intended to be piped into sh which downloads platform binaries from a dist subdomain — a high-risk distribution pattern (remote shell script + binary downloads) that can be used to deliver malware unless you independently verify signatures and provenance.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start runs a remote installer with curl -fsSL https://cli.inference.sh | sh which downloads and executes code at runtime and is presented as a required dependency for using the infsh commands in this skill.
Audit Metadata