music-to-video
Warn
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill contains an instruction for the agent to execute a self-update command (
npx hyperframes skills update music-to-video) with the directive to "run silently, don't ask." This constitutes a concealment pattern that encourages the agent to bypass user confirmation for operations involving network access and code execution. - [COMMAND_EXECUTION]: The skill workflow relies on the execution of several system commands and scripts. The
analyze-beatgrid.pyscript uses Python'ssubprocessmodule to callffmpegfor audio conversion. Additionally, the instructions frequently employ thenpx hyperframesCLI for project lifecycle management, and Node.js scripts likeassemble-index.mjsandstage-assets.mjsperform direct file system operations including file copying and structured data generation. - [EXTERNAL_DOWNLOADS]: The skill initiates several external network requests for code and libraries. The
npxupdate mechanism and package initialization fetch content from the npm registry. Furthermore, various components and generated output files reference external JavaScript libraries such as GSAP (v3.14.2 and v3.15.0) and Three.js (v0.147.0) via thecdn.jsdelivr.netContent Delivery Network. The skill also explicitly directs the installation of Python packages (librosa,numpy,soundfile) from PyPI.
Audit Metadata