<?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.39 (Ruby 3.3.8) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC8785 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8785.xml">
<!ENTITY RFC8949 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8949.xml">
<!ENTITY RFC9052 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9052.xml">
<!ENTITY RFC9162 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9162.xml">
<!ENTITY RFC9597 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9597.xml">
<!ENTITY RFC9942 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9942.xml">
<!ENTITY RFC9943 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9943.xml">
<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC7942 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7942.xml">
<!ENTITY RFC9334 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9334.xml">
<!ENTITY I-D.mih-scitt-agent-action-capsule SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mih-scitt-agent-action-capsule.xml">
<!ENTITY RFC6838 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6838.xml">
]>


<rfc ipr="trust200902" docName="draft-wilder-scitt-physical-site-engage-receipt-04" category="std" consensus="true" submissionType="IETF">
  <front>
    <title abbrev="Physical-Site Engagement Receipt">A SCITT Profile for Physical-Site Engagement Receipts</title>

    <author initials="R." surname="Wilder" fullname="Rob Wilder">
      <organization>Wilder Robotics</organization>
      <address>
        <email>rob@wilder-robotics.com</email>
      </address>
    </author>

    <date year="2026" month="September" day="14"/>

    <area>Security</area>
    <workgroup>SCITT</workgroup>
    <keyword>SCITT</keyword> <keyword>COSE</keyword> <keyword>receipts</keyword> <keyword>transparency</keyword> <keyword>physical AI</keyword> <keyword>robotics</keyword> <keyword>trusted execution environment</keyword> <keyword>attestation</keyword> <keyword>regulated site</keyword>

    <abstract>


<?line 52?>

<t>This document defines a SCITT profile for <em>Physical-Site Engagement Receipts</em>
(PSER): tamper-evident, signed, offline-verifiable records that describe an
autonomous or human-directed physical engagement at a specific real-world site
governed by a defined operating envelope. Each receipt is a SCITT Signed
Statement as defined by the SCITT architecture, encoded as a COSE Single
Signer message, carrying a JCS-canonicalized JSON payload with a five-artifact
vocabulary describing (1) the <em>Site</em>, (2) the <em>Operator</em> and <em>Actor</em>, (3) the
<em>Engagement Window</em> and
<em>Envelope</em>, (4) the <em>Attestation Evidence</em> from a Trusted Execution
Environment (TEE), and (5) the <em>Adapter Write-In</em> recording that the receipt
was posted into an out-of-band operations layer. A Physical-Site Engagement
Receipt is registerable in any conforming SCITT Transparency Service,
obtaining a Receipt that proves the Statement's inclusion in that Service's
verifiable data structure. Registration does not establish that the Issuer
registered every receipt it issued.</t>

<t>This profile deliberately makes a NARROW, checkable claim -- "this is a
tamper-evident, signature-verifiable record that a specific engagement
occurred at a specific site under a specific envelope, and its evidence was
sealed by a specific TEE" -- and explicitly does NOT claim that the engagement
was safe, correct, or wise, that the site conditions were as described, or
that any downstream operational outcome followed. Compliance verdicts derived
from the receipt (SLA credit, insurance underwriting, regulatory audit) are
the responsibility of the relying party and its policies, not of this profile.</t>

<t>The profile is designed around a three-party trust model in which no single
party can unilaterally forge or repudiate a receipt: the <em>Site Owner</em> controls
physical access to the TEE hardware and keeps it running (they can unplug the
box, and cannot forge what it signs); the <em>TEE silicon
vendor</em> attests the key material inside the TEE through its hardware root of
trust (silicon vouches for the key); and the <em>Issuer</em> writes the vocabulary,
registers Signed Statements with a Transparency Service, and posts the
resulting receipt into the site's operations layer via a WRITE_ONLY adapter.
This separation is normative in this profile: implementations <bcp14>MUST NOT</bcp14> collapse
these three roles into a single custodian, and relying parties <bcp14>MUST NOT</bcp14> trust a
receipt that lacks any one of them.</t>



    </abstract>



  </front>

  <middle>


<?line 91?>

<section anchor="intro"><name>Introduction</name>

<t>Autonomous mobile robots, semi-autonomous physical equipment, and
human-directed physical work crews increasingly operate at regulated
real-world sites -- warehouses, common-interest communities, industrial
facilities, healthcare campuses, and public infrastructure. Relying parties --
site owners, insurers, regulators, dispatchers, and downstream operations
platforms -- need portable, verifiable evidence of <em>what physically happened
at a site</em>, distinct from the digital-artifact supply-chain evidence
addressed by <xref target="RFC9943"/> and distinct from the per-action AI-agent evidence
addressed by <xref target="I-D.noa-scitt-ai-agent-receipt"/> and
<xref target="I-D.mih-scitt-agent-action-capsule"/>.</t>

<t>This profile fills that gap by defining the SCITT Statement content for one
<em>physical-site engagement</em>: a bounded interval during which a specific actor
operates at a specific site under a stated envelope, with the evidence
sealed inside a TEE and the receipt subsequently written into whatever
operations layer the site already uses (property-management system,
maintenance ticketing, insurance underwriting API, regulatory portal).</t>

<t>The profile's defensibility, and its value to relying parties, comes from
combining four elements that no single vendor category currently ships
together:</t>

<t><list style="symbols">
  <t><em>Site-hosted TEE trust anchor.</em> The signing key is bound to hardware
physically located at the site under the site owner's control. Cloud-hosted
transparency services can issue strong receipts, but the signing authority
lives inside the cloud provider's environment; this profile REQUIRES that
the authority live on the Site Owner's premises, attested by the TEE
silicon vendor, and neither extractable by the Site Owner nor by the
Issuer. This statement describes direct-witness mode. In delegated-witness
mode (<xref target="attestation-binding"/>) the key that produces the COSE signature is
the Issuer's own and need not be site-resident; what remains site-resident
is the TEE that issues the delegation credential, and a relying party
evaluating such a receipt obtains a weaker property than the one described
here. A Verifier <bcp14>MUST</bcp14> determine which mode applies from
<spanx style="verb">attestation.bindingMode</spanx> in the receipt before relying on the
non-extractability property, and <bcp14>MUST NOT</bcp14> assume direct-witness mode.
A receipt carrying no <spanx style="verb">attestation.bindingMode</spanx> is rejected on version
validation under <xref target="payload"/> and no mode is inferred for it.</t>
  <t><em>Physical-work evidence vocabulary.</em> The five-artifact schema (Site,
Actor, Engagement, Attestation, Adapter Write-In) binds the receipt to
what physically happened, not merely to a software event. This vocabulary
is defined in <xref target="payload"/> and is stricter than a general-purpose SCITT
Statement.</t>
  <t><em>WRITE_ONLY adapter into existing operations layers.</em> Verified evidence
is posted into the systems the buyer already uses -- property-management,
maintenance, warehouse-management, claims, and asset-management platforms
-- as recorded by the <spanx style="verb">adapter</spanx> field in <xref target="payload"/>. This profile
explicitly does NOT define a new operations dashboard; it defines how
receipts enter the operations layers a site already runs.</t>
  <t><em>Transparency-service registration.</em> Neither the Issuer's <spanx style="verb">chain</spanx> nor the
TEE establishes that a presented history is complete, or that it is the
only history. A withheld suffix is internally consistent at every link,
and a TEE establishes that it wrote the state it attests, not that that
state is the most recent. Registration in a SCITT Transparency Service
supplies the external reference against which relying parties and auditors
can test those questions. A TEE on customer premises without external
witnessing is therefore insufficient; SCITT registration is <bcp14>REQUIRED</bcp14> by
this profile (<xref target="scitt-registration"/>).</t>
</list></t>

<t>Physical-Site Engagement Receipts are complementary to, and compose with,
existing SCITT-AI drafts. An AI agent that dispatches a physical robot <bcp14>MAY</bcp14>
emit an Agent Action Capsule per <xref target="I-D.mih-scitt-agent-action-capsule"/>
describing the dispatch decision, and the physical engagement that follows
<bcp14>MAY</bcp14> be recorded as one or more Physical-Site Engagement Receipts under this
profile, correlated via the SCITT <spanx style="verb">sub</spanx> claim.</t>

<section anchor="requirements-notation"><name>Requirements Notation</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?>

</section>
<section anchor="non-goals"><name>Non-goals</name>

<t>This revision does not:</t>

<t><list style="symbols">
  <t>Attest that the engagement was safe, correct, effective, or compliant with
any specific regulation.</t>
  <t>Attest that the site conditions were as recorded.</t>
  <t>Attest that no unrecorded engagement occurred outside the instrumented
boundary.</t>
  <t>Specify a deterministic offline REPLAY of any engagement decision.</t>
  <t>Define the operations-layer schemas the Adapter Write-In targets.</t>
  <t>Define billing, SLA-credit, or insurance-pricing rules that a relying party
may derive from a stream of receipts.</t>
  <t>Attest anything about the internal state, intent, or decision process of a
human participant in an engagement, or about signals conveyed by a direct
neural or brain-computer interface. This profile records that a bounded
physical engagement occurred at a Site and identifies the parties that can
attest to it. A direct neural interface is not an engagement performed by an
Actor at a Site under <xref target="terminology"/>, and this document defines no member,
no value, and no extension point for one.</t>
</list></t>

<t>These non-goals are NORMATIVE: implementations and relying parties <bcp14>MUST NOT</bcp14>
imply the stronger claims from a receipt.</t>

</section>
</section>
<section anchor="terminology"><name>Terminology</name>

<t>This document uses the terms defined in <xref target="RFC9943"/> (Signed Statement,
Statement, Issuer, Subject, Transparency Service, Registration Policy,
Receipt) and <xref target="RFC9942"/> (Verifiable Data Structure, Verifiable Data
Structure Proof). In addition:</t>

<dl>
  <dt>Site:</dt>
  <dd>
    <t>The bounded real-world location at which the engagement occurred,
identified by a stable Site Identifier under the Issuer's registration
authority. The Site is the physical analog of a SCITT Subject.</t>
  </dd>
  <dt>Site Envelope:</dt>
  <dd>
    <t>The operating constraints in force at the Site during the engagement --
permitted actor classes, permitted engagement types, geospatial bounds,
temporal bounds, and referenced site-rule documents. The Site Envelope is
identified by a stable envelope identifier and a content digest.</t>
  </dd>
  <dt>Site Owner:</dt>
  <dd>
    <t>The party that controls physical access to the TEE hardware producing
receipts for a Site, and that is responsible for that hardware's continued
operation there. The Site Owner is defined by those two capabilities and not
by title, by legal ownership of the premises, or by any contractual label:
the party holding them may or may not be the party named on the deed. The
Site Owner is one of the three parties <bcp14>REQUIRED</bcp14> to participate in every
receipt under <xref target="trust-model"/>. The Site Owner has no capability to author,
alter, or suppress the content of a receipt, and none to extract the signing
key material.</t>
  </dd>
  <dt>Actor:</dt>
  <dd>
    <t>The physical entity that performed the engagement -- an autonomous
robot, a semi-autonomous asset, a human operator, or a human-led crew --
identified by a stable actor identifier under the Issuer's registration
authority.</t>
  </dd>
  <dt>Operator:</dt>
  <dd>
    <t>The organization or individual responsible for the Actor during the
engagement, distinct from the Issuer of the receipt when a third-party
witness signs.</t>
  </dd>
  <dt>Engagement:</dt>
  <dd>
    <t>A bounded interval, delimited by an Engagement Window, during which the
Actor performed physical work at the Site under the Site Envelope.</t>
  </dd>
  <dt>Engagement Window:</dt>
  <dd>
    <t>The time interval [start, end] of the Engagement, expressed in RFC 3339
UTC, with the same clock basis as the TEE-sealed evidence.</t>
  </dd>
  <dt>Attestation Evidence:</dt>
  <dd>
    <t>The output of a TEE that observed the Actor and the Engagement,
including a platform attestation, a measured-boot chain, and a digest
over the sealed evidence bundle. The bundle itself is opaque to the
Transparency Service.</t>
  </dd>
  <dt>Adapter Write-In:</dt>
  <dd>
    <t>The record that the Signed Statement (or a reference to it) was posted
into an out-of-band operations layer, together with the operation-layer
system identifier, endpoint identifier, and a post-time digest of the
operations-layer acknowledgement. The Adapter Write-In is what makes the
receipt <em>useful</em> to the site's existing workflow without requiring the
operations layer to be modified.</t>
  </dd>
  <dt>Physical-Site Engagement Receipt (PSER):</dt>
  <dd>
    <t>A SCITT Signed Statement under this profile, carrying a canonical JSON
payload conforming to <xref target="payload"/>, with the profile identifier
<spanx style="verb">wilder.pser/0.6</spanx> and a SCITT Receipt attached as defined in
<xref target="RFC9942"/>.</t>
  </dd>
  <dt>Chain-Verifier:</dt>
  <dd>
    <t>A relying party, or a party acting on a relying party's behalf, that is
presented with two or more Physical-Site Engagement Receipts as one
contiguous chain and evaluates the chain-level properties defined in
<xref target="payload"/>. Chain-Verifier is a role, not a distinct principal: any
verifier <bcp14>MAY</bcp14> act as a Chain-Verifier, and the obligations this profile
places on a Chain-Verifier apply only to a presentation of two or more
receipts. A verifier presented with a single receipt incurs none of them.</t>
  </dd>
</dl>

</section>
<section anchor="profile-identifier-and-media-types"><name>Profile identifier and media types</name>

<t>The profile identifier for this document is <spanx style="verb">wilder.pser/0.6</spanx> and <bcp14>MUST</bcp14> appear
as the value of the top-level <spanx style="verb">spec</spanx> member of the payload defined in
<xref target="payload"/>. The media type parameter <spanx style="verb">profile</spanx> carries the same value.</t>

<t>A receipt declaring <spanx style="verb">wilder.pser/0.5</spanx> remains subject to the published
requirements of that earlier profile version. An implementation supporting
both profile versions evaluates each receipt under its declared version's
requirements. Unknown or unsupported versions are reported as unsupported,
not treated as known versions with failed checks.</t>

<t>The COSE <spanx style="verb">content_type</spanx> (protected header label 3, <xref target="RFC9052"/>) for a
Physical-Site Engagement Receipt Statement is
<spanx style="verb">application/pser+json; profile=wilder.pser/0.6</spanx>. IANA registration of this
media type is requested in <xref target="iana"/>.</t>

<t>The <spanx style="verb">application/scitt-statement+cose</spanx> and <spanx style="verb">application/scitt-receipt+cose</spanx>
media types from <xref target="RFC9943"/> apply unchanged to Statements and Receipts under
this profile.</t>

</section>
<section anchor="payload"><name>Receipt structure</name>

<t>A Physical-Site Engagement Receipt is a SCITT Signed Statement per
<xref target="RFC9943"/> Section 6, encoded as a COSE_Sign1 per <xref target="RFC9052"/>. The payload
is a JSON object serialized with JCS <xref target="RFC8785"/> and carried as the
<spanx style="verb">COSE_Sign1</spanx> payload.</t>

<t>The following is a complete example instance. It is not a schema: every value
is literal, the whole object parses as JSON, and the <spanx style="verb">chain.hash</spanx> value is the
digest this profile specifies over the rest of the object. Normative member
definitions are in Section 4.1; where this example and Section 4.1 disagree,
Section 4.1 governs.</t>

<t>This figure is illustrative. Its digests are placeholders, the identifiers are
synthetic, and the <spanx style="verb">teeClass</spanx> value is one conforming registry entry chosen so
the example round-trips. The <spanx style="verb">chain.hash</spanx> value is computed over the
canonicalized payload with <spanx style="verb">chain.hash</spanx> absent. This profile does not prefer,
presume, or depend on any particular confidential-compute environment, and no
value in this figure should be read as a statement about deployed hardware.</t>

