vid-product-launch
Warn
Audited by Socket on May 15, 2026
1 alert found:
AnomalyAnomalyscripts/export-video.sh
LOWAnomalyLOW
scripts/export-video.sh
No explicit backdoor/exfiltration/destructive behavior is evident in the provided bash fragment. The primary security concern is that it evaluates JavaScript extracted from an HTML-embedded timeline using new Function(), creating an arbitrary code execution risk in the Node process when the HTML (or timeline contents) is attacker-influenced. Separately, it performs runtime installation/downloading of Playwright and Chromium via npm/npx without visible pinning/integrity controls, increasing supply-chain exposure. Overall: likely a rendering/automation tool, but with high-risk primitives that should be sandboxed or replaced with strict, data-only parsing and pinned dependencies.
Confidence: 74%Severity: 69%
Audit Metadata