Files
ietf-wimse-ect/draft-nennemann-wimse-execution-context-00.xml
Christian Nennemann 8615105ce0 Remove duplicate RFC 2119/8174 refs and add compiled output
Remove RFC 2119 and RFC 8174 from normative YAML block since the
BCP 14 boilerplate directive adds them automatically, causing
duplicate reference warnings. Rebuild draft with zero warnings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 18:51:45 +01:00

3205 lines
136 KiB
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.31 (Ruby 3.4.5) -->
<!DOCTYPE rfc [
<!ENTITY nbsp "&#160;">
<!ENTITY zwsp "&#8203;">
<!ENTITY nbhy "&#8209;">
<!ENTITY wj "&#8288;">
]>
<rfc ipr="trust200902" docName="draft-nennemann-wimse-execution-context-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
<front>
<title abbrev="WIMSE Execution Context">Execution Context Tokens for Distributed Agentic Workflows</title>
<author fullname="Christian Nennemann">
<organization>Independent Researcher</organization>
<address>
<email>ietf@nennemann.de</email>
</address>
</author>
<date year="2026" month="February" day="24"/>
<area>Security</area>
<workgroup>WIMSE</workgroup>
<keyword>execution context</keyword> <keyword>workload identity</keyword> <keyword>agentic workflows</keyword> <keyword>audit trail</keyword> <keyword>compliance</keyword> <keyword>regulated systems</keyword>
<abstract>
<?line 83?>
<t>This document defines Execution Context Tokens (ECTs), an extension
to the Workload Identity in Multi System Environments (WIMSE)
architecture for distributed agentic workflows in regulated
environments. ECTs provide cryptographic proof of task execution
order, policy enforcement decisions, and compliance state across
agent-to-agent communication. By extending WIMSE Workload Identity
Tokens with execution context claims in JSON Web Token (JWT)
format, this specification enables regulated systems to maintain
structured audit trails that support compliance verification.
ECTs use a directed acyclic graph (DAG) structure to represent task
dependencies, record policy evaluation outcomes at each decision
point, and integrate with WIMSE Workload Identity Tokens (WIT) and
Workload Proof Tokens (WPT) using the same signing model and
cryptographic primitives. A new HTTP header field,
Execution-Context, is defined for transporting ECTs alongside
existing WIMSE headers. ECTs are a technical building block that
supports, but does not by itself constitute, compliance with
regulatory frameworks.</t>
</abstract>
</front>
<middle>
<?line 104?>
<section anchor="introduction"><name>Introduction</name>
<section anchor="motivation"><name>Motivation</name>
<t>The Workload Identity in Multi System Environments (WIMSE)
framework <xref target="I-D.ietf-wimse-arch"/> provides robust workload
authentication through Workload Identity Tokens (WIT) and Workload
Proof Tokens (WPT). The WIMSE service-to-service protocol
<xref target="I-D.ietf-wimse-s2s-protocol"/> defines how workloads authenticate
each other across call chains using the Workload-Identity and
Workload-Proof-Token HTTP headers.</t>
<t>However, workload identity alone does not address execution
accountability. Knowing who performed an action does not prove
what was done, what policy was applied, or whether compliance
requirements were satisfied at each decision point.</t>
<t>Regulated environments increasingly deploy autonomous agents that
coordinate across organizational boundaries. Multiple regulatory
frameworks motivate the need for structured execution records:</t>
<t><list style="symbols">
<t>The EU Artificial Intelligence Act <xref target="EU-AI-ACT"/> Article 12
requires high-risk AI systems to be designed with capabilities
enabling automatic recording of events ("logs") while the
system is operating.</t>
<t>The U.S. FDA 21 CFR Part 11 <xref target="FDA-21CFR11"/> requires
computer-generated, timestamped audit trails that independently
record the date, time, operator identity, and actions taken
(Section 11.10(e)).</t>
<t>The Markets in Financial Instruments Directive (MiFID II)
<xref target="MIFID-II"/> requires firms to maintain records of transactions
and orders that are sufficient to enable supervisory authorities
to monitor compliance.</t>
<t>The Digital Operational Resilience Act (DORA) <xref target="DORA"/> Article 12
requires financial entities to have logging policies that record
ICT activities and anomalies.</t>
</list></t>
<t>This document defines an extension to the WIMSE architecture that
addresses the gap between workload identity and execution
accountability. WIMSE authenticates agents; this extension records
what they did, in what order, and what policy was evaluated.</t>
<t>As identified in <xref target="I-D.ni-wimse-ai-agent-identity"/>, call context
in agentic workflows needs to be visible and preserved. ECTs
provide a mechanism to address this requirement with cryptographic
assurances.</t>
</section>
<section anchor="problem-statement"><name>Problem Statement</name>
<t>Three core gaps exist in current approaches to regulated agentic
systems:</t>
<t><list style="numbers" type="1">
<t>WIMSE authenticates agents but does not record what they
actually did. A WIT proves "Agent A is authorized" but not
"Agent A executed Task X, under Policy Y, producing Output Z."</t>
<t>No standard mechanism exists to record policy evaluation
outcomes at each decision point in a multi-agent workflow.</t>
<t>No mechanism exists to cryptographically link compensation and
rollback decisions to original actions.</t>
</list></t>
<t>Existing observability tools such as distributed tracing
<xref target="OPENTELEMETRY"/> provide visibility for debugging and monitoring
but do not provide cryptographic assurances. Tracing data is not
cryptographically signed, not tamper-evident, and not designed for
regulatory audit scenarios.</t>
</section>
<section anchor="scope-and-applicability"><name>Scope and Applicability</name>
<t>This document defines:</t>
<t><list style="symbols">
<t>The Execution Context Token (ECT) format (<xref target="ect-format"/>)</t>
<t>DAG structure for task dependency ordering (<xref target="dag-validation"/>)</t>
<t>Policy checkpoint recording (<xref target="policy-claims"/>)</t>
<t>Integration with the WIMSE identity framework
(<xref target="wimse-integration"/>)</t>
<t>An HTTP header for ECT transport (<xref target="http-header"/>)</t>
<t>Audit ledger interface requirements (<xref target="ledger-interface"/>)</t>
</list></t>
<t>The following are out of scope and are handled by WIMSE:</t>
<t><list style="symbols">
<t>Workload authentication and identity provisioning</t>
<t>Key distribution and management</t>
<t>Trust domain establishment and management</t>
<t>Credential lifecycle management</t>
</list></t>
</section>
<section anchor="relationship-to-regulatory-compliance"><name>Relationship to Regulatory Compliance</name>
<t>ECTs are a technical mechanism that can support compliance programs
by providing structured, cryptographically signed execution
records. ECTs do not by themselves constitute compliance with any
regulatory framework referenced in this document.</t>
<t>Compliance with each referenced regulation requires organizational
controls, policies, procedures, validation, and governance measures
beyond the scope of this specification. The regulatory references
in this document are intended to motivate the design requirements,
not to claim that implementing ECTs satisfies these regulations.</t>
<t>ECTs provide evidence of claimed execution ordering and policy
evaluation. They do not independently verify that the claimed
execution actually occurred as described, that the policy
evaluation was correct, or that the agent faithfully performed the
stated action. The trustworthiness of ECT claims depends on the
trustworthiness of the signing agent and the integrity of the
broader deployment environment.</t>
</section>
</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>
<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
<?line -18?>
<t>The following terms are used in this document:</t>
<dl>
<dt>Agent:</dt>
<dd>
<t>An autonomous workload, as defined by WIMSE
<xref target="I-D.ietf-wimse-arch"/>, that executes tasks within a workflow.</t>
</dd>
<dt>Task:</dt>
<dd>
<t>A discrete unit of agent work that consumes inputs and produces
outputs.</t>
</dd>
<dt>Directed Acyclic Graph (DAG):</dt>
<dd>
<t>A graph structure representing task dependency ordering where
edges are directed and no cycles exist.</t>
</dd>
<dt>Execution Context Token (ECT):</dt>
<dd>
<t>A JSON Web Token <xref target="RFC7519"/> defined by this specification that
records task execution details and policy evaluation outcomes.</t>
</dd>
<dt>Audit Ledger:</dt>
<dd>
<t>An append-only, immutable log of all ECTs within a workflow or
set of workflows, used for regulatory audit and compliance
verification.</t>
</dd>
<dt>Policy Checkpoint:</dt>
<dd>
<t>A point in a workflow where a policy evaluation outcome is
recorded within an ECT.</t>
</dd>
<dt>Workload Identity Token (WIT):</dt>
<dd>
<t>A WIMSE credential proving a workload's identity within a trust
domain.</t>
</dd>
<dt>Workload Proof Token (WPT):</dt>
<dd>
<t>A WIMSE proof-of-possession token used for request-level
authentication.</t>
</dd>
<dt>Trust Domain:</dt>
<dd>
<t>A WIMSE concept representing an organizational boundary with a
shared identity issuer, corresponding to a SPIFFE <xref target="SPIFFE"/>
trust domain.</t>
</dd>
<dt>Witness:</dt>
<dd>
<t>A third-party entity that observes and attests to the execution
of a task, providing additional accountability.</t>
</dd>
</dl>
</section>
<section anchor="wimse-integration"><name>WIMSE Architecture Integration</name>
<section anchor="wimse-foundation"><name>WIMSE Foundation</name>
<t>The WIMSE architecture <xref target="I-D.ietf-wimse-arch"/> defines:</t>
<t><list style="symbols">
<t>Workload Identity Tokens (WIT) that prove a workload's identity
within a trust domain ("I am Agent X in trust domain Y")</t>
<t>Workload Proof Tokens (WPT) that prove possession of the private
key associated with a WIT ("I control the key for Agent X")</t>
<t>Multi-hop authentication via the service-to-service protocol
<xref target="I-D.ietf-wimse-s2s-protocol"/></t>
</list></t>
<t>The following execution accountability needs are complementary to
the WIMSE scope and are not addressed by workload identity alone:</t>
<t><list style="symbols">
<t>Recording what agents actually do with their authenticated
identity</t>
<t>Recording policy evaluation outcomes at each hop</t>
<t>Maintaining structured execution records</t>
<t>Linking compensation or rollback actions to original tasks</t>
</list></t>
</section>
<section anchor="extension-model"><name>Extension Model</name>
<t>ECTs extend WIMSE by adding an execution accountability layer
between the identity layer and the application layer:</t>
<figure title="WIMSE Extension Architecture Layers" anchor="fig-layers"><artwork type="ascii-art"><![CDATA[
+--------------------------------------------------+
| WIMSE Layer (Identity) |
| WIT: "I am Agent X (spiffe://td/agent/x)" |
| WPT: "I prove I control the key for Agent X" |
+--------------------------------------------------+
|
v
+--------------------------------------------------+
| ECT Layer (Execution Accountability) [This Spec]|
| ECT: "Task executed, dependencies met, |
| policy evaluated, outcome recorded" |
+--------------------------------------------------+
|
v
+--------------------------------------------------+
| Ledger Layer (Immutable Record) |
| "All ECTs appended to audit ledger" |
+--------------------------------------------------+
]]></artwork></figure>
<t>This extension reuses the WIMSE signing model, extends JWT claims
using standard JWT extensibility <xref target="RFC7519"/>, and maintains WIMSE
concepts including trust domains and workload identifiers.</t>
</section>
<section anchor="integration-points"><name>Integration Points</name>
<t>An ECT integrates with the WIMSE identity framework through the
following mechanisms:</t>
<t><list style="symbols">
<t>The ECT JOSE header "kid" parameter <bcp14>MUST</bcp14> reference the public
key identifier from the agent's WIT.</t>
<t>The ECT "iss" claim <bcp14>MUST</bcp14> use the WIMSE workload identifier
format (a SPIFFE ID <xref target="SPIFFE"/>).</t>
<t>The ECT <bcp14>MUST</bcp14> be signed with the same private key used to
generate the agent's WPT.</t>
<t>The ECT signing algorithm (JOSE header "alg" parameter) <bcp14>MUST</bcp14>
match the algorithm used in the corresponding WIT.</t>
</list></t>
<t>When an agent makes an HTTP request to another agent, the three
tokens are carried in their respective HTTP header fields:</t>
<figure title="HTTP Header Stacking" anchor="fig-http-headers"><artwork type="ascii-art"><![CDATA[
HTTP Request from Agent A to Agent B:
Workload-Identity: <WIT for Agent A>
Workload-Proof-Token: <WPT proving A controls key>
Execution-Context: <ECT recording what A did>
]]></artwork></figure>
<t>The receiving agent (Agent B) verifies in order:</t>
<t><list style="numbers" type="1">
<t>WIT and WPT (WIMSE layer): Proves who Agent A is and that the
request is authentic.</t>
<t>ECT (this extension): Records what Agent A did, what policy was
evaluated, and what precedent tasks exist.</t>
<t>Ledger: Appends the verified ECT to the audit ledger.</t>
</list></t>
</section>
</section>
<section anchor="ect-format"><name>Execution Context Token Format</name>
<t>An Execution Context Token is a JSON Web Token (JWT) <xref target="RFC7519"/>
signed as a JSON Web Signature (JWS) <xref target="RFC7515"/> using the Compact
Serialization. JWS JSON Serialization <bcp14>MUST NOT</bcp14> be used for ECTs.</t>
<section anchor="jose-header"><name>JOSE Header</name>
<t>The ECT JOSE header <bcp14>MUST</bcp14> contain the following parameters:</t>
<figure title="ECT JOSE Header Example" anchor="fig-header"><sourcecode type="json"><![CDATA[
{
"alg": "ES256",
"typ": "wimse-exec+jwt",
"kid": "agent-a-key-id-123"
}
]]></sourcecode></figure>
<dl>
<dt>alg:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. The digital signature algorithm used to sign the ECT.
<bcp14>MUST</bcp14> match the algorithm in the corresponding WIT.
Implementations <bcp14>MUST</bcp14> support ES256 <xref target="RFC7518"/>. The "alg"
value <bcp14>MUST NOT</bcp14> be "none". Symmetric algorithms (e.g., HS256,
HS384, HS512) <bcp14>MUST NOT</bcp14> be used, as ECTs require asymmetric
signatures for non-repudiation.</t>
</dd>
<dt>typ:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. <bcp14>MUST</bcp14> be set to "wimse-exec+jwt" to distinguish ECTs
from other JWT types, consistent with the WIMSE convention for
type parameter values.</t>
</dd>
<dt>kid:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. The key identifier referencing the public key from
the agent's WIT <xref target="RFC7517"/>. Used by verifiers to look up the
correct public key for signature verification.</t>
</dd>
</dl>
</section>
<section anchor="jwt-claims"><name>JWT Claims</name>
<t>The ECT payload contains both WIMSE-compatible standard JWT claims
and execution context claims defined by this specification.</t>
<section anchor="wimse-compatible-claims"><name>WIMSE-Compatible Claims</name>
<t>The following standard JWT claims <xref target="RFC7519"/> <bcp14>MUST</bcp14> be present in
every ECT:</t>
<dl>
<dt>iss:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. StringOrURI. The issuer of the ECT, which <bcp14>MUST</bcp14> be
the workload's SPIFFE ID in the format
<spanx style="verb">spiffe://&lt;trust-domain&gt;/&lt;path&gt;</spanx>. This <bcp14>MUST</bcp14> match the "sub"
claim of the agent's WIT.</t>
</dd>
<dt>sub:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. StringOrURI. The subject of the ECT. When present,
<bcp14>MUST</bcp14> equal the "iss" claim. This claim is included for
compatibility with JWT libraries and frameworks that expect a
"sub" claim to be present.</t>
</dd>
<dt>aud:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. StringOrURI or array of StringOrURI. The intended
recipient(s) of the ECT. Because ECTs serve as both inter-agent
messages and audit records, the "aud" claim <bcp14>SHOULD</bcp14> contain the
identifiers of all entities that will verify the ECT. In
practice this means:
</t>
<t><list style="symbols">
<t><strong>Point-to-point delivery</strong>: when an ECT is sent from one
agent to a single next agent, "aud" contains that agent's
workload identity. The receiving agent verifies the ECT and
forwards it to the ledger on behalf of the issuer.</t>
<t><strong>Direct-to-ledger submission</strong>: when an ECT is submitted
directly to the audit ledger (e.g., after a join or at
workflow completion), "aud" contains the ledger's identity.</t>
<t><strong>Multi-audience</strong>: when an ECT must be verified by both the
next agent and the ledger independently, "aud" <bcp14>MUST</bcp14> be an
array containing both identifiers (e.g.,
["spiffe://example.com/agent/next",
"spiffe://example.com/system/ledger"]). Each verifier checks
that its own identity appears in the array.</t>
</list></t>
<t>In multi-parent (join) scenarios where a task depends on ECTs
from multiple parent agents, the joining agent creates a new ECT
with the parent task IDs in "par". The "aud" of this new ECT
is set according to the rules above based on where the ECT will
be delivered — it is independent of the "aud" values in the
parent ECTs.</t>
</dd>
<dt>iat:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. NumericDate. The time at which the ECT was issued.
The ECT records a completed action, so the "iat" value reflects
when the record was created, not when task execution began.</t>
</dd>
<dt>exp:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. NumericDate. The expiration time of the ECT.
Implementations <bcp14>SHOULD</bcp14> set this to 5 to 15 minutes after "iat"
to limit the replay window while allowing for reasonable clock
skew and processing time.</t>
</dd>
</dl>
<t>The standard JWT "nbf" (Not Before) claim is not used in ECTs
because ECTs record completed actions and are valid immediately
upon issuance.</t>
<dl>
<dt>jti:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. String. A unique identifier for the ECT in UUID
format <xref target="RFC9562"/>. Used for replay detection: receivers <bcp14>MUST</bcp14>
reject ECTs whose "jti" has already been seen within the
expiration window. The "jti" value <bcp14>MUST</bcp14> be unique across all
ECTs issued by the same agent.</t>
</dd>
</dl>
</section>
<section anchor="exec-claims"><name>Execution Context Claims</name>
<t>The following claims are defined by this specification:</t>
<dl>
<dt>wid:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. A workflow identifier that groups related
ECTs into a single workflow. When present, <bcp14>MUST</bcp14> be a UUID
<xref target="RFC9562"/>. When absent, the "tid" uniqueness requirement
applies globally across the entire ledger.</t>
</dd>
<dt>tid:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. String. A globally unique task identifier in UUID
format <xref target="RFC9562"/>. Each task <bcp14>MUST</bcp14> have a unique "tid" value.
When "wid" is present, uniqueness is scoped to the workflow;
when "wid" is absent, uniqueness <bcp14>MUST</bcp14> be enforced globally
across the ledger.</t>
</dd>
<dt>exec_act:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. String. The action or task type identifier describing
what the agent performed (e.g., "process_payment",
"validate_safety", "calculate_dosage"). Note: this claim is
intentionally named "exec_act" rather than "act" to avoid
collision with the "act" (Actor) claim registered by
<xref target="RFC8693"/>.</t>
</dd>
<dt>par:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. Array of strings. Parent task identifiers
representing DAG dependencies. Each element <bcp14>MUST</bcp14> be a valid
"tid" from a previously executed task. An empty array indicates
a root task with no dependencies. A workflow <bcp14>MAY</bcp14> contain
multiple root tasks.</t>
</dd>
</dl>
</section>
<section anchor="policy-claims"><name>Policy Claims</name>
<t>The following claims record policy evaluation outcomes:</t>
<dl>
<dt>pol:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. String. The identifier of the policy rule that was
evaluated for this task (e.g.,
"clinical_data_access_policy_v1").</t>
</dd>
<dt>pol_decision:</dt>
<dd>
<t><bcp14>REQUIRED</bcp14>. String. The result of the policy evaluation. <bcp14>MUST</bcp14>
be one of the values registered in the ECT Policy Decision
Values registry (<xref target="pol-decision-registry"/>). Initial values
are:
</t>
<t><list style="symbols">
<t>"approved": The policy evaluation succeeded and the task
was authorized to proceed.</t>
<t>"rejected": The policy evaluation failed. A "rejected" ECT
<bcp14>MUST</bcp14> still be appended to the audit ledger for accountability.
An ECT with "pol_decision" of "rejected" <bcp14>MAY</bcp14> appear as a
parent in the "par" array of a subsequent ECT, but only for
compensation, rollback, or remediation tasks. Agents <bcp14>MUST
NOT</bcp14> proceed with normal workflow execution based on a parent
ECT whose "pol_decision" is "rejected".</t>
<t>"pending_human_review": The policy evaluation requires human
judgment before proceeding. Agents <bcp14>MUST NOT</bcp14> proceed with
dependent tasks until a subsequent ECT from a human reviewer
records an "approved" decision referencing this task as a
parent.</t>
</list></t>
</dd>
<dt>pol_enforcer:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. StringOrURI. The identity of the entity (system or
person) that evaluated the policy decision. When present,
<bcp14>SHOULD</bcp14> use SPIFFE ID format.</t>
</dd>
<dt>pol_timestamp:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. NumericDate. The time at which the policy decision
was made. When present, <bcp14>MUST</bcp14> be equal to or earlier than the
"iat" claim.</t>
</dd>
</dl>
</section>
<section anchor="data-integrity-claims"><name>Data Integrity Claims</name>
<t>The following claims provide integrity verification for task
inputs and outputs without revealing the data itself:</t>
<dl>
<dt>inp_hash:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. A cryptographic hash of the input data,
formatted as "hash-algorithm:base64url-encoded-hash" (e.g.,
"sha-256:n4bQgYhMfWWaL-qgxVrQFaO_TxsrC4Is0V1sFbDwCgg"). The
hash algorithm identifier <bcp14>MUST</bcp14> be a lowercase value from the
IANA Named Information Hash Algorithm Registry (e.g., "sha-256",
"sha-384", "sha-512"). Implementations <bcp14>MUST</bcp14> support "sha-256"
and <bcp14>SHOULD</bcp14> use "sha-256" unless a stronger algorithm is
required. Implementations <bcp14>MUST NOT</bcp14> accept hash algorithms
weaker than SHA-256 (e.g., MD5, SHA-1). The hash <bcp14>MUST</bcp14> be
computed over the raw octets of the input data.</t>
</dd>
<dt>out_hash:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. A cryptographic hash of the output data,
using the same format and algorithm requirements as "inp_hash".</t>
</dd>
<dt>inp_classification:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. The data sensitivity classification of the
input (e.g., "public", "confidential", "restricted").</t>
</dd>
</dl>
</section>
<section anchor="operational-claims"><name>Operational Claims</name>
<t>The following claims provide additional operational context:</t>
<dl>
<dt>exec_time_ms:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. Integer. The execution duration of the task in
milliseconds. <bcp14>MUST</bcp14> be a non-negative integer.</t>
</dd>
<dt>regulated_domain:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. The regulatory domain applicable to this
task. Values <bcp14>MUST</bcp14> be registered in the ECT Regulated Domain
Values registry (<xref target="regulated-domain-registry"/>).</t>
</dd>
<dt>model_version:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. The version identifier of the AI or ML model
used to perform the task, if applicable.</t>
</dd>
</dl>
</section>
<section anchor="witness-claims"><name>Witness Claims</name>
<dl>
<dt>witnessed_by:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. Array of StringOrURI. Identifiers of third-party
entities that the issuing agent claims observed or attested to
the execution of this task. When present, each element <bcp14>SHOULD</bcp14>
use SPIFFE ID format. Note that this claim is self-asserted by
the ECT issuer; witnesses listed here do not co-sign this ECT.
For stronger assurance, witnesses <bcp14>SHOULD</bcp14> submit independent
signed ECTs to the ledger attesting to their observation (see
<xref target="witness-attestation-model"/>). In regulated environments,
implementations <bcp14>SHOULD</bcp14> use witness attestation for critical
decision points to mitigate the risk of single-agent false
claims. See also <xref target="self-assertion-limitation"/> for the security
implications of self-asserted witness claims.</t>
</dd>
</dl>
</section>
<section anchor="compensation-claims"><name>Compensation Claims</name>
<dl>
<dt>compensation_required:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. Boolean. Indicates whether this task is a
compensation or rollback action for a previous task.</t>
</dd>
<dt>compensation_reason:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. String. A human-readable reason for the compensation
action. <bcp14>MUST</bcp14> be present if "compensation_required" is true.
Values <bcp14>SHOULD</bcp14> use structured identifiers (e.g.,
"policy_violation_in_parent_trade") rather than free-form text
to minimize the risk of embedding sensitive information. See
<xref target="data-minimization"/> for privacy guidance.
If "compensation_reason" is present, "compensation_required"
<bcp14>MUST</bcp14> be true.</t>
</dd>
</dl>
<t>Note: compensation ECTs reference historical parent tasks via the
"par" claim. The referenced parent ECTs may have passed their own
"exp" time; ECT expiration applies to the verification window of
the ECT itself, not to its validity as a parent reference in the
ledger.</t>
</section>
<section anchor="extension-claims"><name>Extension Claims</name>
<dl>
<dt>ext:</dt>
<dd>
<t><bcp14>OPTIONAL</bcp14>. Object. An extension object for domain-specific
claims not defined by this specification. Implementations
that do not understand extension claims <bcp14>MUST</bcp14> ignore them.</t>
</dd>
</dl>
<t>To avoid key collisions between different domains, extension
key names <bcp14>MUST</bcp14> use reverse domain notation (e.g.,
"com.example.custom_field"). Implementations <bcp14>MUST NOT</bcp14> use
unqualified key names within the "ext" object. To prevent
abuse and excessive token size, the serialized JSON
representation of the "ext" object <bcp14>SHOULD NOT</bcp14> exceed 4096
bytes, and the JSON nesting depth within the "ext" object
<bcp14>SHOULD NOT</bcp14> exceed 5 levels. Implementations <bcp14>SHOULD</bcp14> reject
ECTs whose "ext" claim exceeds these limits.</t>
</section>
</section>
<section anchor="complete-ect-example"><name>Complete ECT Example</name>
<t>The following is a complete ECT payload example:</t>
<figure title="Complete ECT Payload Example" anchor="fig-full-ect"><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://example.com/agent/clinical",
"sub": "spiffe://example.com/agent/clinical",
"aud": "spiffe://example.com/agent/safety",
"iat": 1772064150,
"exp": 1772064750,
"jti": "7f3a8b2c-d1e4-4f56-9a0b-c3d4e5f6a7b8",
"wid": "a0b1c2d3-e4f5-6789-abcd-ef0123456789",
"tid": "550e8400-e29b-41d4-a716-446655440001",
"exec_act": "recommend_treatment",
"par": [],
"pol": "clinical_reasoning_policy_v2",
"pol_decision": "approved",
"pol_enforcer": "spiffe://example.com/policy/clinical-engine",
"pol_timestamp": 1772064145,
"inp_hash": "sha-256:n4bQgYhMfWWaL-qgxVrQFaO_TxsrC4Is0V1sFbDwCgg",
"out_hash": "sha-256:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564",
"inp_classification": "confidential",
"exec_time_ms": 245,
"regulated_domain": "medtech",
"model_version": "clinical-reasoning-v4.2",
"witnessed_by": [
"spiffe://example.com/audit/observer-1"
]
}
]]></sourcecode></figure>
</section>
</section>
<section anchor="http-header"><name>HTTP Header Transport</name>
<section anchor="execution-context-header-field"><name>Execution-Context Header Field</name>
<t>This specification defines the Execution-Context HTTP header field
<xref target="RFC9110"/> for transporting ECTs between agents.</t>
<t>The header field value is the ECT in JWS Compact Serialization
format <xref target="RFC7515"/>. The value consists of three Base64url-encoded
parts separated by period (".") characters.</t>
<t>An agent sending a request to another agent includes the
Execution-Context header alongside the WIMSE Workload-Identity
and Workload-Proof-Token headers:</t>
<figure title="HTTP Request with ECT Header" anchor="fig-http-example"><artwork><![CDATA[
GET /api/safety-check HTTP/1.1
Host: safety-agent.example.com
Workload-Identity: eyJhbGci...WIT...
Workload-Proof-Token: eyJhbGci...WPT...
Execution-Context: eyJhbGci...ECT...
]]></artwork></figure>
<t>When multiple parent tasks contribute context to a single request,
multiple Execution-Context header field lines <bcp14>MAY</bcp14> be included, each
carrying a separate ECT in JWS Compact Serialization format.</t>
<t>When a receiver processes multiple Execution-Context headers, it
<bcp14>MUST</bcp14> individually verify each ECT per the procedure in
<xref target="verification"/>. If any single ECT fails verification, the
receiver <bcp14>MUST</bcp14> reject the entire request. The set of verified
parent task IDs across all received ECTs represents the complete
set of parent dependencies available for the receiving agent's
subsequent ECT.</t>
</section>
</section>
<section anchor="dag-validation"><name>DAG Validation</name>
<section anchor="overview"><name>Overview</name>
<t>ECTs form a Directed Acyclic Graph (DAG) where each task
references its parent tasks via the "par" claim. This structure
provides a cryptographically signed record of execution ordering,
enabling auditors to reconstruct the complete workflow and verify
that required predecessor tasks were recorded before dependent
tasks.</t>
</section>
<section anchor="validation-rules"><name>Validation Rules</name>
<t>When receiving and verifying an ECT, implementations <bcp14>MUST</bcp14> perform
the following DAG validation steps:</t>
<t><list style="numbers" type="1">
<t>Task ID Uniqueness: The "tid" claim <bcp14>MUST</bcp14> be unique within the
applicable scope (the workflow identified by "wid", or the
entire ledger if "wid" is absent). If a task with the same
"tid" already exists, the ECT <bcp14>MUST</bcp14> be rejected.</t>
<t>Parent Existence: Every task identifier listed in the "par"
array <bcp14>MUST</bcp14> correspond to a task that has been previously
recorded in the ledger. If any parent task is not found, the
ECT <bcp14>MUST</bcp14> be rejected.</t>
<t>Temporal Ordering: The "iat" value of every parent task <bcp14>MUST
NOT</bcp14> be greater than the "iat" value of the current task plus a
configurable clock skew tolerance (<bcp14>RECOMMENDED</bcp14>: 30 seconds).
That is, for each parent: <spanx style="verb">parent.iat &lt; child.iat +
clock_skew_tolerance</spanx>. The tolerance accounts for clock skew
between agents; it does not guarantee strict causal ordering
from timestamps alone. Causal ordering is primarily enforced
by the DAG structure (parent existence in the ledger), not by
timestamps. If any parent task violates this constraint, the
ECT <bcp14>MUST</bcp14> be rejected.</t>
<t>Acyclicity: Following the chain of parent references <bcp14>MUST NOT</bcp14>
lead back to the current task's "tid". If a cycle is detected,
the ECT <bcp14>MUST</bcp14> be rejected.</t>
<t>Parent Policy Decision: If any parent task has a "pol_decision"
of "rejected" or "pending_human_review", the current task's
"exec_act" <bcp14>MUST</bcp14> indicate a compensation, rollback, remediation,
or human review action. Implementations <bcp14>MUST NOT</bcp14> accept an ECT
representing normal workflow continuation when a parent's
"pol_decision" is not "approved", unless the current ECT has
"compensation_required" set to true.</t>
<t>Trust Domain Consistency: Parent tasks <bcp14>SHOULD</bcp14> belong to the
same trust domain or to a trust domain with which a federation
relationship has been established.</t>
</list></t>
</section>
<section anchor="dag-validation-algorithm"><name>DAG Validation Algorithm</name>
<t>The following pseudocode describes the DAG validation procedure:</t>
<figure title="DAG Validation Pseudocode" anchor="fig-dag-validation"><sourcecode type="pseudocode"><![CDATA[
function validate_dag(ect, ledger, clock_skew_tolerance):
// Step 1: Uniqueness check
if ledger.contains(ect.tid, ect.wid):
return error("Task ID already exists in ledger")
// Step 2: Parent existence and temporal ordering
for parent_id in ect.par:
parent = ledger.get(parent_id)
if parent is null:
return error("Parent task not found: " + parent_id)
if parent.iat >= ect.iat + clock_skew_tolerance:
return error("Parent task not earlier than current")
// Step 3: Cycle detection (with traversal limit)
visited = set()
result = has_cycle(ect.tid, ect.par, ledger, visited,
max_ancestor_limit)
if result is error or result is true:
return error("Circular dependency or depth limit exceeded")
return success
function has_cycle(target_tid, parent_ids, ledger, visited,
max_depth):
if visited.size() >= max_depth:
return error("Maximum ancestor traversal limit exceeded")
for parent_id in parent_ids:
if parent_id == target_tid:
return true
if parent_id in visited:
continue
visited.add(parent_id)
parent = ledger.get(parent_id)
if parent is not null:
result = has_cycle(target_tid, parent.par, ledger,
visited, max_depth)
if result is error or result is true:
return result
return false
]]></sourcecode></figure>
<t>The cycle detection traverses the ancestor graph rooted at the
current task's parents. The complexity is O(V) where V is the
number of ancestor nodes reachable from the current task's parent
references. For typical workflows with shallow DAGs, this is
efficient. To prevent denial-of-service via extremely deep or
wide DAGs, implementations <bcp14>SHOULD</bcp14> enforce a maximum ancestor
traversal limit (<bcp14>RECOMMENDED</bcp14>: 10000 nodes). If the limit is
reached before cycle detection completes, the ECT <bcp14>SHOULD</bcp14> be
rejected. Implementations <bcp14>SHOULD</bcp14> cache cycle detection results
for previously verified tasks to avoid redundant traversals.</t>
</section>
</section>
<section anchor="verification"><name>Signature and Token Verification</name>
<section anchor="verification-procedure"><name>Verification Procedure</name>
<t>When an agent receives an ECT, it <bcp14>MUST</bcp14> perform the following
verification steps in order:</t>
<t><list style="numbers" type="1">
<t>Parse the JWS Compact Serialization to extract the JOSE header,
payload, and signature components per <xref target="RFC7515"/>.</t>
<t>Verify that the "typ" header parameter is "wimse-exec+jwt".</t>
<t>Verify that the "alg" header parameter is not "none" and is
not a symmetric algorithm.</t>
<t>Verify the "kid" header parameter references a known, valid
public key from a WIT within the trust domain.</t>
<t>Retrieve the public key identified by "kid" and verify the JWS
signature per <xref target="RFC7515"/> Section 5.2.</t>
<t>Verify that the signing key identified by "kid" has not been
revoked within the trust domain. Implementations <bcp14>MUST</bcp14> check
the key's revocation status using the trust domain's key
lifecycle mechanism (e.g., certificate revocation list, OCSP,
or SPIFFE trust bundle updates).</t>
<t>Verify the "alg" header parameter matches the algorithm in the
corresponding WIT.</t>
<t>Verify the "iss" claim matches the "sub" claim of the WIT
associated with the "kid" public key.</t>
<t>Verify the "aud" claim contains the verifier's own workload
identity. When "aud" is an array, it is sufficient that the
verifier's identity appears as one element; the presence of
other audience values does not cause verification failure.
When the verifier is the audit ledger, the ledger's own
identity <bcp14>MUST</bcp14> appear in "aud".</t>
<t>Verify the "exp" claim indicates the ECT has not expired.</t>
<t>Verify the "iat" claim is not unreasonably far in the past
(implementation-specific threshold, <bcp14>RECOMMENDED</bcp14> maximum of
15 minutes) and is not unreasonably far in the future
(<bcp14>RECOMMENDED</bcp14>: no more than 30 seconds ahead of the
verifier's current time, to account for clock skew).</t>
<t>Verify all required claims ("jti", "tid", "exec_act", "par",
"pol", "pol_decision") are present and well-formed.</t>
<t>Verify "pol_decision" is one of "approved", "rejected", or
"pending_human_review".</t>
<t>Perform DAG validation per <xref target="dag-validation"/>.</t>
<t>If all checks pass, the ECT <bcp14>MUST</bcp14> be appended to the audit
ledger.</t>
</list></t>
<t>If any verification step fails, the ECT <bcp14>MUST</bcp14> be rejected and the
failure <bcp14>MUST</bcp14> be logged for audit purposes. Error messages
<bcp14>SHOULD NOT</bcp14> reveal whether specific parent task IDs exist in the
ledger, to prevent information disclosure.</t>
<t>When ECT verification fails during HTTP request processing, the
receiving agent <bcp14>SHOULD</bcp14> respond with HTTP 403 (Forbidden) if the
WIT and WPT are valid but the ECT is invalid, and HTTP 401
(Unauthorized) if the ECT signature verification fails. The
response body <bcp14>SHOULD</bcp14> include a generic error indicator without
revealing which specific verification step failed. The receiving
agent <bcp14>MUST NOT</bcp14> process the requested action when ECT verification
fails.</t>
</section>
<section anchor="verification-pseudocode"><name>Verification Pseudocode</name>
<figure title="ECT Verification Pseudocode" anchor="fig-verification"><sourcecode type="pseudocode"><![CDATA[
function verify_ect(ect_jws, verifier_id,
trust_domain_keys, ledger):
// Parse JWS
(header, payload, signature) = parse_jws(ect_jws)
// Verify header
if header.typ != "wimse-exec+jwt":
return reject("Invalid typ parameter")
if header.alg == "none" or is_symmetric(header.alg):
return reject("Prohibited algorithm")
// Look up public key
public_key = trust_domain_keys.get(header.kid)
if public_key is null:
return reject("Unknown key identifier")
// Verify signature
if not verify_jws_signature(header, payload,
signature, public_key):
return reject("Invalid signature")
// Verify key not revoked
if is_key_revoked(header.kid, trust_domain_keys):
return reject("Signing key has been revoked")
// Verify algorithm alignment
wit = get_wit_for_key(header.kid)
if header.alg != wit.alg:
return reject("Algorithm mismatch with WIT")
// Verify issuer matches WIT subject
if payload.iss != wit.sub:
return reject("Issuer does not match WIT subject")
// Verify audience
if verifier_id not in payload.aud:
return reject("ECT not intended for this recipient")
// Verify not expired
if payload.exp < current_time():
return reject("ECT has expired")
// Verify iat freshness (not too old, not in the future)
if payload.iat < current_time() - max_age_threshold:
return reject("ECT issued too long ago")
if payload.iat > current_time() + clock_skew_tolerance:
return reject("ECT issued in the future")
// Verify required claims
for claim in ["jti", "tid", "exec_act", "par",
"pol", "pol_decision"]:
if claim not in payload:
return reject("Missing required claim: " + claim)
// Validate pol_decision value
if payload.pol_decision not in
["approved", "rejected", "pending_human_review"]:
return reject("Invalid pol_decision value")
// Validate DAG
result = validate_dag(payload, ledger,
clock_skew_tolerance)
if result is error:
return reject("DAG validation failed")
// All checks passed; append to ledger
ledger.append(payload)
return accept
]]></sourcecode></figure>
</section>
</section>
<section anchor="ledger-interface"><name>Audit Ledger Interface</name>
<section anchor="overview-1"><name>Overview</name>
<t>ECTs are designed to be recorded in an immutable audit ledger for
compliance verification and post-hoc analysis. This specification
defines the logical interface for the ledger but does not mandate
a specific storage technology. Implementations <bcp14>MAY</bcp14> use
append-only logs, databases with cryptographic commitment schemes,
distributed ledgers, or any storage mechanism that provides the
required properties.</t>
</section>
<section anchor="required-properties"><name>Required Properties</name>
<t>An audit ledger implementation <bcp14>MUST</bcp14> provide:</t>
<t><list style="numbers" type="1">
<t>Append-only semantics: Once an ECT is recorded, it <bcp14>MUST NOT</bcp14> be
modified or deleted.</t>
<t>Ordering: The ledger <bcp14>MUST</bcp14> maintain a total ordering of ECT
entries via a monotonically increasing sequence number.</t>
<t>Lookup by task ID: The ledger <bcp14>MUST</bcp14> support efficient retrieval
of ECT entries by "tid" value.</t>
<t>Integrity verification: The ledger <bcp14>SHOULD</bcp14> provide a mechanism
to verify that no entries have been tampered with (e.g.,
hash chains or Merkle trees).</t>
</list></t>
<t>The ledger <bcp14>SHOULD</bcp14> be maintained by an entity independent of the
workflow agents to reduce the risk of collusion.</t>
</section>
<section anchor="ledger-entry-structure"><name>Ledger Entry Structure</name>
<t>Each ledger entry is a logical record containing:</t>
<figure title="Ledger Entry Example" anchor="fig-ledger-entry"><sourcecode type="json"><![CDATA[
{
"ledger_sequence": 42,
"task_id": "550e8400-e29b-41d4-a716-446655440001",
"agent_id": "spiffe://example.com/agent/clinical",
"action": "recommend_treatment",
"parents": [],
"ect_jws": "eyJhbGciOiJFUzI1NiIs...<complete JWS>",
"signature_verified": true,
"verification_timestamp": "2026-02-24T15:42:31.000Z",
"stored_timestamp": "2026-02-24T15:42:31.050Z"
}
]]></sourcecode></figure>
<t>The "ect_jws" field contains the full JWS Compact Serialization
and is the authoritative record. The other fields ("agent_id",
"action", "parents") are convenience indexes derived from the
ECT payload; if they disagree with the JWS payload, the JWS
payload takes precedence. Implementations <bcp14>SHOULD</bcp14> validate that
convenience index fields match the corresponding values in the
JWS payload at write time to prevent desynchronization between
the authoritative JWS and the indexed fields.</t>
</section>
</section>
<section anchor="use-cases"><name>Use Cases</name>
<t>This section describes representative use cases demonstrating how
ECTs provide execution records in regulated environments. These
examples demonstrate ECT mechanics; production deployments would
include additional domain-specific requirements beyond the scope
of this specification.</t>
<t>Note: task identifiers in this section are abbreviated for
readability. In production, all "tid" values are required to be
UUIDs per <xref target="exec-claims"/>.</t>
<section anchor="medical-device-sdlc-workflow"><name>Medical Device SDLC Workflow</name>
<t>In a medical device software development lifecycle (SDLC),
AI agents assist across multiple phases from requirements
analysis through release approval. Regulatory frameworks
including <xref target="FDA-21CFR11"/> Section 11.10(e) and <xref target="EU-MDR"/> require
audit trails documenting the complete development process for
software used in medical devices.</t>
<figure title="Medical Device SDLC Workflow" anchor="fig-medtech-sdlc"><artwork><![CDATA[
Agent A (Spec Reviewer):
tid: task-001 par: []
exec_act: review_requirements_spec
pol: spec_review_policy_v2 pol_decision: approved
Agent B (Code Generator):
tid: task-002 par: [task-001]
exec_act: implement_module
pol: coding_standards_v3 pol_decision: approved
Agent C (Test Agent):
tid: task-003 par: [task-002]
exec_act: execute_test_suite
pol: test_coverage_policy_v1 pol_decision: approved
Agent D (Build Agent):
tid: task-004 par: [task-003]
exec_act: build_release_artifact
pol: build_validation_v2 pol_decision: approved
Human Release Manager:
tid: task-005 par: [task-004]
exec_act: approve_release
pol: release_approval_policy pol_decision: approved
pol_enforcer: spiffe://meddev.example/human/release-mgr-42
witnessed_by: [spiffe://meddev.example/audit/qa-observer-1]
]]></artwork></figure>
<t>ECTs record that requirements were reviewed before implementation
began, that tests were executed against the implemented code, that
the build artifact was validated, and that a human release manager
explicitly approved the release. The DAG structure ensures no
phase was skipped or reordered.</t>
<section anchor="fda-audit-with-dag-reconstruction"><name>FDA Audit with DAG Reconstruction</name>
<t>During a regulatory audit, an FDA reviewer requests evidence of
the development process for a specific software release. The
auditing authority retrieves all ECTs sharing the same workflow
identifier ("wid") from the audit ledger and reconstructs the
complete DAG:</t>
<figure title="Reconstructed DAG for FDA Audit" anchor="fig-fda-audit"><artwork><![CDATA[
task-001 (review_requirements_spec)
|
v
task-002 (implement_module)
|
v
task-003 (execute_test_suite)
|
v
task-004 (build_release_artifact)
|
v
task-005 (approve_release) [human, witnessed]
]]></artwork></figure>
<t>The reconstructed DAG provides cryptographic evidence that:</t>
<t><list style="symbols">
<t>Each phase was executed by an identified and authenticated agent.</t>
<t>Policy checkpoints were evaluated at every phase transition.</t>
<t>The execution sequence was maintained (no step was bypassed).</t>
<t>A human-in-the-loop approved the final release, with independent
witness attestation.</t>
<t>Timestamps and execution durations are recorded for each step.</t>
</list></t>
<t>This can contribute to compliance with:</t>
<t><list style="symbols">
<t><xref target="FDA-21CFR11"/> Section 11.10(e): Computer-generated audit trails
that record the date, time, and identity of the operator.</t>
<t><xref target="EU-MDR"/> Annex II: Technical documentation traceability for the
software development lifecycle.</t>
<t><xref target="EU-AI-ACT"/> Article 12: Automatic logging capabilities for
high-risk AI systems involved in the development process.</t>
<t><xref target="EU-AI-ACT"/> Article 14: ECTs can record evidence that human
oversight events occurred during the release process.</t>
</list></t>
</section>
</section>
<section anchor="financial-trading-workflow"><name>Financial Trading Workflow</name>
<t>In a financial trading workflow, agents perform risk assessment,
compliance verification, and trade execution. The DAG structure
records that compliance checks were evaluated before trade
execution.</t>
<figure title="Financial Trading Workflow" anchor="fig-finance"><artwork><![CDATA[
Agent A (Risk Assessment):
tid: task-001 par: []
exec_act: calculate_risk_exposure
pol: risk_limits_policy_v2 pol_decision: approved
Agent B (Compliance):
tid: task-002 par: [task-001]
exec_act: verify_compliance
pol: compliance_check_v1 pol_decision: approved
Agent C (Execution):
tid: task-003 par: [task-002]
exec_act: execute_trade
pol: execution_policy_v3 pol_decision: approved
]]></artwork></figure>
<t>This can contribute to compliance with:</t>
<t><list style="symbols">
<t><xref target="MIFID-II"/>: ECTs provide cryptographic records of the execution
sequence that can support transaction audit requirements.</t>
<t><xref target="DORA"/> Article 12: ECTs contribute to ICT activity logging.</t>
<t><xref target="EU-AI-ACT"/> Article 12: Logging of decisions made by AI-driven
systems.</t>
</list></t>
</section>
<section anchor="compensation-and-rollback"><name>Compensation and Rollback</name>
<t>When a compliance violation is discovered after execution, ECTs
provide a mechanism to record authorized compensation actions with
a cryptographic link to the original task:</t>
<figure title="Compensation ECT Example" anchor="fig-compensation"><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://bank.example/agent/operations",
"sub": "spiffe://bank.example/agent/operations",
"aud": "spiffe://bank.example/system/ledger",
"iat": 1772150550,
"exp": 1772151150,
"wid": "d3e4f5a6-b7c8-9012-def0-123456789012",
"tid": "550e8400-e29b-41d4-a716-446655440099",
"exec_act": "initiate_trade_rollback",
"par": ["550e8400-e29b-41d4-a716-446655440003"],
"pol": "compensation_policy_v1",
"pol_decision": "approved",
"pol_enforcer": "spiffe://bank.example/human/compliance-officer",
"compensation_required": true,
"compensation_reason": "policy_violation_in_parent_trade"
}
]]></sourcecode></figure>
<t>The "par" claim links the compensation action to the original
trade, creating an auditable chain from execution through
violation discovery to remediation.</t>
</section>
<section anchor="autonomous-logistics-coordination"><name>Autonomous Logistics Coordination</name>
<t>In a logistics workflow, multiple compliance checks complete
before shipment commitment. The DAG structure records that all
required checks were completed:</t>
<figure title="Logistics Workflow with Parallel Tasks" anchor="fig-logistics"><artwork><![CDATA[
Agent A (Route Planning):
tid: task-001 par: []
exec_act: plan_route
pol: route_policy_v1 pol_decision: approved
Agent B (Customs):
tid: task-002 par: [task-001]
exec_act: validate_customs
pol: customs_policy_v2 pol_decision: approved
Agent C (Safety):
tid: task-003 par: [task-001]
exec_act: verify_cargo_safety
pol: safety_policy_v1 pol_decision: approved
Agent D (Payment):
tid: task-004 par: [task-002, task-003]
exec_act: authorize_payment
pol: payment_policy_v3 pol_decision: approved
System (Commitment):
tid: task-005 par: [task-004]
exec_act: commit_shipment
pol: commitment_policy_v1 pol_decision: approved
]]></artwork></figure>
<t>Note that tasks 002 and 003 both depend only on task-001 and can
execute in parallel. Task 004 depends on both, demonstrating the
DAG's ability to represent parallel execution with a join point.</t>
</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>
<t>This section addresses security considerations following the
guidance in <xref target="RFC3552"/>.</t>
<section anchor="threat-model"><name>Threat Model</name>
<t>The following threat actors are considered:</t>
<t><list style="symbols">
<t>Malicious agent (insider threat): An agent within the trust
domain that intentionally creates false ECT claims.</t>
<t>Compromised agent (external attacker): An agent whose private
key has been obtained by an external attacker.</t>
<t>Ledger tamperer: An entity attempting to modify or delete ledger
entries after they have been recorded.</t>
<t>Time manipulator: An entity attempting to manipulate timestamps
to alter perceived execution ordering.</t>
</list></t>
</section>
<section anchor="self-assertion-limitation"><name>Self-Assertion Limitation</name>
<t>ECTs are self-asserted by the executing agent. The agent claims
what it did, and this claim is signed with its private key. A
compromised or malicious agent could create ECTs with false claims
(e.g., setting "pol_decision" to "approved" without actually
evaluating the policy).</t>
<t>ECTs do not independently verify that:</t>
<t><list style="symbols">
<t>The claimed execution actually occurred as described</t>
<t>The policy evaluation was correctly performed</t>
<t>The input/output hashes correspond to the actual data processed</t>
<t>The agent faithfully performed the stated action</t>
</list></t>
<t>The trustworthiness of ECT claims depends on the trustworthiness
of the signing agent. To mitigate single-agent false claims,
regulated environments <bcp14>SHOULD</bcp14> use the "witnessed_by" mechanism
to include independent third-party observers at critical decision
points. However, the "witnessed_by" claim is self-asserted by
the ECT issuer: the listed witnesses do not co-sign the ECT and
there is no cryptographic proof within a single ECT that the
witnesses actually observed the task. An issuing agent could
list witnesses that did not participate.</t>
<section anchor="witness-attestation-model"><name>Witness Attestation Model</name>
<t>To address the self-assertion limitation of the "witnessed_by"
claim, witnesses <bcp14>SHOULD</bcp14> submit their own independent signed ECTs
to the audit ledger attesting to the observed task. A witness
attestation ECT:</t>
<t><list style="symbols">
<t><bcp14>MUST</bcp14> set "iss" to the witness's own workload identity.</t>
<t><bcp14>MUST</bcp14> set "exec_act" to "witness_attestation" (or a domain-
specific equivalent).</t>
<t><bcp14>MUST</bcp14> include the observed task's "tid" in the "par" array,
linking the attestation to the original task.</t>
<t><bcp14>MUST</bcp14> set "pol_decision" to "approved" to indicate the witness
confirms the observation.</t>
</list></t>
<t>When a task's "witnessed_by" claim lists one or more witnesses,
auditors <bcp14>SHOULD</bcp14> verify that corresponding witness attestation
ECTs exist in the ledger for each listed witness. A mismatch
between the "witnessed_by" list and the set of independent witness
ECTs in the ledger <bcp14>SHOULD</bcp14> be flagged during audit review.</t>
<t>This model converts witness attestation from a self-asserted claim
to a cryptographically verifiable property of the ledger: the
witness independently signs their own ECT using their own key,
and the ledger records both the original task ECT and the witness
attestation ECTs.</t>
</section>
</section>
<section anchor="organizational-prerequisites"><name>Organizational Prerequisites</name>
<t>ECTs operate within a broader trust framework. The guarantees
provided by ECTs are only meaningful when the following
organizational controls are in place:</t>
<t><list style="symbols">
<t>Key management governance: Controls over who provisions agent
keys and how keys are protected.</t>
<t>Ledger integrity governance: The ledger is maintained by an
entity independent of the workflow agents.</t>
<t>Policy lifecycle management: Policy identifiers in ECTs map to
actual, validated policy rules.</t>
<t>Agent deployment governance: Agents are deployed and maintained
in a manner that preserves their integrity.</t>
</list></t>
</section>
<section anchor="signature-verification"><name>Signature Verification</name>
<t>ECTs <bcp14>MUST</bcp14> be signed with the agent's private key using JWS
<xref target="RFC7515"/>. The signature algorithm <bcp14>MUST</bcp14> match the algorithm
specified in the agent's WIT. Receivers <bcp14>MUST</bcp14> verify the ECT
signature against the WIT public key before processing any
claims. Receivers <bcp14>MUST</bcp14> verify that the signing key has not been
revoked within the trust domain (see step 6 in
<xref target="verification"/>).</t>
<t>If signature verification fails or if the signing key has been
revoked, the ECT <bcp14>MUST</bcp14> be rejected entirely and the failure <bcp14>MUST</bcp14>
be logged.</t>
<t>Implementations <bcp14>MUST</bcp14> use established JWS libraries and <bcp14>MUST NOT</bcp14>
implement custom signature verification.</t>
</section>
<section anchor="replay-attack-prevention"><name>Replay Attack Prevention</name>
<t>ECTs include short expiration times (<bcp14>RECOMMENDED</bcp14>: 5-15 minutes) to
limit the window for replay attacks. The "aud" claim restricts
replay to unintended recipients: an ECT intended for Agent B
will be rejected by Agent C. The "iat" claim enables receivers to
reject ECTs that are too old, even if not yet expired.</t>
<t>The DAG structure provides additional replay protection: an ECT
referencing parent tasks that already have a recorded child task
with the same action can be flagged as a potential replay.</t>
<t>Implementations <bcp14>MUST</bcp14> maintain a cache of recently-seen "jti"
values to detect replayed ECTs within the expiration window.
An ECT with a duplicate "jti" value <bcp14>MUST</bcp14> be rejected.</t>
</section>
<section anchor="man-in-the-middle-protection"><name>Man-in-the-Middle Protection</name>
<t>ECTs do not replace transport-layer security. ECTs <bcp14>MUST</bcp14> be
transmitted over TLS or mTLS connections. When used with the WIMSE
service-to-service protocol <xref target="I-D.ietf-wimse-s2s-protocol"/>,
transport security is already established. HTTP Message Signatures
<xref target="RFC9421"/> provide an alternative channel binding mechanism.</t>
<t>The defense-in-depth model provides:</t>
<t><list style="symbols">
<t>TLS/mTLS (transport layer): Prevents network-level tampering.</t>
<t>WIT/WPT (WIMSE identity layer): Proves agent identity and
request authorization.</t>
<t>ECT (execution accountability layer): Records what the agent did
and under what policy.</t>
</list></t>
</section>
<section anchor="key-compromise"><name>Key Compromise</name>
<t>If an agent's private key is compromised, an attacker can forge
ECTs that appear to originate from that agent. To mitigate this
risk:</t>
<t><list style="symbols">
<t>Implementations <bcp14>SHOULD</bcp14> use short-lived keys and rotate them
frequently (hours to days, not months).</t>
<t>Private keys <bcp14>SHOULD</bcp14> be stored in Hardware Security Modules (HSMs)
or equivalent secure key storage.</t>
<t>Trust domains <bcp14>MUST</bcp14> support rapid key revocation.</t>
<t>Upon suspected compromise, the trust domain <bcp14>MUST</bcp14> revoke the
compromised key and issue a new WIT with a fresh key pair.</t>
</list></t>
<t>ECTs signed with a compromised key that were recorded in the
ledger before revocation remain valid historical records but <bcp14>SHOULD</bcp14>
be flagged in the ledger as "signed with subsequently revoked key"
for audit purposes.</t>
</section>
<section anchor="collusion-and-false-claims"><name>Collusion and False Claims</name>
<t>A single malicious agent cannot forge parent task references
because DAG validation requires parent tasks to exist in the
ledger. However, multiple colluding agents could potentially
create a false execution history if they control the ledger.</t>
<t>Mitigations include:</t>
<t><list style="symbols">
<t>Independent ledger maintenance: The ledger <bcp14>SHOULD</bcp14> be maintained
by an entity independent of the workflow agents.</t>
<t>Witness attestation: Using the "witnessed_by" claim to include
independent third-party observers.</t>
<t>Cross-verification: Multiple independent ledger replicas can be
compared for consistency.</t>
<t>Out-of-band audit: External auditors periodically verify ledger
contents against expected workflow patterns.</t>
</list></t>
</section>
<section anchor="denial-of-service"><name>Denial of Service</name>
<t>ECT signature verification is computationally inexpensive
(approximately 1ms per ECT on modern hardware for ES256). DAG
validation complexity is O(V) where V is the number of ancestor
nodes reachable from the parent references; for typical shallow
DAGs this is efficient.</t>
<t>Implementations <bcp14>SHOULD</bcp14> apply rate limiting at the API layer to
prevent excessive ECT submissions. DAG validation <bcp14>SHOULD</bcp14> be
performed after signature verification to avoid wasting resources
on unsigned or incorrectly signed tokens.</t>
</section>
<section anchor="timestamp-accuracy"><name>Timestamp Accuracy</name>
<t>ECTs rely on timestamps ("iat", "exp") for temporal ordering.
Clock skew between agents can lead to incorrect ordering
judgments. Implementations <bcp14>SHOULD</bcp14> use synchronized time sources
(e.g., NTP) and <bcp14>SHOULD</bcp14> allow a configurable clock skew tolerance
(<bcp14>RECOMMENDED</bcp14>: 30 seconds).</t>
<t>Cross-organizational deployments where agents span multiple trust
domains with independent time sources <bcp14>MAY</bcp14> require a higher clock
skew tolerance. Deployments using trust domain federation <bcp14>SHOULD</bcp14>
document their configured clock skew tolerance value and <bcp14>SHOULD</bcp14>
ensure all participating trust domains agree on a common tolerance.</t>
<t>The temporal ordering check in DAG validation incorporates the
clock skew tolerance to account for minor clock differences
between agents.</t>
</section>
<section anchor="ect-size-constraints"><name>ECT Size Constraints</name>
<t>ECTs with many parent tasks or large extension objects can
increase HTTP header size. Implementations <bcp14>SHOULD</bcp14> limit the "par"
array to a maximum of 256 entries. Workflows requiring more
parent references <bcp14>SHOULD</bcp14> introduce intermediate aggregation
tasks. The "ext" object <bcp14>SHOULD NOT</bcp14> exceed 4096 bytes when
serialized as JSON and <bcp14>SHOULD NOT</bcp14> exceed a nesting depth of
5 levels (see also <xref target="extension-claims"/>).</t>
</section>
</section>
<section anchor="privacy-considerations"><name>Privacy Considerations</name>
<section anchor="data-exposure-in-ects"><name>Data Exposure in ECTs</name>
<t>ECTs necessarily reveal:</t>
<t><list style="symbols">
<t>Agent identities ("iss", "aud") for accountability purposes</t>
<t>Action descriptions ("exec_act") for audit trail completeness</t>
<t>Policy evaluation outcomes ("pol", "pol_decision") for
compliance verification</t>
<t>Timestamps ("iat", "exp") for temporal ordering</t>
</list></t>
<t>ECTs are designed to NOT reveal:</t>
<t><list style="symbols">
<t>Actual input or output data values (replaced with cryptographic
hashes via "inp_hash" and "out_hash")</t>
<t>Internal computation details or intermediate steps</t>
<t>Proprietary algorithms or intellectual property</t>
<t>Personally identifiable information (PII)</t>
</list></t>
</section>
<section anchor="data-minimization"><name>Data Minimization</name>
<t>Implementations <bcp14>SHOULD</bcp14> minimize the information included in ECTs.
The "exec_act" claim <bcp14>SHOULD</bcp14> use structured identifiers (e.g.,
"process_payment") rather than natural language descriptions.
The "pol" claim <bcp14>SHOULD</bcp14> reference policy identifiers rather than
embedding policy content.</t>
<t>The "compensation_reason" claim (<xref target="compensation-claims"/>)
deserves particular attention: because it is human-readable and
may describe the circumstances of a failure or policy violation,
it risks exposing sensitive operational details. Implementations
<bcp14>SHOULD</bcp14> use short, structured reason codes (e.g.,
"policy_violation_in_parent_trade") rather than free-form
natural language explanations. Implementers <bcp14>SHOULD</bcp14> review
"compensation_reason" values for potential information leakage
before deploying to production.</t>
</section>
<section anchor="storage-and-access-control"><name>Storage and Access Control</name>
<t>ECTs stored in audit ledgers <bcp14>SHOULD</bcp14> be access-controlled so that
only authorized auditors and regulators can read them.
Implementations <bcp14>SHOULD</bcp14> consider encryption at rest for ledger
storage containing sensitive regulatory data.</t>
<t>Full input and output data (corresponding to the hashes in ECTs)
<bcp14>SHOULD</bcp14> be stored separately from the ledger with additional access
controls, since auditors may need to verify hash correctness but
general access to the data values is not needed.</t>
</section>
<section anchor="regulatory-access"><name>Regulatory Access</name>
<t>ECTs are designed for interpretation by qualified human auditors
and regulators. ECTs provide structural records of execution
ordering and policy evaluation; they are not intended for public
disclosure.</t>
</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>
<section anchor="media-type-registration"><name>Media Type Registration</name>
<t>This document requests registration of the following media type
in the "Media Types" registry maintained by IANA:</t>
<dl>
<dt>Type name:</dt>
<dd>
<t>application</t>
</dd>
<dt>Subtype name:</dt>
<dd>
<t>wimse-exec+jwt</t>
</dd>
<dt>Required parameters:</dt>
<dd>
<t>none</t>
</dd>
<dt>Optional parameters:</dt>
<dd>
<t>none</t>
</dd>
<dt>Encoding considerations:</dt>
<dd>
<t>8bit; an ECT is a JWT that is a JWS using the Compact
Serialization, which is a sequence of Base64url-encoded values
separated by period characters.</t>
</dd>
<dt>Security considerations:</dt>
<dd>
<t>See the Security Considerations section of this document.</t>
</dd>
<dt>Interoperability considerations:</dt>
<dd>
<t>none</t>
</dd>
<dt>Published specification:</dt>
<dd>
<t>This document</t>
</dd>
<dt>Applications that use this media type:</dt>
<dd>
<t>Applications that implement regulated agentic workflows requiring
execution context tracing and audit trails.</t>
</dd>
<dt>Additional information:</dt>
<dd>
<t>Magic number(s): none
File extension(s): none
Macintosh file type code(s): none</t>
</dd>
<dt>Person and email address to contact for further information:</dt>
<dd>
<t>Christian Nennemann, ietf@nennemann.de</t>
</dd>
<dt>Intended usage:</dt>
<dd>
<t>COMMON</t>
</dd>
<dt>Restrictions on usage:</dt>
<dd>
<t>none</t>
</dd>
<dt>Author:</dt>
<dd>
<t>Christian Nennemann</t>
</dd>
<dt>Change controller:</dt>
<dd>
<t>IETF</t>
</dd>
</dl>
</section>
<section anchor="header-registration"><name>HTTP Header Field Registration</name>
<t>This document requests registration of the following header field
in the "Hypertext Transfer Protocol (HTTP) Field Name Registry"
maintained by IANA:</t>
<dl>
<dt>Field name:</dt>
<dd>
<t>Execution-Context</t>
</dd>
<dt>Status:</dt>
<dd>
<t>permanent</t>
</dd>
<dt>Specification document:</dt>
<dd>
<t>This document, <xref target="http-header"/></t>
</dd>
</dl>
</section>
<section anchor="claims-registration"><name>JWT Claims Registration</name>
<t>This document requests registration of the following claims in
the "JSON Web Token Claims" registry maintained by IANA:</t>
<texttable title="JWT Claims Registrations" anchor="_table-claims">
<ttcol align='center'>Claim Name</ttcol>
<ttcol align='left'>Claim Description</ttcol>
<ttcol align='center'>Change Controller</ttcol>
<ttcol align='center'>Reference</ttcol>
<c>wid</c>
<c>Workflow Identifier</c>
<c>IETF</c>
<c><xref target="exec-claims"/></c>
<c>tid</c>
<c>Task Identifier</c>
<c>IETF</c>
<c><xref target="exec-claims"/></c>
<c>exec_act</c>
<c>Action/Task Type</c>
<c>IETF</c>
<c><xref target="exec-claims"/></c>
<c>par</c>
<c>Parent Task Identifiers</c>
<c>IETF</c>
<c><xref target="exec-claims"/></c>
<c>pol</c>
<c>Policy Rule Identifier</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>pol_decision</c>
<c>Policy Decision Result</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>pol_enforcer</c>
<c>Policy Enforcer Identity</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>pol_timestamp</c>
<c>Policy Decision Timestamp</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>inp_hash</c>
<c>Input Data Hash</c>
<c>IETF</c>
<c><xref target="data-integrity-claims"/></c>
<c>out_hash</c>
<c>Output Data Hash</c>
<c>IETF</c>
<c><xref target="data-integrity-claims"/></c>
<c>inp_classification</c>
<c>Input Data Classification</c>
<c>IETF</c>
<c><xref target="data-integrity-claims"/></c>
<c>exec_time_ms</c>
<c>Execution Time (ms)</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
<c>witnessed_by</c>
<c>Witness Identities</c>
<c>IETF</c>
<c><xref target="witness-claims"/></c>
<c>regulated_domain</c>
<c>Regulatory Domain</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
<c>model_version</c>
<c>AI/ML Model Version</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
<c>compensation_required</c>
<c>Compensation Flag</c>
<c>IETF</c>
<c><xref target="compensation-claims"/></c>
<c>compensation_reason</c>
<c>Compensation Reason</c>
<c>IETF</c>
<c><xref target="compensation-claims"/></c>
<c>ext</c>
<c>Extension Object</c>
<c>IETF</c>
<c><xref target="extension-claims"/></c>
</texttable>
</section>
<section anchor="pol-decision-registry"><name>ECT Policy Decision Values Registry</name>
<t>This document establishes the "ECT Policy Decision Values"
registry under the "JSON Web Token (JWT)" group. Registration
policy is Specification Required per <xref target="RFC8126"/>.</t>
<t>The initial contents of the registry are:</t>
<texttable title="ECT Policy Decision Values" anchor="_table-pol-decision">
<ttcol align='center'>Value</ttcol>
<ttcol align='left'>Description</ttcol>
<ttcol align='center'>Change Controller</ttcol>
<ttcol align='center'>Reference</ttcol>
<c>approved</c>
<c>Policy evaluation succeeded</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>rejected</c>
<c>Policy evaluation failed</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
<c>pending_human_review</c>
<c>Awaiting human judgment</c>
<c>IETF</c>
<c><xref target="policy-claims"/></c>
</texttable>
</section>
<section anchor="regulated-domain-registry"><name>ECT Regulated Domain Values Registry</name>
<t>This document establishes the "ECT Regulated Domain Values"
registry under the "JSON Web Token (JWT)" group. Registration
policy is Specification Required per <xref target="RFC8126"/>.</t>
<t>The initial contents of the registry are:</t>
<texttable title="ECT Regulated Domain Values" anchor="_table-regulated-domain">
<ttcol align='center'>Value</ttcol>
<ttcol align='left'>Description</ttcol>
<ttcol align='center'>Change Controller</ttcol>
<ttcol align='center'>Reference</ttcol>
<c>medtech</c>
<c>Medical technology and devices</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
<c>finance</c>
<c>Financial services and trading</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
<c>military</c>
<c>Military and defense</c>
<c>IETF</c>
<c><xref target="operational-claims"/></c>
</texttable>
</section>
</section>
</middle>
<back>
<references title='References' anchor="sec-combined-references">
<references title='Normative References' anchor="sec-normative-references">
<reference anchor="RFC7515">
<front>
<title>JSON Web Signature (JWS)</title>
<author fullname="M. Jones" initials="M." surname="Jones"/>
<author fullname="J. Bradley" initials="J." surname="Bradley"/>
<author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
<date month="May" year="2015"/>
<abstract>
<t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification. Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="7515"/>
<seriesInfo name="DOI" value="10.17487/RFC7515"/>
</reference>
<reference anchor="RFC7517">
<front>
<title>JSON Web Key (JWK)</title>
<author fullname="M. Jones" initials="M." surname="Jones"/>
<date month="May" year="2015"/>
<abstract>
<t>A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. This specification also defines a JWK Set JSON data structure that represents a set of JWKs. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and IANA registries established by that specification.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="7517"/>
<seriesInfo name="DOI" value="10.17487/RFC7517"/>
</reference>
<reference anchor="RFC7519">
<front>
<title>JSON Web Token (JWT)</title>
<author fullname="M. Jones" initials="M." surname="Jones"/>
<author fullname="J. Bradley" initials="J." surname="Bradley"/>
<author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
<date month="May" year="2015"/>
<abstract>
<t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="7519"/>
<seriesInfo name="DOI" value="10.17487/RFC7519"/>
</reference>
<reference anchor="RFC7518">
<front>
<title>JSON Web Algorithms (JWA)</title>
<author fullname="M. Jones" initials="M." surname="Jones"/>
<date month="May" year="2015"/>
<abstract>
<t>This specification registers cryptographic algorithms and identifiers to be used with the JSON Web Signature (JWS), JSON Web Encryption (JWE), and JSON Web Key (JWK) specifications. It defines several IANA registries for these identifiers.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="7518"/>
<seriesInfo name="DOI" value="10.17487/RFC7518"/>
</reference>
<reference anchor="RFC9562">
<front>
<title>Universally Unique IDentifiers (UUIDs)</title>
<author fullname="K. Davis" initials="K." surname="Davis"/>
<author fullname="B. Peabody" initials="B." surname="Peabody"/>
<author fullname="P. Leach" initials="P." surname="Leach"/>
<date month="May" year="2024"/>
<abstract>
<t>This specification defines UUIDs (Universally Unique IDentifiers) --
also known as GUIDs (Globally Unique IDentifiers) -- and a Uniform
Resource Name namespace for UUIDs. A UUID is 128 bits long and is
intended to guarantee uniqueness across space and time. UUIDs were
originally used in the Apollo Network Computing System (NCS), later
in the Open Software Foundation's (OSF's) Distributed Computing
Environment (DCE), and then in Microsoft Windows platforms.</t>
<t>This specification is derived from the OSF DCE specification with the
kind permission of the OSF (now known as "The Open Group"). Information from earlier versions of the OSF DCE specification have
been incorporated into this document. This document obsoletes RFC
4122.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="9562"/>
<seriesInfo name="DOI" value="10.17487/RFC9562"/>
</reference>
<reference anchor="RFC9110">
<front>
<title>HTTP Semantics</title>
<author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
<author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
<author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
<date month="June" year="2022"/>
<abstract>
<t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
<t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
</abstract>
</front>
<seriesInfo name="STD" value="97"/>
<seriesInfo name="RFC" value="9110"/>
<seriesInfo name="DOI" value="10.17487/RFC9110"/>
</reference>
<reference anchor="I-D.ietf-wimse-arch">
<front>
<title>Workload Identity in a Multi System Environment (WIMSE) Architecture</title>
<author fullname="Joseph A. Salowey" initials="J. A." surname="Salowey">
<organization>CyberArk</organization>
</author>
<author fullname="Yaroslav Rosomakho" initials="Y." surname="Rosomakho">
<organization>Zscaler</organization>
</author>
<author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
<organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
</author>
<date day="30" month="September" year="2025"/>
<abstract>
<t> The increasing prevalence of cloud computing and micro service
architectures has led to the rise of complex software functions being
built and deployed as workloads, where a workload is defined as a
running instance of software executing for a specific purpose. This
document discusses an architecture for designing and standardizing
protocols and payloads for conveying workload identity and security
context information.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-wimse-arch-06"/>
</reference>
<reference anchor="I-D.ietf-wimse-s2s-protocol">
<front>
<title>WIMSE Workload-to-Workload Authentication</title>
<author fullname="Brian Campbell" initials="B." surname="Campbell">
<organization>Ping Identity</organization>
</author>
<author fullname="Joseph A. Salowey" initials="J. A." surname="Salowey">
<organization>CyberArk</organization>
</author>
<author fullname="Arndt Schwenkschuster" initials="A." surname="Schwenkschuster">
<organization>SPIRL</organization>
</author>
<author fullname="Yaron Sheffer" initials="Y." surname="Sheffer">
<organization>Intuit</organization>
</author>
<date day="16" month="October" year="2025"/>
<abstract>
<t> The WIMSE architecture defines authentication and authorization for
software workloads in a variety of runtime environments, from the
most basic ones up to complex multi-service, multi-cloud, multi-
tenant deployments. This document defines the simplest, atomic unit
of this architecture: the protocol between two workloads that need to
verify each other&#x27;s identity in order to communicate securely. The
scope of this protocol is a single HTTP request-and-response pair.
To address the needs of different setups, we propose two protocols,
one at the application level and one that makes use of trusted TLS
transport. These two protocols are compatible, in the sense that a
single call chain can have some calls use one protocol and some use
the other. Workload A can call Workload B with mutual TLS
authentication, while the next call from Workload B to Workload C
would be authenticated at the application level.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-wimse-s2s-protocol-07"/>
</reference>
<reference anchor="RFC2119">
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname="S. Bradner" initials="S." surname="Bradner"/>
<date month="March" year="1997"/>
<abstract>
<t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
</abstract>
</front>
<seriesInfo name="BCP" value="14"/>
<seriesInfo name="RFC" value="2119"/>
<seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname="B. Leiba" initials="B." surname="Leiba"/>
<date month="May" year="2017"/>
<abstract>
<t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
</abstract>
</front>
<seriesInfo name="BCP" value="14"/>
<seriesInfo name="RFC" value="8174"/>
<seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>
<reference anchor="RFC8126">
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname="M. Cotton" initials="M." surname="Cotton"/>
<author fullname="B. Leiba" initials="B." surname="Leiba"/>
<author fullname="T. Narten" initials="T." surname="Narten"/>
<date month="June" year="2017"/>
<abstract>
<t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
<t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
<t>This is the third edition of this document; it obsoletes RFC 5226.</t>
</abstract>
</front>
<seriesInfo name="BCP" value="26"/>
<seriesInfo name="RFC" value="8126"/>
<seriesInfo name="DOI" value="10.17487/RFC8126"/>
</reference>
</references>
<references title='Informative References' anchor="sec-informative-references">
<reference anchor="RFC3552">
<front>
<title>Guidelines for Writing RFC Text on Security Considerations</title>
<author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
<author fullname="B. Korver" initials="B." surname="Korver"/>
<date month="July" year="2003"/>
<abstract>
<t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
</abstract>
</front>
<seriesInfo name="BCP" value="72"/>
<seriesInfo name="RFC" value="3552"/>
<seriesInfo name="DOI" value="10.17487/RFC3552"/>
</reference>
<reference anchor="RFC8693">
<front>
<title>OAuth 2.0 Token Exchange</title>
<author fullname="M. Jones" initials="M." surname="Jones"/>
<author fullname="A. Nadalin" initials="A." surname="Nadalin"/>
<author fullname="B. Campbell" initials="B." role="editor" surname="Campbell"/>
<author fullname="J. Bradley" initials="J." surname="Bradley"/>
<author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
<date month="January" year="2020"/>
<abstract>
<t>This specification defines a protocol for an HTTP- and JSON-based Security Token Service (STS) by defining how to request and obtain security tokens from OAuth 2.0 authorization servers, including security tokens employing impersonation and delegation.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="8693"/>
<seriesInfo name="DOI" value="10.17487/RFC8693"/>
</reference>
<reference anchor="RFC9421">
<front>
<title>HTTP Message Signatures</title>
<author fullname="A. Backman" initials="A." role="editor" surname="Backman"/>
<author fullname="J. Richer" initials="J." role="editor" surname="Richer"/>
<author fullname="M. Sporny" initials="M." surname="Sporny"/>
<date month="February" year="2024"/>
<abstract>
<t>This document describes a mechanism for creating, encoding, and verifying digital signatures or message authentication codes over components of an HTTP message. This mechanism supports use cases where the full HTTP message may not be known to the signer and where the message may be transformed (e.g., by intermediaries) before reaching the verifier. This document also describes a means for requesting that a signature be applied to a subsequent HTTP message in an ongoing HTTP exchange.</t>
</abstract>
</front>
<seriesInfo name="RFC" value="9421"/>
<seriesInfo name="DOI" value="10.17487/RFC9421"/>
</reference>
<reference anchor="I-D.ni-wimse-ai-agent-identity">
<front>
<title>WIMSE Applicability for AI Agents</title>
<author fullname="Ni Yuan" initials="N." surname="Yuan">
<organization>Huawei</organization>
</author>
<author fullname="Peter Chunchi Liu" initials="P. C." surname="Liu">
<organization>Huawei</organization>
</author>
<date day="20" month="October" year="2025"/>
<abstract>
<t> This document discusses WIMSE applicability to Agentic AI, so as to
establish independent identities and credential management mechanisms
for AI agents.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ni-wimse-ai-agent-identity-01"/>
</reference>
<reference anchor="SPIFFE" target="https://spiffe.io/docs/latest/spiffe-about/overview/">
<front>
<title>Secure Production Identity Framework for Everyone (SPIFFE)</title>
<author >
<organization></organization>
</author>
<date />
</front>
</reference>
<reference anchor="EU-AI-ACT" target="https://eur-lex.europa.eu/eli/reg/2024/1689">
<front>
<title>Regulation (EU) 2024/1689 of the European Parliament and of the Council laying down harmonised rules on artificial intelligence (Artificial Intelligence Act)</title>
<author >
<organization>European Parliament and Council of the European Union</organization>
</author>
<date year="2024" month="June" day="13"/>
</front>
</reference>
<reference anchor="FDA-21CFR11" target="https://www.ecfr.gov/current/title-21/chapter-I/subchapter-A/part-11">
<front>
<title>Title 21, Code of Federal Regulations, Part 11: Electronic Records; Electronic Signatures</title>
<author >
<organization>U.S. Food and Drug Administration</organization>
</author>
<date />
</front>
</reference>
<reference anchor="MIFID-II" target="https://eur-lex.europa.eu/eli/dir/2014/65">
<front>
<title>Directive 2014/65/EU of the European Parliament and of the Council on markets in financial instruments (MiFID II)</title>
<author >
<organization>European Parliament and Council of the European Union</organization>
</author>
<date year="2014" month="May" day="15"/>
</front>
</reference>
<reference anchor="DORA" target="https://eur-lex.europa.eu/eli/reg/2022/2554">
<front>
<title>Regulation (EU) 2022/2554 on digital operational resilience for the financial sector (DORA)</title>
<author >
<organization>European Parliament and Council of the European Union</organization>
</author>
<date year="2022" month="December" day="14"/>
</front>
</reference>
<reference anchor="EU-MDR" target="https://eur-lex.europa.eu/eli/reg/2017/745">
<front>
<title>Regulation (EU) 2017/745 on medical devices (MDR)</title>
<author >
<organization>European Parliament and Council of the European Union</organization>
</author>
<date year="2017" month="April" day="05"/>
</front>
</reference>
<reference anchor="OPENTELEMETRY" target="https://opentelemetry.io/docs/specs/otel/">
<front>
<title>OpenTelemetry Specification</title>
<author >
<organization>Cloud Native Computing Foundation</organization>
</author>
<date />
</front>
</reference>
<reference anchor="I-D.ietf-scitt-architecture">
<front>
<title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
<author fullname="Henk Birkholz" initials="H." surname="Birkholz">
<organization>Fraunhofer SIT</organization>
</author>
<author fullname="Antoine Delignat-Lavaud" initials="A." surname="Delignat-Lavaud">
<organization>Microsoft Research</organization>
</author>
<author fullname="Cedric Fournet" initials="C." surname="Fournet">
<organization>Microsoft Research</organization>
</author>
<author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
<organization>ARM</organization>
</author>
<author fullname="Steve Lasker" initials="S." surname="Lasker">
</author>
<date day="10" month="October" year="2025"/>
<abstract>
<t> Traceability in supply chains is a growing security concern. While
verifiable data structures have addressed specific issues, such as
equivocation over digital certificates, they lack a universal
architecture for all supply chains. This document defines such an
architecture for single-issuer signed statement transparency. It
ensures extensibility, interoperability between different
transparency services, and compliance with various auditing
procedures and regulatory requirements.
</t>
</abstract>
</front>
<seriesInfo name="Internet-Draft" value="draft-ietf-scitt-architecture-22"/>
</reference>
</references>
</references>
<?line 1649?>
<section numbered="false" anchor="related-work"><name>Related Work</name>
<section numbered="false" anchor="wimse-workload-identity"><name>WIMSE Workload Identity</name>
<t>The WIMSE architecture <xref target="I-D.ietf-wimse-arch"/> and service-to-
service protocol <xref target="I-D.ietf-wimse-s2s-protocol"/> provide the
identity foundation upon which ECTs are built. WIT/WPT answer
"who is this agent?" and "does it control the claimed key?" while
ECTs record "what did this agent do?" and "what policy was
evaluated?" Together they form an identity-plus-accountability
framework for regulated agentic systems.</t>
</section>
<section numbered="false" anchor="oauth-20-token-exchange"><name>OAuth 2.0 Token Exchange</name>
<t><xref target="RFC8693"/> defines the OAuth 2.0 Token Exchange protocol and
registers the "act" (Actor) claim in the JWT Claims registry.
ECTs intentionally use the distinct claim name "exec_act" for the
action/task type to avoid collision with the "act" claim.
Transaction tokens in OAuth establish API authorization context;
ECTs serve the complementary purpose of recording execution
accountability across multi-step workflows.</t>
</section>
<section numbered="false" anchor="distributed-tracing-opentelemetry"><name>Distributed Tracing (OpenTelemetry)</name>
<t>OpenTelemetry <xref target="OPENTELEMETRY"/> and similar distributed tracing
systems provide observability for debugging and monitoring. ECTs
differ in several important ways: ECTs are cryptographically
signed per-task with the agent's private key; ECTs are
tamper-evident through JWS signatures; ECTs enforce DAG validation
rules; and ECTs are designed for regulatory audit rather than
operational monitoring. OpenTelemetry data is typically controlled
by the platform operator and can be modified or deleted without
detection. ECTs and distributed traces are complementary: traces
provide observability while ECTs provide signed execution records.
ECTs may reference OpenTelemetry trace identifiers in the "ext"
claim for correlation.</t>
</section>
<section numbered="false" anchor="blockchain-and-distributed-ledgers"><name>Blockchain and Distributed Ledgers</name>
<t>Both ECTs and blockchain systems provide immutable records. This
specification intentionally defines only the ECT token format and
is agnostic to the storage mechanism. ECTs can be stored in
append-only logs, databases with cryptographic commitments,
blockchain networks, or any storage providing the required
properties defined in <xref target="ledger-interface"/>.</t>
</section>
<section numbered="false" anchor="scitt-supply-chain-integrity-transparency-and-trust"><name>SCITT (Supply Chain Integrity, Transparency, and Trust)</name>
<t>The SCITT architecture <xref target="I-D.ietf-scitt-architecture"/> defines a
framework for creating transparent and auditable supply chain
records through Transparency Services, Signed Statements, and
Receipts. ECTs and SCITT are naturally complementary: the ECT
"wid" (Workflow Identifier) claim can serve as a correlation
identifier referenced in SCITT Signed Statements, linking a
complete ECT audit trail to a supply chain transparency record.
For example, in a regulated manufacturing workflow, each agent
step produces an ECT (recording what was done, by whom, under
what policy), while the overall workflow identified by "wid" is
registered as a SCITT Signed Statement on a Transparency Service.
This enables auditors to verify both the individual execution
steps (via ECT DAG validation) and the end-to-end supply chain
integrity (via SCITT Receipts) using the "wid" as the shared
correlation point. The "ext" claim in ECTs (<xref target="exec-claims"/>)
can carry SCITT-specific metadata such as Transparency Service
identifiers or Receipt references for tighter integration.</t>
</section>
<section numbered="false" anchor="w3c-verifiable-credentials"><name>W3C Verifiable Credentials</name>
<t>W3C Verifiable Credentials represent claims about subjects (e.g.,
identity, qualifications). ECTs represent execution records of
actions (what happened, in what order, under what policy). While
both use JWT/JWS as a serialization format, their semantics and
use cases are distinct.</t>
</section>
</section>
<section numbered="false" anchor="implementation-guidance"><name>Implementation Guidance</name>
<section numbered="false" anchor="minimal-implementation"><name>Minimal Implementation</name>
<t>A minimal conforming implementation needs to:</t>
<t><list style="numbers" type="1">
<t>Create JWTs with all required claims ("iss", "aud", "iat",
"exp", "jti", "tid", "exec_act", "par", "pol",
"pol_decision").</t>
<t>Sign ECTs with the agent's private key using an algorithm
matching the WIT (ES256 recommended).</t>
<t>Verify ECT signatures against WIT public keys.</t>
<t>Perform DAG validation (parent existence, temporal ordering,
cycle detection).</t>
<t>Append verified ECTs to an audit ledger.</t>
</list></t>
</section>
<section numbered="false" anchor="storage-recommendations"><name>Storage Recommendations</name>
<t><list style="symbols">
<t>Append-only log: Simplest approach; immutability by design.</t>
<t>Database with hash chains: Periodic cryptographic commitments
over batches of entries.</t>
<t>Distributed ledger: Maximum immutability guarantees for
cross-organizational audit.</t>
<t>Hybrid: Hot storage in a database, cold archive in immutable
storage.</t>
</list></t>
</section>
<section numbered="false" anchor="performance-considerations"><name>Performance Considerations</name>
<t><list style="symbols">
<t>ES256 signature verification: approximately 1ms per ECT on
modern hardware.</t>
<t>DAG validation: O(V) where V is the number of reachable ancestor
nodes (typically small for shallow workflows).</t>
<t>JSON serialization: sub-millisecond per ECT.</t>
<t>Total per-request overhead: approximately 5-10ms, acceptable
for regulated workflows where correctness is prioritized over
latency.</t>
</list></t>
</section>
<section numbered="false" anchor="interoperability"><name>Interoperability</name>
<t>Implementations are expected to use established JWT/JWS libraries
(JOSE) for token creation and verification. Custom cryptographic
implementations are strongly discouraged. Implementations are
expected to be tested against multiple JWT libraries to ensure
interoperability.</t>
</section>
</section>
<section numbered="false" anchor="regulatory-compliance-mapping"><name>Regulatory Compliance Mapping</name>
<t>The following table summarizes how ECTs can contribute to
compliance with various regulatory frameworks. ECTs are a
technical building block; achieving compliance requires
additional organizational measures beyond this specification.</t>
<texttable title="Regulatory Compliance Mapping" anchor="_table-regulatory">
<ttcol align='left'>Regulation</ttcol>
<ttcol align='left'>Requirement</ttcol>
<ttcol align='left'>ECT Contribution</ttcol>
<c>FDA 21 CFR Part 11</c>
<c>Audit trails recording date, time, operator, actions (11.10(e))</c>
<c>Cryptographic signatures and append-only ledger contribute to audit trail requirements</c>
<c>EU MDR</c>
<c>Technical documentation traceability (Annex II)</c>
<c>ECTs provide signed records of AI-assisted decision sequences</c>
<c>EU AI Act Art. 12</c>
<c>Automatic logging capabilities for high-risk AI</c>
<c>ECTs contribute cryptographic activity logging</c>
<c>EU AI Act Art. 14</c>
<c>Human oversight capability</c>
<c>ECTs can record evidence that human oversight events occurred</c>
<c>MiFID II</c>
<c>Transaction records for supervisory authorities</c>
<c>ECTs provide cryptographic execution sequence records</c>
<c>DORA Art. 12</c>
<c>ICT activity logging policies</c>
<c>ECT ledger contributes to ICT activity audit trail</c>
</texttable>
</section>
<section numbered="false" anchor="examples"><name>Examples</name>
<section numbered="false" anchor="example-1-simple-two-agent-workflow"><name>Example 1: Simple Two-Agent Workflow</name>
<t>Agent A executes a data retrieval task and sends the ECT to
Agent B:</t>
<t>ECT JOSE Header:</t>
<figure><sourcecode type="json"><![CDATA[
{
"alg": "ES256",
"typ": "wimse-exec+jwt",
"kid": "agent-a-key-2026-02"
}
]]></sourcecode></figure>
<t>ECT Payload:</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://example.com/agent/data-retrieval",
"sub": "spiffe://example.com/agent/data-retrieval",
"aud": "spiffe://example.com/agent/validator",
"iat": 1772064150,
"exp": 1772064750,
"wid": "b1c2d3e4-f5a6-7890-bcde-f01234567890",
"tid": "550e8400-e29b-41d4-a716-446655440001",
"exec_act": "fetch_patient_data",
"par": [],
"pol": "clinical_data_access_policy_v1",
"pol_decision": "approved",
"inp_hash": "sha-256:n4bQgYhMfWWaL-qgxVrQFaO_TxsrC4Is0V1sFbDwCgg",
"out_hash": "sha-256:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564",
"exec_time_ms": 142,
"regulated_domain": "medtech"
}
]]></sourcecode></figure>
<t>Agent B receives the ECT, verifies it, executes a validation
task, and creates its own ECT:</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://example.com/agent/validator",
"sub": "spiffe://example.com/agent/validator",
"aud": "spiffe://example.com/system/ledger",
"iat": 1772064160,
"exp": 1772064760,
"wid": "b1c2d3e4-f5a6-7890-bcde-f01234567890",
"tid": "550e8400-e29b-41d4-a716-446655440002",
"exec_act": "validate_safety",
"par": ["550e8400-e29b-41d4-a716-446655440001"],
"pol": "safety_validation_policy_v2",
"pol_decision": "approved",
"exec_time_ms": 89,
"regulated_domain": "medtech"
}
]]></sourcecode></figure>
<t>The resulting DAG:</t>
<figure><artwork><![CDATA[
task-...-0001 (fetch_patient_data)
|
v
task-...-0002 (validate_safety)
]]></artwork></figure>
</section>
<section numbered="false" anchor="example-2-medical-device-sdlc-with-release-approval"><name>Example 2: Medical Device SDLC with Release Approval</name>
<t>A multi-step medical device software lifecycle workflow with
autonomous agents and human release approval:</t>
<t>Task 1 (Spec Review Agent):</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://meddev.example/agent/spec-reviewer",
"sub": "spiffe://meddev.example/agent/spec-reviewer",
"aud": "spiffe://meddev.example/agent/code-gen",
"iat": 1772064150,
"exp": 1772064750,
"wid": "c2d3e4f5-a6b7-8901-cdef-012345678901",
"tid": "a1b2c3d4-0001-0000-0000-000000000001",
"exec_act": "review_requirements_spec",
"par": [],
"pol": "spec_review_policy_v2",
"pol_decision": "approved",
"regulated_domain": "medtech",
"model_version": "spec-review-v3.1",
"inp_hash": "sha-256:n4bQgYhMfWWaL-qgxVrQFaO_TxsrC4Is0V1sFbDwCgg",
"out_hash": "sha-256:LCa0a2j_xo_5m0U8HTBBNBNCLXBkg7-g-YpeiGJm564"
}
]]></sourcecode></figure>
<t>Task 2 (Code Generation Agent):</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://meddev.example/agent/code-gen",
"sub": "spiffe://meddev.example/agent/code-gen",
"aud": "spiffe://meddev.example/agent/test-runner",
"iat": 1772064200,
"exp": 1772064800,
"wid": "c2d3e4f5-a6b7-8901-cdef-012345678901",
"tid": "a1b2c3d4-0001-0000-0000-000000000002",
"exec_act": "implement_module",
"par": ["a1b2c3d4-0001-0000-0000-000000000001"],
"pol": "coding_standards_v3",
"pol_decision": "approved",
"regulated_domain": "medtech",
"model_version": "codegen-v2.4"
}
]]></sourcecode></figure>
<t>Task 3 (Autonomous Test Agent):</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://meddev.example/agent/test-runner",
"sub": "spiffe://meddev.example/agent/test-runner",
"aud": "spiffe://meddev.example/agent/build",
"iat": 1772064260,
"exp": 1772064860,
"wid": "c2d3e4f5-a6b7-8901-cdef-012345678901",
"tid": "a1b2c3d4-0001-0000-0000-000000000003",
"exec_act": "execute_test_suite",
"par": ["a1b2c3d4-0001-0000-0000-000000000002"],
"pol": "test_coverage_policy_v1",
"pol_decision": "approved",
"regulated_domain": "medtech",
"exec_time_ms": 4523
}
]]></sourcecode></figure>
<t>Task 4 (Build Agent):</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://meddev.example/agent/build",
"sub": "spiffe://meddev.example/agent/build",
"aud": "spiffe://meddev.example/human/release-mgr-42",
"iat": 1772064310,
"exp": 1772064910,
"wid": "c2d3e4f5-a6b7-8901-cdef-012345678901",
"tid": "a1b2c3d4-0001-0000-0000-000000000004",
"exec_act": "build_release_artifact",
"par": ["a1b2c3d4-0001-0000-0000-000000000003"],
"pol": "build_validation_v2",
"pol_decision": "approved",
"regulated_domain": "medtech",
"out_hash": "sha-256:Ry1YfOoW2XpC5Mq8HkGzNx3dL9vBa4sUjE7iKt0wPZc"
}
]]></sourcecode></figure>
<t>Task 5 (Human Release Manager Approval):</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://meddev.example/human/release-mgr-42",
"sub": "spiffe://meddev.example/human/release-mgr-42",
"aud": "spiffe://meddev.example/system/ledger",
"iat": 1772064510,
"exp": 1772065110,
"wid": "c2d3e4f5-a6b7-8901-cdef-012345678901",
"tid": "a1b2c3d4-0001-0000-0000-000000000005",
"exec_act": "approve_release",
"par": ["a1b2c3d4-0001-0000-0000-000000000004"],
"pol": "release_approval_policy",
"pol_decision": "approved",
"pol_enforcer": "spiffe://meddev.example/human/release-mgr-42",
"witnessed_by": [
"spiffe://meddev.example/audit/qa-observer-1"
],
"regulated_domain": "medtech"
}
]]></sourcecode></figure>
<t>The resulting DAG records the complete SDLC: spec review preceded
implementation, implementation preceded testing, testing preceded
build, and a human release manager approved the final release
with independent witness attestation.</t>
<figure><artwork><![CDATA[
task-...-0001 (review_requirements_spec)
|
v
task-...-0002 (implement_module)
|
v
task-...-0003 (execute_test_suite)
|
v
task-...-0004 (build_release_artifact)
|
v
task-...-0005 (approve_release) [human, witnessed]
]]></artwork></figure>
<t>An FDA auditor reconstructs this DAG by querying the audit ledger
for all ECTs with wid "c2d3e4f5-a6b7-8901-cdef-012345678901" and
verifying each signature. The DAG provides cryptographic evidence
that the SDLC followed the prescribed process with human oversight
at the release gate.</t>
</section>
<section numbered="false" anchor="example-3-parallel-execution-with-join"><name>Example 3: Parallel Execution with Join</name>
<t>A workflow where two tasks execute in parallel and a third task
depends on both:</t>
<figure><artwork><![CDATA[
task-...-0001 (assess_risk)
| \
v v
task-...-0002 task-...-0003
(check (verify
compliance) liquidity)
| /
v v
task-...-0004 (execute_trade)
]]></artwork></figure>
<t>Task 004 ECT payload:</t>
<figure><sourcecode type="json"><![CDATA[
{
"iss": "spiffe://bank.example/agent/execution",
"sub": "spiffe://bank.example/agent/execution",
"aud": "spiffe://bank.example/system/ledger",
"iat": 1772064250,
"exp": 1772064850,
"wid": "d3e4f5a6-b7c8-9012-def0-123456789012",
"tid": "f1e2d3c4-0004-0000-0000-000000000004",
"exec_act": "execute_trade",
"par": [
"f1e2d3c4-0002-0000-0000-000000000002",
"f1e2d3c4-0003-0000-0000-000000000003"
],
"pol": "trade_execution_policy_v3",
"pol_decision": "approved",
"regulated_domain": "finance"
}
]]></sourcecode></figure>
<t>The "par" array with two entries records that both compliance
checking and liquidity verification were completed before trade
execution.</t>
</section>
</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>
<t>The author thanks the WIMSE working group for their foundational
work on workload identity in multi-system environments. The
concepts of Workload Identity Tokens and Workload Proof Tokens
provide the identity foundation upon which execution context
tracing is built.</t>
</section>
</back>
<!-- ##markdown-source:
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
s2aW/ZNo/+ASJ4Krg2LuYHsI+FzlGCYwpngFKhoYL3iKlDuRwQQ36fQmIsMJ
SMRcyJV89Pns1robWijdPVPvDpl+jWNVj/xLYgrp5lTXYXpDmIwono/JSTLR
aAWHMdh5US04BvTLxljy+bKIOd7MVwquzQOVPKDEs69yv0aU0uZjakeOG+yv
MxELc8M6VhZt2/hVoDohbdYZTQzwtYss3JoGDuzANVn8nI7IrPLx0rgtQI8b
vQL+S+EiRobCD7mujSuMP0IS1219vRQubmoLGSuG6ydXBCuWeB+WwU1C/t8h
ghP4ZR3mFAxIdu5Zh8duCO9MxYT1eGr6Fz+Wlp2eHJ8cRicnX77I9VJbhM+O
FPe0RLPuBGmJsgHGyzgzBmdiHhKfoq2+LP/nq3747ny/RmD4lntrP8FWV2Mp
lypk534q9UZoEyxYYctFmZFfwhsTNIbR8pk42epLps4a3stzyVw0BRzcW6z1
6Ch5My1Jr0JaT51rDIj63CemxS6uGfnFxC0G79V60/4xVOS7VgsAq1WYDFOv
zf1D9Z9GcfbR6hVkADblXcv2ElCPeKVeBcp7xW9dVasDNdjb2mvUgRrsDbQ4
lFR1muxgOaf4aTR6Nn4evdgabEeT5HorMiWd4JOvrOr04kWzqlNKZf/18l5p
8qpX2ekxFvidzq9adomrFzlZorZJwt9T+MmDMGuXFj+jHP09Cuz2HFXH1t5W
snD4iNqLNfO5h71OfSO3emHDhG4rYRBO2zIgtXtQR/aAltDnTlZSOYIIDefl
U7Y2aTBWHhTrWmAvr97cFV9Hk5/MFAGlnSyfY2VNICnYGnVcApmg/mKsALNk
MDNfWonAGP2azNrUOBE2jem4JAdZ52qrzurJANgvyQY+OFKA6T81rLP7HAnq
2SzO0PP0eG6/mGFgA75sGDz+4VmQHmlqo+KC5Tdwdw1/4PKEpWHu/GfN5Pcw
c7+gAkmP4OxrpIy4mObSkMdYIOmvBlAeNK2dcbOfR5jVtvthu4HN8A/tHKRr
kj99iWP9mi645wLKYYKGjVU9aFZjFL5SlHakMBnyMYZHzyVn7pb648wHKvew
qngWF3AnkhnVfCmRvDglnSkLDREN+ToeNLVqZN2SO49IMxG6CPgQyDIiOSeS
zEqja00ZPCCnDSIO1695eFDbggv8HZZ6YR2MaIyGy+uIDn2ifUirTNLQOTVO
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
B9J1GjUmAq0xkZaSwhP8H87LKTz1IQEA
-->
</rfc>