<figure title="Physical-Site Engagement Receipt payload"><sourcecode type="json"><![CDATA[
{
  "actor": {
    "class": "AUTONOMOUS",
    "id": "actor:robot-alpha-01",
    "operator": "operator:wilder-robotics"
  },
  "adapter": {
    "ackDigest": "sha256:4444444444444444444444444444444444444444444444444444444444444444",
    "ackProvenance": "THIRD_PARTY",
    "endpoint": "endpoint:res-001",
    "mode": "WRITE_ONLY",
    "postedAt": "2026-10-15T14:00:05Z",
    "system": "example.ticketing"
  },
  "attestation": {
    "bindingMode": "DIRECT_WITNESS",
    "measuredBoot": {
      "chain": "sha256:98a6efd412bb768ea7f090e8228401c11bc72a7caae44170395445c097d5ffa1",
      "components": [
        {
          "digest": "sha256:2222222222222222222222222222222222222222222222222222222222222222",
          "name": "bl1"
        }
      ]
    },
    "platformEvidence": {
      "digest": "sha256:cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
      "encoding": "opaque/1"
    },
    "sealedEvidence": {
      "digest": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
      "encoding": "opaque/1",
      "sizeBytes": 4096
    },
    "teeClass": "arm.cca",
    "validity": {
      "notAfter": "2026-10-15T15:00:00Z",
      "notBefore": "2026-10-15T13:00:00Z"
    },
    "witnessKey": "key:tee:res-001-witness-01"
  },
  "chain": {
    "hash": "sha256:9c5e4ef37e741d096118adfdb1fe46dcd72dd0f6960a11888d7a1815cf817e1e",
    "prevHash": null,
    "seq": 0
  },
  "engagement": {
    "envelopeConformance": "WITHIN",
    "evidenceDigest": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
    "id": "eng:res-001:20261015-140000",
    "outcomeClass": "COMPLETED",
    "type": "patrol",
    "window": {
      "end": "2026-10-15T14:00:00Z",
      "start": "2026-10-15T13:30:00Z"
    }
  },
  "id": "uuid:00000000-0000-4000-8000-000000000001",
  "issuerAffiliation": "NOT_DISCLOSED",
  "site": {
    "class": "residential",
    "envelope": {
      "digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
      "geobounds": null,
      "id": "env:res-001:2026-Q4",
      "temporal": {
        "ends": null,
        "starts": "2026-10-01T00:00:00Z"
      }
    },
    "id": "site:res-001"
  },
  "spec": "wilder.pser/0.6",
  "ts": "2026-10-15T14:00:00Z"
}
]]></sourcecode></figure>

<section anchor="field-semantics"><name>Field semantics</name>

<section anchor="spec-required-string"><name><spanx style="verb">spec</spanx> (REQUIRED, string)</name>

<t><bcp14>MUST</bcp14> be <spanx style="verb">wilder.pser/0.6</spanx> for receipts conforming to this document. A
verifier <bcp14>MUST</bcp14> reject a Statement with a <spanx style="verb">spec</spanx> value outside the supported
set as out of scope of this profile. An implementation supporting multiple
profile versions evaluates each receipt under its declared version's
requirements. A receipt declaring <spanx style="verb">wilder.pser/0.5</spanx> remains subject to the
published requirements of that earlier profile version.</t>

</section>
<section anchor="id-required-string"><name><spanx style="verb">id</spanx> (REQUIRED, string)</name>

<t>A globally unique identifier for the receipt, assigned by the Issuer. <bcp14>RECOMMENDED</bcp14>
form is a URN or a <spanx style="verb">uuid:</spanx> prefix. <spanx style="verb">id</spanx> <bcp14>MUST NOT</bcp14> be reused within an Issuer.</t>

</section>
<section anchor="ts-required-string"><name><spanx style="verb">ts</spanx> (REQUIRED, string)</name>

<t>RFC 3339 UTC timestamp at which the Issuer sealed the receipt. This is the
receipt-issuance time; it <bcp14>MAY</bcp14> differ from <spanx style="verb">engagement.window.end</spanx>.</t>

<t>For a receipt declaring <spanx style="verb">wilder.pser/0.6</spanx>, the Verifier <bcp14>MUST</bcp14> check
<spanx style="verb">notBefore &lt;= ts &lt;= notAfter</spanx> using parsed instants and inclusive endpoints.
The comparison checks whether the asserted receipt-issuance timestamp lies
within the asserted attestation-validity interval. It does not independently
establish the actual time of issuance or whether the engagement occurred
within that interval. A timestamp at either endpoint passes this check only;
it does not establish overall receipt conformance.</t>

<t>This containment requirement does not apply to a receipt declaring
<spanx style="verb">wilder.pser/0.5</spanx>. An implementation supporting both profile versions
evaluates each under its declared version's requirements. A verifier-selected
clock-skew tolerance <bcp14>MUST NOT</bcp14> alter the profile's containment interval.</t>

</section>
<section anchor="issueraffiliation-required-string"><name><spanx style="verb">issuerAffiliation</spanx> (REQUIRED, string)</name>

<t>States whether the Issuer and the Site Owner are affiliated principals. The
admissible values are exactly:</t>

<t><list style="symbols">
  <t><spanx style="verb">AFFILIATED</spanx>: the Issuer and the Site Owner are the same principal, or are
principals under common control, or one controls the other.</t>
  <t><spanx style="verb">INDEPENDENT</spanx>: the Issuer and the Site Owner are principals under neither
common control nor the control of one by the other.</t>
  <t><spanx style="verb">NOT_DISCLOSED</spanx>: the relationship is not stated in the receipt.</t>
</list></t>

<t>The member is <bcp14>REQUIRED</bcp14> because the alternative is worse. An absent member would
itself have to be assigned a meaning, and every available meaning is wrong: read
as <spanx style="verb">INDEPENDENT</spanx> it manufactures a disclosure nobody made, and read as
<spanx style="verb">AFFILIATED</spanx> it accuses an Issuer of a relationship it may not have. Requiring
the member makes <spanx style="verb">NOT_DISCLOSED</spanx> a stated position rather than an inference drawn
from silence.</t>

<t>The value states the Issuer's own claim about itself. This profile does not
define a mechanism by which a Verifier establishes the claim to be true, and a
Verifier <bcp14>MUST NOT</bcp14> report a verified receipt as evidence that the stated
relationship holds. What verification establishes is that the claim was made,
by the Issuer, inside a receipt bound by the signature and the chain, and
therefore that it cannot later be revised without the revision being visible.
That is a narrower property than truth and it is the property this member
carries.</t>

<t>A Verifier <bcp14>MUST NOT</bcp14> read <spanx style="verb">NOT_DISCLOSED</spanx> as <spanx style="verb">INDEPENDENT</spanx>. Silence about a
relationship is not a denial of one, and a relying party told otherwise has been
supplied a claim no principal authored. This is the one collapse the member
exists to prevent, and it is the direction that overstates the receipt.</t>

<t>A Verifier <bcp14>MUST NOT</bcp14> read a value outside the admissible set as <spanx style="verb">AFFILIATED</spanx> and
<bcp14>MUST NOT</bcp14> normalize it to <spanx style="verb">NOT_DISCLOSED</spanx>. A Verifier that encounters an
unrecognized value <bcp14>MUST</bcp14> preserve the value as received and <bcp14>MUST</bcp14> surface it to
the relying party as unrecognized, distinct from all three admissible values.
This revision does not require a Verifier to reject a receipt on that basis,
because a value it does not recognize may be defined by a later revision; it
requires that the Verifier never silently resolve the ambiguity. The value set
is closed in this revision and is not registry-governed. A later revision that
adds a value does so additively, without redefining an existing one.</t>

<t>The relationship this member describes is a standing one between two principals
rather than a property of a single engagement, but standing relationships
change. Receipts presented as one chain may therefore disagree about it without
either receipt being defective. The chain-level obligation, which is to surface
such a change rather than to reject the presentation or to resolve it in favour
of either value, is stated with the other Chain-Verifier obligations under
<spanx style="verb">chain</spanx>.</t>

<t>This member is distinct from, and does not substitute for, the affiliation
disclosure required of an Issuer that registers with a Transparency Service it
operates or that is operated by an affiliated principal
(<xref target="scitt-registration"/>), which is an Issuer-published fact resolved under
<xref target="issuer-published"/> rather than a member of this payload. That obligation concerns the relationship between the
Issuer and the Transparency Service; this member concerns the relationship
between the Issuer and the Site Owner. An Issuer may be independent of the Site
Owner and still operate its own Transparency Service, or be affiliated with the
Site Owner and register with an unaffiliated one. Neither value can be inferred
from the other.</t>

</section>
<section anchor="site-required-object"><name><spanx style="verb">site</spanx> (REQUIRED, object)</name>

<t>Identifies the physical location.</t>

<t><list style="symbols">
  <t><spanx style="verb">site.id</spanx> (<bcp14>REQUIRED</bcp14>, string): stable site identifier under the Issuer's
registration authority. This is the physical analog of a Subject and
<bcp14>SHOULD</bcp14> be used as the value of the CWT <spanx style="verb">sub</spanx> claim in the protected
header (see <xref target="cose-header"/>).</t>
  <t><spanx style="verb">site.class</spanx> (<bcp14>REQUIRED</bcp14>, string): coarse site classification. Registry-
governed; see <xref target="iana"/>.</t>
  <t><spanx style="verb">site.envelope.id</spanx> (<bcp14>REQUIRED</bcp14>, string): stable identifier of the operating
envelope in force during the engagement.</t>
  <t><spanx style="verb">site.envelope.digest</spanx> (<bcp14>REQUIRED</bcp14>, string): JSON-DIGEST (SHA-256 of the JCS
serialization) of the full envelope document. The full document <bcp14>MUST NOT</bcp14>
appear in the public receipt; it is bound by digest only.</t>
  <t><spanx style="verb">site.envelope.geobounds</spanx> (<bcp14>OPTIONAL</bcp14>, string): opaque reference to
geospatial bounds. Any geospatial detail beyond the reference is bound by
the envelope digest, not published.</t>
  <t><spanx style="verb">site.envelope.temporal</spanx> (<bcp14>OPTIONAL</bcp14>, object): temporal window during which
this envelope was in force. <spanx style="verb">null</spanx> values indicate "open-ended in that
direction."</t>
</list></t>

</section>
<section anchor="actor-required-object"><name><spanx style="verb">actor</spanx> (REQUIRED, object)</name>

<t><list style="symbols">
  <t><spanx style="verb">actor.id</spanx> (<bcp14>REQUIRED</bcp14>, string): stable identifier of the physical actor.</t>
  <t><spanx style="verb">actor.class</spanx> (<bcp14>REQUIRED</bcp14>, string): one of <spanx style="verb">AUTONOMOUS</spanx>, <spanx style="verb">SEMI_AUTONOMOUS</spanx>,
<spanx style="verb">HUMAN</spanx>, <spanx style="verb">CREW</spanx>.</t>
  <t><spanx style="verb">actor.operator</spanx> (<bcp14>REQUIRED</bcp14>, string): stable identifier of the responsible
operator organization or individual.</t>
</list></t>

</section>
<section anchor="engagement-required-object"><name><spanx style="verb">engagement</spanx> (REQUIRED, object)</name>

<t><list style="symbols">
  <t><spanx style="verb">engagement.id</spanx> (<bcp14>REQUIRED</bcp14>, string): stable identifier of the engagement.</t>
  <t><spanx style="verb">engagement.window.start</spanx> and <spanx style="verb">engagement.window.end</spanx> (<bcp14>REQUIRED</bcp14>, string):
RFC 3339 UTC bounds of the engagement. <spanx style="verb">end</spanx> <bcp14>MUST</bcp14> be &gt;= <spanx style="verb">start</spanx>. Both <bcp14>MUST</bcp14>
share a clock basis with <spanx style="verb">attestation.sealedEvidence</spanx> (see
<xref target="clock-basis"/>).</t>
  <t><spanx style="verb">engagement.type</spanx> (<bcp14>REQUIRED</bcp14>, string): coarse engagement classification
(e.g. <spanx style="verb">patrol</spanx>, <spanx style="verb">service</spanx>, <spanx style="verb">inspection</spanx>, <spanx style="verb">delivery</spanx>, <spanx style="verb">installation</spanx>,
<spanx style="verb">maintenance</spanx>, <spanx style="verb">presence</spanx>). Registry-governed; see <xref target="iana"/>.</t>
  <t><spanx style="verb">engagement.outcomeClass</spanx> (<bcp14>REQUIRED</bcp14>, string): one of <spanx style="verb">COMPLETED</spanx>,
<spanx style="verb">ABORTED</spanx>, <spanx style="verb">REFUSED</spanx>, <spanx style="verb">ERRORED</spanx>, <spanx style="verb">OBSERVED_ONLY</spanx>. <spanx style="verb">OBSERVED_ONLY</spanx> records
that the Issuer witnessed the actor at the site but did not participate
in dispatch.</t>
  <t><spanx style="verb">engagement.envelopeConformance</spanx> (<bcp14>REQUIRED</bcp14>, string): one of <spanx style="verb">WITHIN</spanx>,
<spanx style="verb">EXCEEDED_TEMPORAL</spanx>, <spanx style="verb">EXCEEDED_GEO</spanx>, <spanx style="verb">EXCEEDED_ACTOR</spanx>, <spanx style="verb">UNKNOWN</spanx>. The
Issuer <bcp14>MUST NOT</bcp14> claim <spanx style="verb">WITHIN</spanx> unless it evaluated conformance against
the envelope digest.</t>
  <t><spanx style="verb">engagement.evidenceDigest</spanx> (<bcp14>REQUIRED</bcp14>, string): JSON-DIGEST of the
engagement's internal evidence structure. The internal structure is
opaque to this profile and <bcp14>MUST NOT</bcp14> appear in the receipt.</t>
</list></t>

</section>
<section anchor="attestation-required-object"><name><spanx style="verb">attestation</spanx> (REQUIRED, object)</name>

<t>Binds the receipt to the TEE that observed the engagement. This is the
mechanism that distinguishes a Physical-Site Engagement Receipt from a bare
signed timestamp: the sealed evidence attests that the Issuer observed the
engagement from inside a hardware-rooted, remotely attestable environment.
Verification of the Signed Statement and its attached Receipt alone does not
establish hardware provenance. That property additionally depends on obtaining
and validating the platform attestation evidence and its binding to the
relevant key under the relying party's trust policy.</t>

<t><list style="symbols">
  <t><spanx style="verb">attestation.teeClass</spanx> (<bcp14>REQUIRED</bcp14>, string): TEE class identifier.
Registry-governed; see <xref target="iana"/>. The <em>TEE Class</em> registry is REQUESTED by
this document and has NOT yet been allocated by IANA. Until allocation, the
admissible values are exactly the initial values listed in <xref target="iana"/>.
A Verifier <bcp14>MUST</bcp14> reject a <spanx style="verb">teeClass</spanx> value outside that set.  <vspace blankLines='1'/>
These descriptions identify the environments named by the existing values.
They do not, by themselves, define a complete evidence-format binding or
establish implementation support. Evidence encoding, versioning, trust
inputs, and appraisal requirements are addressed by the applicable evidence
specification and the profile's attestation model
(<spanx style="verb">attestation.platformEvidence</spanx>, <xref target="payload"/>).</t>
  <t><spanx style="verb">attestation.platformEvidence</spanx> (<bcp14>REQUIRED</bcp14>, object): reference to the
platform-native attestation document, in a format defined by the TEE
class. The document itself <bcp14>MAY</bcp14> be conveyed by reference (URI + digest) or
inline; when conveyed inline it <bcp14>SHOULD</bcp14> be in the unprotected header of
the enclosing Signed Statement, not in the payload.</t>
  <t><spanx style="verb">attestation.platformEvidence.digest</spanx> (<bcp14>REQUIRED</bcp14>, string): digest of the
platform-native attestation document.</t>
  <t><spanx style="verb">attestation.platformEvidence.encoding</spanx> (<bcp14>REQUIRED</bcp14>, string): opaque
encoding label for that document. The set of labels a given TEE class
admits is defined by that TEE class.</t>
  <t><spanx style="verb">attestation.measuredBoot</spanx> (<bcp14>REQUIRED</bcp14>, object): the measured-boot state of
