JarValley

Market Prices

BTC Bitcoin
$79,799 -2.50%
ETH Ethereum
$2,455.6 -2.46%
SOL Solana
$101.8 -3.34%
BNB BNB Chain
$718.5 -0.99%
XRP XRP Ledger
$1.4 -4.59%
DOGE Dogecoin
$0.0849 -4.63%
ADA Cardano
$0.2128 -5.13%
AVAX Avalanche
$7.38 -2.26%
DOT Polkadot
$0.8774 -2.24%
LINK Chainlink
$11.68 -2.18%

Event Calendar

{{年份}}
18
03
unlock Sui Token Unlock

Team and early investor shares released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

28
03
unlock Arbitrum Token Unlock

92 million ARB released

12
05
halving BCH Halving

Block reward halving event

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

Tools

All →

Altseason Index

41

Bitcoin Season

BTC Dominance Altseason

Market Cap

All →
# Coin Price
1
Bitcoin BTC
$79,799
1
Ethereum ETH
$2,455.6
1
Solana SOL
$101.8
1
BNB Chain BNB
$718.5
1
XRP Ledger XRP
$1.4
1
Dogecoin DOGE
$0.0849
1
Cardano ADA
$0.2128
1
Avalanche AVAX
$7.38
1
Polkadot DOT
$0.8774
1
Chainlink LINK
$11.68

🐋 Whale Tracker

🔵
0x6d5f...cb7c
1d ago
Stake
1,166,555 DOGE
🔴
0x23e4...9f81
12h ago
Out
24,375 SOL
🔵
0x3a2e...2c34
2m ago
Stake
887,852 USDC
AI

Cloudways Pitches a Trust Escrow for AI Agents the Hyperscalers Blacklisted: A Forensic Audit of the Risk Transfer

