ClawAudit verdict
comfyui-skill-openclaw
CLI wrapper for submitting workflows to a local ComfyUI server; network_in reflects reading server status, scoped to legitimate image-generation use.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (11)
HTTP request to bare IP address — common in malicious payloads
docs/comfyui-native-routes.md · code · http://127.0.0.1
Pipe to python — executes piped content as Python code
ui/run_ui.sh · prose · downgraded · |python3
Instructs covert action — may act without user awareness
references/workflow-import.md · prose · downgraded · silently
subprocess execution — runs system commands from Python
scripts/shared/updater.py · prose · downgraded · subprocess.run(
os.system/popen — direct OS command execution
scripts/shared/updater.py · prose · downgraded · os.execv(
Opens WebSocket connection
docs/comfyui-native-routes.md · prose · downgraded · WebSocket
Python urllib.request — network access
scripts/shared/frontend_update.py · prose · downgraded · urllib.request
Python shutil file operation — copies/moves/deletes files
scripts/shared/frontend_update.py · prose · downgraded · shutil.rmtree(
Popular HTTP library — network access
tests/ui/test_subgraph_compat.py · prose · downgraded · got
Python os.environ.get — reads environment variable
ui/settings.py · prose · downgraded · os.environ.get(
pip3 install — installs Python packages at runtime
update.sh · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/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_in Is this flag fair?
Thanks — recorded.