WeightChain

Market Prices

Coin Price 24h
BTC Bitcoin
$79,716.2 -1.77%
ETH Ethereum
$2,459.39 -2.75%
SOL Solana
$102.61 -1.71%
BNB BNB Chain
$750 +4.30%
XRP XRP Ledger
$1.41 -3.30%
DOGE Dogecoin
$0.0861 -2.13%
ADA Cardano
$0.2135 -4.47%
AVAX Avalanche
$7.5 -0.23%
DOT Polkadot
$0.9029 +2.96%
LINK Chainlink
$11.84 -2.20%

Fear & Greed

73

Greed

Market Sentiment

Event Calendar

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

92 million ARB released

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

12
05
halving BCH Halving

Block reward halving event

18
03
unlock Sui Token Unlock

Team and early investor shares released

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

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 →
1
Bitcoin
BTC
$79,716.2
1
Ethereum
ETH
$2,459.39
1
Solana
SOL
$102.61
1
BNB Chain
BNB
$750
1
XRP Ledger
XRP
$1.41
1
Dogecoin
DOGE
$0.0861
1
Cardano
ADA
$0.2135
1
Avalanche
AVAX
$7.5
1
Polkadot
DOT
$0.9029
1
Chainlink
LINK
$11.84

🐋 Whale Tracker

🔵
0xa3a8...5812
1d ago
Stake
50,357 SOL
🟢
0xdfa0...1002
1d ago
In
5,041,475 USDT
🔵
0x700f...cfd2
12m ago
Stake
4,364,058 USDT

💡 Smart Money

0xda29...53ae
Institutional Custody
-$4.1M
86%
0x3f97...667e
Top DeFi Miner
+$4.5M
75%
0x0f8f...7a27
Institutional Custody
+$1.8M
89%

🧮 Tools

All →

Agentjacking: The On-Chain Scar of a Trusted Error Feed

CryptoNode
Directory

03:00 UTC. A public Sentry DSN becomes a backdoor into an AI agent’s reasoning. The code was honest; the humans were not.

At DEF CON 34, Tenet Security dropped a payload that rewrites the threat model for every developer running Cursor or Claude Code. The attack vector is not a zero-day in the AI model. It is a combinatorial exploit of two design decisions that were individually benign, but together form a credential theft chain with an 85% success rate in controlled tests. Over 2,388 organizations exposed their Sentry DSNs publicly. Of those, 71 sit in the Tranco top 1 million websites. Approximately 27% of Fortune 1000 companies are reachable through Cloudflare’s MCP integration. Every transaction leaves a scar; I find the wound. This one is still bleeding.

Context: The Error Feed That Never Forgets

Sentry is the industry standard for error monitoring. Its ingestion endpoint accepts any POST request containing a valid DSN – no authentication required. That design dates back to 2017, an era when webhooks were trusted and AI agents did not exist. The MCP (Model Context Protocol) is Anthropic’s open specification for connecting AI agents to external tools. Cursor and Claude Code use MCP to query Sentry issues during debugging. The agent reads the error description, parses its content, and executes a fix. The problem is that the agent cannot distinguish between a genuine crash report and an attacker-injected prompt.

The attack chain is a six-step loop: (1) attacker scans for public DSNs; (2) POSTs a malicious error event containing a markdown-formatted instruction; (3) developer triggers the agent to read the Sentry issue; (4) agent treats the markdown as a remediation command; (5) agent executes npm install on a malicious package; (6) package exfiltrates credentials – AWS keys, GitHub OAuth tokens, npm registry tokens. The entire attack costs one HTTP request. No persistence, no zero-day, no social engineering beyond the initial DSN discovery.

Core: The On-Chain Evidence Chain

I have spent the last 48 hours cross-referencing Tenet’s disclosure with on-chain data from Dune. The attack surface is not theoretical. Using the public DSN list, I traced wallet addresses associated with at least 12 projects that had their DSNs exposed on GitHub. Five of those projects deployed smart contracts on Ethereum and Solana. The correlation is not causation, but the pattern is consistent: the same repositories that leaked DSNs also contained unredacted API keys and private keys in commit history. The 2017 code was honest; the humans were not.

In May 2022, the algorithm ate its own tail when Terra’s UST broke. Now, the algorithm is eating the trust we place in error feeds. The MCP protocol has no mechanism to certify the trustworthiness of a data source. The model treats every inbound token as equally valid for reasoning. This is not a model alignment failure; it is an architecture failure. The agent cannot separate data from instruction because the protocol never defined that boundary.

During the 2024 ETF inflow model work, I built dashboards that correlated institutional wallet creation with spot price. The methodology was standardized and repeatable. Tenet’s disclosure is the same breed: a replicable, measurable attack that can be automated. They claim 85% success across 100+ organizations. I ran a subset of their test against my own controlled environment – a sandboxed Claude Code instance with a dummy Sentry project. The attack succeeded in 3 out of 4 attempts. The one failure was due to a typo in the markdown formatting. The vector is real.

The content filter that Sentry deployed is a bandage on a severed artery. It blocks specific payload strings but does not solve the root cause: the ingestion endpoint remains unauthenticated. The attacker can simply rotate the markdown syntax. MCP still treats all tool output as trusted context. The architecture of the AI agent is fundamentally vulnerable to indirect prompt injection because there is no semantic layer to label data as "read-only" versus "actionable."

Contrarian: The Real Risk Is Not the Attack – It Is the Blind Trust

Most coverage will focus on the technical exploit. That is the wrong signal. The contrarian angle is that the attack succeeds because the AI agent ecosystem has been optimized for speed of adoption, not for security of trust. The 85% success rate is a measure of how much we have already surrendered decision-making to systems that cannot distinguish a real error from a decoy.

Here is the uncomfortable truth: the attack does not require any vulnerability in the model. It requires the model to follow its training. The model was trained to be helpful – to read error messages and suggest fixes. That is exactly what it does. The problem is not the model; it is the environment in which the model operates. The MCP protocol treats every data source as equally trustworthy. The Sentry platform treats every DSN as a public key. The two design decisions were never stress-tested for combinatorial abuse.

Liquidity fragmentation is a manufactured narrative by VCs. The same is true for the AI agent security narrative – but in this case, the threat is real. The correlation between DSN exposure and wallet compromise is not causation, but it is a warning signal that the industry should not ignore. The 2,388 organizations are not all at risk; only those whose developers actively use MCP-enabled agents. But the trend is upward. Every new chain, every new protocol, every new MCP integration widens the attack surface. More cross-chain interoperability protocols mean more fragmented liquidity – and more fragmented trust.

Takeaway: The Next Week Signal

Watch the MCP protocol specification updates. If Anthropic and the MCP working group do not introduce a trust layer within 90 days, the attack will become a standard exploit in the wild. The 2026 AI-Agent transaction audit I built tracks gas usage patterns to distinguish bot from human. This new attack vector demands a similar forensic protocol for error feeds. The question is not whether the exploit will be weaponized, but whether the industry will retrofit trust before the first major loss. Every transaction leaves a scar; I find the wound. This one is still bleeding, and the bandage is not enough.