slice-video-frames
Pass
Audited by Gen Agent Trust Hub on Aug 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes external binaries
ffmpegandffprobeto process video data. Detailed code analysis confirms that these are executed usingsubprocess.runwith command arguments passed as a list and without a shell (shell=False), which effectively prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill requires the
PillowPython library for image processing and the standardffmpeg/ffprobeutilities. These are well-known, industry-standard tools and dependencies. - [DATA_EXPOSURE]: No hardcoded credentials or sensitive data exfiltration patterns were detected. The skill operates on local files provided by the user and generates local outputs.
- [PROMPT_INJECTION]: The skill's instructions are purely functional and do not contain attempts to override agent behavior or bypass safety guardrails.
Audit Metadata