the environment that produced the receipt.</t>
  <t><spanx style="verb">attestation.measuredBoot.chain</spanx> (<bcp14>REQUIRED</bcp14>, string): JSON-DIGEST of the
measured-boot chain.</t>
  <t><spanx style="verb">attestation.measuredBoot.components</spanx> (<bcp14>REQUIRED</bcp14>, array): the measurements
the chain digest commits to, in boot order. Each element is an object with
a <spanx style="verb">name</spanx> (<bcp14>REQUIRED</bcp14>, string) naming the measured component and a <spanx style="verb">digest</spanx>
(<bcp14>REQUIRED</bcp14>, string) carrying its measurement. Verifiers <bcp14>MUST NOT</bcp14> infer any
meaning from <spanx style="verb">name</spanx> beyond identification.</t>
  <t><spanx style="verb">attestation.sealedEvidence.digest</spanx> (<bcp14>REQUIRED</bcp14>, string): digest of the
sealed evidence bundle.</t>
  <t><spanx style="verb">attestation.sealedEvidence.sizeBytes</spanx> (<bcp14>REQUIRED</bcp14>, int): size of the
sealed bundle in bytes. Included to enable bounded-storage verifiers to
reject bundles they cannot process.</t>
  <t><spanx style="verb">attestation.sealedEvidence.encoding</spanx> (<bcp14>REQUIRED</bcp14>, string): opaque encoding
label. Registry-governed; see <xref target="iana"/>.</t>
  <t><spanx style="verb">attestation.witnessKey</spanx> (<bcp14>REQUIRED</bcp14>, string): key identifier of the TEE
signing key. This <bcp14>MAY</bcp14> differ from the Issuer's <spanx style="verb">iss</spanx> when the TEE
operates as a delegated witness.  <vspace blankLines='1'/>
Under the <spanx style="verb">wilder.pser/0.6</spanx> DIRECT_WITNESS naming convention,
<spanx style="verb">attestation.witnessKey</spanx> and the protected CWT <spanx style="verb">iss</spanx> value <bcp14>MUST</bcp14> be
textually equal. A successful comparison establishes this naming
convention only. It does not establish that the signature-verification
key is authentically associated with either identifier or that genuine
TEE hardware produced the signature. This convention does not require a
global one-to-one mapping between all issuer identifiers and keys,
prohibit key rotation, or redefine issuer identity as key material. The
actual DIRECT_WITNESS relationship still concerns the key that produced
the signature and the TEE signing key. Authenticated key association and
hardware provenance require their respective evidence and trust
mechanisms; they are not supplied by label equality. This naming
restriction <bcp14>MUST NOT</bcp14> be silently applied as a changed conformance rule
for <spanx style="verb">wilder.pser/0.5</spanx>.</t>
  <t><spanx style="verb">attestation.bindingMode</spanx> (<bcp14>REQUIRED</bcp14>, string): the attestation-binding mode
under which this receipt was produced, as defined in
<xref target="attestation-binding"/>. The admissible values are exactly:  <list style="symbols">
      <t><spanx style="verb">DIRECT_WITNESS</spanx>: the key that produced the COSE signature is the TEE
signing key. <spanx style="verb">attestation.bindingMode</spanx> is <spanx style="verb">DIRECT_WITNESS</spanx> only where
<spanx style="verb">attestation.witnessKey</spanx> and <spanx style="verb">iss</spanx> denote the same key.</t>
      <t><spanx style="verb">DELEGATED_WITNESS</spanx>: the key that produced the COSE signature is the
Issuer's own, and a TEE-issued delegation credential authorizes it.</t>
    </list>
A Verifier <bcp14>MUST</bcp14> reject a <spanx style="verb">bindingMode</spanx> value outside that set, and <bcp14>MUST</bcp14>
reject a receipt asserting <spanx style="verb">DIRECT_WITNESS</spanx> in which <spanx style="verb">attestation.witnessKey</spanx>
and <spanx style="verb">iss</spanx> denote different keys. The value is closed in this revision and is
not registry-governed.  <vspace blankLines='1'/>
This member is <bcp14>REQUIRED</bcp14>, and carries in the receipt a fact that <spanx style="verb">-02</spanx> required
a Verifier to obtain from the Issuer out of band. The mode was fixed at the
moment the receipt was signed and was known to the signer; obtaining it from a
separately published document made a per-receipt fact depend on a document
that describes an Issuer rather than a receipt, and made the weaker of the two
properties in <xref target="terminology"/> unavailable from the presented bytes. An absent
value is not assigned a meaning, because assigning one reintroduces the
assumption this member exists to prevent.</t>
  <t><spanx style="verb">attestation.validity</spanx> (<bcp14>REQUIRED</bcp14>, object): the interval over which the
attestation of the producing environment is asserted to hold.</t>
  <t><spanx style="verb">attestation.validity.notBefore</spanx> (<bcp14>REQUIRED</bcp14>, string): RFC 3339 UTC
timestamp at which the attestation becomes valid.</t>
  <t><spanx style="verb">attestation.validity.notAfter</spanx> (<bcp14>REQUIRED</bcp14>, string): RFC 3339 UTC timestamp
after which the attestation is no longer valid. <spanx style="verb">notAfter</spanx> <bcp14>MUST</bcp14> be strictly
later than <spanx style="verb">notBefore</spanx>; a Verifier <bcp14>MUST</bcp14> reject a receipt whose <spanx style="verb">notAfter</spanx> is
equal to or precedes its <spanx style="verb">notBefore</spanx>. A zero-length interval asserts
validity for an instant of zero duration and has no legitimate producer.
For a receipt declaring <spanx style="verb">wilder.pser/0.6</spanx>, a Verifier <bcp14>MUST</bcp14> reject the
receipt when the asserted <spanx style="verb">ts</spanx> is outside the asserted <spanx style="verb">[notBefore,
notAfter]</spanx> interval, using parsed instants and inclusive endpoints. This
checks consistency of the recorded instants, not independently established
real-world issuance time. The published <spanx style="verb">wilder.pser/0.5</spanx> profile did not
require timestamp containment; that historical requirement remains
unchanged.</t>
</list></t>

</section>
<section anchor="adapter-required-object"><name><spanx style="verb">adapter</spanx> (REQUIRED, object)</name>

<t>Records that the receipt (or a reference to it) was written into an
out-of-band operations layer. This is the profile's core insight: a
receipt that no operations system can see is not useful, and modifying the
operations system to consume receipts natively is out of scope for most
regulated sites. The Adapter Write-In makes the receipt observably present
in the site's existing workflow.</t>

<t><list style="symbols">
  <t><spanx style="verb">adapter.system</spanx> (<bcp14>REQUIRED</bcp14>, string): operations-layer system identifier
(e.g. a property-management system, maintenance ticketing platform,
regulatory portal, insurance underwriting API). Registry-governed; see
<xref target="iana"/>.</t>
  <t><spanx style="verb">adapter.endpoint</spanx> (<bcp14>REQUIRED</bcp14>, string): opaque endpoint identifier within
the system. Its interpretation is defined by the target system, not by
this profile.</t>
  <t><spanx style="verb">adapter.postedAt</spanx> (<bcp14>REQUIRED</bcp14>, string): RFC 3339 UTC timestamp at which
the write-in was posted.</t>
  <t><spanx style="verb">adapter.ackDigest</spanx> (<bcp14>REQUIRED</bcp14>, string): JSON-DIGEST of the operations-
layer's acknowledgement response. If the operations layer returns no
structured acknowledgement, the digest is taken over an Issuer-defined
minimal ack object. That object is bound by the receipt's Merkle inclusion
and is not published, so no Verifier can obtain it and none is required to.
This is not a resolution obligation under <xref target="issuer-published"/>: a Verifier
checks that <spanx style="verb">adapter.ackProvenance</spanx> is <spanx style="verb">ISSUER_ASSERTED</spanx> and treats the
acknowledged content as authored by the Issuer. <spanx style="verb">-02</spanx> located the object's
schema in an Issuer-published document, which stated an obligation against a
document defined to be unfetchable.</t>
  <t><spanx style="verb">adapter.ackProvenance</spanx> (<bcp14>REQUIRED</bcp14>, string): identifies which party authored
the acknowledgement that <spanx style="verb">adapter.ackDigest</spanx> commits to. <spanx style="verb">adapter.ackDigest</spanx>
alone cannot carry this: the digest of an acknowledgement authored by an
independent operations layer and the digest of one authored by the Issuer
itself are indistinguishable to a Verifier, and the two have materially
different evidentiary weight. The admissible values are exactly:  <list style="symbols">
      <t><spanx style="verb">THIRD_PARTY</spanx>: the acknowledgement was returned by the operations layer
named in <spanx style="verb">adapter.system</spanx>, which is a principal distinct from the Issuer.</t>
      <t><spanx style="verb">ISSUER_ASSERTED</spanx>: the operations layer returned no structured
acknowledgement, and the digest is taken over the Issuer-defined minimal
ack object described under <spanx style="verb">adapter.ackDigest</spanx>. The Issuer is the author of
the acknowledged content.</t>
      <t><spanx style="verb">NONE</spanx>: no acknowledgement was obtained from any party.</t>
    </list>
A Verifier <bcp14>MUST NOT</bcp14> read a value outside that set as <spanx style="verb">THIRD_PARTY</spanx>, and <bcp14>MUST
NOT</bcp14> normalize it to <spanx style="verb">NONE</spanx>. Doing either reintroduces the collapse this
member exists to prevent, in the direction that overstates the receipt. A
Verifier that encounters an unrecognized value <bcp14>MUST</bcp14> preserve the value as
received and <bcp14>MUST</bcp14> surface it to the relying party as unrecognized, distinct
from all three admissible values. This revision does not require a Verifier
to reject a receipt on that basis, because a value it does not recognize may
be defined by a later revision; it requires that the Verifier never silently
resolve the ambiguity in the receipt's favour.  <vspace blankLines='1'/>
The value set is closed in this revision and is not registry-governed. A
later revision that adds a value does so additively, without redefining an
existing one.</t>
  <t><spanx style="verb">adapter.mode</spanx> (<bcp14>REQUIRED</bcp14>, string): <bcp14>MUST</bcp14> be <spanx style="verb">WRITE_ONLY</spanx> in this revision.
Read-in modes are explicitly out of scope; see <xref target="security"/>.</t>
</list></t>

</section>
<section anchor="chain-required-object"><name><spanx style="verb">chain</spanx> (REQUIRED, object)</name>

<t>Hash-chains successive receipts by the same Issuer so that a verifier can
detect broken hash links, sequence discontinuities, and modification,
substitution or reordering among the receipts presented as one contiguous
chain. The chain does NOT establish that its last presented receipt is the
Issuer's latest: a prover that withholds a suffix presents a prefix that is
internally consistent at every link. See <xref target="security"/>.</t>

<t>The construction is defined normatively in this document. It follows the
convention established in <xref target="I-D.noa-scitt-ai-agent-receipt"/> Section 5,
which is cited for provenance only: no conformance requirement of this
profile depends on that document.</t>

<t><list style="symbols">
  <t><spanx style="verb">chain.seq</spanx> (<bcp14>REQUIRED</bcp14>, int): non-negative sequence number within the
Issuer's chain for the identified Subject. The first receipt in a chain
<bcp14>MUST</bcp14> carry <spanx style="verb">chain.seq</spanx> 0.</t>
  <t><spanx style="verb">chain.prevHash</spanx> (<bcp14>REQUIRED</bcp14>, string or null): the value of the
immediately preceding receipt's <spanx style="verb">chain.hash</spanx>, or <spanx style="verb">null</spanx> for the first
receipt. A receipt whose <spanx style="verb">chain.seq</spanx> is 0 <bcp14>MUST</bcp14> carry <spanx style="verb">null</spanx>; a receipt
whose <spanx style="verb">chain.seq</spanx> is nonzero <bcp14>MUST</bcp14> carry the preceding receipt's
<spanx style="verb">chain.hash</spanx> value. Note that this is a digest over the preceding
receipt EXCLUDING its <spanx style="verb">chain.hash</spanx> member, per the definition of
<spanx style="verb">chain.hash</spanx> below; it is not a digest over the preceding receipt as
transmitted.</t>
  <t><spanx style="verb">chain.hash</spanx> (<bcp14>REQUIRED</bcp14>, string): JSON-DIGEST of the receipt's canonical
form with the <spanx style="verb">chain.hash</spanx> member absent. An Issuer computes this value
over the complete receipt including <spanx style="verb">chain.seq</spanx> and <spanx style="verb">chain.prevHash</spanx>, then
inserts it; a verifier recomputes it by removing the member before
canonicalizing. <spanx style="verb">chain.hash</spanx> is never an input to its own computation.</t>
</list></t>

<t>A Chain-Verifier presented with two or more receipts as one contiguous chain
<bcp14>MUST</bcp14> check, for each adjacent pair, that the later receipt's <spanx style="verb">chain.seq</spanx> is
exactly one greater than the earlier receipt's, and that the later receipt's
<spanx style="verb">chain.prevHash</spanx> equals the earlier receipt's <spanx style="verb">chain.hash</spanx>. A verifier that
does not perform both checks <bcp14>MUST NOT</bcp14> report the presentation as a verified
chain. These are chain-level obligations; an Issuer producing individual
receipts is unaffected by them.</t>

<t>A Chain-Verifier <bcp14>MUST</bcp14> additionally compare <spanx style="verb">issuerAffiliation</spanx> across each
adjacent pair. Where two receipts presented as one chain carry different values,
the Chain-Verifier <bcp14>MUST</bcp14> surface the change to the relying party, identified by
the <spanx style="verb">chain.seq</spanx> of the receipt carrying the later value. A change in
<spanx style="verb">issuerAffiliation</spanx> does not by itself invalidate the presentation, and a
Chain-Verifier <bcp14>MUST NOT</bcp14> report the presentation as unverified on that basis
alone.</t>

<t>The two preceding checks are structural. <spanx style="verb">chain.seq</spanx> and <spanx style="verb">chain.prevHash</spanx> are
wholly under the Issuer's control, so a violation of either admits no honest
explanation. <spanx style="verb">issuerAffiliation</spanx> is not structural: it states a relationship
between two principals in the world outside the receipt, and such relationships
change. An Issuer independent of a Site Owner at one engagement may be acquired
by that Site Owner before the next. Reporting that as an unverified chain would
place an ordinary corporate event in the same category as tampering, and the
only conforming response available to the Issuer would be to begin a new chain,
which resets <spanx style="verb">chain.seq</spanx> and <spanx style="verb">chain.prevHash</spanx> and so severs the record either
side of the change. That is the continuity the chain exists to carry.</t>

<t>What a Chain-Verifier <bcp14>MUST NOT</bcp14> do is reduce the presentation to a single
affiliation value. In particular it <bcp14>MUST NOT</bcp14> adopt the value carried by the
latest receipt as the value of the chain. Adopting the later value would allow a
chain to be relabelled after the fact by appending a single receipt, with
nothing in the presentation showing that the label had previously said something
else. Each reported value remains attached to the receipts that carry it.</t>

<t>A conforming three-receipt chain, the sequence-gap and broken-link cases these
checks are required to reject, and a two-receipt presentation whose members
disagree about <spanx style="verb">issuerAffiliation</spanx> and which is required to verify with the
change surfaced, are published as test data in the reference implementation
repository. Implementers are advised to confirm that an honest complete chain
verifies under their implementation before relying on any of these checks.</t>

</section>
</section>
<section anchor="cose-header"><name>COSE header requirements</name>

<t>The protected header of a Signed Statement under this profile <bcp14>MUST</bcp14> include
the CWT Claims header parameter (label 15, <xref target="RFC9597"/>), carrying at least:</t>

<t><list style="symbols">
  <t><spanx style="verb">iss</spanx> (CWT claim label 1): a URI identifying the Issuer.</t>
  <t><spanx style="verb">sub</spanx> (CWT claim label 2): the value of <spanx style="verb">site.id</spanx> from the payload, so
that SCITT registration policies can be expressed over the standard <spanx style="verb">sub</spanx>
claim.</t>
</list></t>

