DiviCube

Cloudways Won't Fix OpenClaw's 530 Vulnerabilities—It's Just Hiding Them Behind a Paywall

Metaverse | CryptoSignal |

The Kaspersky report dropped in August 2026 like a hammer on a glass table. 530 zero-day vulnerabilities. Over 600 malicious skill modules. 1.5 million API tokens leaked across public repositories. The target? OpenClaw and Hermes—the two most forked AI agent frameworks on GitHub, with 386,000 and 228,000 stars respectively.

Meta, Google, Microsoft, Amazon had already banned them from hyperscaler clouds. Too risky. Too ungoverned.

Then Cloudways stepped in.

On August 17, DigitalOcean's managed hosting subsidiary announced a new product: "Secure AI Agent Deployment" for OpenClaw and Hermes. The pitch was simple—we'll isolate the agent, verify the updates, and handle the MCP integrations. You pay $4.99 to $79.99 per month, bring your own LLM key, and we'll give you a safe sandbox.

But here's the cold truth that the press release won't tell you: security theater wrapped in a bill of lading. The underlying agents are still the same beasts. The 530 vulnerabilities aren't patched; they're just walled off behind a container. And the wall itself has no track record.

This is not a security solution. It's a trust arbitrage business.

Context: The Hyperscaler Blacklist and the Gap It Created

OpenClaw and Hermes were never obscure side projects. OpenClaw's repo hit 386,000 stars partly because it offered a modular agent architecture that let developers swap in any LLM, any tool, any data connector. Hermes was the leaner sibling—228,000 stars—optimized for edge devices and low-latency decision loops.

But power comes with attack surface. The same modularity that made them popular also made them porous. Malicious skill modules could be published as npm packages with names one character off from legitimate ones. The context window compression—a standard optimization to squeeze more tokens into memory—didn't discriminate between user instructions and system-level safety prompts. In February 2026, a researcher named Summer Yue demonstrated that compressing a 128K context window could strip away the "do not execute code without user approval" instruction, turning a benign agent into a zero-click exploit vector.

That was the final straw. By March 2026, all four hyperscalers had added OpenClaw and Hermes to their internal blacklists. No new deployments. No support. Existing customers were given six months to migrate off.

Enter Cloudways. The product team saw a gap: enterprises still wanted to use these agents. The code was free, the community was vibrant, and the alternatives (LangChain, AutoGPT) were either too slow or too locked into specific LLMs. Cloudways offered to be the middleman who would take the risk—and charge for it.

Core: What Cloudways Actually Does—and Doesn't Do

Let's dissect the three control layers they advertise.

1. Isolated Environment. Cloudways claims to run each agent in a sandboxed container with restricted network access. This is the standard practice for any managed hosting of untrusted code. The isolation prevents the agent from directly accessing the host's metadata service (e.g., AWS IAM credentials), but it does not prevent the agent from making outbound API calls to the LLM provider or to external tools via MCP.

Based on my experience auditing containerized workloads for DeFi protocols, I can tell you that container isolation is only as strong as the runtime configuration. If the container shares a kernel with other tenants, a kernel exploit—like the Dirty Pipe vulnerability—could break out. Cloudways hasn't disclosed whether they use lightweight VMs (Firecracker, gVisor) or just namespaces. The difference is existential.

2. Update Verification. Cloudways says they "verify every update from the upstream repositories before deployment." But what does "verify" mean? A hash check ensures the artifact hasn't been tampered with in transit. But it does not audit the code for new vulnerabilities. If the upstream OpenClaw maintainer pushes a new version that includes a backdoor in the MCP handler, Cloudways will verify the signature, see it's valid, and deploy it. The backdoor is now in production.

3. MCP Integration. The Model Context Protocol is a standardized way for agents to interact with external tools—databases, APIs, file systems. Cloudways offers "one-click MCP integration" with a curated set of tools. But the curation is a whitelist, not a behavioral sandbox. Once an agent has access to a whitelisted tool, it can call that tool with any parameters. If the tool is a SQL database, the agent could execute DROP TABLE. The isolation doesn't filter the content of the call.

All three controls are engineering-level combinations of existing technologies. They are not algorithmic breakthroughs. They do not fix the root cause of the 530 vulnerabilities: the agents' codebases are fundamentally insecure, with no formal verification, no mandatory security review, and a culture of "move fast and break things" that has been endemic since the 2021 Axie Infinity era.

