google-veo
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 all point to a single third‑party domain offering a CLI installer that the skill instructs users to curl | sh and download platform binaries from dist.inference.sh — running remote shell scripts and pulling executables from an untrusted/unknown vendor is a high‑risk pattern even if checksums are provided.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start uses "curl -fsSL https://cli.inference.sh | sh", which fetches and immediately executes a remote install script (https://cli.inference.sh) required to install the infsh CLI that the skill uses to run models.
Audit Metadata