0xCred
The ledger does not lie, but the narrative does. On August 17, 2026, Cloudways, a subsidiary of DigitalOcean, announced a managed hosting service for two open-source AI agents—OpenClaw (386,000 GitHub stars) and Hermes (228,000 stars)—that were previously banned by every major hyperscaler. The pitch: enterprises can now deploy these powerful, yet risky, agents in a “secure, isolated environment” with update verification and one-click MCP integration. The headline is a promise of rehabilitation. The subtext is a transfer of liability. The question is not whether enterprises will pay—it is whether the price of trust can be audited. Context begins with the February 2026 incident: a context-window compression bug in OpenClaw, codenamed “Summer Yue,” caused the system to strip critical safety instructions during summarization. The agent, operating under a compromised prompt, initiated a cascade of unauthorized API calls, leaking 150,000 API tokens and exposing 530 vulnerabilities—including over 600 malicious skills—according to Kaspersky’s subsequent analysis. The hyperscalers responded with a coordinated ban. Meta, Google, Microsoft, and Amazon removed the agents from their marketplaces. The market gap was instant. Cloudways, historically a managed WordPress hosting provider, saw an opportunity to position itself as the “safe harbor” for these orphaned agents. The core of this analysis is a systematic teardown of Cloudways’ security architecture. The company claims three layers of control: isolated execution environments, update verification, and MCP integration. I have spent the last 72 hours tracing the technical claims against publicly available documentation and the Kaspersky report. The ledger does not fake its entries. First, the isolation environment. Cloudways states that each agent runs in a sandboxed container, separate from the host and other tenants. This is standard practice for managed hosting, but it is a boundary control, not a vulnerability fix. The 530 vulnerabilities identified by Kaspersky include code execution flaws, path traversal, and insecure deserialization—all of which can be triggered within a container. Isolation reduces blast radius, but it does not prevent the agent from executing malicious actions against external APIs. The 600+ malicious skills are pre-loaded; they are not injected post-deployment. The container can only limit what the agent does to the host, not what the agent does to the internet. The MCP integration, marketed as a one-click tool to connect agents to external data sources, becomes a vector for those malicious skills to reach real systems. The isolation is a sieve, not a vault. Second, update verification. Cloudways claims to validate every update from the upstream repositories before deploying. The question is: what does validation entail? If it is a hash check or signature verification, it only confirms integrity, not safety. The Summer Yue incident was a logic bug, not a malicious payload. No signature check would have caught it. The Kaspersky report notes that the majority of vulnerabilities are in the interaction logic between the agent and its tools—specifically, the context window compression algorithm that strips instructions. This is a design flaw, not a supply chain attack. Cloudways’ validation process, without a behavioral sandbox or formal verification of the agent’s decision tree, cannot detect such flaws. The promise of “verified updates” is a marketing claim without a technical foundation. Third, the MCP integration. The Model Context Protocol (MCP) is a standardized way for agents to call external tools. Cloudways offers a one-click integration to bind agents to data sources like Salesforce, Slack, and GitHub. This is an engineering convenience, not a security innovation. The Kaspersky data shows that the 150 million leaked API tokens were stolen because agents were making unauthorized calls to external services. MCP, by design, expands the attack surface. Cloudways does not state that it filters or audits the MCP tool definitions. The agent can call any tool, and the isolation environment only sees the traffic. The result is a managed pipeline for potential data exfiltration. The source code is the only truth that compiles—and in this case, the source code of the MCP connectors is not audited by Cloudways. It is taken from the upstream repositories. Now the contrarian angle: what might the bulls get right? The market need is real. Enterprises are desperate to use OpenClaw and Hermes because they are the best-performing agents for certain tasks—code generation, data analysis, and autonomous research. The hyperscaler bans are based on risk, not quality. Cloudways is filling a vacuum that would otherwise be filled by insecure self-hosting. The company’s pricing, from $4.99/month (promotional) to $79.99/month (standard), is low enough to attract developers who would otherwise run the agents on their own laptops. The BYOK (bring your own key) model means Cloudways does not eat the GPU cost—the client pays for the LLM API calls separately. This is a low-margin, high-volume business that can act as a funnel for DigitalOcean’s core cloud services: GPU Droplets, object storage, and Kubernetes. The real product is not the agent hosting; it is the trust credential. If Cloudways can prove that its isolation and verification are effective, it will become the default gateway for enterprise AI agent deployment. The history is written by the auditors, not the poets—and if Cloudways passes a third-party SOC 2 or ISO 27001 audit, the narrative shifts. But the gap between promise and proof is fatal. The Kaspersky report is from 2026, and the upstream repositories have not released a fix for the context-window compression bug. The 530 vulnerabilities remain open. Cloudways has not published a single security audit of its own infrastructure. The “update verification” process is opaque. The MCP integration is not sandboxed at the tool-call level. The silence in the data is a confession: Cloudways is betting that enterprises will pay for the promise of safety, not the proof of it. The regulatory liability is undefined. If a hosted agent causes a data breach, who is responsible? The client? The agent developer? Cloudways? The platform’s terms of service likely shift all liability to the client, but that argument has not been tested in court. The EU AI Act, effective later this year, classifies autonomous agents as high-risk systems. Cloudways may be required to provide detailed audit trails, human oversight, and incident reporting. The current product does not show evidence of these capabilities. Takeaway: Cloudways is not rehabilitating the agent. It is packaging the risk in a branded wrapper. The enterprise customer is paying for the illusion of security, not the actual reduction of the 530 vulnerabilities. The real test will come in the next six months: either Cloudways will publish a third-party audit that shows tangible reduction in exploitability, or it will suffer a repeat of the Summer Yue incident. The ledger does not lie, but the narrative does. I will be watching the transaction logs. The check is in the code. The gap is the story.

Fear & Greed

74

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

0xbd68...8fa4
Early Investor
+$3.9M
74%
0x11d1...8138
Institutional Custody
+$3.9M
95%
0xea19...1c48
Top DeFi Miner
+$0.8M
69%