ffmpeg-lut-grade
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The provided Python script
scripts/grade.pyuses thesubprocessmodule to runffmpegcommands. Analysis confirms that the script correctly passes arguments as a list and avoids the use of a shell (shell=True), which effectively prevents command injection attacks. Input parameters are validated for existence and type before execution. - [EXTERNAL_DOWNLOADS]: The skill does not perform any network operations, fetch remote scripts, or require external package installations. It relies exclusively on the Python standard library and locally provided assets.
- [PROMPT_INJECTION]: The instructions within
SKILL.mdprovide technical guidance for video processing and do not include any patterns intended to bypass AI safety guardrails or override system instructions.
Audit Metadata