video-analysis
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runto callffmpegfor video metadata extraction and frame generation. - Evidence: Found in
analyze.pywithin_get_video_info,_extract_frames, and_transcribe_audiofunctions. - Context: This is the intended primary purpose of the skill (video processing). The inputs to these commands are generally derived from validated file paths and internal configuration settings, significantly reducing the risk of arbitrary command injection.
Audit Metadata