comfyui-ltx-video
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains no malicious patterns or security vulnerabilities. It uses standard Python libraries (
urllib,json,argparse) and follows best practices for data handling, such as using JSON serialization instead of string formatting for workflow modification. - [COMMAND_EXECUTION]: The skill provides utility scripts (
generate.py,check.py) that the agent is expected to execute to communicate with a local ComfyUI server. These scripts are limited to their stated purpose and do not perform unauthorized system commands. - [EXTERNAL_DOWNLOADS]: The skill downloads generated video files from the configured ComfyUI server. By default, this targets the local loopback address (
127.0.0.1), which is considered a safe endpoint. The network activity is transparent and required for the skill's primary function.
Audit Metadata