video-understanding
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the subprocess module to execute FFmpeg and FFprobe for media processing. These commands are used locally for extracting representative frames, detecting scene boundaries based on luminance changes, and identifying periods of silence in the audio track. The command construction is handled using list-based arguments with internal variables, following standard practices for media processing tools.
- [EXTERNAL_DOWNLOADS]: The skill communicates with the MiMo API endpoints (xiaomimimo.com) to perform Video-Language Modeling (VLM) and Automatic Speech Recognition (ASR). It sends media content as Base64-encoded data and receives structured JSON responses containing scene descriptions and transcriptions. The API interactions include robust retry logic, error sanitization to prevent credential leaking, and compliance with upstream content moderation filters.
Audit Metadata