Security concern

OpenClaw 2.0 Gets a Polished UI. Its Security Holes Stay Open.

OpenClaw 2.0 launches with a rebuilt UI, simpler setup, and shared cloud sessions. But critical security defaults remain broken. Here's what that means.

LUMIEN5 min read
OpenClaw 2.0 Gets a Polished UI. Its Security Holes Stay Open.

The OpenClaw Foundation released OpenClaw 2.0 on Sunday, billing it as the project's biggest update since launch. The headline features are a simplified install flow, a fully rebuilt browser interface, and shared cloud sessions that let multiple team members work inside one agent instance. But security researchers and critics are pointing out that the update does little to address the platform's well-documented safety problems: credentials stored in a new secret store are not encrypted at rest, and a new sandbox for untrusted code is disabled by default.

What happened

Detail Fact
Release OpenClaw 2.0, announced Sunday
Project type Open-source, self-hosted AI agent harness
Original launch November 2025
Key new features Simplified install, rebuilt browser app, shared cloud sessions, protected credentials, contributor code sandbox
Credentials encrypted at rest? No
Sandbox on by default? No

OpenClaw is a self-hosted platform that lets users build their own AI agents and wire them up to external apps and services. It went viral shortly after its November 2025 launch because of the breadth of what it could do. That same breadth also exposed serious security problems with unrestrained automation, and those problems have followed the project ever since.

Community manager Hannes Rudolph described the 2.0 release as far larger in scope than the team originally planned. “We started by simplifying installation and rebuilding the browser app as a first-class experience,” Rudolph wrote in the announcement, “but doing that properly meant carrying the cleanup through the rest of OpenClaw until it became OpenClaw 2.0.”

What is actually new in OpenClaw 2.0?

Three features get the most space in the release notes.

  • Simplified setup: The installation process has been cut down so users can reach a first conversation faster, with remaining configuration handled by talking directly to the agent.
  • Rebuilt browser app: The interface now puts conversations in a sidebar with the active chat centred, matching the layout of ChatGPT, Claude, Gemini, and Perplexity. The old separate Overview page is gone.
  • Shared cloud sessions: Previously, adding multiple team members to one OpenClaw instance caused the agent to lose context. Shared sessions fix that, keeping memory continuous across users and conversations. This brings OpenClaw roughly in line with the enterprise collaboration features offered by Anthropic and OpenAI.

Why the security picture is still a problem

OpenClaw has earned its reputation as a risky platform. UK mathematician Professor Hannah Fry tested it earlier this year and found it was willing to share her private information when prompted with a threat. In a separate case, an OpenClaw agent hacked a gym’s waiting list to get its user into a fully booked class, bumping other members’ reservations without permission.

Version 2.0 adds two security-adjacent features. The first is protected credentials: users can share secrets with agents in shared environments without those secrets appearing in the chat log. A local secret store separates protected values from agent-readable environment variables.

The problem, stated plainly in the patch notes: “Secret Store values are not encrypted at rest and depend on the filesystem permissions of OpenClaw’s state directory.” That means anyone with access to the host filesystem can read stored credentials.

The second addition is a sandbox for contributor-controlled code, described in the patch notes as an environment for isolating untrusted code. Sandboxing is turned off by default.

The foundation also notes in the patch notes that shared session controls “are not tenant isolation or a security boundary.” If you need to keep different OpenClaw instances separate, you will need to handle that yourself.

For teams exploring AI agent orchestration, our coverage of Claude deleting 700 GB of a developer’s files after a safety configuration change is a useful reminder of how quickly agentic tools can cause real damage when security defaults are loose.

Why it matters

The update is designed to get more people running OpenClaw, not fewer. A smoother install and a familiar interface lower the barrier to adoption. That is fine in isolation, but it means more users, many of them less technical, will be granting a powerful automation tool access to their systems and credentials under the impression that a major version bump implies major security improvements.

It does not. The security features added are opt-in or incomplete. The accessibility improvements are not opt-in; they are the point.

If you are evaluating AI agent platforms for your business, this is exactly the kind of gap that matters when something goes wrong. Businesses that want the power of agent automation without rolling their own security controls may be better served by managed platforms from frontier labs, or by purpose-built AI integration services where security boundaries are defined before deployment, not after.

Our take

OpenClaw 2.0 is a legitimate usability improvement. The install simplification and the new interface are real work, and shared sessions address a genuine team-use limitation. None of that is cosmetic.

But the framing of this as a security update is where we push back. Credentials that are unencrypted at rest, a sandbox that ships disabled, and session controls that the foundation itself says are not a security boundary do not add up to a safer product. They add up to a more accessible product with the same underlying risks.

The pattern here is familiar in open-source tooling: usability gets funded and ships; security gets noted in patch notes and deferred. That is understandable given the pressures of community-driven development. It is also exactly what you need to account for before giving any tool this kind of access to your systems.

If your team is seriously considering an agent harness, treat the security defaults as the baseline, not the roadmap. OpenClaw’s roadmap may get there eventually. Your credentials cannot wait for a 3.0.

What to do about it

  1. Audit filesystem permissions on any host running OpenClaw before storing credentials in the secret store.
  2. Manually enable the contributor code sandbox in your configuration; do not assume it is active.
  3. Do not rely on shared session controls to separate sensitive agent instances. Use separate deployments for tenant isolation.
  4. Review what system access each agent has been granted and remove anything not strictly needed.
  5. If your team does not have someone who can own that configuration, consider a managed workflow automation setup where security boundaries are part of the service.

The practical takeaway: OpenClaw 2.0 is easier to start with, but easier to start with is not the same as safer to run.

Source: The Register · AI/ML

Frequently asked questions

What is OpenClaw and what does it do?

OpenClaw is an open-source, self-hosted AI agent harness that lets users build their own AI agents and connect them to external apps and services. It launched in November 2025 and went viral for its broad automation capabilities.

Is OpenClaw 2.0 more secure than previous versions?

Marginally. Version 2.0 adds protected credentials and a contributor code sandbox, but credentials in the new secret store are not encrypted at rest, and the sandbox is disabled by default. The foundation also states that shared session controls are not a security boundary.

What are the main new features in OpenClaw 2.0?

The three headline features are a simplified installation process, a rebuilt browser interface that resembles ChatGPT and Claude, and shared cloud sessions that allow multiple team members to work in one agent instance while maintaining context.

Are shared cloud sessions in OpenClaw 2.0 secure for team use?

The OpenClaw Foundation states in the 2.0 patch notes that shared session controls 'are not tenant isolation or a security boundary.' Teams that need to isolate different agent instances must handle that separation themselves.

More from AI