ClawAudit verdict

comfyui-skill-openclaw

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

15
security
60
transparency
70
maintenance

Findings (11)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

docs/comfyui-native-routes.md · code · http://127.0.0.1

Pattern match high

Pipe to python — executes piped content as Python code

ui/run_ui.sh · prose · downgraded · |python3

Pattern match medium

Instructs covert action — may act without user awareness

references/workflow-import.md · prose · downgraded · silently

Pattern match medium

subprocess execution — runs system commands from Python

scripts/shared/updater.py · prose · downgraded · subprocess.run(

Pattern match medium

os.system/popen — direct OS command execution

scripts/shared/updater.py · prose · downgraded · os.execv(

Pattern match low

Opens WebSocket connection

docs/comfyui-native-routes.md · prose · downgraded · WebSocket

Pattern match low

Python urllib.request — network access

scripts/shared/frontend_update.py · prose · downgraded · urllib.request

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/shared/frontend_update.py · prose · downgraded · shutil.rmtree(

Pattern match low

Popular HTTP library — network access

tests/ui/test_subgraph_compat.py · prose · downgraded · got

Pattern match low

Python os.environ.get — reads environment variable

ui/settings.py · prose · downgraded · os.environ.get(

Pattern match low

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?

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