OpenClaw 2026.3.31 Beta: Breaking Security Changes
💡OpenClaw beta hardens agent security with breaking changes—test configs now
⚡ 30-Second TL;DR
What Changed
Removed duplicated nodes.run shell wrapper, routing via exec host=node
Why It Matters
Breaks legacy workflows for better security, forcing explicit overrides on risky installs. Improves reliability for AI agent runs but requires testing node/gateway configs. Benefits production deployments with hardened trust boundaries.
What To Do Next
Upgrade to OpenClaw 2026.3.31-beta.1 and test node shell execution with exec host=node.
Key Points
- •Removed duplicated nodes.run shell wrapper, routing via exec host=node
- •Deprecated legacy Plugin SDK compat paths with migration warnings
- •Dangerous code installs now fail by default, require --dangerously-force-unsafe-install
- •Gateway auth rejects mixed tokens; node commands need pairing approval
- •Unified background tasks with SQLite ledger for audit and recovery
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The transition to a SQLite-backed task ledger is designed to mitigate data corruption issues prevalent in previous versions when handling concurrent agent LLM requests.
- •The new MCP (Model Context Protocol) integration allows OpenClaw agents to natively interface with external data sources without requiring custom middleware adapters.
- •The security hardening measures are a direct response to recent CVE-2026-0892, which allowed unauthorized remote code execution via unauthenticated node command injection.
🛠️ Technical Deep Dive
• SQLite Ledger Implementation: Replaces the previous JSON-based flat-file storage for background tasks, utilizing WAL (Write-Ahead Logging) mode to improve concurrency and crash recovery. • Gateway Auth Protocol: Implements a strict HMAC-SHA256 signature verification for all node-to-gateway communication, enforcing a 30-second window for token expiration. • MCP Integration: Utilizes a standardized JSON-RPC 2.0 interface to allow agents to discover and execute tools defined in remote MCP servers.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: OpenClaw (GitHub Releases) ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.