vid-motion-graphics
Audited by Socket on May 15, 2026
1 alert found:
AnomalyThis Bash wrapper appears to be a legitimate render-and-encode pipeline with no overt malicious indicators (no hardcoded secrets, no explicit exfiltration, no backdoor logic). The primary security concerns are supply-chain exposure from runtime, unpinned Playwright/Chromium installation and the execution of an external, unreviewed capture-frames.mjs file that performs the actual browser rendering. Additionally, passing user-controlled audio into ffmpeg expands the media-parsing attack surface, and suppressed ffmpeg stderr reduces detection/diagnostics of unexpected behavior. Overall: moderate security risk driven by supply-chain and delegated execution uncertainty, not by clear malicious intent in this fragment.