<t>The protected header <spanx style="verb">content_type</spanx> (label 3) <bcp14>MUST</bcp14> be
<spanx style="verb">application/pser+json; profile=wilder.pser/0.6</spanx>.</t>

<t>The Signed Statement's payload <bcp14>MUST</bcp14> be the JCS serialization of the JSON
object defined in <xref target="payload"/>. Detached payloads are NOT PERMITTED under
this revision.</t>

</section>
<section anchor="issuer-published"><name>Resolving Issuer-published facts</name>

<t>Two obligations in this profile require a Verifier to obtain a fact the Issuer
publishes rather than carries in the receipt: the delegation credential of
<xref target="attestation-binding"/>, and the Transparency Service affiliation disclosure of
<xref target="scitt-registration"/>. Both are disclosures about the Issuer. Neither is an
identity claim, and neither is required to evaluate a receipt produced in
direct-witness mode by an Issuer registering with an unaffiliated Transparency
Service.</t>

<t>This revision does not specify a serialization format for these facts, and does
not define a document that carries them. <spanx style="verb">-02</spanx> referred to an "Issuer's
manifest" in four normative requirements without defining one, so a Verifier was
four times required to read something the profile never described. Naming the
obligations and their resolution behaviour, and leaving the encoding to a
subsequent revision or companion document, is deliberate: a format fixed before
any has been deployed is more likely to be repudiated by the next revision than
refined by it.</t>

<t>An Issuer-published fact is resolved as follows.</t>

<t><list style="symbols">
  <t>The Issuer <bcp14>MUST</bcp14> make the fact retrievable at a stable identifier under its own
control, and that identifier <bcp14>MUST</bcp14> be discoverable from <spanx style="verb">iss</spanx>.</t>
  <t>A Verifier <bcp14>MAY</bcp14> cache a resolved fact. A cached answer <bcp14>MUST NOT</bcp14> survive a
change in the signing key it was resolved for; on such a change the Verifier
<bcp14>MUST</bcp14> re-resolve.</t>
  <t>Where a fact does not resolve, whether because it is unreachable, absent, or
unreadable, the fact is <strong>undetermined</strong>.</t>
</list></t>

<t>Undetermined is a third outcome, not a synonym for either answer. A Verifier
<bcp14>MUST</bcp14> surface an undetermined fact as undetermined. It <bcp14>MUST NOT</bcp14> resolve an
undetermined fact to whichever value favours the Issuer, and <bcp14>MUST NOT</bcp14> report
that a fact was absent where it was never successfully retrieved: those two
states are distinct and a relying party's policy may treat them differently. A
Verifier <bcp14>MUST NOT</bcp14> reject a receipt solely because an Issuer-published fact is
undetermined; whether an undetermined fact is disqualifying is a policy question
for the relying party and is out of scope for this profile. What the profile
requires is that the relying party be told.</t>

<t>Conformance vectors accompanying this revision <bcp14>MUST</bcp14> include, for each
Issuer-published fact, at least one case in which resolution fails, and the
expected outcome of such a case <bcp14>MUST NOT</bcp14> be acceptance.</t>

</section>
<section anchor="attestation-binding"><name>Attestation binding</name>

<t>The <spanx style="verb">attestation.witnessKey</spanx> field carries the identity of the TEE signer.
This profile permits two attestation-binding modes. The mode under which a
receipt was produced <bcp14>MUST</bcp14> be carried in that receipt, in
<spanx style="verb">attestation.bindingMode</spanx> (<xref target="payload"/>), and <bcp14>MAY</bcp14> additionally be recorded in
the CWT Claims Set. It is not obtained from any Issuer-published document:</t>

<t><list style="symbols">
  <t><em>Direct-witness mode:</em> the signing key associated with the Issuer identified
by <spanx style="verb">iss</spanx> is the TEE signing key. Under <spanx style="verb">wilder.pser/0.6</spanx>,
<spanx style="verb">attestation.witnessKey</spanx> and the protected CWT <spanx style="verb">iss</spanx> value <bcp14>MUST</bcp14> be textually
equal under the naming convention defined in this profile. That comparison
establishes identifier consistency only; it does not establish authenticated
association with the key used to verify the signature or genuine hardware
provenance. The published <spanx style="verb">wilder.pser/0.5</spanx> requirement to reject a
DIRECT_WITNESS receipt whose identifiers denote different keys remains part
of that earlier profile. The new 0.6 string comparison neither changes the
earlier profile nor supplies the missing authenticated-key-association
mechanism. The reference implementation's broader assurance limitation is
recorded in <xref target="impl-status"/>.</t>
  <t><em>Delegated-witness mode:</em> the Issuer's <spanx style="verb">iss</spanx> key is distinct from the
TEE signer, and the TEE has issued a delegation credential authorizing
the Issuer to sign this receipt on the TEE's behalf. The delegation
credential is bound by the <spanx style="verb">attestation.sealedEvidence.digest</spanx> and is an
Issuer-published fact resolved under <xref target="issuer-published"/>. Where it does not
resolve, the authorization of the signing key is <strong>undetermined</strong> and the
Verifier proceeds as required by that section. Delegated signing does not
itself establish evidence appraisal.</t>
</list></t>

</section>
<section anchor="evidence-model"><name>Evidence model and external appraisal</name>

<t>This revision retains the existing attestation payload structure and introduces
neither an <spanx style="verb">attestation.quote</spanx> member nor an <spanx style="verb">attestationResult</spanx> member. The
payload carries references, digests, and attestation-related claims;
<spanx style="verb">measuredBoot</spanx> also carries the listed component measurements. The existing
allowance for the platform attestation document to be supplied by reference or
inline in the enclosing Signed Statement's unprotected header is unchanged.</t>

<t>A relying party may appraise obtained Evidence itself or use a separate
Verifier channel. A digest commits to particular evidence bytes; it is not, by
itself, a retrieval address, a retrieval mechanism, or evidence appraisal.
Obtaining evidence whose digest matches a receipt is distinct from validating
that evidence and its binding to the relevant key.</t>

<t>An entity performs the RATS Verifier role only when it appraises Evidence
using the applicable trust inputs and appraisal policy and produces an
Attestation Result. A single entity may perform several roles, but their
combination must be stated rather than inferred from the signing mode.</t>

<t>Verification of the Signed Statement and attached Receipt alone does not
establish hardware provenance. The choice of any additional in-receipt
Attestation Result representation remains open. Its format, authentication,
evidence/key binding, freshness, and failure behavior are not specified by this
revision. Option D (retain evidence references and additionally support an
optional Attestation Result) is a future design direction, not an added -04
payload member. These functional distinctions follow the RATS role definitions
(<xref target="RFC9334"/>).</t>

</section>
<section anchor="clock-basis"><name>Clock basis</name>

<t>All timestamps in a Physical-Site Engagement Receipt <bcp14>MUST</bcp14> share a single
clock basis: the clock the TEE observed at the time it sealed the evidence
bundle. Implementations <bcp14>MUST NOT</bcp14> mix wall-clock timestamps with TEE-observed
timestamps within a single receipt. Verifiers <bcp14>MUST</bcp14> derive elapsed-time
computations from the receipt's own bytes, not from the verifier's local
wall clock.</t>

</section>
</section>
<section anchor="scitt-registration"><name>SCITT registration and Receipt attachment</name>

<t>A Physical-Site Engagement Receipt Signed Statement is registered with a
SCITT Transparency Service per <xref target="RFC9943"/> Section 6.3. The TS applies its
Registration Policy against the protected header (in particular <spanx style="verb">iss</spanx>, <spanx style="verb">sub</spanx>,
and <spanx style="verb">content_type</spanx>) before registering.</t>

<t>Upon successful registration, the TS returns a Receipt as defined in
<xref target="RFC9942"/>. The Receipt is attached to the Signed Statement's unprotected
header as an element of the <spanx style="verb">receipts</spanx> array (CBOR label 394), producing a
SCITT Transparent Statement per <xref target="RFC9943"/> Section 7.</t>

<t>The same Signed Statement <bcp14>MAY</bcp14> be registered in multiple Transparency Services
and <bcp14>MAY</bcp14> carry multiple attached Receipts, one per Transparency Service, per
<xref target="RFC9943"/> Section 6.3.</t>

<t>Registration is mandatory in this profile. An Issuer <bcp14>MUST</bcp14> register every
Physical-Site Engagement Receipt it issues with at least one Transparency
Service. A relying party <bcp14>MUST NOT</bcp14> accept a Physical-Site Engagement Receipt
as conforming to this profile unless at least one attached Receipt from a
Transparency Service that relying party trusts verifies per <xref target="RFC9942"/>.
Verifying an attached Receipt does not demonstrate that the Issuer registered
every receipt it issued; a relying party that requires that assurance <bcp14>MUST</bcp14>
obtain it from the Transparency Service's own audit and consistency
mechanisms, not from an individual attached Receipt.</t>

<t>Requiring registration does not require a relying party to be online when it
verifies. An attached Receipt is a Verifiable Data Structure Proof per
<xref target="RFC9942"/>, checkable from the presented bytes together with the
Transparency Service's verification key, both of which <bcp14>MAY</bcp14> be held locally.
The offline-verifiable property stated in <xref target="terminology"/> is preserved: what
registration adds is a reference obtained before verification, not a network
dependency during it. This revision defines no conforming mode of
operation in which no Transparency Service is reachable at issuance time.</t>

<t>This revision specifies the candidate-entry byte encoding for inclusion-proof
verification. For this profile, the presented object <bcp14>MUST</bcp14> be a COSE_Sign1 with
four array elements: protected-header byte string, unprotected-header map,
attached-payload byte string, and signature byte string. The payload <bcp14>MUST</bcp14> be
present as a byte string; a null payload indicating detached content is not
permitted. The input may be an untagged COSE_Sign1 or a COSE_Sign1 wrapped
in tag 18. Other tag wrappers are not accepted by this derivation.</t>

<t>The verifier derives the candidate entry as the untagged four-element array
<spanx style="verb">[P, {}, M, S]</spanx>, where P, M, and S are the original protected-header, payload,
and signature byte-string contents. The candidate entry <bcp14>MUST</bcp14> use the core
deterministic encoding requirements of <xref target="RFC8949"/>, Section 4.2.1, for the
outer array, empty map, and byte-string framing. The contents of P, M, and S
are preserved unchanged; this requirement does not instruct the verifier to
parse and reserialize those contents. The outer array is definite-length, the
empty map is encoded as <spanx style="verb">0xa0</spanx>, and the three byte strings use the shortest
definite-length encodings of their lengths.</t>

<t>This derivation <bcp14>MUST</bcp14> preserve P, M, and S by content. It <bcp14>MUST NOT</bcp14> parse and
reserialize their contents to construct the candidate entry. The original
outer CBOR length encodings and any permitted outer tag are not preserved.
These derivation rules do not waive separate COSE header, signature, payload,
or profile validation. Parsing a header for validation is distinct from
rewriting its bytes for hashing. This follows RFC 9943 Section 6.3, which
requires the unprotected header of a Signed Statement to be set to an empty
map before inclusion in the Statement Sequence.</t>

<t>Transmitted envelopes use COSE tag 18 (<xref target="RFC9052"/>), and attached receipts are
encoded as byte strings containing tagged Receipt objects per <xref target="RFC9942"/>
Section 4.3. The untagged candidate entry is a profile-internal representation
used for hashing; it is not the transmitted wire form. A Transparency Service
that hashes a different representation (for example, the tag-18 form) cannot
satisfy this profile unless it commits to the candidate-entry representation
specified here. This is the profile imposing a requirement on a party it does
not control: an existing TS that hashes the tagged form cannot satisfy the
profile without adaptation.</t>

<t>A Transparency Service used to satisfy this profile's inclusion requirement
<bcp14>MUST</bcp14> issue a Receipt whose inclusion proof commits to the candidate-entry
representation specified in this section. The applicable registration path
and the verifier <bcp14>MUST</bcp14> use the same derivation and serialization rule.
Emptying the unprotected map alone does not establish agreement on the
remaining serialized bytes. The service's internal storage format is not
prescribed, but the candidate-entry bytes against which its proof verifies
are prescribed. Registration and verification alignment <bcp14>MUST</bcp14> be demonstrated
by byte-exact fixtures, including derivation from the presented Transparent
Statement without access to retained producer-side bytes.</t>

<t>Attaching, removing, or modifying receipts in the unprotected header does
not change the candidate entry: <spanx style="verb">candidate_entry(S) ==
candidate_entry(attach_receipt(S, R))</spanx> for any receipt R. This is the
property that makes inclusion proofs portable: the proof covers the
registered statement, not whatever receipts happen to be attached to it at
verification time.</t>

<t>The profile's inclusion requirement is satisfied only when at least one
attached Receipt has both a valid Transparency Service signature under an
accepted service key and a valid inclusion proof for the derived candidate
entry. A Receipt that is invalid, unsupported, or associated with an
untrusted service does not count toward that requirement. A structurally
parseable additional Receipt whose cryptographic verification fails <bcp14>MUST NOT</bcp14>,
solely by its presence, defeat another attached Receipt that satisfies the
inclusion requirement. A separately identified local policy may impose
stricter acceptance conditions. This rule does not relax validation of the
enclosing COSE structure or malformed attachment containers. Receipt
signature verification, inclusion-proof verification, and issuer-signature
verification are separate checks. Satisfying the inclusion requirement does
not establish full PSER conformance; every other applicable profile
requirement still applies. An absent proof and an invalid, unsupported, or
untrusted proof are not reported as successful inclusion.</t>

<t>For <spanx style="verb">RFC9162_SHA256</spanx>, the leaf hash is
<spanx style="verb">SHA256(0x00 || candidate_entry)</spanx>, using the leaf construction in
<xref target="RFC9162"/>, Section 2.1.1. Receipt representation and verification follow
the applicable <spanx style="verb">RFC9162_SHA256</spanx> procedures in <xref target="RFC9942"/>. This formula is
not applied by default to another or unknown VDS. Verification of another
supported VDS uses that VDS's specified procedure. This paragraph does not
add a PSER-wide prohibition on other SCITT VDS types. The current reference
implementation's support is limited to RFC9162_SHA256; unsupported VDS
values are reported as unsupported and cannot count as successfully verified
evidence.</t>

<t>This specification does not prescribe how a Transparency Service stores the
entry internally. Interoperability requires only that the inclusion proof
verifies when the verifier uses the candidate entry derived from the
presented Transparent Statement.</t>

<section anchor="registration-with-an-affiliated-transparency-service"><name>Registration with an affiliated Transparency Service</name>

<t>An Issuer <bcp14>MAY</bcp14> register with a Transparency Service it operates itself, or
that is operated by a principal affiliated with it. Where it does so, the
Issuer <bcp14>MUST</bcp14> disclose that relationship as an Issuer-published fact resolved
under <xref target="issuer-published"/>, and a relying party <bcp14>MUST NOT</bcp14> treat such a
registration as evidence obtained from outside the Issuer for the purposes of
<xref target="security"/>. Where the disclosure does not resolve, the standing of the
registration is <strong>undetermined</strong>; a Verifier <bcp14>MUST NOT</bcp14> resolve it to the
unaffiliated case, which is the Issuer-favourable one. That obligation is separate from the
<spanx style="verb">issuerAffiliation</spanx> member of Section 4.1, which states the relationship
between the Issuer and the Site Owner rather than between the Issuer and the
Transparency Service; neither can be inferred from the other.</t>

<t>Registration with a Transparency Service operated by an unaffiliated principal
is the only case in which an
attached Receipt supplies a reference external to the party whose
completeness is in question. This profile does not prohibit the affiliated
case, because a self-operated Transparency Service still binds the Issuer to
a consistent published history and still admits third-party auditing; it
requires that the weaker standing of that case be visible rather than
implied.</t>

</section>
</section>
<section anchor="iana"><name>IANA considerations</name>

<t>This document requests the following IANA actions.</t>

<section anchor="media-type-registration"><name>Media type registration</name>

