create-comfyui-node
Pass
Audited by Gen Agent Trust Hub on Apr 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for the ComfyUI V3 Schema. It provides documentation on Python backend classes (
io.ComfyNode,io.Schema), data types (Tensors), and frontend JavaScript hooks for context menus, commands, and settings. - [SAFE]: Instructions regarding the directory structure (e.g.,
requirements.txt,install.py,js/) and entrypoints (comfy_entrypoint) are consistent with official ComfyUI Manager standards for plugin development. - [SAFE]: Code examples for async execution, progress reporting, and UI helpers (
PreviewImage,ImageSaveHelper) follow documented platform best practices. - [SAFE]: No obfuscated content, prompt injection attempts, or unauthorized data exfiltration patterns were identified. Mentions of API keys (
auth_token_comfy_org) are documented as available execution context variables within the official API framework.
Audit Metadata