comfy
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources, such as workflow templates fetched from remote repositories and user-supplied assets. This creates an attack surface for indirect prompt injection where malicious instructions could be embedded in the workflow structure or metadata.\n
- Ingestion points: Workflow templates (via
comfy templates fetch), user-provided assets (viacomfy assets push), and ComfyUI server metadata.\n - Boundary markers: The instructions emphasize pre-flight validation using
comfy validateandcomfy-fragmentsto verify graph integrity before execution.\n - Capability inventory: The
comfyCLI can execute workflows, manage cloud authentication, upload/download files, and interact with partner-API proxy endpoints.\n - Sanitization: The skill promotes runtime discovery of nodes and assets rather than hardcoding names, and encourages the use of blueprints over manual JSON editing to maintain data integrity.\n- [DYNAMIC_EXECUTION]: The skill follows a compilation-based model where blueprints and fragments are dynamically assembled into executable JSON workflow artifacts. Although these artifacts are intended for the ComfyUI engine, the dynamic generation and execution of instructions represent a potential surface for logic injection.
Audit Metadata