ClawAudit verdict
tvdr-comfyui-gen
Receives external input AND executes processes
Local ComfyUI image generation wrapper that calls a local ComfyUI API to generate images from prompts; all operations are local, matching the stated image generation purpose.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND executes processes — the shape of a command & control channel
LLM05 · LLM06 · ASI10
Findings (5)
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://192.168.18.15
Python urllib.request — network access
__init__.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
__init__.py · prose · downgraded · os.environ.get(
Python os.getenv — reads environment variable
comfyui_generator.py · prose · downgraded · os.getenv(
Permissions & capabilities
No declared permissions — minimal attack surface.
process_execdata_encodingnetwork_in Thanks — recorded.