Contrarian: The Blind Spot That Could Collapse the Entire Model

The real risk isn't the 530 vulnerabilities. It's the context window compression bug that Summer Yue found. Because that bug is not a code bug—it's a system design flaw.

Think about it: the context window is a contiguous memory buffer that holds the entire conversation history, including system prompts, user instructions, tool outputs, and safety directives. During compression, the system uses a summarization algorithm to reduce the size. The algorithm treats all tokens equally. The instruction "never execute code without user approval" is just another string of tokens. It gets compressed, rephrased, or—in Yue's proof-of-concept—completely dropped.

No amount of container isolation can prevent that. The agent's behavior is determined by the model's reasoning, not by the network rules. If the model thinks it's allowed to execute code because the safety prompt was accidentally removed, it will execute code. The container will let it, because the container sees a legitimate API call to the execution environment.

Cloudways cannot fix this. The only fix is to modify the agent's code so that safety prompts are stored in a separate, non-compressible buffer—a "secure enclave" of instructions that the compression algorithm cannot touch. But that would require forking OpenClaw and Hermes, and maintaining a separate branch. Cloudways hasn't done that. They haven't even announced plans to do so.

So what are they selling? Trust. They're selling the narrative that by wrapping the agent in a Cloudways-branded package, the enterprise can ignore the underlying chaos. But trust is math, not magic. And the math doesn't add up.

Takeaway: The Clock Is Ticking on Two Fronts

First, the effort-reward ratio. An attacker doesn't need to break the container. They just need to craft a payload that triggers the context compression bug. Once the safety prompt is stripped, the agent becomes a weapon. The attack surface is the entire internet—anyone can send a message to a public-facing agent.

Second, the regulatory clock. The EU AI Act, when fully implemented, will require high-risk AI systems to undergo conformity assessments. An agent that can execute arbitrary code with no safety guarantee is textbook high-risk. Cloudways, as the deployer, could be held liable. The current liability vacuum won't last forever.

Cloudways' bet is that enterprises will pay for the promise of security, even if the promise is unproven. But the ghosts of 2022—FTX, Terra, Axie Infinity—taught us that when the music stops, the party doesn't continue. The same forensic rigor that uncovered Alameda's commingled funds will eventually reconstruct the transaction log of an AGI agent that went rogue.

Silence speaks louder than the proof. For now, the market is silent. But the code is screaming.

Ghost in the audit: finding what wasn't there.

Digital beasts, fragile code: the Cloudways pivot.

Trust is math, not magic: stripping away the myth.

When the vault opens itself: lessons from the Summer Yue bug.

Silence speaks louder than the proof.

Market Prices

Coin Price 24h
BTC Bitcoin
$77,452.6 -3.01%
ETH Ethereum
$2,433.25 -2.75%
SOL Solana
$103.57 -3.57%
BNB BNB Chain
$687.8 -3.59%
XRP XRP Ledger
$1.38 -3.18%
DOGE Dogecoin
$0.0844 -4.34%
ADA Cardano
$0.2002 -4.98%
AVAX Avalanche
$7.28 -2.77%
DOT Polkadot
$0.8384 -4.03%
LINK Chainlink
$11.32 -4.14%

Fear & Greed

68

Greed

Market Sentiment

Event Calendar

{{年份}}
22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

18
03
unlock Sui Token Unlock

Team and early investor shares released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

12
05
halving BCH Halving

Block reward halving event

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$77,452.6
1
Ethereum ETH
$2,433.25
1
Solana SOL
$103.57
1
BNB Chain BNB
$687.8
1
XRP Ledger XRP
$1.38
1
Dogecoin DOGE
$0.0844
1
Cardano ADA
$0.2002
1
Avalanche AVAX
$7.28
1
Polkadot DOT
$0.8384
1
Chainlink LINK
$11.32

🐋 Whale Tracker

🟢
0x30e4...d2f7
12m ago
In
45,306 SOL
🟢
0x5e14...de7a
5m ago
In
1,306 ETH
🔴
0xaf62...96bf
1h ago
Out
13,032 BNB

💡 Smart Money

0xb589...7a11
Arbitrage Bot
+$4.0M
85%
0x39dd...0e04
Market Maker
+$3.1M
85%
0xc11c...ab31
Early Investor
+$1.0M
67%