video-merge-send
Warn
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/merge_videos.pyuses theeval()function on data derived from an external source.\n - Evidence: In
get_video_info, the code executeseval(s.get('r_frame_rate', '30/1')). The variablescontains metadata extracted from a video file viaffprobe. An attacker could potentially craft a video file with a malicious Python expression in the frame rate metadata to achieve arbitrary code execution.\n- [COMMAND_EXECUTION]: The skill executes system commands to process video files.\n - Evidence: The script
scripts/merge_videos.pymakes multiple calls tosubprocess.runto executeffmpegandffprobe. While it uses the list-based argument passing method (which is safer thanshell=True), it still provides a mechanism for the agent to interact with powerful system binaries.
Audit Metadata