Skip to content

Article · research august 2026 · published 2026-08-03 · v2 · 2 min read · history

The unleakable context

What cannot be read cannot be leaked, subpoenaed, or socially engineered

Why the only private context that stays private is the context with no path out of its domain, with Signal's subpoena record as the existence proof. The canonical treatment of the domain lock.

Topics: Safety , Boundaries

In brief
The problem

verified

Every claim this passage rests on has been checked against its sources.

  • "An explicit instruction not to blackmail reduced blackmail from 96% to 37% of runs in Anthropic's 2025 agentic stress tests, not to zero."

    verified. Anthropic's published agentic misalignment research; simulated settings, most-capable-model condition.

Open the complete evidence in the structured publication.

Guarded access fails the way all behavioral safety fails, one bug or one persuaded actor at a time, and private context sits behind exactly such guards in nearly every multi-agent system shipping today.
The mechanism

verified

Every claim this passage rests on has been checked against its sources.

  • "Signal's subpoena responses produced only account creation date and last connection time."

    verified. Signal's published subpoena responses and transparency reporting.

  • "A domain-locked agent architecture eliminates (rather than mitigates) cross-domain read paths."

    verified. A property of the described architecture: the elimination is checkable in code, and the claim is scoped to read/projection/egress paths as designed.

Open the complete evidence in the structured publication.

A read path that does not exist has no failure rate; Signal under subpoena could produce only what it possessed, and a domain-locked architecture eliminates cross-domain reads rather than mitigating them.
The move

position

This is the publication's stated position, not an empirical claim. It rests on the argument rather than graded evidence.

Open the complete evidence in the structured publication.

Design the boundary as absence: scope every actor to its domain, and let shared spaces receive only what a person deliberately carried across.

Every multi-agent product faces the same ordinary hard problem: keep a private thing private while shared collaboration happens around it. Two decades of web software trained one instinct for it. Give every actor access to the store, attach a permission check, and make sure the check is correct. Ask “may this shared agent read the private domain?” on every read, and answer no.

That is behavioral privacy, and it inherits behavioral safety’s arithmetic. The check must be evaluated correctly on every query, forever, across every code path that reaches the data, by guards that include, increasingly, models that can be argued with. The stress-test literature has priced what instructions are worth under pressure, an explicit prohibition cutting a harmful behavior to a third rather than to zero, and a permission check is an instruction with better typography. One bug, one injection, one persuaded actor, and the private domain has been public all along.

The alternative inverts the design. Do not guard the read path; decline to build it. A person-scoped actor holds the access its owner’s service requires, and actors outside that domain have no route to the context at all, not a forbidden route, no route. What cannot be read cannot be leaked, exfiltrated, or socially engineered, because there is nothing for the failure to use. The existence proof that this posture survives contact with adversaries is Signal’s subpoena record. Asked by a grand jury for user data, Signal produced an account creation date and a last connection time, not because its lawyers were brave but because its architecture possessed nothing else to produce. The boundary held against legal compulsion for the same reason it holds against bugs: absence has no failure rate.

In our own architecture the same posture is the domain lock. A domain-locked design eliminates cross-domain read, projection, and egress paths rather than mitigating them, and sharing still happens, the one way it honestly can: a person deliberately carries a thing across the boundary, an act that is visible, attributable, and theirs. The guarded version of this system asks its checks to be perfect forever. The locked version asks its compiler to refuse a path once. Only one of those requests has ever been reliably granted. Grant it, and the guarantee compounds. Context that cannot leave its domain can finally be trusted with more, and trust extended to structure rather than to promises is the one kind that scales.

Evidence and lineage

Research trail

Follow the sources, inspect how the claims are graded, or propose a correction at the exact record it concerns.

Sources 2
  1. Signal Foundation. Published grand jury subpoena responses (Eastern District of Virginia and subsequent)

    The existence proof: an architecture that possessed only creation date and last connection time produced only that under compulsion.

    Comment on this source
  2. Anthropic (2025). Agentic misalignment stress tests (2025)

    What instructions are worth under pressure; the pricing of behavioral guards.

    Comment on this source
Claims and confidence 3
  1. verified

    An explicit instruction not to blackmail reduced blackmail from 96% to 37% of runs in Anthropic's 2025 agentic stress tests, not to zero.

    Anthropic's published agentic misalignment research; simulated settings, most-capable-model condition.

    Respond to this claim
  2. verified

    Signal's subpoena responses produced only account creation date and last connection time.

    Signal's published subpoena responses and transparency reporting.

    Respond to this claim
  3. verified

    A domain-locked agent architecture eliminates (rather than mitigates) cross-domain read paths.

    A property of the described architecture: the elimination is checkable in code, and the claim is scoped to read/projection/egress paths as designed.

    Respond to this claim

Read next

Or survey the topics.

Concepts in this piece 1

Add to the work

Contribute to The unleakable context

Write the useful part. Identity, provenance, and review history are attached when you submit. The published source stays unchanged.

Target The unleakable context

Contribution intent
Use an agent instead

The interface is ready. Public authenticated intake remains off until the hosted migration and feature flag are deployed together.