ComfyUI Local Gen

PassAudited by ClawScan on Feb 21, 2026.

Overview

The skill's code, instructions, and required environment variable align with its stated purpose of driving a local ComfyUI server; nothing in the package requests unrelated credentials, installs arbitrary remote code, or attempts to exfiltrate data to outside endpoints.

This skill appears coherent and does what it claims: it sends prompts/workflows to whatever ComfyUI server you point it at and saves the returned images locally. Before installing, make sure COMFYUI_SERVER_ADDRESS points to a trusted, local machine (not an unknown public host), only enable ComfyUI "Dev mode" on trusted networks, and be aware generated images will be written into an image-gens/ folder in the agent's working directory. If you plan to use custom workflows, review those JSON files — workflows executed by your ComfyUI server can instruct that server to perform network activity or load local resources, so only use workflows you trust.