veo3-1
Audited by Socket on Feb 28, 2026
1 alert found:
MalwareThe provided README describes a legitimate-sounding CLI skill to generate short videos through a third-party API (grsai.com). No explicit malicious code is present in the fragment, but there are meaningful supply-chain and data-exposure concerns: (1) recommending a curl|sh installer from astral.sh is a high-risk pattern that can lead to arbitrary code execution if the remote script or distribution is compromised, and (2) use of a third-party gateway for Veo 3.1 means prompts and API keys are exposed to that operator and must be trusted. Before using this skill, review the actual implementation (scripts/generate_video.py) for logging of secrets, endpoint addresses, TLS handling, and filename sanitization; and avoid executing remote install scripts without verification (prefer pinned checksums, signature verification, or package manager installs).