Caveat verdict

comfyui-bridge

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

LAN-local ComfyUI bridge for image generation and style transfer on the user own GPU hardware; network_in connects to a self-hosted local server with no external data exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

3
security
70
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://0.0.0.0

Pattern match high

Pipe-to-python pattern — remote code execution risk

scripts/comfyui_generate.py · prose · downgraded · curl {BRIDGE_URL}/diagnostics | python

Pattern match high

Pipe to python — executes piped content as Python code

scripts/comfyui_generate.py · prose · downgraded · | python

Pattern match medium

subprocess execution — runs system commands from Python

scripts/queue_processor.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/queue_processor.py · prose · downgraded · subprocess.run(shell_cmd, shell=True

Pattern match low

Popular HTTP library — network access

SKILL.md · prose · downgraded · Got

Pattern match low

Python os.environ.get — reads environment variable

scripts/comfyui_generate.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

scripts/comfyui_generate.py · prose · downgraded · urllib.request

Pattern match low

Python httpx request — network access

scripts/comfyui_generate.py · prose · downgraded · httpx.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/queue_processor.py · prose · downgraded · shutil.move(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

network_inpackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API