Veo 3 Video Gen (Gemini API)
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The skill is classified as benign. It uses `subprocess.run` in `scripts/generate_video.py` to execute `ffmpeg` for video concatenation and last-frame extraction, which are high-risk capabilities. However, `ffmpeg` is explicitly listed as a requirement in `SKILL.md` and its use is directly aligned with the skill's stated purpose of generating and stitching videos. The commands passed to `ffmpeg` are constructed programmatically from controlled inputs, and there is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts.
