comfyui-node-advanced
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a technical reference for ComfyUI developers and contains only legitimate code templates and design patterns.
- [COMMAND_EXECUTION]: Documents the 'Node Expansion' pattern which utilizes
GraphBuilderto programmatically generate and execute subgraphs within the platform's execution environment. - [DATA_EXFILTRATION]: Provides a boilerplate example for an 'Async Node' that uses the
aiohttplibrary to perform network requests. This is a common pattern for fetching remote resources and does not target sensitive data. - [PROMPT_INJECTION]: Describes the 'Flexible Node' pattern using
accept_all_inputs=True. This feature allows nodes to process arbitrary input keys, which is a standard design for dynamic data handling nodes.
Audit Metadata