<t>Register <spanx style="verb">application/pser+json</spanx> per <xref target="RFC6838"/>, with the required
<spanx style="verb">profile</spanx> parameter identifying the applicable PSER profile version.
This document specifies the value <spanx style="verb">wilder.pser/0.6</spanx>. The value
<spanx style="verb">wilder.pser/0.5</spanx> identifies the profile specified by published revision
<spanx style="verb">-03</spanx> and retains that revision's requirements.</t>

<t>A version-shaped value does not by itself identify a supported profile.
Unknown or unsupported values are reported as unsupported and are not
interpreted using the rules of another version.</t>

</section>
<section anchor="cose-header-parameters"><name>COSE Header Parameters</name>

<t>This document does not register new COSE header parameter labels. It uses
only labels defined in <xref target="RFC9052"/>, <xref target="RFC9597"/>, and <xref target="RFC9943"/>.</t>

</section>
<section anchor="new-iana-registries"><name>New IANA registries</name>

<t>This document requests the establishment of the following registries under a
new "SCITT Physical-Site Engagement Receipt Profile" registry group, with
policy "Specification Required":</t>

<t><list style="numbers" type="1">
  <t><em>Site Class</em> -- values of <spanx style="verb">site.class</spanx>.
Initial values: <spanx style="verb">residential</spanx>, <spanx style="verb">industrial</spanx>, <spanx style="verb">healthcare</spanx>, <spanx style="verb">infra</spanx>,
<spanx style="verb">other</spanx>.</t>
  <t><em>Engagement Type</em> -- values of <spanx style="verb">engagement.type</spanx>.
Initial values: <spanx style="verb">patrol</spanx>, <spanx style="verb">service</spanx>, <spanx style="verb">inspection</spanx>, <spanx style="verb">delivery</spanx>,
<spanx style="verb">installation</spanx>, <spanx style="verb">maintenance</spanx>, <spanx style="verb">presence</spanx>.</t>
  <t><em>TEE Class</em> -- values of <spanx style="verb">attestation.teeClass</spanx>.
Initial values: <spanx style="verb">intel.tdx</spanx>, <spanx style="verb">amd.sev-snp</spanx>, <spanx style="verb">arm.cca</spanx>,
<spanx style="verb">nvidia.h100-cc</spanx>, <spanx style="verb">nvidia.jetson-thor-cc</spanx>, <spanx style="verb">aws.nitro-enclave</spanx>.  <vspace blankLines='1'/>
These descriptions identify the environments named by the existing
values. They do not, by themselves, define a complete evidence-format
binding or establish implementation support.  <list style="symbols">
      <t><spanx style="verb">intel.tdx</spanx>: Intel Trust Domain Extensions, a VM-level isolation
primitive.</t>
      <t><spanx style="verb">amd.sev-snp</spanx>: AMD Secure Encrypted Virtualization with Secure Nested
Paging, a VM-level isolation primitive.</t>
      <t><spanx style="verb">arm.cca</spanx>: Arm Confidential Compute Architecture, a hardware
isolation framework.</t>
      <t><spanx style="verb">nvidia.h100-cc</spanx>: NVIDIA H100 in Confidential Computing mode, a
device-level isolation primitive.</t>
      <t><spanx style="verb">nvidia.jetson-thor-cc</spanx>: existing product-named identifier associated
with NVIDIA Jetson Thor. Retained provisionally and unchanged; this
profile does not establish the exact confidential-compute capability,
evidence format, or appraisal binding represented by this value.</t>
      <t><spanx style="verb">aws.nitro-enclave</spanx>: AWS Nitro Enclave, a cloud-provider isolation
primitive.</t>
    </list>
A confidential-compute environment absent from the admissible set is not
conforming and is not silently folded into an existing value. The
registry is the route by which one becomes conforming, and its
governance is stated above. This revision clarifies existing identifiers
with descriptive context. It does not add, remove, or rename any value,
and it does not resolve the evidence-format question for any value.</t>
  <t><em>Sealed Evidence Encoding</em> -- values of
<spanx style="verb">attestation.sealedEvidence.encoding</spanx>.
Initial values: <spanx style="verb">opaque/1</spanx>.</t>
  <t><em>Operations-Layer System</em> -- values of <spanx style="verb">adapter.system</spanx>. New values
follow a <spanx style="verb">vendor.product</spanx> lowercase snake_case naming convention.</t>
</list></t>

</section>
</section>
<section anchor="security"><name>Security considerations</name>

<section anchor="what-this-profile-does-not-attest"><name>What this profile does NOT attest</name>

<t>Per <xref target="intro"/> and the NORMATIVE non-goals stated there, a Physical-Site
Engagement Receipt does NOT attest that:</t>

<t><list style="symbols">
  <t>The engagement was safe, correct, effective, or compliant with any
specific regulation.</t>
  <t>The site conditions were as recorded.</t>
  <t>No unrecorded engagement occurred outside the instrumented boundary.</t>
  <t>The operations layer targeted by the Adapter Write-In will use, act on,
or preserve the receipt correctly.</t>
</list></t>

<t>Relying parties <bcp14>MUST NOT</bcp14> infer these claims from a receipt.</t>

</section>
<section anchor="equivocation"><name>Equivocation and tail-truncation</name>

<t>The <spanx style="verb">chain</spanx> field defined in <xref target="payload"/> makes <em>in-band tampering</em>
detectable: modification, substitution, reordering, or omission of receipts
interior to a presented chain breaks a <spanx style="verb">chain.prevHash</spanx> link, <spanx style="verb">chain.seq</spanx>
contiguity, or a signature. This property holds against parties that do not
hold the Issuer's signing key. An Issuer that holds the key can sign an
alternative, internally consistent chain omitting receipts at any position.</t>

<t>The <spanx style="verb">chain</spanx> field does NOT detect <em>tail truncation</em> -- the withholding of the
most recent receipts -- in any presentation. A truncated chain is internally
consistent at every link, and no property of the presented bytes reveals the
withholding, because no receipt commits to a successor that did not exist
when it was signed. This is not a limitation of the hash or signature
algorithms: the presented bytes are identical whether or not a suffix exists.
The <spanx style="verb">chain</spanx> field likewise does NOT detect <em>equivocation</em>, in which an Issuer
signs two divergent chains for the same Subject.</t>

<t>Detecting either condition REQUIRES evidence obtained from outside the
presentation. Registration of a Signed Statement in a SCITT Transparency
Service <xref target="RFC9943"/> supplies such evidence to relying parties and auditors
that check against that Service. Registration does not by itself establish
completeness: a conforming Transparency Service does not compel an Issuer to
register every Signed Statement it issues (<xref target="RFC9943"/>, Section 9.3), and a
Receipt proves the inclusion of one Signed Statement rather than the absence
of others (<xref target="RFC9942"/>). A Transparency Service therefore does not detect
these conditions itself; it supplies the reference against which other
parties can.</t>

<t>A relying party that retains the highest <spanx style="verb">chain.seq</spanx> receipt it has verified
for a chain holds such a reference. A later presentation whose head precedes
that receipt, or which presents a different <spanx style="verb">chain.hash</spanx> at that <spanx style="verb">chain.seq</spanx>,
is evidence of truncation or equivocation relative to it. Relying parties
<bcp14>SHOULD</bcp14> retain these anchors. Detection reaches only as far as the anchor's
own age: a presentation ending after the retained anchor is not thereby shown
to be complete, and a presentation ending before it is not by itself proof of
misbehaviour, since it may be an earlier honest observation.</t>

<t>This profile does not define what a relying party does upon detecting such a
mismatch, how long anchors are retained, or what evidentiary weight a
mismatch carries. Those are matters for the relying party's own policy. A
relying party that reproduces this section in a contract, underwriting rule,
or adjudication <bcp14>SHOULD</bcp14> state its own remedy; this document supplies a
detection property, not a remedy.</t>

</section>
<section anchor="correction-security"><name>Corrective statements</name>

<t>This revision does not define an interoperable corrective-statement wire format
or impose correction-related requirements on <spanx style="verb">wilder.pser/0.6</spanx> conformance. An
informative corrective-statement design is recorded in <xref target="correction-envelope"/>
for discussion. A correction does not reset the original's
<spanx style="verb">attestation.validity</spanx> interval. Conflicting corrections are surfaced, not
resolved. No automatic winning history is computed.</t>

</section>
<section anchor="adapter-write-in-is-write-only-in-this-revision"><name>Adapter Write-In is write-only in this revision</name>

<t>The Adapter Write-In records that the receipt was posted into an operations
layer. It does NOT permit the operations layer to write back into the
receipt or the TEE. The <spanx style="verb">adapter.mode</spanx> field is fixed to <spanx style="verb">WRITE_ONLY</spanx> in
this revision; a future revision <bcp14>MAY</bcp14> define a <spanx style="verb">WRITE_READ</spanx> mode with
additional security machinery. Implementations that reverse this direction
in a way that permits the operations layer to modify Issuer or TEE state
are NOT conforming to this profile.</t>

</section>
<section anchor="tee-compromise"><name>TEE compromise</name>

<t>A compromised TEE can produce receipts that are cryptographically valid
under this profile but describe engagements that did not occur or did not
occur as described. Detection of TEE compromise is out of scope of this
profile and depends on the platform-native attestation supply chain
identified by <spanx style="verb">attestation.teeClass</spanx>. Relying parties <bcp14>SHOULD</bcp14> consult
<xref target="RFC9943"/> Section 9 for guidance on Issuer participation and key
management, and the TEE vendor's own security guidance for the specific
<spanx style="verb">teeClass</spanx>.</t>

</section>
<section anchor="key-lifecycle"><name>Witness key lifecycle</name>

<t>A witness key signs inside a TEE that is physically hosted at a Site the
Issuer may not control. The parties that can act on a suspected compromise of
such a key are therefore not the same as those that can act on a compromise of
a key the signer holds itself, and this document states which party may make
which assertion. This revision addresses assertions about a <strong>specific witness
key</strong>. Compromise of a TEE class or platform is addressed in <xref target="tee-compromise"/>
and is not a key lifecycle event under this section.</t>

<section anchor="assertion-classes"><name>The two assertion classes</name>

<t>This document defines two distinct assertions about a witness key. They are
named rather than numbered so that a later revision may define a third without
redefining either.</t>

<t><list style="symbols">
  <t><strong>Cessation.</strong> An assertion that the identified witness key <bcp14>MUST NOT</bcp14> be
relied upon to produce further receipts. Cessation is forward-looking only.</t>
  <t><strong>Retroactive impeachment.</strong> An assertion that receipts already produced by
the identified witness key <bcp14>SHOULD NOT</bcp14> be relied upon, in whole or over a
stated interval. Retroactive impeachment reaches backward, and it is the
stronger of the two.</t>
</list></t>

<t>Authority over each is asymmetric, and the asymmetry follows the capabilities
the trust model already grants in <xref target="trust-model"/>:</t>

<t><list style="symbols">
  <t><strong>Cessation <bcp14>MAY</bcp14> be asserted by the Site Owner or by the Issuer,
independently of one another.</strong> Neither party requires the other's
concurrence. This grants no new capability: the Site Owner can already stop
production of receipts by powering the hardware off or refusing to host it
(<xref target="trust-model"/>), and an explicit cessation assertion only makes that
existing capability legible to a relying party instead of leaving it to be
inferred from an absence of receipts.</t>
  <t><strong>Retroactive impeachment <bcp14>MAY</bcp14> be asserted by the Issuer only.</strong> The Site
Owner controls whether receipts are produced but not their content
(<xref target="trust-model"/>), and an impeachment is an assertion about content that has
already been produced and registered. Extending it to the Site Owner would
grant a party with no authorship capability an authority over authored
records that the trust model deliberately withholds.</t>
</list></t>

</section>
<section anchor="scope-by-attestation-binding-mode"><name>Scope by attestation-binding mode</name>

<t>The two classes apply in both attestation-binding modes of
<xref target="attestation-binding"/>, and mean different things in each. An implementation
<bcp14>MUST</bcp14> determine the mode before interpreting an assertion.</t>

<t><list style="symbols">
  <t>In <strong>direct-witness mode</strong>, <spanx style="verb">attestation.witnessKey</spanx> matches <spanx style="verb">iss</spanx>, so both
classes concern a single key and the Site Owner's cessation authority and the
Issuer's impeachment authority attach to the same key material.</t>
  <t>In <strong>delegated-witness mode</strong>, <spanx style="verb">attestation.witnessKey</spanx> is distinct from
<spanx style="verb">iss</spanx>. An assertion <bcp14>MUST</bcp14> identify the key it covers. An assertion covering
the TEE signing key does not, by itself, assert anything about the Issuer's
<spanx style="verb">iss</spanx> key, and an assertion covering <spanx style="verb">iss</spanx> does not, by itself, assert
anything about the TEE signing key. A Verifier <bcp14>MUST NOT</bcp14> extend either to the
other, and <bcp14>MUST NOT</bcp14> treat an assertion whose covered key cannot be
determined as covering both.</t>
</list></t>

</section>
<section anchor="assertion-verifier"><name>Verifier behaviour</name>

<t>Neither assertion deletes, invalidates, or suppresses a registered receipt.
Registration is append-only and this document defines no mechanism by which a
registered Signed Statement is withdrawn from a Transparency Service. A
Verifier presented with a receipt for which it holds a relevant assertion:</t>

<t><list style="symbols">
  <t><bcp14>MUST</bcp14> surface the assertion to the relying party rather than resolving it
internally;</t>
  <t><bcp14>MUST</bcp14> identify which party made the assertion;</t>
  <t><bcp14>MUST</bcp14> identify which of the two classes was asserted;</t>
  <t><bcp14>MUST NOT</bcp14> suppress, discard, or downgrade the receipt on the basis of the
assertion alone.</t>
</list></t>

<t>Neither assertion is self-authenticating, and this document does not adjudicate
a disputed one. Where the Site Owner and the Issuer disagree, the profile
supplies a detection property and not a remedy, in the same sense as
<xref target="equivocation"/>. Adjudication is a matter for the relying party's own policy
and for whatever legal or contractual regime governs the parties, and this
document deliberately declines to make that determination on a relying party's
behalf.</t>

</section>
<section anchor="no-payload-member-in-this-revision"><name>No payload member in this revision</name>

<t>This revision defines <strong>no payload member</strong> carrying either assertion. An
assertion about a witness key is a separate Signed Statement about a key, not a
field inside a receipt about an engagement, and placing it in the receipt
payload would require a receipt to be reissued in order to change a fact about
its signer. Its content type and payload shape are deferred to a subsequent
revision, and this revision states that they are deferred rather than reserving
a member for them.</t>

</section>
</section>
<section anchor="revocation-clock"><name>Revocation decision clock</name>

<t>A receipt validly signed at time T whose witness key becomes subject to an
assertion at a later time presents an ordering question, and the ordering <bcp14>MUST
NOT</bcp14> be decided from a timestamp the signer supplied. <spanx style="verb">ts</spanx>,
<spanx style="verb">adapter.postedAt</spanx>, and <spanx style="verb">attestation.validity</spanx> are all authored by the party
whose key is in question, and a signer able to forge a signature is able to
choose those values.</t>

<t>Registration is mandatory in this profile (<xref target="scitt-registration"/>), so every
conforming receipt carries at least one attached Receipt from a Transparency
Service, obtained from a party other than the signer. A Verifier that orders a
receipt against an assertion <bcp14>MUST</bcp14> derive the ordering from the registration of
each, as evidenced by their attached Receipts, and <bcp14>MUST NOT</bcp14> derive it from any
timestamp inside the receipt payload.</t>

<t>This revision does not define an encoding for a Transparency Service's
registration time, and does not require a Transparency Service to supply one.
Where the Verifier cannot establish from the attached Receipts that one
registration preceded the other, the ordering is <strong>undetermined</strong>, and the
Verifier <bcp14>MUST</bcp14> surface it as undetermined rather than selecting an order. It
<bcp14>MUST NOT</bcp14> fall back to a payload timestamp for this purpose, and <bcp14>MUST NOT</bcp14>
substitute its own local clock. Stating this plainly is deliberate: a relying
party writing policy against this profile needs to know that the profile
carries the timebase requirement and does not yet carry the mechanism.</t>

</section>
<section anchor="trust-model"><name>Three-party trust model</name>

