ibeia-motion-reels
Audited by Socket on Sep 11, 2026
2 alerts found:
Anomalyx2The code is a straightforward static HTML generator and shows no direct malware indicators such as network exfiltration, command execution, credential theft, persistence, or cryptomining. It does contain a meaningful injection risk: untrusted JSON fields are inserted into HTML, SVG, CSS, and JavaScript without proper context-specific escaping, and the attempted JavaScript quote escaping is ineffective. The risk depends on whether the logo catalog is trusted; trusted static assets present limited concern, while attacker-controlled catalog data can compromise users viewing the generated page.
The code appears to be a benign video frame extraction utility, but it is unsafe with untrusted arguments. Validate timestamps as strict numeric values, pass them to Python as data rather than interpolated source, and sanitize or derive output filenames independently of the timestamp. Restrict input paths if ffmpeg URL/protocol access is not intended. No clear malicious behavior is evident in this fragment.