video-understand
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/understand_video.pyinvokes external CLI tools includingffmpegandffprobeto perform video probing and frame extraction. - Evidence: The
_runhelper function wrapssubprocess.runusing argument lists to execute system commands. - Context: Commands are constructed as lists, mitigating shell-injection risks typically associated with processing user-provided filenames.
- [EXTERNAL_DOWNLOADS]: The skill includes functionality to install the
openai-whisperpackage from the official Python Package Index (PyPI) if it is not already present on the system. - Evidence: The
_check_and_offer_installfunction inscripts/understand_video.pyusespip installto fetch the library upon user consent.
Audit Metadata