ComfyUI Video

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears coherent for automating ComfyUI video workflows, but users should be aware it involves running browser JavaScript and SSH commands against their own ComfyUI machine.

This skill looks purpose-aligned and does not show malicious behavior. Before using it, make sure you trust your ComfyUI installation and workflow files, review the included JavaScript, run it only in the correct browser session, and prefer a non-root SSH account for monitoring and tunneling.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the script can change the active ComfyUI workflow, prompts, frame counts, image input, and output filename prefixes.

Why it was flagged

The helper is intentionally run inside the ComfyUI browser page and loads/modifies the current workflow graph. This is expected for the skill, but it is still browser-side code execution.

Skill content
在浏览器控制台或 JS evaluate 中运行 ... window.app.loadGraphData(wf);
Recommendation

Review the script first and run it only in the intended ComfyUI tab/session.

What this means

If copied directly, these commands require highly privileged access to the ComfyUI host.

Why it was flagged

The monitoring examples use SSH to a remote host as root. The shown commands are limited to log/output inspection, but root SSH is broad authority.

Skill content
ssh -p PORT root@HOST "grep 'it/s' /tmp/comfy.log | tail -1"
Recommendation

Use a least-privileged SSH account where possible and verify HOST, PORT, and commands before running them.

What this means

The safety and correctness of the actual ComfyUI installation, custom nodes, workflow file, and model files are outside this skill’s package.

Why it was flagged

The package does not provide source provenance or an installation mechanism for the required ComfyUI/model environment. This is not suspicious by itself, but users must validate the surrounding setup.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Install ComfyUI, custom nodes, workflows, and models only from trusted sources and verify their paths and versions before use.