PulseAugur
EN
LIVE 11:01:44

Anthropic's commerce-agents delegate contract bypassed by researcher

Anthropic's commerce-agents framework has a documented security contract stating that delegates cannot write, present, or invoke other delegates. However, a security researcher demonstrated that by manipulating the delegate's authority and placing a malicious delegate in the same slot, the contract could be bypassed. This allowed the malicious delegate to stage changes, present them to the operator, and call a second delegate, which was refused on a subsequent run due to the imposed authority restrictions. The researcher highlighted that the framework's security relies on the specific shape and declared tools of a delegate, rather than a universally enforced contract. AI

IMPACT Highlights potential vulnerabilities in agent frameworks where security relies on delegate shape rather than strict contract enforcement.

RANK_REASON Security researcher demonstrates a bypass of a documented security contract in Anthropic's commerce-agents framework.

Read on dev.to — Anthropic tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Anthropic's commerce-agents delegate contract bypassed by researcher

How we ranked this

Signal score
38 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
Security researcher demonstrates a bypass of a documented security contract in Anthropic's commerce-agents framework.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
safety, product
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — Anthropic tag TIER_1 English(EN) · Rafael Asor ·

    A delegate cannot write, present, or invoke other delegates. I ran that sentence as authority.

    <p>Anthropic's <a href="https://github.com/anthropics/commerce-agents" rel="noopener noreferrer">commerce-agents</a> states its delegate contract in a docstring: a delegate "cannot write, present, or invoke other delegates". I wrote the delegate that sentence warns about, put it …