image-to-video
Fail
Audited by Snyk on Feb 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Suspicious: the domain is not a recognized vendor and the skill explicitly instructs piping a remote .sh installer (https://cli.inference.sh) into sh — a high‑risk remote code execution pattern commonly used to distribute malware unless you verify and inspect the script first.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill explicitly runs a runtime installation command that downloads and executes a remote shell script via "curl -fsSL https://cli.inference.sh | sh", which fetches and runs remote code that the skill depends on (infsh) to control subsequent agent actions.
Audit Metadata