<t>The trust model described in this section applies to deployments where
the TEE that produces receipts is physically hosted at the Site. In such
deployments, the <em>site owner</em> both controls physical access to the TEE
hardware and is the party responsible for its continued operation. This
profile revision does not address deployments in which the TEE travels
with a mobile Actor (for example, a TEE integrated into a mobile robot's
compute platform), where the party controlling the attester's physical
platform is distinct from the party controlling the Site. Such on-device
attester topologies are not addressed here because a prerequisite is not yet
in place, and naming that prerequisite is more useful than restating the
deferral.</t>

<t>A travelling TEE is a delegated-witness deployment: the platform is controlled
by a party other than the Site Owner, so the authorization to sign on the TEE's
behalf must be evaluated by a Verifier rather than assumed from physical
custody of the hardware. That evaluation depends on resolving the delegation
credential, which this revision defines as an Issuer-published fact
(<xref target="issuer-published"/>) whose serialization is not yet specified. Until the
encoding of that fact is fixed, a mobile-attester topology cannot be described
in a way two implementations would evaluate identically, and specifying the
topology first would produce a mode that reads as normative and cannot be
conformed to.</t>

<t>The security posture of this profile REQUIRES that three distinct parties
participate in every receipt, and that no single party can produce a valid
receipt alone:</t>

<t><list style="symbols">
  <t>The <em>site owner</em> physically controls the TEE hardware. They can power it
off, unplug it, or refuse to host it, but they CANNOT extract the signing
key material or forge signatures with it. The site owner therefore
controls whether receipts are produced at all, but not their content.</t>
  <t>The <em>TEE silicon vendor</em> provides the hardware root of trust that binds
the signing key to a specific attested platform. Detection of a
compromised or counterfeit TEE relies on this supply chain and is out of
scope of this profile.</t>
  <t>The <em>Issuer</em> (typically the operator of a witness service) writes the
Statement payload, causes the TEE to sign, registers the resulting Signed
Statement with a Transparency Service, and performs the Adapter Write-In.
The Issuer CANNOT sign without a live TEE. An Issuer that registers a
receipt cannot prevent a relying party or auditor checking the
Transparency Service from observing an equivocated chain. An Issuer that
withholds a receipt from registration is not detected by this mechanism,
which is why registration is mandatory in this profile
(<xref target="scitt-registration"/>).</t>
</list></t>

<t>An implementation that collapses two or more of these roles into a single
principal (for example, a cloud service that owns the TEE hardware AND
signs AND registers with its own Transparency Service) is NOT conforming to
this profile, and relying parties <bcp14>MUST NOT</bcp14> treat receipts from such an
implementation as offering the trust properties defined here.</t>

<t>Customer-controlled signing keys held outside a TEE are explicitly WEAKER
than the model in this profile and <bcp14>MUST NOT</bcp14> be represented as equivalent.
A site owner with direct access to the signing key can backdate, forge, or
suppress receipts unilaterally, and no relying party -- insurer, regulator,
or counterparty -- can distinguish an authentic receipt from a fabricated
one in that setting.</t>

</section>
<section anchor="site-ts-affiliation"><name>Site Owner and Transparency Service as one principal</name>

<t>This profile addresses two affiliation relationships. <spanx style="verb">issuerAffiliation</spanx>
(<xref target="payload"/>) states the relationship between the Issuer and the Site Owner. The
disclosure of <xref target="scitt-registration"/> states the relationship between the Issuer
and the Transparency Service. Neither states the relationship between the Site
Owner and the Transparency Service, and this revision provides no member and no
Issuer-published fact that carries it.</t>

<t>The gap is not covered by the other two. An Issuer independent of both the Site
Owner and the Transparency Service satisfies both existing disclosures, while a
Site Owner that operates the Transparency Service the Issuer registers with
still obtains, at the registration step, the ability to suppress or withhold
entries concerning its own site. The external reference that
<xref target="scitt-registration"/> requires is then external to the Issuer but not to the
party whose conduct at the site is in question, which is the party a relying
party is usually evaluating.</t>

<t>A relying party that requires registration evidence external to the Site Owner
cannot establish that property from a receipt conforming to this revision, and
<bcp14>MUST</bcp14> obtain the relationship out of band. Stating this is deliberate: a policy
author reading <xref target="scitt-registration"/> could otherwise conclude that an
unaffiliated-Issuer registration establishes independence from the site, which
it does not.</t>

</section>
<section anchor="identity-attribution"><name>Identity attribution</name>

<t>Identity attribution above the key level -- linking <spanx style="verb">iss</spanx>, <spanx style="verb">actor.id</spanx>, and
<spanx style="verb">site.id</spanx> to real-world legal or natural persons -- requires an out-of-band
identity binding document. This profile does not specify that document's
format. <spanx style="verb">-02</spanx> called it an identity manifest, which collided with the unrelated
Issuer-published facts of <xref target="issuer-published"/>; the two were never the same
document and the shared name implied they were.</t>

</section>
<section anchor="privacy"><name>Privacy</name>

<t>Site identifiers, actor identifiers, and engagement types <bcp14>MAY</bcp14> be sensitive.
Issuers <bcp14>SHOULD</bcp14> publish only the digests of envelope documents and internal
evidence structures, as this profile requires. Issuers <bcp14>MAY</bcp14> additionally
choose to encrypt the Statement payload under a per-relying-party key and
publish only the Signed Statement's Receipt to a public Transparency
Service, following the guidance in <xref target="RFC9943"/> Section 6.2 for sensitive
Statements.</t>

</section>
</section>
<section anchor="impl-status"><name>Implementation status</name>

<t>This section records the status of known implementations of the protocol
defined by this specification and follows the approach described in
<xref target="RFC7942"/>. It is intended to assist review of the specification and does
not imply IETF endorsement. This section is to be removed before publication
as an RFC.</t>

<t><strong>Reference implementation.</strong> <spanx style="verb">pask-workspace</spanx>, maintained by Wilder Robotics,
is a prototype Rust workspace with six crates: <spanx style="verb">pask-wire</spanx>, <spanx style="verb">pask-attest</spanx>,
<spanx style="verb">pask-site</spanx>, <spanx style="verb">pask-adapter</spanx>, <spanx style="verb">pask-wire-cli</spanx>, and <spanx style="verb">pask-ts-client</spanx>. Source:
<spanx style="verb">https://github.com/wilder-robotics/pask-workspace</spanx>.</t>

<t>The implementation assessment is based on merged source through commit
<spanx style="verb">83d4b56e49a3b09d088bddd0802c81b73ac34664</spanx>, which incorporates the changes from
PRs #68 and #69. The source revision containing this draft additionally
provides a <spanx style="verb">wilder.pser/0.6</spanx> example generator and tests that compare the
active draft's payload figure byte-for-byte with its output. The existing
<spanx style="verb">wilder.pser/0.5</spanx> generator and regression fixtures are retained.</t>

<t><strong>Version support and implemented checks.</strong> The implementation supports
<spanx style="verb">wilder.pser/0.5</spanx> and <spanx style="verb">wilder.pser/0.6</spanx>. It selects and checks the protected
content type against the declared payload version. For 0.6, it implements
receipt-issuance timestamp containment within the recorded attestation
validity interval and the DIRECT_WITNESS exact-string identifier convention.
Those additional checks are not imposed retroactively on 0.5.</t>

<t>Candidate-entry derivation preserves the contents of the protected-header,
payload, and signature byte strings and constructs the deterministic
untagged outer array <spanx style="verb">[P, {}, M, S]</spanx>. The implementation also provides
RFC9162_SHA256 leaf hashing and inclusion-proof/signature verification, and
reads attached Receipts in byte-string form. Its reader additionally accepts
specified legacy forms for compatibility; accepting those forms does not
establish transmitted-envelope conformance.</t>

<t>Receipt-chain verification checks the relationships between presented
payloads and reports affiliation changes. Submission code exists in
<spanx style="verb">pask-ts-client</spanx>. A test-only recipient path exercises derivation, Receipt
extraction, and proof selection with controlled keys and independent expected
vectors. It is not an exported application-level aggregate verifier.</t>

<t><strong>Remaining limitations.</strong> The implementation does not establish authenticated
association between the signature-verification key and the claimed witness
or Issuer identifiers for either supported version. The 0.6 label comparison
does not close the historical 0.5 key-association gap or establish hardware
provenance. Vendor-evidence appraisal and the witness-key lifecycle assertions
remain incomplete. Timestamp containment checks recorded-time consistency,
not independently established real-world issuance time.</t>

<t>Sender wire-format handling and full SCITT Receipt-envelope/claims validation
remain tracked as issues #70 and #71, respectively. Application-facing
aggregate verification and complete cryptographic interoperability against
an independent Transparency Service remain open. The disclosed test paths do
not establish production readiness or complete profile conformance.</t>

<t>Corrective-statement production and verification are not implemented. The
informative appendix records a design for discussion, not a frozen corrective
wire format or an implemented feature (<xref target="correction-envelope"/>).</t>

<t><strong>Licensing.</strong> <spanx style="verb">pask-wire</spanx>, <spanx style="verb">pask-attest</spanx>, and <spanx style="verb">pask-wire-cli</spanx> are Apache-2.0.
<spanx style="verb">pask-site</spanx>, <spanx style="verb">pask-adapter</spanx>, and <spanx style="verb">pask-ts-client</spanx> are AGPL-3.0-only.</t>

<t>The author is aware of no other implementation of this profile.</t>

</section>
<section anchor="complementary-positioning"><name>Complementary positioning</name>

<t>This profile is orthogonal to:</t>

<t><list style="symbols">
  <t><xref target="RFC9943"/> (SCITT architecture) -- addresses digital supply chains;
this profile addresses physical-site engagements.</t>
  <t><xref target="I-D.noa-scitt-ai-agent-receipt"/> -- addresses per-action AI-agent
receipts; this profile addresses per-engagement physical receipts. An
AI agent that dispatches a physical engagement <bcp14>MAY</bcp14> emit both, correlated
via <spanx style="verb">sub</spanx>.</t>
  <t><xref target="I-D.mih-scitt-agent-action-capsule"/> -- addresses agent-action
disposition (executed, blocked, denied, errored); this profile addresses
what physically occurred after dispatch and does not carry disposition
semantics.</t>
</list></t>

<t>This profile does NOT invent a new wire format. A Physical-Site Engagement
Receipt is a SCITT Signed Statement (COSE_Sign1) and verifies in any
conforming COSE implementation and composes with any SCITT Transparency
Service.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">

&RFC8785;
&RFC8949;
&RFC9052;
&RFC9162;
&RFC9597;
&RFC9942;
&RFC9943;
&RFC2119;
&RFC8174;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&RFC7942;
&RFC9334;
<reference anchor="I-D.noa-scitt-ai-agent-receipt" target="https://datatracker.ietf.org/doc/html/draft-noa-scitt-ai-agent-receipt-01">
  <front>
    <title>A SCITT Profile for AI-Agent Action Receipts</title>
    <author initials="T." surname="Toraman" fullname="T. Toraman">
      <organization>NordenSoft</organization>
    </author>
    <date year="2026" month="August" day="15"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-noa-scitt-ai-agent-receipt-01"/>
</reference>
&I-D.mih-scitt-agent-action-capsule;
&RFC6838;


    </references>

</references>


<?line 1527?>

<section anchor="correction-envelope"><name>Corrective Statements (Informative)</name>

<t>This appendix is informative and records a corrective-statement design for
discussion. It does not define an interoperable corrective-statement wire format
or impose additional requirements on <spanx style="verb">wilder.pser/0.6</spanx> engagement receipts. The
corrective content type, versioning, and signed-statement reference encodings
remain unresolved. No correction implementation or completeness of correction
discovery is claimed.</t>

<t>A correction is a SCITT Signed Statement registered with a Transparency Service.
It is not a PSER engagement receipt. It carries its own <spanx style="verb">content_type</spanx>, distinct
from <spanx style="verb">application/pser+json; profile=wilder.pser/0.6</spanx>. It does not carry the
PSER <spanx style="verb">spec</spanx> member. It has its own versioning arrangement.</t>

<t>The correction payload would carry:</t>

<t><list style="symbols">
  <t><strong><spanx style="verb">target</spanx></strong> (required, string): identifies the original signed assertion
being corrected. Encoding is not frozen in this revision. The reference
encoding is unresolved and coordinated with issue #67. The reference
mechanism must work for both engagement receipts and corrective statements.</t>
  <t><strong><spanx style="verb">kind</spanx></strong> (required, string): the kind of corrective assertion. Admissible
values:
  <list style="symbols">
      <t><spanx style="verb">AMENDMENT</spanx>: the signer asserts that its own earlier statement was wrong,
incomplete, or should no longer be relied upon. Same <spanx style="verb">iss</spanx> as the original
is allowed. If a different <spanx style="verb">iss</spanx> is used, continuity or authorization must
be established before the verifier reports it as that issuer's amendment.</t>
      <t><spanx style="verb">CHALLENGE</spanx>: the signer disputes another issuer's identified statement.
Different <spanx style="verb">iss</spanx> is expected. Different issuer identifiers do not establish
organizational independence or authority.</t>
      <t><spanx style="verb">CORROBORATION</spanx>: the signer supports a specified amendment or challenge.
NOT labeled "independent support." Independence is reported separately when
supported by evidence or policy.</t>
    </list></t>
  <t><strong><spanx style="verb">content</spanx></strong> (required, object): the corrective assertion. Would carry:
  <list style="symbols">
      <t><spanx style="verb">summary</spanx> (required, string): human-readable description of what is being
corrected.</t>
      <t><spanx style="verb">fields</spanx> (optional, array): specific payload fields of the original that
are disputed or amended.</t>
    </list></t>
  <t><strong><spanx style="verb">ts</spanx></strong> (required, string): RFC 3339 UTC timestamp at which the correction
was signed.</t>
  <t><strong><spanx style="verb">amends</spanx></strong> (optional, object): identifies a specific earlier correction
being withdrawn or replaced. Would carry:
  <list style="symbols">
      <t><spanx style="verb">ref</spanx> (required, string): reference to the earlier correction. Same
encoding as <spanx style="verb">target</spanx>.</t>
      <t><spanx style="verb">operation</spanx> (required, string): <spanx style="verb">WITHDRAW</spanx> or <spanx style="verb">REPLACE</spanx>.</t>
      <t>Withdrawal and replacement authority is checked against the statement
being changed (the earlier correction), not just against the original
receipt. Both <spanx style="verb">WITHDRAW</spanx> and <spanx style="verb">REPLACE</spanx> operations require this check. A
claimed withdrawal or replacement is attributable as an action by the
earlier statement's issuer only when that identity or authorization
relationship is established. Otherwise it remains another party's
assertion about that statement.</t>
    </list></t>
  <t><strong><spanx style="verb">supports</spanx></strong> (required for <spanx style="verb">CORROBORATION</spanx>, string): reference to a
specific amendment or challenge being corroborated. Same encoding as
<spanx style="verb">target</spanx>. Every <spanx style="verb">CORROBORATION</spanx> identifies the specific statement it
supports.</t>
</list></t>

<t>The signer declares the kind. The verifier reports which identity and
relationship checks were established. The relying party assigns evidentiary
weight. No universal different-<spanx style="verb">iss</spanx> requirement applies. Same-<spanx style="verb">iss</spanx> amendments
are allowed. Different issuer identifiers do not establish organizational
independence or authority.</t>

<t>In this proposed model, a <spanx style="verb">CHALLENGE</spanx> would be evaluated against the public key
of the statement being challenged. Where both relevant signatures have been
successfully verified and a supported comparison establishes that the
verification keys are the same, the verifier would report that the declared
<spanx style="verb">CHALLENGE</spanx> fails the proposed distinct-key/kind-consistency condition. It would
preserve the signed declared kind and report the reason separately. The
statement's signature and any inclusion proof may still verify; the
kind-consistency failure would not rewrite either signed record, silently
convert the <spanx style="verb">CHALLENGE</spanx> to an <spanx style="verb">AMENDMENT</spanx>, or automatically invalidate the
original. It would not determine the truth of the disputed facts.</t>

