render-absurdist-explainer
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/compose.pyscript invokes theffmpegandffprobebinaries usingsubprocess.run. While the implementation uses argument lists to prevent direct shell injection, it executes these commands based on inputs provided in the externalconfig.jsonfile. - [EXTERNAL_DOWNLOADS]: The skill requires the
pillowPython library for image processing, as documented in the setup instructions withintests/smoke-test.md. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting untrusted configuration data from
config.json. This data influences the execution offfmpegandPILcommands. While the skill employs list-based subprocess calls and specific path escaping for captions to mitigate risks, it lacks comprehensive validation for all configuration-driven paths and processing parameters.
Audit Metadata