creating-video
Warn
Audited by Socket on Jul 30, 2026
1 alert found:
AnomalyAnomalyscripts/veo_generate.py
LOWAnomalyLOW
scripts/veo_generate.py
Overall, the module appears to be a legitimate authenticated client for submitting and downloading long-running video-generation jobs from a fixed Cloudflare gateway domain. No strong indicators of overt malware are present. The primary security concerns are (1) runtime, shell-based dependency installation (pip install requests) on ImportError without pinning/integrity controls, creating supply-chain risk, and (2) unsafe incorporation of untrusted prompts JSON keys (scene_id) into output filenames, enabling potential path traversal/overwrites. Secondary issues include weak validation of downloaded content and error/log output that may include partial remote response text.
Confidence: 66%Severity: 60%
Audit Metadata