brand-video
Audited by Socket on Feb 27, 2026
1 alert found:
Obfuscated FileFunctionally, the tool assembles branded videos by combining user scripts, ElevenLabs TTS timestamps, brand tokens, and Remotion compositions and renders to MP4. I found no evidence of intentionally malicious code or obfuscation in the provided fragment. The principal security concerns are: 1) supply-chain risk from unpinned `npx remotion render` invocation and possible remote tool downloads; 2) data-exposure risk when sending scripts, assets, and possible credentials to third-party TTS or cloud render services without documented trust boundaries or secure handling; and 3) ambiguity about where credentials are stored and whether intermediaries are used, which could enable credential harvesting or unintended data exfiltration. Recommended mitigations: require explicit user-supplied API keys stored in environment variables or secret stores (never checked into repo), prefer pinned local installs with lockfiles over npx for production usage, document exact endpoints and privacy policies for ElevenLabs and any render service, restrict/upload only explicit asset directories, and add integrity checks and malware scans for any downloaded tooling.