comfyui-video-production
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes multiple scripts and logic paths designed to execute system-level commands for workflow orchestration.
references/instance-management.mdusessubprocess.Popento start ComfyUI instances and thepsutillibrary to manage and terminate processes.references/concatenation.mdutilizessubprocess.runto invokeffmpegandffprobefor video processing. Additionally,SKILL.mdprovides Bash and PowerShell scripts to automate the launching of multiple local service instances. - [DYNAMIC_EXECUTION]: The skill dynamically constructs executable commands at runtime based on user configuration. In
references/concatenation.md, thegenerate_crossfade_commandfunction assembles an FFmpeg command string by concatenating lists of video file paths and calculating temporal offsets. TheVideoConcatenatorclass also builds command lists forsubprocess.rundynamically, which could pose risks if input filenames are not strictly validated. - [INDIRECT_PROMPT_INJECTION]: An attack surface exists in the evaluation tooling provided with the skill. Ingestion points: The
eval/run-eval.shscript reads test case prompts from text files. Boundary markers: None are present; the prompt content is interpolated directly into the command-line call. Capability inventory: The script executes theclaudeCLI with the interpolated prompt, allowing the data to influence the AI's execution. Sanitization: The script does not appear to validate or sanitize the prompt content before interpolation.
Audit Metadata