ffmpeg-video-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides numerous shell command examples and Bash script templates for video processing via FFmpeg. These are well-documented and consistent with the skill's stated purpose of video analysis and quality control.
- [DATA_EXPOSURE]: No evidence of sensitive file access or hardcoded credentials. The automation scripts write analysis results to a local directory (
qc_results/) and do not attempt to exfiltrate data. - [EXTERNAL_DOWNLOADS]: The skill does not perform any external network requests, download remote scripts, or install third-party dependencies.
- [PROMPT_INJECTION]: The instructions do not contain patterns intended to bypass AI safety guidelines or override system prompts. The 'CRITICAL GUIDELINES' section is limited to technical requirements for Windows file paths.
- [INDIRECT_PROMPT_INJECTION]: While the skill processes external video files, it uses appropriate shell quoting (
"$INPUT") in its automation examples to prevent basic command injection via filenames.
Audit Metadata