trim-video-clips
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/trim_clips.pyusessubprocess.runto execute theffmpegbinary. The implementation is secure as it passes the command and its arguments as a list, which avoids the use of a shell and prevents command injection vulnerabilities. - [SAFE]: The skill processes untrusted input from a
clips.jsonfile. It mitigates potential risks by using aslugifyfunction to sanitize thenamefield before using it in output file paths and by strictly parsing and validating time-related fields (start,end,duration) as numeric or specific timecode formats.
Audit Metadata