OpenClaw's Security Crisis: What Solo Founders Need to Know Before Using AI Agents
18,000+ OpenClaw instances are exposed to attacks. 15% contain malicious instructions. China is restricting government use. Here's how to use AI agents safely as a solo founder.
OPC Community
Community Team
OpenClaw is the fastest-growing open-source project in history — 247,000+ GitHub stars, NVIDIA building NemoClaw on top of it, and Chinese tech giants racing to build derivatives. But with explosive growth came the first major AI agent security crisis of 2026.
Gen Threat Labs discovered over 18,000 OpenClaw instances directly exposed to the internet, with approximately 15% containing malicious instructions injected by attackers. China's National Cyber Security Emergency Response Team flagged four distinct hazards. And the OpenClaw team itself co-hosted a post-RSA event dedicated to agent security.
For solo founders who rely on AI agents for operations, this isn't abstract. It's your business at risk.
What went wrong
OpenClaw's power is also its vulnerability. It connects an LLM to your shell, file system, and messaging apps — giving AI 'hands' to execute commands. When the Gateway is exposed to the public internet without protection, anyone can send it instructions. The four hazards flagged by China's CERT:
- Operational errors: The agent misinterprets instructions and takes unintended actions — deleting files, sending wrong emails, modifying code it shouldn't touch.
- Malicious plugin injection: Attackers install plugins that steal data, exfiltrate API keys, or redirect communications.
- Prompt injection via messaging: Since OpenClaw reads your messages, a carefully crafted message from an external source can hijack the agent's behavior.
- Data exposure: The agent has access to your files, emails, and credentials. A compromised instance leaks everything.
How to use OpenClaw safely as a solo founder
The good news: these risks are preventable. Here's the security checklist every solo founder should follow:
- Never expose your Gateway to the public internet. Run it behind a VPN, firewall, or on a private network. This single step prevents the majority of attacks.
- Use local models for sensitive operations. Ollama lets you run OpenClaw entirely locally — no data leaves your machine. Use cloud models for general tasks, local models for anything involving credentials or private data.
- Audit installed plugins weekly. Run 'openclaw plugins list' and remove anything you don't recognize. Only install plugins from the official ClawHub registry.
- Set up permission boundaries. OpenClaw supports restricting which directories, APIs, and services the agent can access. Don't give it full system access — give it exactly what it needs.
- Review agent actions daily. Check the OpenClaw activity log every morning. Look for unexpected file modifications, network requests, or messaging activity.
- Keep it updated. Run 'npm update -g openclaw' weekly. Security patches are released frequently.
NVIDIA's enterprise answer: NemoClaw
NVIDIA's NemoClaw — announced at GTC by Jensen Huang — bundles Nemotron models with the OpenShell runtime and adds enterprise-grade security controls: sandboxed execution, audit logging, role-based permissions, and encrypted communication. If your business handles sensitive customer data, NemoClaw is worth evaluating as an alternative to raw OpenClaw.
The bottom line for solo founders
“AI agents are the most powerful tool solo founders have ever had. But an unsecured AI agent with access to your business is also the biggest single point of failure you can create. Treat your OpenClaw instance like you'd treat the keys to your office — because that's exactly what it is.”
The security crisis doesn't mean you shouldn't use AI agents. It means you should use them deliberately, with boundaries, and with regular auditing. The founders who get this right will have an enormous advantage. The ones who don't will learn the hard way.
Join the community behind these stories
OPC Community is where solo founders share real numbers, real struggles, and real wins. Apply to join the Founding Waitlist.
Apply to Join