debug-render
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest and analyze ComfyUI graph structures via
panel_graph_outlineandpanel_query_graph. This data may originate from untrusted external workflow files. The agent is then encouraged to modify this environment usingpanel_set_widget,panel_connect, andpanel_add_node, and to execute the results usingpanel_run. This pattern constitutes a standard attack surface where malicious instructions could be embedded in the graph metadata to influence the agent's behavior. - Ingestion points: Graph and node metadata retrieved in SKILL.md via
panel_graph_outlineandpanel_query_graphcalls. - Boundary markers: No specific boundary markers or instructions are provided to distinguish between workflow data and potential embedded instructions.
- Capability inventory: The skill utilizes
panel_add_node,panel_connect,panel_set_widget,panel_set_node_mode, andpanel_run(execution of the workflow graph). - Sanitization: The instructions do not define sanitization, validation, or filtering for data retrieved from the ComfyUI nodes before the agent processes or acts upon them.
Audit Metadata