Most people running OpenClaw are thinking about use cases — what tasks to automate, which models to connect, how to wire up their channels. Security is an afterthought, if it's a thought at all.
Then January 2026 happened.
Security research firm Ethiack deployed Hackian, their autonomous AI pentester, against a live OpenClaw Gateway instance. No human guidance. No pre-existing knowledge of the target. Two hours later, they had a working 1-click Remote Code Execution chain that could compromise any user who clicked a single link.
The vulnerability was reported January 26, patched in main January 28. But the threat model it exposed didn't go away with the patch.
The Ethiack research, combined with the 82 CNNVD-cataloged vulnerabilities from early 2026, reveals a consistent pattern. Incidents cluster into four categories:
If your OpenClaw Gateway is reachable from the internet and you haven't explicitly locked down auth, tool permissions, and exec access — you have a version of the same exposure they found. The specific CVE is patched. The attack surface it lived in is not automatically gone.
.env (gitignored)requireApproval: true)allowFrom locked to known user IDs only.env in .gitignore — verified clean with git log -p -- .envopenclaw --version)This isn't a complete hardened config — every deployment is different. But this covers the highest-leverage settings:
{
"tools": {
"elevated": {
"enabled": true,
"requireApproval": true,
"allowFrom": ["your-discord-user-id-here"]
},
"webFetch": {
"allowlist": [
"docs.openclaw.ai",
"github.com/openclaw"
]
},
"message": {
"allowChannels": ["discord"]
}
},
"channels": {
"discord": {
"dmPolicy": "pairing",
"groupPolicy": "allowlist"
}
}
}
Config hardening is a point-in-time snapshot. Every new plugin, skill, or channel you add expands the attack surface. Review permissions when you add something new — not just at setup.
The most unsettling part of the Ethiack finding wasn't the vulnerability itself — it was the speed. An AI pentester found and validated a critical RCE chain in under 2 hours against a live production target.
That's the new baseline. Attackers don't need to be experts anymore. They can point AI tools at exposed services and let them probe autonomously. The bar for "secure enough" just got significantly higher.
For OpenClaw operators, this means the era of "it's probably fine, I'm not a big target" is over. AI agents running with production access are, by definition, high-value targets. Treat them like it.
The patching timeline was fast — 2 days from report to fix. The OpenClaw team takes security seriously. Your job is to stay current and apply the controls above.
The checklist above handles the obvious gaps. But there are deployment-specific risks that need eyes on your actual config: How are your skills structured? What does your SOUL.md reveal about your business operations? Are your webhook endpoints authenticated? What tools does your agent have that you've forgotten about?
That's what a ClawReady security audit covers. We review your full deployment — config, skills, channels, exec permissions, secrets hygiene — and give you a prioritized fix list. $49 flat, about an hour.
We'll find the gaps before an AI pentester does. $49 flat — full config review + prioritized fix list.
Book a Security Audit →