30x-web-to-video
Fail
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: HIGHPRIVILEGE_ESCALATIONREMOTE_CODE_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PRIVILEGE_ESCALATION]: The script
scripts/url-to-video.tscontains logic to automatically executesudo apt-get installto install system tools likeffmpegandaubio-toolson Linux-based systems without requiring manual user intervention beyond a flag. - [REMOTE_CODE_EXECUTION]: The skill performs automatic installations of unverifiable dependencies at runtime using package managers:
scripts/url-to-video.tsexecutesnpm install -g playwright.scripts/analyze-audiomap.pyandscripts/generate-bgm.pyusepip installto install multiple Python packages includinglibrosa,transformers, andtorch.- [DYNAMIC_EXECUTION]:
scripts/regenerate-scene.tsimplements a dynamic code modification loop. It invokes a sub-agent viaclaude -pto rewrite thesrc/MainVideo.tsxfile based on LLM critique. Crucially, the sub-agent is granted broad tool permissions includingBash,Edit, andRead, and uses the--dangerously-skip-permissionsflag. - [INDIRECT_PROMPT_INJECTION]: The skill ingests content from arbitrary user-provided URLs during the 'harvesting' phase. This untrusted data is then used as context for the sub-agent's code regeneration loop, creating a path for a malicious website to influence the generated code or the sub-agent's execution environment.
- [COMMAND_EXECUTION]: Several scripts, including
scripts/url-to-video.ts,scripts/analyze-audiomap.py, andscripts/generate-bgm.py, execute arbitrary shell commands viaexecFileSyncandsubprocess.runto manage the underlying media toolchain. - [EXTERNAL_DOWNLOADS]: The skill routinely downloads external resources:
yt-dlpis used to fetch video and audio content from YouTube and Vimeo.- The
transformerslibrary is instructed to download large model weights (approx. 1.5GB) from Hugging Face during the first run of the BGM generator.
Recommendations
- AI detected serious security threats
Audit Metadata