google-veo
Fail
Audited by Snyk on Apr 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). All URLs are from a single non-mainstream domain (inference.sh) whose site provides a remote install script (https://cli.inference.sh) that recommends piping curl to sh and downloads binaries from dist.inference.sh — a legitimate-looking documentation and checksum setup reduces but does not eliminate risk, and executing remote shell scripts or unverified binaries from an unrecognized provider is potentially dangerous.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata