clips-studio
Warn
Audited by Socket on Aug 27, 2026
1 alert found:
AnomalyAnomalyscripts/falvid.py
LOWAnomalyLOW
scripts/falvid.py
No clear, explicit malware logic is present (no dynamic code execution, backdoor, or hidden network exfiltration to unrelated domains). However, the code has two security-relevant anomalies: (1) it auto-scans CWD/home for files to extract FAL_KEY/FAL_ADMIN_KEY and injects them into environment variables, and (2) it writes downloaded video bytes to a destination path constructed from user-controlled --out-dir and --name without sanitization, enabling potential path traversal/arbitrary file overwrite. Overall, this looks like a functional but security-sensitive CLI that should be reviewed/controlled in untrusted automation contexts.
Confidence: 72%Severity: 52%
Audit Metadata