
OpenClaw
OpenClaw is a personal AI you host yourself and drive from chat apps. It supports multiple models and a skills marketplace. It has about 380,000 GitHub stars, and a very large pile of open issues to match.
Why it is on this list
It grew faster than maintainers could keep the code steady. The main repo has about 6,600 open issues. Upgrades often break plugins. Agents that look fine in demos fail in daily use: the gateway dies, cron does not fire, memory drops, tasks say done when nothing finished. Security is concrete too: a one-click remote code execution is recorded as CVE-2026-25253. Marketing talks about an always-on operator. The public record is mostly outages and incidents.
References (10)
openclaw/openclaw repository stats
Public star and issue counts make the quality gap measurable (~380k stars vs multi-thousand open issues).
CVE-2026-25253 — one-click RCE via gatewayUrl WebSocket
NVD entry for token exfiltration through automatic WebSocket connection from a crafted query string (pre-2026.1.29).
DepthFirst write-up of 1-click RCE
Original research on stealing gateway auth and turning it into remote code execution.
runZero advisory on OpenClaw RCE
Summarizes unauthenticated one-click RCE impact and affected versions.
Personal AI agents are a security nightmare
Cisco research on malicious skills, exfiltration, and prompt-injection paths in the ecosystem.
OpenClaw starts fun, then the headaches
Power users report gateway issues, cron not firing, skills flaking, memory fall-off, re-auth loops.
Still not production grade after the commit storm
Returned after waiting for stability; basic tasks still fail silently and latency kills conversation.
Demo worked, production did not
Weeks lost to context loss and dropped instructions before abandoning the stack.
Hygiene meme — thousands of open issues and vulns
Viral snapshot of open issue/PR and vulnerability counts used as evidence of unmanaged quality.
Where OpenClaw Breaks (field guide)
Operator notes that external integrations break regularly through auth failures and related modes.