mlt-render
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses the established 'melt' and 'ffmpeg' command-line tools for video processing tasks.
- [SAFE]: Input file paths are resolved using 'realpath', and the skill validates that the files exist and have the expected extensions (.kdenlive or .mlt) before execution.
- [SAFE]: Configuration for rendering is retrieved from a local JSON file ('render-profiles.json') stored in the user's data directory, following standard application data patterns.
- [SAFE]: Command construction utilizes Bash arrays (e.g., "${ARGS[@]}"), which is a secure practice to prevent shell injection and word splitting issues when handling parameters.
Audit Metadata