tgw-video-indexer
Pass
Audited by Gen Agent Trust Hub on Jun 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/video_pipeline.pyscript executes local system commands includingffmpeg,ffprobe, andwhisperusingsubprocess.runwith argument lists to extract video metadata and perform audio transcription. It also utilizes__import__to dynamically check for the presence of optional environment dependencies likepandasandPillowbefore proceeding with specific tasks. - [EXTERNAL_DOWNLOADS]: The
references/config.mdfile provides setup instructions for users to install well-known media processing tools (ffmpeg) and common Python libraries (openai-whisper,pandas) required for the skill's functionality. - [SAFE]: The skill includes extensive instructions to respect user privacy and data boundaries, such as mandatory verification of the project root directory via the
--workspaceparameter and explicitly defaulting to local processing for sensitive video and transcript data.
Audit Metadata