render-3d-character-explainer
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/compose.pyscript executesffmpegandffprobeusing thesubprocess.runmethod to perform video editing tasks such as trimming, scaling, and concatenating segments. The script correctly uses argument lists rather than shell strings, preventing shell injection vulnerabilities. - [COMMAND_EXECUTION]: The skill includes a dedicated
_ass_escapefunction to sanitize file paths used in FFmpeg'sassfilter. This prevents potential injection attacks within the FFmpeg filtergraph by properly escaping backslashes, colons, and single quotes. - [SAFE]: The skill operates entirely on local files provided via configuration and command-line arguments. No network requests, external downloads, or attempts to access sensitive system credentials were detected.
Audit Metadata