I recently published an early discussion draft called Verifiable Agent Trust Envelope:
This is not intended as a replacement for A2A.
The narrow question I am trying to isolate is:
when an external agent wants to perform a risky write against a remote system, what portable artifacts should the relying party verify before allowing the action?
The current v0.1 wedge is verifier-centered and focuses on AL2 external digital write decisions.
The repo currently makes that concrete with a verifier flow that evaluates:
status -> identity -> runtime -> permit -> policy
and returns:
allow / attenuate / deny
with a machine-readable receipt.
My current read is:
- A2A is strong for discovery, messaging, and delegation flow
- but the verifier-side admission decision for higher-risk external actions may need more than an Agent Card or transport-level auth alone
- specifically, it may need portable semantics across actor identity, principal linkage, runtime proof, task-scoped permit, status / attenuation, and receipt
Relevant entry points:
The question I want help with is narrower than “should A2A adopt this draft?”:
- if this boundary is real, where should it live relative to A2A
- should the relevant pieces be modeled as Agent Card extensions, profile-level conventions, or an adjacent spec
- which parts of the envelope should travel through A2A directly, and which parts should only be referenced
- should receipt semantics stay entirely outside A2A core
Useful critique would be especially welcome on:
- whether this boundary is already covered by existing A2A mechanisms
- whether the draft is still too broad
- whether the verifier-side ordering is a bad fit for A2A-adjacent use cases
I am explicitly posting this as a discussion draft and requirements question, not as a finished standard proposal.
I recently published an early discussion draft called Verifiable Agent Trust Envelope:
This is not intended as a replacement for A2A.
The narrow question I am trying to isolate is:
The current
v0.1wedge is verifier-centered and focuses onAL2external digital write decisions.The repo currently makes that concrete with a verifier flow that evaluates:
status -> identity -> runtime -> permit -> policyand returns:
allow / attenuate / denywith a machine-readable receipt.
My current read is:
Relevant entry points:
The question I want help with is narrower than “should A2A adopt this draft?”:
Useful critique would be especially welcome on:
I am explicitly posting this as a discussion draft and requirements question, not as a finished standard proposal.