<t>Kind consistency and its supporting key-relationship result would appear as
explicit, machine-readable findings in the primary result for each evaluated
corrective statement, and a failure or unestablished required relationship would
be visible in the main report summary. They would not be available only as
optional metadata. A broad summary that a correction is verified would not
conceal a failed or unestablished required kind-consistency check. When a
referenced statement, a successful signature verification, or the required
comparison inputs are unavailable, the relationship would be reported as
unestablished with a reason, not as different keys or as a successful
consistency result. Issuer-signature, inclusion, kind-consistency, authority,
original-statement, and local-policy findings would remain distinguishable.</t>

<t>For <spanx style="verb">CORROBORATION</spanx>, the verifier would report the signing-key relationship to
the statement named by <spanx style="verb">supports</spanx> and to the original anchor separately. Reuse
of the supported statement's key would not count as an additional distinct-key
source. Reuse of the original anchor's key alone would not force amendment
classification. Different keys would not, by themselves, establish
organizational independence.</t>

<t>These paragraphs describe proposed reporting behavior. They do not finalize an
output schema, field names, diagnostic-code registry, or corrective-statement
wire format, and do not add a correction-processing requirement to
<spanx style="verb">wilder.pser/0.6</spanx> engagement receipts.</t>

<t>An illustrative reporting example, not a specified schema:</t>

<figure><artwork><![CDATA[
Corrective statement C1, challenging original O1
Declared kind: CHALLENGE
C1 signature: verified
O1 signature: verified
C1 inclusion evidence: verified under accepted service key
Signing-key relationship C1/O1: same verified public key
Kind consistency: failed - same-key CHALLENGE
Organizational independence: not established by these checks
Effect on O1: no automatic invalidation or modification
Local policy: evaluated separately
]]></artwork></figure>

<t>When O1 is unavailable, the key relationship and required kind consistency are
unestablished with a reason. That is not portrayed as "different keys" or a
successful challenge. These are proposed reporting examples, not claims that
correction verification is implemented.</t>

<t>The verifier evaluates presented statements and their direct references. It does
not recursively discover corrections. It does not compute a "winning" history.
Where processing limits or missing references prevent a relationship from being
checked, the verifier reports that limitation rather than inventing a final
disposition. Availability, verification, and search coverage are reported as
distinct questions. No automatic winning history is computed.</t>

<t>This design is presented as a proposal. Reference encoding for <spanx style="verb">target</spanx>,
<spanx style="verb">amends</spanx>, and <spanx style="verb">supports</spanx> is not frozen and is coordinated with issue #67. The
reference implementation does not produce or verify correction records.
Discovery of corrections from an original receipt is not specified in this
revision. "Original-only" means no correction was presented; it does not mean
no correction exists. A correction does not reset the original's
<spanx style="verb">attestation.validity</spanx> interval. A correction's <spanx style="verb">ts</spanx> is not constrained by the
original's validity window.</t>

</section>
<section anchor="change-log"><name>Change log</name>

<section anchor="changes-in-04"><name>Changes in -04</name>

<t>This revision introduces <spanx style="verb">wilder.pser/0.6</spanx> as the profile version carrying the
timestamp containment requirement and the DIRECT_WITNESS identifier-consistency
convention. <spanx style="verb">wilder.pser/0.5</spanx> retains its published meaning; its profile does
not require timestamp containment or the naming convention. A receipt
declaring <spanx style="verb">wilder.pser/0.5</spanx> is not subject to these rules, regardless of when
it was produced.</t>

<t>This revision specifies the candidate-entry byte encoding for inclusion-proof
verification, replacing the -03 disclosure that deferred this to an agreed
convention. The candidate entry is the untagged four-element array <spanx style="verb">[P, {}, M,
S]</spanx> derived from the presented Transparent Statement. Registration and
verification alignment is required, not assumed. Transmitted envelopes use COSE
tag 18; the untagged candidate entry is a profile-internal representation. A
Transparency Service that hashes a different representation cannot satisfy this
profile unless it commits to the candidate-entry representation specified here.</t>

<t>The at-least-one-trusted-proof acceptance rule is specified: the profile's
inclusion requirement is satisfied only when at least one attached Receipt has
both a valid Transparency Service signature under an accepted service key and a
valid inclusion proof for the derived candidate entry. A structurally parseable
additional Receipt whose cryptographic verification fails does not defeat
another attached Receipt that satisfies the requirement. The aggregate
verification logic exists only as a test helper; application integration remains
open.</t>

<t>The TEE Class registry descriptions are clarified with informative context.
No values are added, removed, or renamed. The evidence-format question for each
value remains unresolved.</t>

<t>This revision does not introduce an <spanx style="verb">attestationResult</spanx> member into the
normative payload. The evidence-model question remains open. The complete
explanation of retained evidence mechanisms, external appraisal, and the
digest-versus-retrieval distinction is incorporated. Delegated signing does not
itself establish evidence appraisal.</t>

<t>This revision presents the corrective statement design as an informative
appendix proposal. The correction payload type, signing rule, correction kinds,
relationship model, processing rule, and verifier behavior are defined.
Reference encoding for <spanx style="verb">target</spanx>, <spanx style="verb">amends</spanx>, and <spanx style="verb">supports</spanx> is not frozen and is
coordinated with issue #67. The reference implementation does not produce or
verify correction records. Every <spanx style="verb">CORROBORATION</spanx> identifies the specific
statement it supports. Same-key <spanx style="verb">CHALLENGE</spanx> inconsistency is reported
separately. Withdrawal and replacement authority is checked against the
statement being changed. A correction does not reset the original's
<spanx style="verb">attestation.validity</spanx> interval.</t>

</section>
<section anchor="changes-in-03"><name>Changes in -03</name>

<t>This revision resolves a defect in <spanx style="verb">-02</spanx> in which one undefined noun carried
four unrelated obligations. <spanx style="verb">-02</spanx> placed four normative requirements on a
Verifier against "the Issuer's manifest" while stating, in its own identity
attribution section, that it did not specify that document's format. A Verifier
was therefore required four times to read a document the profile never
described. The four obligations were not variants of one thing, and are not
resolved by defining one document.</t>

<t>It adds one <bcp14>REQUIRED</bcp14> payload member and bumps the profile identifier from
<spanx style="verb">wilder.pser/0.4</spanx> to <spanx style="verb">wilder.pser/0.5</spanx>. It removes nothing and narrows no
existing requirement.</t>

<t><list style="symbols">
  <t><strong><spanx style="verb">attestation.bindingMode</spanx> (<bcp14>REQUIRED</bcp14>) is added</strong>, carrying the
attestation-binding mode in the receipt. In <spanx style="verb">-02</spanx> a Verifier was required to
obtain the mode from an Issuer-published document before it could rely on the
non-extractability property stated in the introduction. The mode is a
per-receipt fact fixed at signing time and known to the signer, and locating
it outside the receipt made a property of the presented bytes depend on a
network retrieval. The introduction's requirement now reads against the
member. The value set is closed and a <spanx style="verb">DIRECT_WITNESS</spanx> receipt whose
<spanx style="verb">attestation.witnessKey</spanx> and <spanx style="verb">iss</spanx> differ is rejected.</t>
  <t><strong>The acknowledgement-object obligation is withdrawn as a Verifier
requirement</strong> and restated as wording. <spanx style="verb">-02</spanx> located the minimal ack object's
schema in the Issuer's manifest in the same sentence that defined the object
as bound by Merkle inclusion and not published. A document defined to be
unfetchable cannot carry an obligation a Verifier can discharge. No mechanism
changes; <spanx style="verb">adapter.ackProvenance</spanx> already distinguishes the case.</t>
  <t><strong><xref target="issuer-published"/> is added</strong>, naming the two obligations that are
genuine external retrievals and stating how they resolve. Both are disclosures
about the Issuer rather than identity claims. The section fixes a stable
Issuer-controlled identifier discoverable from <spanx style="verb">iss</spanx>, permits caching, voids a
cached answer on a signing-key change, and defines a failure to resolve as
<strong>undetermined</strong>.</t>
  <t><strong>Undetermined is stated as a third outcome.</strong> A Verifier <bcp14>MUST NOT</bcp14> resolve an
undetermined fact to the Issuer-favourable value, <bcp14>MUST NOT</bcp14> report a fact as
absent where it was never successfully retrieved, and <bcp14>MUST NOT</bcp14> reject a
receipt solely on the ground that a fact is undetermined. This follows the
treatment already given to undetermined registration ordering in
<xref target="revocation-clock"/>. The distinction between a fact checked and found absent
and a fact never checked is load-bearing: collapsing the two lets a Verifier
report to a relying party something it has no basis to state.</t>
  <t><strong>No serialization format is specified for Issuer-published facts.</strong> This
revision defines the obligations and their resolution behaviour and defers the
encoding. Fixing a format before one has been deployed invites repudiation in
the following revision rather than refinement.</t>
  <t><strong>Conformance vectors accompanying this revision <bcp14>MUST</bcp14> include a failing
resolution case for each Issuer-published fact</strong>, and the expected outcome of
such a case <bcp14>MUST NOT</bcp14> be acceptance.</t>
  <t><strong>The mobile-attester deferral in <xref target="trust-model"/> now names its
prerequisite.</strong> <spanx style="verb">-02</spanx> recorded that on-device attester topologies were
expected to be addressed in a subsequent revision without stating what they
waited on. A travelling TEE is a delegated-witness deployment, so it depends
on resolving the delegation credential, whose encoding this revision
deliberately leaves open.</t>
  <t><strong><xref target="site-ts-affiliation"/> is added</strong>, recording that the profile carries no
disclosure of the relationship between the Site Owner and the Transparency
Service. An Issuer unaffiliated with both satisfies the two existing
disclosures while a Site-Owner-operated Transparency Service retains the
ability to withhold entries concerning its own site. The gap is recorded
rather than closed.</t>
  <t><strong>Editorial: the identity attribution section no longer calls its
out-of-band document a manifest.</strong> It was never the same document as the
Issuer-published facts above, and the shared name implied it was.</t>
</list></t>

</section>
<section anchor="changes-in-02"><name>Changes in -02</name>
<t><list style="symbols">
  <t>Corrected two internally inconsistent statements about the Site Owner that
-00 and -01 both carried. The overview described the Site Owner as owning
the hardware, while the trust model described the same party by capability;
the overview now uses the capability language, matching the definition added
to <xref target="terminology"/> in this revision.</t>
  <t>Bounded the introduction's non-extractability statement to direct-witness
mode. -01 stated as a profile-wide REQUIREMENT that the signing authority be
neither extractable by the Site Owner nor by the Issuer, while normatively
defining a delegated-witness mode in which the Issuer signs with its own key.
The statement is now scoped to the mode it describes, the weaker property of
the other mode is stated, and a Verifier is required to determine the mode
from the manifest rather than assume it.</t>
</list></t>

<t>This revision closes the reviewer-identified gap in the Adapter Write-In,
states a witness key lifecycle that <spanx style="verb">-01</spanx> did not address, and records one
scope boundary that <spanx style="verb">-01</spanx> left to internal doctrine. It adds two payload
members and bumps the profile identifier; it removes nothing.</t>

<t><list style="symbols">
  <t><strong><spanx style="verb">adapter.ackProvenance</spanx> (<bcp14>REQUIRED</bcp14>) is added</strong> and the profile identifier
and media-type parameter move from <spanx style="verb">wilder.pser/0.3</spanx> to <spanx style="verb">wilder.pser/0.4</spanx>.
<spanx style="verb">-01</spanx> carried <spanx style="verb">adapter.ackDigest</spanx> with no way for a Verifier to tell an
acknowledgement authored by an independent operations layer from one authored
by the Issuer under the fallback in that member's own definition. The two are
now distinguishable in the receipt rather than in out-of-band context. The
member is <bcp14>REQUIRED</bcp14> rather than optional because an absent value would itself
have to be assigned a meaning, which reintroduces the collapse.</t>
  <t><strong>A Verifier <bcp14>MUST NOT</bcp14> resolve an unrecognized <spanx style="verb">adapter.ackProvenance</spanx> value
in the receipt's favour.</strong> It is preserved as received and surfaced as
unrecognized, and is neither read as <spanx style="verb">THIRD_PARTY</spanx> nor normalized to <spanx style="verb">NONE</spanx>.</t>
  <t><strong><spanx style="verb">issuerAffiliation</spanx> (<bcp14>REQUIRED</bcp14>) is added</strong>, stating whether the Issuer and
the Site Owner are affiliated principals, with the three values
<spanx style="verb">AFFILIATED</spanx>, <spanx style="verb">INDEPENDENT</spanx> and <spanx style="verb">NOT_DISCLOSED</spanx>. <spanx style="verb">-01</spanx> gave a relying party
no way to tell from a receipt whether the party that signed it had an
interest in what it said, while requiring in <xref target="trust-model"/> that the roles
not be collapsed. The member is <bcp14>REQUIRED</bcp14> for the same reason
<spanx style="verb">adapter.ackProvenance</spanx> is: an absent value would have to be assigned a
meaning, and every candidate meaning either manufactures a disclosure or
makes an accusation.</t>
  <t><strong>A Verifier <bcp14>MUST NOT</bcp14> read <spanx style="verb">NOT_DISCLOSED</spanx> as <spanx style="verb">INDEPENDENT</spanx></strong>, and <bcp14>MUST NOT</bcp14>
read an unrecognized value as <spanx style="verb">AFFILIATED</spanx> or normalize it to
<spanx style="verb">NOT_DISCLOSED</spanx>. The profile records the Issuer's claim about itself and
defines no mechanism for verifying it; a verified receipt is evidence that
the claim was made and bound, not that it is true.</t>
  <t><strong>A third Chain-Verifier obligation is added, and it is deliberately not a
rejection.</strong> Where receipts presented as one chain carry different
<spanx style="verb">issuerAffiliation</spanx> values, the change <bcp14>MUST</bcp14> be surfaced and identified by
sequence number, and the presentation remains verifiable. Unlike <spanx style="verb">chain.seq</spanx>
and <spanx style="verb">chain.prevHash</spanx>, which are wholly under the Issuer's control and admit
no honest violation, affiliation is a relationship in the world outside the
receipt and can legitimately change. What is prohibited is reducing a
presentation to a single affiliation value, and in particular adopting the
latest receipt's value, which is what would permit a chain to be relabelled
after the fact by appending one receipt.</t>
  <t><strong><em>Site Owner</em> is added to <xref target="terminology"/></strong>, defined by capability rather
than by title. <spanx style="verb">-01</spanx> used the term in prose at three places in
<xref target="trust-model"/> without defining it, and this revision is the first to assign
it a normative capability.</t>
  <t><strong>A witness key lifecycle is stated (<xref target="key-lifecycle"/>)</strong>, defining two named
assertion classes. Cessation may be asserted by the Site Owner or the Issuer
independently; retroactive impeachment may be asserted by the Issuer only.
Neither deletes, invalidates, or suppresses a registered receipt. Both are
scoped against the two attestation-binding modes of
<xref target="attestation-binding"/>, and in delegated-witness mode an assertion <bcp14>MUST</bcp14>
identify the key it covers.</t>
  <t><strong>No payload member carries either assertion in this revision.</strong> The content
type and payload shape of an assertion about a key are deferred, and this
revision states the deferral rather than reserving a member.</t>
  <t><strong>A revocation decision clock is stated (<xref target="revocation-clock"/>)</strong>, requiring
the ordering of a receipt against an assertion to be derived from
registration rather than from any signer-supplied timestamp, and requiring an
ordering that cannot be established to be surfaced as undetermined rather
than guessed.</t>
  <t><strong>Compromise of a TEE class or platform is stated not to be a key lifecycle
event</strong> and remains out of scope (<xref target="tee-compromise"/>).</t>
  <t><strong>A scope boundary is added to <xref target="non-goals"/>:</strong> the profile attests nothing
about the internal state, intent, or decision process of a human
participant, nor about signals conveyed by a direct neural or
brain-computer interface. No member, value, or extension point is defined
for one.</t>
  <t><strong>Two implementation-status statements in <spanx style="verb">-01</spanx> are corrected.</strong> The
