Caveat verdict
comfyui-bridge
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.
Permission integrity
package_install
Findings (10)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://0.0.0.0
Pipe-to-python pattern — remote code execution risk
scripts/comfyui_generate.py · prose · downgraded · curl {BRIDGE_URL}/diagnostics | python
Pipe to python — executes piped content as Python code
scripts/comfyui_generate.py · prose · downgraded · | python
subprocess execution — runs system commands from Python
scripts/queue_processor.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/queue_processor.py · prose · downgraded · subprocess.run(shell_cmd, shell=True
Popular HTTP library — network access
SKILL.md · prose · downgraded · Got
Python os.environ.get — reads environment variable
scripts/comfyui_generate.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/comfyui_generate.py · prose · downgraded · urllib.request
Python httpx request — network access
scripts/comfyui_generate.py · prose · downgraded · httpx.get(
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?
Thanks — recorded.