video-shot-demos

Warn

Audited by Socket on Sep 12, 2026

1 alert found:

Anomaly
AnomalyLOW
scripts/shot.js

This appears to be a screenshot automation tool that modifies a local HTML page and runs it in headless Chrome/Edge to produce a PNG. It is not overtly malicious (no exfiltration or crypto/mining/backdoor code found), but it has a notable security risk: execSync is used with a shell-interpreted command string assembled from environment/CLI inputs (especially BROWSER_PATH and out), which could enable command injection if those are attacker-controlled. It also executes the provided HTML (plus injected JS) in a browser context, increasing impact of malicious input HTML.

Confidence: 70%Severity: 60%
Audit Metadata
Analyzed At
Sep 12, 2026, 06:46 PM
Package URL
pkg:socket/skills-sh/unclecheng-li%2Fai_animation%2Fvideo-shot-demos%2F@963b20c768c35077be1a6435dd0cbf17304decf26416ee1a6d5ad5a9adb59e44
Security Audit — socket — video-shot-demos