Chain-Verifier checks defined by <spanx style="verb">-01</spanx> are now implemented, and the crate
disagreement over a zero-length attestation validity interval is resolved
with the rule stated in Section 4.1.</t>
</list></t>

</section>
<section anchor="changes-in-01"><name>Changes in -01</name>

<t>This revision made two groups of changes. The first reconciles the profile
identifier and four attestation members with the reference implementation and
changes how the example figure in Section 4 is produced. The second corrects
statements in <spanx style="verb">-00</spanx> that were found to be wrong or unsupported, and adds
normative requirements that <spanx style="verb">-00</spanx> implied without stating. Both groups are
enumerated below. Every normative change in this revision appears in one of
them.</t>

<section anchor="reconciliation-with-the-reference-implementation"><name>Reconciliation with the reference implementation</name>

<t><list style="symbols">
  <t>The profile identifier and media-type parameter are <spanx style="verb">wilder.pser/0.4</spanx>. A
producer built against <spanx style="verb">wilder.pser/0.2</spanx> is rejected on version validation
rather than on an unknown member.</t>
  <t><spanx style="verb">attestation.measuredBootChain</spanx> (string) is replaced by
<spanx style="verb">attestation.measuredBoot</spanx>, an object carrying the chain digest and the
component sequence that hashes to it.</t>
  <t><spanx style="verb">attestation.platformEvidence</spanx> is an object carrying a digest and an
encoding label, rather than a bare string.</t>
  <t><spanx style="verb">attestation.validity</spanx> is added and is <bcp14>REQUIRED</bcp14>. It carries <spanx style="verb">notBefore</spanx> and
<spanx style="verb">notAfter</spanx>. <spanx style="verb">notAfter</spanx> <bcp14>MUST</bcp14> be strictly later than <spanx style="verb">notBefore</spanx>; a
zero-length interval is rejected. This revision does not require a Verifier
to test <spanx style="verb">ts</spanx> against the interval, and says so rather than implying a check
that does not happen.</t>
  <t>The <em>TEE Class</em> registry is stated to be requested and not yet allocated,
and the route by which a value is added is stated explicitly, so that an
implementer on an unlisted confidential-compute environment has a documented
path rather than only a rejection.</t>
  <t>The TEE Class registry values name confidential-compute environments rather
than instruction set architectures.</t>
  <t>The Section 4 example is a complete, literal instance emitted by the
reference implementation, and is asserted byte-identical to that
implementation in its continuous integration. The -00 figure was a schema
template rendered in a JSON code block and did not parse as JSON.</t>
</list></t>

</section>
<section anchor="corrections-and-added-normative-requirements"><name>Corrections and added normative requirements</name>

<t><list style="symbols">
  <t>The claim that the hash chain detects tail truncation is <strong>withdrawn</strong>. The
<spanx style="verb">chain</spanx> field does not detect the withholding of the most recent receipts in
any presentation, and does not detect equivocation. Section 7.2 is rewritten
to state what the chain does and does not establish, and to attribute
detection of either condition to evidence obtained from outside the
presentation. The Abstract no longer asserts truncation detection, and the
corresponding Section 1 scope bullet is rewritten. An appeal to TEE
attestation as establishing recency is removed as unsound: a TEE
establishes that it wrote the state it attests, not that that state is the
most recent.</t>
  <t>The <spanx style="verb">chain</spanx> construction is now specified <strong>normatively in this document</strong>.
<spanx style="verb">-00</spanx> deferred part of it to <xref target="I-D.noa-scitt-ai-agent-receipt"/>; that
document is now cited for provenance only, and no conformance requirement of
this profile depends on it.</t>
  <t><spanx style="verb">chain.seq</spanx> is stated as <strong>non-negative</strong> rather than monotonic, and the
first receipt in a chain <bcp14>MUST</bcp14> carry <spanx style="verb">chain.seq</spanx> 0. <spanx style="verb">-00</spanx> used "monotonic",
which does not constrain a single receipt and did not state the head value.</t>
  <t><strong>Two chain-level verification requirements are added.</strong> A Chain-Verifier
presented with two or more receipts as one contiguous chain <bcp14>MUST</bcp14> check
<spanx style="verb">chain.seq</spanx> contiguity and <bcp14>MUST</bcp14> check that each <spanx style="verb">chain.prevHash</spanx> equals the
preceding receipt's <spanx style="verb">chain.hash</spanx>. <spanx style="verb">-00</spanx> described these properties as
holding without requiring any party to check them. <em>Chain-Verifier</em> is
defined in Section 2.</t>
  <t><strong><spanx style="verb">chain.prevHash</spanx> is redefined to remove an inconsistency that made the
chain check unsatisfiable.</strong> <spanx style="verb">-00</spanx> and an earlier draft of this revision
defined <spanx style="verb">chain.prevHash</spanx> as a digest of "the immediately preceding
receipt", while defining <spanx style="verb">chain.hash</spanx> as a digest taken with the
<spanx style="verb">chain.hash</spanx> member absent. Read literally, those two definitions do not
produce equal values, so the adjacent-pair check added above would have
rejected every honest chain. <spanx style="verb">chain.prevHash</spanx> now carries the preceding
receipt's <spanx style="verb">chain.hash</spanx> value by reference to that member rather than by an
independent digest definition, and the exclusion is restated in both
places. This was found by constructing a three-receipt chain and
evaluating the requirement against it.</t>
  <t><strong>Registration is now mandatory.</strong> An Issuer <bcp14>MUST</bcp14> register every receipt it
issues with at least one Transparency Service, and a relying party <bcp14>MUST NOT</bcp14>
accept a receipt as conforming without a verifying attached Receipt from a
Transparency Service it trusts. <spanx style="verb">-00</spanx> described registration as <bcp14>REQUIRED</bcp14> in
its scope discussion without stating the requirement normatively. Where the
Transparency Service is operated by the Issuer or an affiliate, that
relationship <bcp14>MUST</bcp14> be disclosed and <bcp14>MUST NOT</bcp14> be treated as evidence external
to the Issuer.</t>
  <t>A relying party <strong><bcp14>SHOULD</bcp14></strong> retain the highest verified <spanx style="verb">chain.seq</spanx> per chain
as an anchor. The limits of that anchor, and the absence of any remedy
defined by this profile, are stated explicitly.</t>
  <t>Section 7.5 no longer states that an Issuer cannot prevent an equivocated
chain from being detected once registered. An Issuer that does not register
is not detected by that mechanism; the mandatory-registration requirement is
the response to that gap.</t>
</list></t>

</section>
</section>
</section>
<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>The author thanks the SCITT WG for RFCs 9942 and 9943, and the authors of
<xref target="I-D.noa-scitt-ai-agent-receipt"/> and <xref target="I-D.mih-scitt-agent-action-capsule"/>
for establishing the SCITT-AI receipt idiom on which this profile builds.</t>

<t>The author thanks GitHub user giskard09 for a detailed public review of the
<spanx style="verb">-01</spanx> adapter and verifier semantics. That review identified that
<spanx style="verb">adapter.ackDigest</spanx> was structurally unable to distinguish an acknowledgement
authored by an independent operations layer from one authored by the Issuer,
and pressed for the distinction to be carried in the receipt rather than left
to out-of-band context. The <spanx style="verb">adapter.ackProvenance</spanx> member defined in
<xref target="payload"/> is the result. The requirement that a value outside its closed set
be surfaced as unrecognized, rather than read as <spanx style="verb">THIRD_PARTY</spanx> or normalized to
<spanx style="verb">NONE</spanx>, is also his.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA6y963rbSJIm/D+vAmv/KFtDsiSfypanZ1dtq7s047K9kqq9
vbP9FCESlNCmAA0ASqXxuq9lr+W7si/OGQmAkmu6a5+dlkkwkYfIOMcb0+k0
dGW3LvazBwfZyZuj09PsY1OvynWRreom+3hx25aLfD09KbsiO6zO8/Pisqi6
7LhYFOVV1z4I+dlZU1zD7+979kFY1osqv4R3LZt81U1vyvWyaKbtouy66ZX+
uoVfTwv69bThX053n4VF3hXndXO7n7XdMrSbs8uybcu6Or29ggGPDk//EMqr
Zj/rmk3bPdndfbX7JORNke9nJ8Vi05Tdbbipm8/nTb252ueVhs/FLXy23A9Z
NpWP8K83H04O6Q95fUv/6Jq8aq9gyGpxSx/ojLODI366Pqu7cqFPwzSKZVb8
Cm/vYJ5ZUV2XTV3hjtATedcVbZfjd/Ky8806x9/gDoSQb7qLuqG5wf/PsrJq
97PjWfaJdo0+4s08rs/8h3Vzvi//xq90SllWXObleh+n+T9k53XGs0V9GUJV
N5cwnesC33n8hzcvf3j5XP989eyV/Plq9/kT/XPvhf35/NUP+uerZ0/in0/3
QyirVW/oH9wzT58+wz+Ppm9nVZ0LNeTlFM6/6pQC9mkFQqljhHpwND3AH2QH
C9rt43h0WRa3Ev+byr6dzrLTuskv80q+kL17DyRRVCf1qqPPl3Am+9mT3Scv
prsvp3vPeSZ5c150+9lF1121+99/Dw/lQCCLz0UzK4tuNYORvgdy//6iu1x/
z+S+fXXT3T0atS2asmhxu3SuR1VXNFXRTd/iEHpx7hsJ9/KyvNBn6IGc9mW6
yK/azVrP4cXLpy/hgKZTIMezFhfQhXB6UbYZzH1Dl3dZrMqqaLNcNv3KbfrO
vexhJzz6eHJ4/BjuZX55BSRXXJewud0EiPy8KpaTrF6t1vCC6TWsfVXmZzA0
rAWOoM26ixzf3y6a8qzI4JjgHOuqvqw3LZxUdrGBo5suS3gcb41dxyJOA36f
Z+1VsYChFzAuzBQu/Fqu2Hl9jZu7zM5u4TFe6DKrYZpAq9U53thiDf+cZYf5
4kK5QVbGzTihRYQTOHx5YWvjwKDdRSEP5s3iAl656DZNMYGBF/USHslxJOQ2
MFB1vi4Cjddkl0XbwhIm2SJvmlucSp7965sTOLyqrnCN5X/Cr//15MP77Cq/
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
vYlWb9wflxiGP397dHz45vSXT0en7w9P7JTUQP492Mf2UzxYJGG3sa9e5i+K
1fLZ3pOzsx9evCzyH1a7r3aLl0+evHy2u7fY2ztb/PAk/2GR58WzZ3s/7D59
9fzZs+eL3Vc/LJ+vVrluCI6MeQsViicY/t+tBvWL/QXPLPvn+uTv/M9eT8Oj
0xEHP1vvPbDPv8pff6H//arHJI4FdV34PRrMcvF3/hc3iYQjHjFdDfQ0fC9T
1Ymxs+KbpvX07/zvnmnZty2wwt/fAiXC1892X71I5qv8mphCczlbLHKlQcpN
LLtbvwhgjgcrvu7J9XhO12P3f8e3wpO/pzyd/qNP9dFkHuLY+7cCX/fgc3G7
DzPTa6v5l8ik7HLpVZBrhWzdX4zF8+JZsXr6Q/HDs70lrHpv72W+XC3P9lbF
sxfLxfKHJ8vl7urFqxe7OXz18uXyh3zv5d7zxerl3g/FXmH8oCmuf+Shq816
baf8H/DBrs0l+jfjhDS+8YZFn3IsuOg/Hr03ZiWEMuCYe3/nfym7h/npXu7j
Wezt7j2f7j3bhf+M63MNnxHDmw8/fXx3eEo5LUwpoOniF1c5hlse2LmhZ9OT
CPDccebpqYNcnkPKeOopw3aX17DZlMv9XflvSv8HFzB9qf+U/3jpDyjVuTlY
gWAvlQNjus4vb49O3rwDVZMX9gD9ViOCU5OoQaZHwcIHeuel3v07/4tbdF7U
HHxLSM8d6XVypNP/+Sz+VsN3bqp8Mv3B9Chafxa7e6d0XvEslA1/TagKt84k
q50W6r/4bc96491OX5TQRviKOk34ss+Rr9/di+Ch2t2Dr5TP8wfKa21B5a8I
ZAI+e6geikcaj5pQ1nB1/jgEcnOA2jV0gqyoOFPMs9QRmLhQZtlBuE6S2DnJ
G+0u0+DEwyMTEUeKy74xsz20Bfmrana9twuMjfYrVO90RmSXWLp4haWn/3iH
xN/jegnmesl+k+tFzrBcjp/gQXa+rs8oz3ZTlej2Hzi8Chf1a6WWVzKitQTE
JZUFilWQjfnz8Xt2rc6J78zJJCh/nfFsrEyA1PZNK2YuJ/TIwDL5rh2fvMZx
MIpDEaEWS9LTVAYJjEkAxK1G7JZSa1YZbQNZntRcXRaUjI1u0GW5WuF+oIti
HgXVjDn3DJjCHOb6B4lr3HPEL+ZsCqa1G+RFCnMT+dk//y6D44X/q/rCPNu0
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
ErzHw9cMYLHHmsoXdLM1CiGGdsaCpQfyzzn2yRSl8A0nWiw17kbuQhzEQeET
eJQsB0lObqvNxxyJibKoxRegLaoQjO9G2ui4vFWbKbbk4ENLTXVojxNmIds+
UBd3P2M/yFCZd4g7BskUs0ZyX+M5BliHDGrZ5DeVRo7HfPpJh4JeK9UIU7oy
F3ep4U6SeQw9ajtDasmgE6bTAkeaYSa6c2N9jUh+xwjjax3YLk5q4ix7r9r2
fFTijPFQuwiRpPYz7g/Cpzkh3xsph+gUAMMWpE3av1HNeEaMtE7OTgpKH8wh
MZE1s15NPZZnbIo4mtRrPtkiYKChJV8bl1rEIhHfFrLywexMW8Mp9hHXBrpq
gaHDVsK40Wc7Sfo6AtGgs7oFKZVkG3zFfoHOf0zAEezP/gZ3NlmEK/GbU8Uy
suQ154+w13qTM2YhzIEzpCR/nO32uInB3SknwpfFYs22X63dbPLOmEeu1W+D
xh9BEMSZlbyvsxSRdNSlOQaltbNT9X8Leps1duvTCrmW+5pVYpjyDltxzRDX
Vn5CbJ/OM4jPUl0n1gKSn6ycm4y3Ezt+ijqWtvgyWFbuBOnh3qSEWNoVCbB7
SU1DmfVLqb00cKF3Iy6zdrkg0FtTIbEwgmaiUN+Yys/tWnwfqiz2ZDIgW3et
IsCY1hGxwnebjtTjTsg0EWZbT1qo+FJL6yxSB6Sl+XgIuPrlYWPfMQbrV45v
8taQGFnfSpICRQmRpk9FzPkT1kTBliP6XDfqqSI6HGiMGJOU/cbD01y8aKXa
V4QiKIY2LmJphkpEjfUeKcUOn2XzDjS7YC5x9skfdALFtCUQQYi467Wp4GrL
0E0LvHwhbFeOpAFEmYO2hoXTOC985g/dB/4yLC5qdrnh/5WE7d8AnYnmz1hT
ucekzDJ8ZtK7NjZvJq76DfCUo4kRk37PE5F5dRrS15viNC2iaDrX1nV30bB7
PtBJBcQ3oQaH25tkeARUrSe+xFFPrhyCB7Q9dU5eVBqy5G3EHFZO5IWrXPTt
fe5i2C+BAhzXeL5r03pIfHVsfdeDqhxPg6jVJ09CPcrciEzPuqir17dE4/7e
yDFVvSpNSTVYRmfLJD2ZkTLO2MhovC15OWjOlbA3UEMktq2sAhlvsGNb4T2l
uBjn6gn7jUcXG0RxEWt67MGSA2PsmDEhGNuZxFSpbZ9AzJQUHex3yxNRHMTS
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

-->

</rfc>

