raw-video-processing
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill facilitates video editing tasks by providing Python scripts that interface with FFmpeg and FFprobe. Analysis shows that these scripts use
subprocess.runwith list-based arguments, which is a secure practice that prevents shell injection vulnerabilities by avoiding the use of a shell to interpret command strings. The scripts operate exclusively on local files and do not include any network-related code, hardcoded credentials, or obfuscation. All data processing is confined to the local filesystem using standard Python libraries and trusted external binaries (FFmpeg).
Audit Metadata