7OrStone

Market Prices

BTC Bitcoin
$77,535.1 -1.70%
ETH Ethereum
$2,417.99 -2.33%
SOL Solana
$99.87 -3.87%
BNB BNB Chain
$687.5 -0.45%
XRP XRP Ledger
$1.34 -3.16%
DOGE Dogecoin
$0.0817 -2.24%
ADA Cardano
$0.1975 -2.03%
AVAX Avalanche
$7.22 -1.22%
DOT Polkadot
$0.8639 -0.14%
LINK Chainlink
$11.23 -2.29%

Event Calendar

{{年份}}
28
03
unlock Arbitrum Token Unlock

92 million ARB released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

12
05
halving BCH Halving

Block reward halving event

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

18
03
unlock Sui Token Unlock

Team and early investor shares released

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$77,535.1
1
Ethereum ETH
$2,417.99
1
Solana SOL
$99.87
1
BNB Chain BNB
$687.5
1
XRP Ledger XRP
$1.34
1
Dogecoin DOGE
$0.0817
1
Cardano ADA
$0.1975
1
Avalanche AVAX
$7.22
1
Polkadot DOT
$0.8639
1
Chainlink LINK
$11.23

🐋 Whale Tracker

🟢
0x1f49...8d1d
1d ago
In
2,366,546 USDC
🟢
0xd9d0...902c
12h ago
In
3,594,982 USDC
🔵
0x63c4...c717
6h ago
Stake
49,792 BNB

Cloudways Wraps Banned AI Agents in a Trust Box – But the Code Is Still Leaking

NFT | CryptoWoo |

The numbers are ugly. Kaspersky found 530 vulnerabilities in OpenClaw and Hermes. Over 600 malicious skills. 150 million API tokens exposed. These aren't edge cases. They are systemic code failures. Yet Cloudways, a DigitalOcean subsidiary, launched on August 17 a managed hosting service for these very agents – the same ones Meta, Google, Microsoft, and Amazon banned from their clouds. The pitch: isolation, validation, integration. The price: $4.99 to $79.99 per month. The unspoken truth: enterprises are not buying AI capability. They are buying a promise that the explosion won't happen on their watch.

Context: The Banned Become a Business

OpenClaw (386,000+ GitHub stars) and Hermes (228,000+ stars) are the rockstars of open-source AI agents. They are powerful, flexible, and deeply unstable. After a February 2026 incident where a context compression routine stripped safety instructions – causing a cascading failure dubbed the Summer Yue event – hyperscalers blacklisted them. Too much liability. Too many attack surfaces. The market gap was obvious: enterprises that wanted these agents but couldn't run them safely had no vendor. Cloudways stepped in.

The product is simple in concept: a managed environment where agents run in isolated containers, updates are verified before deployment, and MCP (Model Context Protocol) integration is one-click. The business model is even simpler: charge a flat monthly fee, let customers bring their own API keys (BYOK), and offload the GPU cost to external LLM providers. Cloudways takes no model inference risk. It sells only the wrapper.

But a wrapper is not a cure. And the underlying agent code is still the same code that leaked 150 million tokens.

Core: The Architecture of Trust – and Its Cracks

Let's dissect the three control mechanisms Cloudways advertises.

First, isolation. The claim is that each agent runs in a sandboxed environment, preventing it from accessing the host or other tenants. This is standard containerization. But isolation does not prevent an agent from executing malicious actions within its own scope. If the agent has a skill that calls an external API with stolen credentials, isolation won't stop the data exfiltration. It only limits the blast radius to the client's own deployment. The 600+ malicious skills Kaspersky identified are not blocked by a network namespace. They are blocked only by a skill allowlist – which Cloudways must curate and update. And that curation is only as good as the last audit.

Second, update verification. According to Cloudways, every update to OpenClaw or Hermes is checked before it reaches the customer. But what does that check entail? Hash verification? Signature validation? Behavioral sandboxing? The article does not specify. Based on my experience auditing DeFi protocols, I can tell you that verification without dynamic analysis is a placebo. The Summer Yue event was not a malicious code injection. It was a logic flaw in the compression routine. No static signature would catch it. The flaw was in the design, not the binary. If the verification pipeline cannot detect logic errors, it is a branding exercise, not a security guarantee.

Third, MCP integration. The Model Context Protocol is a standardized way for agents to interact with tools and data sources. Cloudways offers one-click MCP integration, which lowers the barrier for enterprises to connect their CRM, databases, and APIs. But MCP is a protocol, not a security layer. The gateway that routes tool calls can become a new attack surface. If an agent's skill is compromised, it can use MCP to exfiltrate data through a legitimate tool connection. The isolation environment may not log internal MCP traffic at the granularity needed for forensic analysis. The enterprise is buying a dashboard, not a firewall.

These three controls are engineering-level improvements, not fundamental risk reductions. They are analogous to a DeFi protocol adding a multisig treasury while the core smart contract has a reentrancy bug. The wrapper is cosmetic.

Contrarian: The Real Product Is Trust, Not Safety

The market narrative is that Cloudways is solving a security problem. I disagree. The product is solving a procurement problem. Enterprises want to use OpenClaw and Hermes because their developers demand it. But compliance teams cannot approve a deployment on a hyperscaler that has banned the software. Cloudways provides a third-party host that is not bound by the same blacklist. The enterprise pays for the permission to use the agent, not for the assurance that the agent is safe.

This is a dangerous trade. The trust model is fragile. Cloudways has no track record of preventing AI agent incidents. It has no published security audit of its isolation environment. It has no insurance policy for data breaches caused by agent actions. The pricing – $4.99 to $79.99 per month – is too low to cover the cost of rigorous, continuous red teaming. The margins are built on the assumption that nothing will go wrong, which is the same assumption that killed Terra/Luna.

And there is a deeper blind spot: the responsibility gap. If a Cloudways-hosted agent executes a command that deletes a customer's production database, who is liable? The customer? The upstream OpenClaw maintainers? Cloudways? The article explicitly states this gap remains unresolved. In DeFi, we saw similar gaps when smart contract exploits wiped out user funds. The code was open-source. The platform was just a frontend. But the courts and the community still demanded accountability. The same will happen here.

Takeaway: The Layer 8 Problem

Cloudways is betting that enterprises will pay for a trust wrapper around fundamentally untrustworthy code. It is a bet that might work until it doesn't. The real question is not whether the isolation environment can contain a rogue agent. It is whether the market will accept a solution that manages symptoms without curing the disease. The Summer Yue event was a warning. The 530 vulnerabilities are a checklist. The 150 million leaked tokens are a consequence. Until the OpenClaw and Hermes codebases undergo a ground-up security rewrite – not just a wrapper rewrite – this product is a ticking clock.

Audits don't guarantee safety. If the code is flawed, the wrapper is just a pretty coffin. The market is buying a narrative, not a fix. And when the next exploit hits, the bill will come due.

Fear & Greed

63

Greed

Market Sentiment

Gas Tracker

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

💡 Smart Money

0xa473...dd43
Institutional Custody
+$3.3M
85%
0xcd49...bf37
Early Investor
-$4.9M
94%
0x4bc1...5ab9
Experienced On-chain Trader
+$1.0M
66%