<?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.43 (Ruby 3.2.3) -->


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

]>


<rfc ipr="trust200902" docName="draft-sergeev-claim-boundaries-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Claim Boundaries">Claim Boundaries for Execution Evidence</title>

    <author initials="M." surname="Sergeev" fullname="Mikhail Sergeev">
      <organization>Independent Researcher</organization>
      <address>
        <email>mikhailsergeev369@gmail.com</email>
      </address>
    </author>

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

    
    
    <keyword>evidence</keyword> <keyword>claims</keyword> <keyword>audit</keyword> <keyword>attestation</keyword> <keyword>agents</keyword>

    <abstract>


<?line 302?>

<t>Systems that act in the world produce logs, receipts, approvals,
traces, attestations, provenance statements, and transparency records.
These artifacts are routinely offered as evidence that an action was
authorized, performed, or completed. This document states a discipline
for bounding such claims: the strength of an execution-related claim
is limited by what the available evidence actually observed and by the
control and observation topology at the boundary that produced it.
Message formats, signature validity, receipt validity, and
registration do not create observation or independence that did not
exist. The control-topology test was prompted by a scenario Stephen
Farrell posed in the IETF agent-protocol discussion of July 2026: one
party creates another and may be able to act in its name. The tension is
general, since no message format can supply the independent
enforcement or observation dependencies required by a prevention or
adversary-resistant detection-coverage guarantee, and the scenario is
worked through in an appendix. The document defines no protocol, no
record format, and no registry. It collects non-inference rules, a
control-topology test for prevention and detection claims, a worked
example, and reporting distinctions for evidence that does not support
the claim asserted over it.</t>



    </abstract>



  </front>

  <middle>


<?line 325?>

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

<t>An operator states that "the payment was executed". The artifact
behind the statement is a signed log entry produced by the operator's
own service. The signature verifies. The schema validates. The entry
was registered with a transparency service. None of that establishes
that the payment reached the payment network, only that the operator
recorded and registered a well-formed statement saying so.</t>

<t>Gaps of this kind are routine wherever execution-related evidence is
consumed: audit pipelines, compliance reporting, supply-chain
attestation, and incident forensics. They appeared recently and
sharply in the IETF's agent-protocol discussions of 2026, in
protocols for AI agents, where one party's software performs actions
whose records are produced largely by the acting side itself.</t>

<t>The failure mode is semantic and assurance inflation: the strength of
a claim silently grows as an artifact moves between parties, formats,
and summaries. A record of an invocation is cited as proof of
execution. A valid signature is read as truth of the signed
statement. The presence of an audit trail is read as completeness of
coverage. An authorization is reported as an action performed. Each
step feels small. The result is a claim no producing boundary ever
observed.</t>

<t>This document states the bounding discipline in one place, in
protocol-neutral terms, so that specifications, deployments, and
reviews can name the exact point at which a claim outruns its
evidence.</t>

<section anchor="scope-and-non-goals"><name>Scope and non-goals</name>

<t>This document is descriptive. It defines no wire format, no
transport, no carrier, no record or receipt format, no authority or
authorization mechanism, no registry, and no generic evidence
protocol. It does not compete with, extend, or profile any of the
systems discussed in <xref target="related"/>. It states analytic limits that hold
whichever of those systems carries the evidence. Because it
specifies no protocol behavior, it does not use BCP 14 requirement
keywords: statements of the form "X does not establish Y" are claims
about what an artifact can support, not conformance requirements.</t>

<t>This document states a claim-appraisal discipline, not an
evidence-design discipline. It identifies when available evidence does or does not
establish a claim, from the position of a relying party deciding
what to conclude from what it has. It does not prescribe the
complete set of observations, bindings, retention mechanisms, or
architecture that would have to be put in place in advance so that
a given claim remains determinable later. Enforcement or observation
at the time of an action and determination at a later time are
related, but they are not the same requirement. What further material
should have been captured or bound at action time, where, and by
whom, is related work and outside the
scope of this document.</t>

<t>The discipline is not new in its parts. Bounded claim statements are
established practice in specific domains: a time-stamp token is
evidence that a datum existed before a particular time, and the
authority time-stamps only a hash of the datum and does not examine
it <xref target="RFC3161"/>; DKIM distinguishes the signing domain from the purported author and
limits its integrity assertion to the content covered by the
signature <xref target="RFC6376"/>; certificate transparency
describes its logs as making misissuance detectable rather than
preventing it <xref target="RFC9162"/>; supply-chain transparency describes itself
as holding issuers accountable rather than preventing dishonest ones
<xref target="RFC9943"/>. This document collects such statements as one discipline
for execution-related evidence and claims no priority for any
individual rule.</t>

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

<t>This document uses the following terms descriptively.</t>

<dl>
  <dt>Claim:</dt>
  <dd>
    <t>A statement offered for reliance, concerning an action: that it was
intended, authorized, invoked, performed, completed, or had an
effect.</t>
  </dd>
  <dt>Evidence:</dt>
  <dd>
    <t>Artifacts offered in support of a claim: records, logs, receipts,
signatures, attestations, provenance statements, transparency
entries, and similar.</t>
  </dd>
  <dt>Producing boundary:</dt>
  <dd>
    <t>The vantage point, component, or interface at which a piece of
evidence was produced, together with what that vantage point could
observe and who controls it. This document uses "producing
boundary" throughout as its genus term for that vantage point.</t>
  </dd>
  <dt>Interested party:</dt>
  <dd>
    <t>A party whose conduct the claim describes or whose incentives are
served by the claim being accepted; typically the operator of the
acting system.</t>
  </dd>
  <dt>Relying party:</dt>
  <dd>
    <t>A party deciding whether to accept the claim.</t>
  </dd>
  <dt>Control topology:</dt>
  <dd>
    <t>The arrangement of which parties control which enforcement points,
observation points, keys, and delivery paths relevant to a claim.</t>
  </dd>
  <dt>Independence:</dt>
  <dd>
    <t>A property of deployment and control, relative to a stated party
and threat model: a component is independent of a party only if
that party cannot direct, bypass, or silently suppress it.
Independence is not established by a label, a field value, a
distinct key, an organizational name, or a count of components
alone.</t>
  </dd>
</dl>

</section>
<section anchor="principle"><name>The bounding principle</name>

<t>The strength of an execution-related claim is bounded by two things:</t>

<t><list style="numbers" type="1">
  <t>what the available evidence actually observed, at the boundary
that produced it; and</t>
  <t>the control and observation topology at that boundary: who
operated it, who could bypass it, and through whose hands its
output travels.</t>
</list></t>

<t>Message format, signature validity, receipt validity, and
registration do not raise either bound. A format can carry a
statement about control or observation. It cannot create control or
observation that did not exist. A signature authenticates bytes under
a key. By itself it establishes neither the truth of what the bytes
assert nor the signer's control of the boundary they describe.
A receipt's evidential force depends on the property being checked,
the observations or proofs that support it, and the applicable trust
and deployment assumptions. Successful verification of a registration
receipt can support that a statement was registered under the
service's policy. Registration alone does not establish that the event
described in the statement occurred.</t>

<t>These limits concern what follows from the stated evidence and
premises. They do not preclude an inference from complementary
observations whose relationships and load-bearing assumptions are
established. Cryptographic verification can support those
assumptions. It does not supply a missing observation by
authenticating a statement about it.</t>

</section>
<section anchor="bases"><name>Evidence bases: what did the evidence observe?</name>

<t>Execution-related artifacts answer different questions, and the
differences are load-bearing. At minimum, the following bases are
worth distinguishing:</t>

<dl>
  <dt>Observation:</dt>
  <dd>
    <t>Some event concerning the action was recorded or reported. Absence
of a record alone is not an observation that an event did not occur.</t>
  </dd>
  <dt>Intent:</dt>
  <dd>
    <t>A specific intention, plan, approval, or decision concerning the
exact action is evidenced. This establishes neither the validity of
the approval nor anything about performance.</t>
  </dd>
  <dt>Invocation:</dt>
  <dd>
    <t>The exact request crossed an observed invocation boundary. This
does not establish that the invoked operation executed or had an
effect.</t>
  </dd>
  <dt>Execution:</dt>
  <dd>
    <t>Performance of the exact action was evidenced at a boundary in a
position to observe execution. This does not establish completion
of a larger process, a durable external effect, goal satisfaction,
correctness, or policy compliance.</t>
  </dd>
</dl>

<t>These bases are ordered by content depth. The bases organize
different evidential questions and need not be mutually exclusive.
Evidence relevant to one base does not, merely by being assigned to
that base, satisfy the evidential criteria relied on for another. Distinctions of this kind, between stages of
an action's lifecycle whose evidence does not carry across, are long
established in distributed-systems practice (for example the
separation of a remote procedure call's invocation from its
execution and its result). One executable realization that binds
exact predicates to these four bases appears in
<xref target="I-D.sergeev-wexp-core"/>. This document does not depend on it.</t>

<t>Two further distinctions cut across the bases. Verification reach
(who can check a record) is orthogonal to claim strength: a
third-party-verifiable invocation record is still invocation
evidence. And asserted content differs from observed content: a
mediator's record may faithfully report what the mediator asserts
about a downstream outcome it never observed. A useful record says at
which boundary it was produced and whether each statement in it was
observed there or merely asserted there.</t>

<t>The action referred to by a claim should be identified at the
relevant boundary. A business intention, an authorization, a request
attempt, an execution, and a durable effect need not have a
one-to-one relation. Retries, proxies, and idempotent processing can
change those relations. A composite claim depends on evidence
establishing the particular bindings it uses. This document
prescribes no common identifier format.</t>

</section>
<section anchor="ceiling"><name>The claim ceiling</name>

<t>A claim dimension is a family of claims that the same kind of
evidence bears on, such as the bases of <xref target="bases"/>. On a stated
dimension, and under stated premises, a producing boundary limits the
claims its evidence can support. Call that limit its claim ceiling.
The term does not presume that all claims on a dimension are
comparable, or that one uniquely strongest claim exists.</t>

<t>A boundary in a position to observe invocations, but not execution,
cannot warrant execution claims. That holds no matter how many
well-formed execution assertions its records carry.</t>

<t>The underlying idea is old and this document claims no priority for
it: a conclusion cannot be stronger than the vantage from which its
supporting evidence was produced. Prior and operational formulations
of the same limit, and this document's relationship to them, are
described in <xref target="related"/>. None of them is needed to state or apply
the rule as given here.</t>

<t>Two properties keep a claim ceiling honest.</t>

<t>The first is that it is an exclusion rule, not an evidence source. It
can prevent a stronger claim from being supported, but it never
creates support. A supported claim still requires positive evidence
at its own base.</t>

<t>The second is that the ceiling is only as good as the grounding of
the boundary description itself. A boundary descriptor asserted by
the producer is the producer's account. A signature can attribute it
to a key holder. Separate evidence can attest it. But attribution is
not proof of actual boundary control, and a relying party that
accepts a self-described boundary has accepted the producer's framing
of what was observable.</t>

<t>Grounding a boundary description need not be technical. A preserving
repository may undergo external certification. Its account of its own
custody, fixity, and succession practice is then assessed against a
published standard by a body the repository does not control
<xref target="ISO16363"/>, under a separate regime that sets requirements for the
bodies performing that audit and certification <xref target="CCSDS652-1"/>.</t>

<t>A relying party that relies on such an assessment
rather than on the repository's own account is bounded by what the
assessment actually examined.</t>

<t>The accepted boundary description must apply to the time and
deployment context of the claimed action. A later assessment or a
current configuration does not, by itself, establish the earlier
boundary's properties.</t>

<t>The same applies to any premise that would make the producer's
records informative without observation. Where a claim rests on the
producer's incentives or objectives being known, that knowledge is
itself a premise requiring its own grounding. An alignment asserted
by the producer is the producer's account.</t>

<t>A record that requires no later cooperation from the party whose
conduct is at issue is not, for that reason, independent of that
party. A record it made at the time and left in place needs nothing
from it afterwards and remains its own account of itself. The
distinction between independence from cooperation and independence
of the evidence itself follows an exchange with Douglas Wadkins; see
<xref target="I-D.wadkins-agentproto-action-determinability"/>.</t>

<t>A claim ceiling is relative. It is stated for one claim dimension, at
one observation boundary, with the support relation proper to that
dimension: which evidence supports which claim on it. Examples are
the bases of <xref target="bases"/> and, separately, the prevention claims and the
detection claims of <xref target="topology"/>.</t>

<t>Claims on different dimensions are not ranked against one another by
a ceiling. An execution claim and a detection claim are distinct
facets, not points on one scale, and this document defines no scalar
scale, level, or score on which all claims are ordered. "Stronger"
and "weaker" in this document are always read within the dimension at
issue.</t>

</section>
<section anchor="noninference"><name>Non-inference rules</name>

<t>The following rules restate <xref target="principle"/> as individual limits. Each
names an inference that is invalid without additional, separately
established premises. None is original here; scoped versions of
several appear in the documents cited in <xref target="related"/>.</t>

<t>The rules state bounded limits on inference. Inclusion requires an
explicit scope and a checkable justification of the stated limit.
Analytical justification, relevant prior work, and documented
practical cases are identified separately, and a documented case is
not a prerequisite for inclusion; claims about practical occurrence
or consequences require their own support. Neither an illustrative
example nor a standards reference is presented here as a documented
incident.</t>

<t>The list is not closed. The set has grown as readers reported
promotions the earlier rules did not reach. A reader who
finds a promotion these rules do not name has found a gap in this
section, not a licence for the promotion.</t>

<t><list style="numbers" type="1">
  <t>Successful signature verification does not by itself establish the
truth of an event claim in the signed content. Establishing that
correspondence requires grounds beyond signature validity.
Separately, signature validity alone does not establish the
signer's control of the boundary described by the claim. The same
distinction is drawn for verifiable credentials, where
verifiability of a credential does not imply the truth of the
claims encoded in it <xref target="VC-DATA-MODEL"/>, and for signed DID
documents, where proofs in the document do not by themselves
necessarily prove control over the DID <xref target="DID-CORE"/>.</t>
  <t>Attribution of an actor is not proof of actorship. That a record
is attributed to a party -- by a key, an identifier, or a
credential associated with that party -- does not establish that
the party performed the action, where another party can obtain,
invoke, or emulate the attributed capability. Where one party
creates or hosts another and can reach that other's signing or
authenticating capability, an action attributed to the hosted
party may have been performed by the host.</t>
  <t>A receipt, record, or registration is not external execution or
effect. Registration establishes that a statement entered a log or
service under that service's policy. Matching records held by
different parties establish that the parties agree about content
(correspondence). Correspondence does not establish which event
preceded which (precedence), and it does not establish occurrence.</t>
  <t>Presence of records is not completeness of coverage. A set of
records, each individually authentic, does not establish that the
set is all the records there are. Detecting omission requires
something the retained records cannot supply: an independently
grounded expectation of the complete population, or a recording
boundary that cannot be bypassed.</t>
  <t>Absence of a record is not non-occurrence, unless the observation
regime supports that inference. The inference from "no record" to
"no event" is valid only where a declared, enforced recording
boundary meets three conditions. It covers the event class. It
cannot be bypassed by the parties in question. And gaps in the
record stream are themselves detectable, for example against a
pre-declared cadence or sequence carried in the records and
watched by a party outside the producer. Otherwise absence is only
absence.  <vspace blankLines='1'/>
Such an inference also requires an identified interval, evidence
that the required recording and delivery coverage held for that
interval, and resolution of relevant delays and gaps.
Detectability of a gap does not license a non-occurrence claim
while the gap remains unresolved. The conclusion is limited to
the specified event class, population, and interval under the
stated assumptions.  <vspace blankLines='1'/>
Bypass of the recording boundary is not the only way a record can
fail to appear. A record may have been made and then withheld,
whether by a retention policy that removed it or by a disclosure
decision that did not produce it <xref target="AP-SCHROCK-RETENTION"/>. Where either is possible, the
result is a statement about the evidence set examined and not
about the recording boundary, and the conditions above are not
met by the boundary alone.</t>
  <t>Authority granted is not action performed. Authorization
evidence, however exact, single-use, and attenuated, bounds what a
grant permits at the point where it is enforced. It does not
establish that the authorized action occurred. What is missing is
evidence on the action's own basis: an observation of invocation
or of execution, at a boundary in a position to make it, or a
record that constitutes the action rather than describing it
(<xref target="bases"/> and <xref target="constructive"/>).</t>
  <t>Internal observation is not independent observation of an external
effect. A record produced inside the acting party's boundary can
establish, at most, what that boundary observed; statements in it
about effects at other systems are assertions. In particular, a
record minted by the deciding or authorizing side cannot by itself
establish the order of its own decision against an effect that
side does not observe.</t>
  <t>Time and sequence evidence is bounded by the observation and
control properties of its source, like any other evidence. A
timestamp or sequence number is only as strong as the party and
mechanism that produced it: one minted by the interested party
over its own record orders that record, not the world. This is not
a claim that time evidence is worthless. Trusted time-stamping has
a distinct and stronger evidentiary role: a time-stamp token from
an appropriately trusted authority is evidence that a datum
existed before a particular time <xref target="RFC3161"/>. And a sequencing
mechanism whose observational domain covers both of two events can
order them. The rule is that the strength of the time or sequence
claim follows the source, and must not be read past what that
source observed and controlled.</t>
  <t>A missing or unverifiable load-bearing premise cannot be silently
promoted. Where support for a claim depends on a premise that was
not evaluated, or that only the interested party can vouch for,
the claim inherits that limitation. The honest output is the
weaker claim, or the same claim explicitly conditioned on the
producer's own account.</t>
  <t>Current authentication, when its verified scope is limited to a
   present binding, does not by itself establish identity continuity
   or succession relative to an earlier subject. Identity continuity,
   succession, and the present applicability of prior authorization,
   standing, or reputation are distinct claims. Each requires grounds
   covering the specific relation or applicability asserted under the
   relevant identity and authorization rules. A record's evidentiary
   force depends on those rules and its verified properties, not
   merely on its statement of the claim. DID Core states the
   corresponding limit for persistent identifiers: absent published
   operational policies, requesting parties are not expected to assume
   that an identifier is persistent for the same subject
   <xref target="DID-CORE"/>.</t>
</list></t>

<t>Every rule here is stated against premises. The premises a conclusion
rests on, their grounds, and their status should be available directly
or by unambiguous reference. A premise accepted as a matter of policy
is not thereby independently established. Where the premises change,
whether the conclusion remains warranted has to be checked rather than
assumed.</t>

<t>Aggregation, transformation, summarization, and re-signing remove
none of these limitations. A pipeline that normalizes, merges, or
re-encodes evidence inherits each relevant limitation of its
inputs unless a specific limitation is specifically resolved by
additional evidence. An unsupported widening of a claim at the output
of such a pipeline
is a defect to locate, not a result to report.</t>

</section>
<section anchor="lens"><name>A claim-boundary review lens</name>

<t>The rules above can be applied as a short checklist when reviewing a
specification, a deployment, or an evidence design. For a given
claim, ask:</t>

<t><list style="numbers" type="1">
  <t>Exact claim. What exact claim, about what exact action, is being
made?</t>
  <t>Producing boundary. Which boundary produced the supporting
evidence, and what could that boundary observe?</t>
  <t>Control, bypass, suppression. Who controls that boundary? Can the
interested party bypass it, or suppress or alter its output
unobservably? Did those properties hold at the relevant time?</t>
  <t>Ceiling. On the claim dimension at issue, what claim or claims
can that boundary warrant? Does the asserted claim exceed them?</t>
  <t>Positive evidence. Is there positive evidence at the claim's own
base, or is the claim resting on a ceiling, a signature, or a
registration that excludes stronger claims but supplies none?</t>
  <t>Prevention, detection coverage, or a particular finding. If the
claim is that misbehavior is prevented, which independently
controlled enforcement point does it rest on (<xref target="topology"/>)? If
the claim is that misbehavior of a specified class cannot be
concealed, which independently controlled observation and
delivery dependencies does that coverage rest on? For a claim
that a particular event was detected, which evaluation act
(evaluator, predicate, evidence basis, window or context) is
identified?</t>
  <t>Observation of effect. Is the consequential effect observed at a
boundary outside the interested party's control, whether an
external footprint or the relying party's own observation
boundary (<xref target="constructive"/>)?</t>
  <t>Completeness and absence. Does the claim depend on the record set
being complete, or on an absence meaning non-occurrence? Is that
supported (rules 4 and 5)? What interval and delivery horizon
were evaluated, and were relevant gaps resolved?</t>
  <t>Pipeline widening. Does any step between production and reliance
widen the claim beyond what the producing boundary supported?</t>
  <t>Reporting category. When the evidence falls short, is the outcome
reported as a downgrade, unsupported, not established, or
unverifiable (<xref target="reporting"/>), rather than silently rounded up?</t>
</list></t>

<t>The considerations sections of <xref target="RFC3552"/> (security) and <xref target="RFC6973"/>
(privacy) are the models for this genre: a document states, in its
own terms, what its mechanisms do and do not establish, and what
residual exposure remains. This lens applies the same documentation
discipline to the semantic strength of execution-related claims. It
is a review aid, not a conformance procedure.</t>

</section>
<section anchor="topology"><name>The control-topology test</name>

<t>Claims that an architecture prevents or detects misbehavior are
execution-related claims about the architecture itself, and they are
bounded the same way. Farrell's (a,b,c) scenario, described in
<xref target="abc"/>, motivates the control-topology test used here. Stated
mechanism-neutrally:</t>

<dl>
  <dt>Prevention:</dt>
  <dd>
    <t>A claim that party B is prevented from performing or forging an
action requires an enforcement point that B does not control and
cannot bypass, positioned so that the action cannot complete
without it. A component outside B's control that is not actually
required for the action prevents nothing.</t>
  </dd>
  <dt>Detection coverage:</dt>
  <dd>
    <t>A claim that misbehavior in a specified class cannot be concealed
by B requires two things.
</t>

    <dl>
      <dt>Evidence:</dt>
      <dd>
        <t>adequate to distinguish that misbehavior under the stated
assumptions.</t>
      </dd>
      <dt>Controls:</dt>
      <dd>
        <t>delivery or omission controls that prevent B from hiding it
without an observable indication.</t>
      </dd>
    </dl>

    <t>The claim should state its coverage, timing, and failure limits.
These coverage conditions are distinct from establishing that a
particular event was detected from evidence already obtained.</t>
  </dd>
  <dt>Independence:</dt>
  <dd>
    <t>The prevention and coverage properties above depend on deployment
and control, relative to the stated party, claim, and threat
model. Independence is established by who actually operates the
enforcement or observation point and through whose hands its
output travels. A distinct key, component name, field, label,
second log, or organizational name does not, by itself, establish
those properties.</t>
  </dd>
</dl>

<t>An architecture claiming prevention or adversary-resistant detection
coverage should set out three things:</t>

<t><list style="symbols">
  <t>which independently controlled enforcement or observation
dependencies the guarantee rests on;</t>
  <t>what the relevant bypass, forgery, and suppression limits are;</t>
  <t>what happens when a dependency is unavailable or cannot be
validated.</t>
</list></t>

<t>Without those dependencies, that guarantee is not established
against adversarial B, whatever its message formats carry. This does
not invalidate a narrower finding supported by evidence that has
actually been received and evaluated.</t>

<t>A protected observation path is not, by itself, sufficient for
detection. The evidence must support a check that distinguishes the
specified misconduct under the stated assumptions. An observable gap
can establish a loss of coverage without establishing which
underlying event occurred.</t>

<t>A claim that a particular event was detected requires an identifiable
evaluation act. The record should name which evaluator evaluated,
which predicate was checked and with what result, and on what
evidence basis. Where a window or context applies, it should name
that too.</t>

<t>Such a finding does not, by itself, establish that all events of that
class were detectable or detected. A path that could have revealed an
event is not a record that anyone looked. This document defines no
format for stating those items.</t>

<t>Existing mechanisms slot into this test rather than exempting
themselves from it. Remote attestation <xref target="RFC9334"/> contributes where
three conditions hold:</t>

<t><list style="symbols">
  <t>the Evidence covers the property at issue;</t>
  <t>the adversarial party can neither forge nor substitute the Evidence
or the Attestation Result, nor control the appraisal path;</t>
  <t>the result is freshly and securely bound to the relevant actor and
action.</t>
</list></t>

<t>RFC 9334 permits its roles to be aggregated into one entity, so
independence from a given party is a property of the deployment, not
of the architecture.</t>

<t>Threshold signing <xref target="RFC9591"/> contributes a prevention dependency
exactly where the adversarial party cannot reach the threshold
without an independently controlled signer that checks the exact
operation and can withhold its share. These mechanisms contribute
only to the properties and dependencies actually established by their
deployment.</t>

<t>OAuth sender-constraining mechanisms such as DPoP <xref target="RFC9449"/> can
limit the use of stolen tokens. They do not by themselves prevent B
from invoking a key through a signing interface B controls. That
holds whether the key was provisioned by another party or stored as
non-exportable.</t>

<t>An isolated execution environment, including a trusted execution
environment (TEE), can contribute an enforcement dependency where B
cannot modify or bypass the relevant checks. Claims about effects
outside that environment still require an appropriate evidence basis.</t>

<t>The WIMSE architecture <xref target="I-D.ietf-wimse-arch"/> separates workload
authentication from authorization and permits different placements of
policy enforcement. The test therefore asks who controls the deployed
enforcement point and which operations it covers, rather than
treating workload identity or credential provisioning as evidence
that the claimed operation occurred.</t>

<t>The independently controlled point need not be cryptographic.
A preserving repository may be audited and certified against a
published standard <xref target="ISO16363"/>, by a body the repository does not
control and which is itself accredited under a separate regime
<xref target="CCSDS652-1"/>. That contributes a detection dependency on two
conditions. The audit observes the practice at issue. The audited
party cannot suppress an adverse finding without the suppression
becoming visible.</t>

<t>That contribution is limited by the audit's scope, period, sampling,
access, and reporting arrangements. Certification alone does not
establish complete observation of all relevant conduct, nor the
visibility of every suppressed adverse finding. The recursion
terminates in an accreditation body that some party must be prepared
to treat as terminal.</t>

<t>The test is indifferent to whether the point outside the party in
question is a key, a verifier, or an accreditation regime. It asks
only whether the deployment placed one there, and what that point
actually covers.</t>

</section>
<section anchor="constructive"><name>When stronger claims become supportable</name>

<t>The discipline is not only subtractive. Stronger claims about a
particular effect become supportable when the effect is observed at
a boundary capable of observing it. That capability is judged under
the stated threat and control model. The evidence of that observation
must also be protected against undetected fabrication or alteration
by the interested party. Coverage claims additionally depend on the
observation and delivery conditions described in <xref target="topology"/>.</t>

<t>An external footprint is one important route to such observation.
Examples are movement on a payment rail, and resource or
configuration records in an external provider's control plane. In
each, a system the interested party does not control observed
something at its own boundary, and a relying party can check that
system's records against the claim.</t>

<t>It is not the only route. The observing boundary may be any of
several things:</t>

<t><list style="symbols">
  <t>an external service, a counterparty, or a settlement system;</t>
  <t>an external control plane;</t>
  <t>the relying party's own observation boundary, where the relying
party itself observes the effect: a state change in a system it
operates, or a delivery it takes receipt of itself;</t>
  <t>another point that is in a position to observe the relevant fact
and that the interested party does not control under the stated
threat model.</t>
</list></t>

<t>A distinct third party is not always necessary. The relying party's
own observation may provide the required evidence, subject to the
same claim-specific trust and deployment assumptions.</t>

<t>A further route relies on a record constituting the precise action
claimed, rather than describing a separate action:</t>

<t><list style="symbols">
  <t>a signed order that is the order;</t>
  <t>a recorded state transition on a ledger that is the transfer;</t>
  <t>a recorded command whose issuance is itself the claimed action;</t>
  <t>a write-ahead entry that defines the commit.</t>
</list></t>

<t>Such a record supports that precise claim, because issuing or
accepting it constitutes the action under the applicable rules. The
evidence must establish the conditions that give the
record that constitutive effect, including any applicable authority,
acceptance, and commit or finality conditions. A record on a branch
that was never accepted does not constitute the action merely by
resembling one that would.</t>

<t>What it supports is bounded by the action it constitutes and extends
no further. A ledger entry that is the transfer establishes the
transfer, not that goods moved. A signed order that is the order
establishes the order, not that it was carried out. Where a record
describes an action it does not constitute, this route does not
apply.</t>

<t>The qualifications travel with the pattern:</t>

<t><list style="symbols">
  <t>The observing boundary supports claims at its own observation
boundary and no further. A payment network's record establishes
what the network observed about a transfer at its boundary, not
that a business obligation was satisfied. A relying party's own
observation establishes what the relying party observed at its
boundary, and no more.</t>
  <t>The observation, whether an external footprint or the relying
party's own, must be bound to the exact action claimed. A matching
amount, timestamp, or counterparty is correlation, and correlation
supports weaker claims than a validated binding.</t>
  <t>The protection afforded by the observing boundary is itself a
threat-model statement. For a particular finding, the relevant
protection is against the operator of the acting system fabricating
or undetectably altering the evidence for the claimed observation.
Against the operator of the observing boundary itself,
the pattern gives no additional support. Where the relying party
observes at its own boundary, the claim rests on the relying
party's own observation, which is independent of the interested
party but not of the relying party.</t>
  <t>Ordering claims, such as that the decision preceded the effect,
require an ordering relation whose observational domain includes
both terms. That means one boundary that observed both, or records
from the two boundaries that can be securely related and ordered.
Matching records alone establish neither the order of the records
nor the order of the events.</t>
  <t>The ability to prevent an observation from being made, to bypass
its boundary, or to withhold the resulting evidence does not, by
itself, invalidate evidence that has been received. Subject to the
qualifications above, the received evidence may support a
particular finding within its observational and temporal scope. It
does not, by itself, establish completeness or the absence of
contrary observations. Any finding that depends on the completeness
of a specified evidence set or on absence as evidence of
non-occurrence requires the corresponding coverage and
gap-resolution basis (rules 4 and 5).</t>
</list></t>

<t>Deployments that want strong claims should therefore prefer actions
whose effects are observable at a boundary outside the interested
party's control. That may be an external footprint or the relying
party's own observation. They should also prefer evidence that binds
those observations to exact actions, over additional self-produced
artifacts.</t>

</section>
<section anchor="payment"><name>Worked example: a payment</name>

<t>Consider an agent that reports having paid a supplier. Three evidence
artifacts and a report combining them are on the table. The point of the example is that they
support different claims, and that a report must keep separate what
each boundary observed from what it merely asserts.</t>

<t><list style="numbers" type="1">
  <t>A self-produced execution record. The operator's own service
emits a signed record: "paid supplier S, amount X, at time T".
Observed at that boundary: that the operator's service produced
and signed this statement. Asserted, not observed there: that the
payment reached S. What it supports on its own: that the operator
stated a payment; not that the payment occurred (rules 1, 3, 7).  <vspace blankLines='1'/>
This example assumes that the record contains only the operator's
own statement. If it carries independently verifiable evidence
from another source, that evidence is appraised at its own
producing boundary. The party assembling the container does not
determine every item's origin.</t>
  <t>A transparency registration. The signed record is registered with
a transparency or receipt service, yielding an inclusion proof.
Observed: that this statement was registered under the service's
policy. Any claim about registration time depends on the time
evidence provided and its verified scope. Not established: the truth of the statement or
the occurrence of the payment (rule 3). Registration raises
auditability, not the claim ceiling.</t>
  <t>External payment-network evidence. A record from the payment
network -- a settlement entry or network-issued confirmation --
that the network observed a transfer matching the action. Observed
at a boundary outside the operator's control: that the network saw
a transfer with these attributes. This is the footprint of
<xref target="constructive"/>. It must be bound to the exact action. A bare
amount-and-time match is correlation. Its strength holds against
the operator, not against the payment network's own operator.</t>
  <t>A composite report. A report that draws on all three should read, in
substance, as three statements. The operator asserts a payment (1).
The assertion is registered and independently checkable as an
assertion (2). And where (3) is present and bound to the exact
action, a system outside the operator observed a matching transfer
at its boundary. That last supports a payment-reached-the-network
claim, to the extent the binding holds and that evidence is
protected against fabrication or undetected alteration by the
operator. Absent (3), or
another observation of the transfer at a boundary outside the
operator's control (<xref target="constructive"/>), the supportable claim is
that the operator stated and registered a payment, not that a
payment occurred.</t>
</list></t>

<t>The example makes no universal assertion about what any particular
service observes. What a given payment service, transparency service,
or agent runtime actually observed is a fact about that deployment,
to be stated from its evidence, not assumed from its role.</t>

</section>
<section anchor="reporting"><name>Reporting what the evidence supports</name>

<t>Where evidence does not support the claim asserted over it, the
useful output is not a bare failure. The distinctions that matter to
a relying party:</t>

<dl>
  <dt>Downgrade to the supportable claim:</dt>
  <dd>
    <t>Report the strongest claim on the dimension at issue that the
evidence does support, or the supported claims where there is no
unique strongest one, alongside the asserted claim it does not.
"Invocation established; execution asserted only" is actionable;
"invalid" is not.</t>
  </dd>
  <dt>Unsupported:</dt>
  <dd>
    <t>The relevant assessment ran over the evidence evaluated, and that
evidence failed it. This is a finding about the evaluated evidence,
relative to the evidence set and the appraisal context in which it
was evaluated. It is not a property of the world, and a different
evidence set may support the claim.</t>
  </dd>
  <dt>Not established:</dt>
  <dd>
    <t>The assessment did not run, the evidence was not available, or the
premise was outside the evaluation's scope. The evaluated material
does not establish the claim. It does not establish the negation
of the claim either. This is the absence of a finding, and it is
not refutation. "Not established" does not mean the claim is
false. Nor is it permission to discard evidence that positively
supports a claim at its own base. A base well supported by its own
evidence stays supported, even while a stronger claim over it is
not established. Collapsing
"not established" into "unsupported", or either into "refuted",
destroys information a relying party needs: "we checked and it
failed" and "we could not check" call for different decisions.</t>
  </dd>
  <dt>Unverifiable:</dt>
  <dd>
    <t>The statement is one that the evaluator in question cannot check
from the evidence and inputs available to it at the time of
evaluation. The standing example is a producer's description of
its own deployment, which an evaluator may be unable to check
without deployment access or other adequate evidence about that
deployment. The category is relative to a verifier or evaluator, and to an
evidence or input set. Where they matter, it is relative to an
evaluation context or time as well. A statement unverifiable to one
evaluator may be verifiable to another with access the first
lacks. Such statements
can still be worth carrying. They should be marked as resting on
the producer's account, so a reader can see which parts of a
composite claim rest on trust.
</t>

    <t>The category is relative to an evaluator and, where relevant, to
a moment. So a statement can pass from verifiable to unverifiable
while the record itself is unchanged. The evaluator that could
check it may cease to exist. It may lose the access it depended
on, or the means to interpret what it holds.</t>

    <t>A report that fixes the category without fixing the evaluator and
the moment says less than it appears to.</t>
  </dd>
</dl>

<t>These distinctions are not a mutually exclusive result-code set.
Unverifiability may explain why a claim is not established, while
the same report identifies a weaker claim that is supported. Where
the evidence establishes the negation of a claim, the report should
state that finding and its basis explicitly rather than treating it
as mere absence of support.</t>

<t>Each of these categories is relative to the evidence actually
evaluated, and a report is more useful when it says what that
evidence was. The evaluated set may itself be incomplete or selected.
Every record in it can verify while records that would have changed
the outcome were never delivered: rule 4 of <xref target="noninference"/>, met
again at the reporting layer.</t>

<t>A verdict stated over a named evidence basis is a verdict over that
basis, not over all evidence that exists. A verdict that does not
name its basis invites exactly the widening this document is
about.</t>

<t>Appraisal results travel. One evaluator's result may be consumed by a later composite report:
that a claim is not established, for instance. The later relying
party then needs to distinguish an attributable appraisal from an
unattributed conclusion.</t>

<t>Propagated or aggregated appraisal results should therefore retain
enough provenance to identify three things:</t>

<t><list style="symbols">
  <t>who or what appraised;</t>
  <t>the evidence or input basis, or a stable reference to it;</t>
  <t>the predicate, profile, or evaluation context under which the
result was reached, including the boundary at which the appraisal
was made.</t>
</list></t>

<t>Without that, "not established" degrades across aggregation into
somebody's unattributed conclusion. That is the aggregation limit of
<xref target="noninference"/> arriving at the reporting layer.</t>

<t>This is a consideration for reporting designs. It is not a record
format and not a general retention requirement. The provenance of an
appraisal establishes who appraised what, under which context. It
does not establish that the underlying event occurred.</t>

<t>A reporting design that preserves these distinctions makes inflation
visible: every summary that would erase one of them is a place where
a stronger claim would otherwise silently replace a weaker one.</t>

</section>
<section anchor="applicability"><name>Applicability beyond AI agents</name>

<t>Nothing in this discipline is stated in terms specific to AI agents.
The same bounding questions apply to:</t>

<t><list style="symbols">
  <t>audit logging and monitoring pipelines, where the questions are
what the log source observed and who can write to it;</t>
  <t>evidence collection and archiving practice <xref target="RFC3227"/>;</t>
  <t>signed system logs <xref target="RFC5848"/>;</t>
  <t>transparency systems (<xref target="RFC9162"/>, <xref target="RFC9943"/>);</t>
  <t>long-term evidence records <xref target="RFC4998"/>;</t>
  <t>compliance reporting and incident forensics;</t>
  <t>operational telemetry, which is self-reported by instrumented code
and designed for diagnosis rather than adjudication.</t>
</list></t>

<t>Agent systems sharpened the problem. Actions are initiated by
software whose records are produced mostly at the acting side, and
delegation chains multiply the boundaries across which claims travel
and inflate. But the rules in <xref target="noninference"/> are stated as
properties of evidence rather than of agents.</t>

<t>One domain is worked here: the long-term preservation of records,
where no agent acts and no payment is made. It was chosen because it
shares neither substrate nor vocabulary with the example of
<xref target="payment"/>.</t>

<t>A preserving repository holds a record deposited by its creator.
Different claims about that record require different evidence.
Fixity evidence can support a claim that deposited bytes have not
changed relative to an accepted baseline. Identity and provenance
evidence may support an authenticity assessment under stated
assumptions.</t>

<t>Neither finding, by itself, establishes that the record was reliable
when created or that its content was accurate. Evidence about its
creation process may come from the creator or from other sources, and
may itself be preserved by the repository. Preservation
does not convert custody integrity into truth of the original
content. That is an instance of the claim ceiling of <xref target="ceiling"/>.</t>

<t>A correctly maintained chain of archive time-stamps can preserve
previously established integrity and existence-at-time evidence
under its cryptographic and time-source assumptions <xref target="RFC4998"/>
<xref target="RFC3161"/>. Recomputing a digest alone does not establish when the
data existed, and renewal does not establish the truth of their
content (rules 1 and 8 of <xref target="noninference"/>).</t>

<t>A gap in a deposited
series supports no conclusion about what was never deposited, unless
the deposit regime was declared, enforced, and observable to a party
outside the depositor. Where such a regime exists, the inference it
licenses belongs to the regime and not to the retained records (rule
5).</t>

<t>Whether a preserved record can still be evaluated depends on the
record, the available representation and provenance information, and
the evaluator's knowledge and access. This illustrates the
evaluator- and time-relative unverifiability discussed in
<xref target="reporting"/>. OAIS addresses continued understandability for an
identified Designated Community, including the information needed to
interpret preserved content <xref target="ISO14721"/>.</t>

<t>Two public findings state the same bound outside computing
entirely, in the words of the bodies that made them.</t>

<t>In the English prosecutions arising from the Post Office Horizon
accounting system, the Court of Appeal found that the prosecutor
"treated what was no more than a shortfall shown by an unreliable
accounting system as an incontrovertible loss", and that defendants
were convicted "on the basis that the Horizon data must be correct,
and cash must therefore be missing, when in fact there could be no
confidence as to that foundation" <xref target="HAMILTON"/>.</t>

<t>The load-bearing premise was the reliability of that system. The
court recorded three things about it. The prosecutor was under a duty
to investigate subpostmasters' claims that there were problems with
it. The prosecutor represented it as reliable while "refusing to
countenance any suggestion to the contrary". And its "failures of
investigation and disclosure" were "so egregious as to make the
prosecution of any of the 'Horizon cases' an affront to the
conscience of the court".</t>

<t>On the reading taken here, that is the position rule 9 of
<xref target="noninference"/> names. The claim rested on a premise the relying
party was required to test and did not adequately test, and whose
contrary material it did not disclose.</t>

<t>The court's findings are its own. The connection drawn to the rule is
this document's. The judgment does not address what a bounded report
of the same evidence would have said, and is not cited for that part
of the rule.</t>

<t>In the inquiry into the Grenfell Tower fire, the panel considered a
large-scale fire test. Failure to meet its performance criteria would
show a system unlikely to comply with the applicable requirement. But
"the converse was not necessarily true": a system might meet the
criteria and still perform unacceptably in use <xref target="GRENFELL2"/>. A
bounded test result refuses a claim in one direction and does not
establish it in the other.</t>

<t>A third case shows the bound where the test results themselves were
genuine outputs of a genuine test. Vehicles were certified against
emissions standards on the strength of those results. Software detected the test
condition and enabled full emissions controls only then, so the
vehicles "meet emissions standards in the laboratory or testing
station, but during normal operation" emitted up to forty times the
NOx standard <xref target="EPA-VW"/>. The result established the behaviour of the
vehicle under the conditions the test applied, which was all it had
ever observed. The certificate carried it to a claim about the
vehicle in use (<xref target="ceiling"/> and rule 7 of <xref target="noninference"/>).</t>

<t>These authorities reached findings within their own legal and
regulatory settings, each asking what a record before it established.
Their connection to the rules stated here is this document's
reading.</t>

<t>Applicability to the other domains listed above is asserted on the
same grounds and is not worked case by case here.</t>

</section>
<section anchor="related"><name>Related work</name>

<t>The following work provides established mechanisms and
domain-specific treatments relevant to these limits. This document
collects selected implications for the appraisal of
execution-related claims.</t>

<dl>
  <dt>Non-bypassable mediation and tamper-evident logging:</dt>
  <dd>
    <t>Two older lineages give this discipline its positive content. The
reference-monitor lineage established that a security-relevant
decision is only
enforced where every access is mediated by a mechanism the
controlled party cannot bypass and cannot tamper with -- the
prevention half of <xref target="topology"/>. The tamper-evident and
transparency-logging lineage established that alteration or
equivocation in a record set can be made externally detectable --
the detection half.
</t>

    <t>Certificate transparency provides inclusion and consistency checks
over log views <xref target="RFC9162"/>. A misbehaving log can nevertheless
present inconsistent views to different clients. Detecting that
behavior depends on comparing relevant observations, or on other
mechanisms and deployment assumptions that address such split views.</t>

    <t>This document restates the boundary conditions those lineages
already identified. It adds no mechanism, and claims none of
them.</t>
  </dd>
  <dt>Attestation:</dt>
  <dd>
    <t>RFC 9334 <xref target="RFC9334"/> defines remote-attestation roles, appraisal
flows, and trust assumptions, including constraints on Claims
collection, the strength of Attestation Results, and the
separation of Attesting and Target Environments. EAT <xref target="RFC9711"/>
defines a claims token. This document draws on those established
concerns to organize a review discipline for execution-related
claims across artifact classes. It defines no remote-attestation
machinery.</t>
  </dd>
  <dt>Transparency and receipts:</dt>
  <dd>
    <t>COSE Receipts <xref target="RFC9942"/> convey proofs of properties of a
verifiable data structure, including inclusion and consistency.
Successful verification supports the specified data-structure
predicate under the applicable cryptographic and trust assumptions.
It does not, by itself, establish that an event described in a
registered statement occurred. SCITT <xref target="RFC9943"/> applies
transparency mechanisms to supply-chain statements and explicitly
addresses the limits posed by dishonest issuers. Certificate
transparency <xref target="RFC9162"/> provides log proofs whose use remains
bounded by the split-view problem set out earlier in this section.
These are
established examples of bounded evidence claims.</t>
  </dd>
  <dt>Supply-chain step attribution:</dt>
  <dd>
    <t>in-toto <xref target="IN-TOTO"/> binds the artifacts flowing between the steps
of a software supply chain, the order in which the steps were
performed, and the identity of the party that signed for each,
against a layout declared in advance by the project owner. Its
no-key-compromise analysis assumes that the developer host systems
are not compromised and that no functionary holding a valid key
acts against the chain. Within those assumptions the binding is
strong. The paper separately analyzes how the guarantees degrade
under functionary or project-owner key compromise. Both the
assumptions and the degradation cases are boundary statements of
the kind this document asks producers to make explicit.</t>
  </dd>
  <dt>Record integrity, existence, and evidence handling:</dt>
  <dd>
    <t>Signed syslog <xref target="RFC5848"/>, evidence records <xref target="RFC4998"/>, time-stamps
<xref target="RFC3161"/>, and evidence-collection guidance <xref target="RFC3227"/> protect
integrity, origin, ordering, existence-at-time, and chain-of-custody
of records. These protections do not, by themselves, establish that
the events described in the records occurred as described.</t>
  </dd>
  <dt>Provenance:</dt>
  <dd>
    <t>PROV <xref target="PROV-DM"/> models provenance as asserted descriptions that
feed trust assessment, not as verdicts.</t>
  </dd>
  <dt>Prior formulations by the author:</dt>
  <dd>
    <t>The four bases of <xref target="bases"/> and the ceiling of <xref target="ceiling"/> restate,
in generic terms and without the level scale used there, content
levels and the boundary axiom (Axiom BC) of earlier joint work with
Vladimir Ikher <xref target="WITMODEL"/>. The Witnessability Conceptual Core
states the conceptual generalization of that axiom as a derived rule
(the Boundary Ceiling Rule of
version 1.0)
<xref target="WCC-CORE"/>. The WEXP appraisal core
<xref target="I-D.sergeev-wexp-core"/> gives an exclusion-only operational
realization that binds exact predicates to the four bases of
<xref target="bases"/>.
</t>

    <t>This document uses the generic term and preserves that
exclusion-only role. It makes no claim of independent discovery or
priority. Its rules can be stated and applied without either work.
The author's interest in WEXP is disclosed below.</t>
  </dd>
  <dt>Agent-protocol evidence work:</dt>
  <dd>
    <t>Individual Internet-Drafts address per-claim verifier, binding,
freshness, and failure discipline
<xref target="I-D.bu-agentproto-security-principal-binding"/>; enrollment and
key-binding assumptions <xref target="I-D.yossif-enrollment-problem"/>; evidence
of authorization decisions <xref target="I-D.bradleyb-audit-decision-records"/>;
and an architecture for auditing agents' interactions and delegation
<xref target="I-D.kuehlewind-audit-architecture"/>.
</t>

    <t>An outcome-binding profile <xref target="I-D.schrock-ep-outcome-binding"/>
separates the authorization of an action from its observed effect.
It binds signed observations from executors, systems of record, and
independent observers to the same authorization, action digest, and
operation, with exact-equality checks on the action and source
bindings, plus relying-party-defined observation-window
requirements.
It treats a declared control domain as relying-party policy input
rather than proof of independence. And it returns an indeterminate
state when required evidence is missing or unauthenticated.</t>

    <t>Work on agent control delivery and outcome reconciliation
<xref target="I-D.abak-agent-control-delivery-evidence"/> distinguishes control
issuance and dispatch, receiver-side observation, enforcement
outcome, and observation of the resulting effect.</t>

    <t>A further draft <xref target="I-D.wadkins-agentproto-action-determinability"/>
states mechanism-independent requirements for making a claimed
agent transition independently determinable after the original
interaction has ended. It addresses the binding of the material
action and its governing conditions, a verification procedure that
establishes that those conditions actually governed the transition
when it occurred, determination without the cooperation of any
original participant, and negative, transferred, or incomplete
transitions.</t>

    <t>These works address related questions at specific boundaries. The
discipline here can be applied to the claims made over their
evidence.</t>
  </dd>
  <dt>Non-inference rules stated for a record format:</dt>
  <dd>
    <t>In the agent2agent discussion of a dimensional model for
agent-protocol proposals, Blake Morrison set out three rules for
records carried under different extensions of one format
<xref target="AP-MORRISON-RULES"/>.
</t>

    <dl>
      <dt>Non-inference:</dt>
      <dd>
        <t>written about values, and so constrains what a value carries
rather than whether a record exists.</t>
      </dd>
      <dt>Comparison:</dt>
      <dd>
        <t>does reach existence, in Morrison's words: "the absence of a
matching record is reported as such rather than compared
against a value".</t>
      </dd>
      <dt>Cross-extension:</dt>
      <dd>
        <t>a record under one extension is not to be read as evidence that
a record under another extension exists, and its value is not
to be carried across.</t>
      </dd>
    </dl>

    <t>Morrison observed that the comparison rule reaches existence only
inside a comparison between two protocols, and that reading one
protocol's records on their own neither rule covers. That is the
boundary rule 5 of <xref target="noninference"/> draws for the general case. The
cross-extension rule is rule 4 of <xref target="noninference"/> scoped to one
format: the presence of one record does not establish the existence
of another.</t>

    <t>The third rule is stated there with requirement keywords, which are
not reproduced here because this document uses none. The wording
above is a paraphrase and the original is in the cited message.</t>

    <t>These are proposals made on a mailing list, not text adopted in any
document. They are cited here as independent statements of the same
limits, not as support for this document.</t>
  </dd>
  <dt>Considerations-section genre:</dt>
  <dd>
    <t>RFC 3552 <xref target="RFC3552"/> requires every RFC to state what its mechanisms
do and do not protect; RFC 6973 <xref target="RFC6973"/> guides documents, where
their content warrants it, in stating what privacy exposure remains.
This document extends that documentation discipline to the semantic
strength of execution-related claims. It does not own the practice.</t>
  </dd>
  <dt>Records authenticity and long-term preservation:</dt>
  <dd>
    <t>Archival diplomatics states the distinction this document restates
for execution evidence, and states it earlier and for a different
substrate. The InterPARES programme separates three properties of a
record <xref target="INTERPARES"/> <xref target="DURANTI1998"/>.
</t>

    <dl>
      <dt>Reliability:</dt>
      <dd>
        <t>its trustworthiness at the point of creation.</t>
      </dd>
      <dt>Accuracy:</dt>
      <dd>
        <t>the correctness of its content.</t>
      </dd>
      <dt>Authenticity:</dt>
      <dd>
        <t>that it is what it purports to be, with its identity and
integrity preserved in the respects the assessment treats as
essential.</t>
      </dd>
    </dl>

    <t>That assessment does not by itself carry reliability. Fixity evidence supports a
claim about preserved bytes relative to an accepted baseline and
does not establish reliability or accuracy.</t>

    <t>The reference model for an open archival
information system assigns a preserving repository the
responsibility of keeping preserved information independently
understandable to an identified Designated Community, including
the representation information needed to interpret it
<xref target="ISO14721"/>. For repositories that undergo external
certification, the repository's own account of its practice is
assessed by an external body against a published standard
<xref target="ISO16363"/>, under a regime that sets requirements for those
bodies <xref target="CCSDS652-1"/>. Such certification is not a general
property of preserving repositories. This document applies the
bounding relation those disciplines already state to
execution-related claims and to the control topology of the
producing boundary. It adds no preservation machinery.</t>
  </dd>
  <dt>Authentication and admissibility in evidence law:</dt>
  <dd>
    <t>The separation of what an artifact is from what its content
establishes is normative, not only analytic. Under the United
States Federal Rules of Evidence, a certified record generated by
an electronic process, and a certified copy authenticated by
digest comparison, are self-authenticating.
</t>

    <t>The advisory committee states three limits on that <xref target="FRE902"/>. Such
a certification establishes authenticity only. An opponent remains
free to object on hearsay, relevance, or confrontation grounds. And
authenticating a machine output establishes that the output came
from that system, rather than that the information it carries is
reliable.</t>

    <t>Under Federal
Rule of Civil Procedure 37(e)(2), specified adverse presumptions
and remedies for lost electronically stored information require a
finding of intent to deprive, subject to the rule's other
conditions <xref target="FRCP37E"/>. This is a procedural rule, not a general
test of the logical strength of missing evidence.</t>

    <t>These legal examples illustrate bounded uses of evidence. Their
burdens, admissibility rules, and remedies remain outside this
document's scope.</t>
  </dd>
  <dt>Assurance cases:</dt>
  <dd>
    <t>The claims-argument-evidence tradition provides structured
argumentation over evidence. ISO/IEC/IEEE 15026-2 specifies
requirements for assurance-case structure terminology
<xref target="ISO15026-2"/>, and the Goal Structuring Notation community
standard provides a notation for such arguments <xref target="GSN"/>. The
presence of an assurance case or a graphical representation does
not, by itself, establish that a particular evidential inference
is justified.</t>
  </dd>
</dl>

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

<t>This document defines no protocol and introduces no new attack
surface. Its subject is the prevention of a class of security
failures that occur at the semantic layer: relying parties accepting
claims stronger than the evidence supports.</t>

<t>Cautions about the discipline itself, including its misuse:</t>

<t><list style="symbols">
  <t>The discipline does not make a dishonest or compromised evidence
source honest. It bounds what a relying party should infer. It does
not improve the evidence.</t>
  <t>"Not established" is not a licence to discard evidence. A finding
that a stronger claim is not established is not a basis for
setting aside evidence that positively supports a weaker claim at
its own base. The correct output is the supported weaker claim,
reported as such (<xref target="reporting"/>), not the removal of the evidence.</t>
  <t>Deliberately unobservable topology is a limitation to report, not
an exoneration. An interested party may arrange that its enforcement or observation
points cannot be checked by anyone else. The correct conclusion is
then that the corresponding prevention or detection-coverage
guarantee is unsupported by the evidence available to the relying
party: the independence it requires cannot be shown, and the report
says so. This does not
extend to every case-level finding that received evidence may
support.
Unobservability is not evidence of good behavior.</t>
  <t>Conformance vocabulary is itself inflatable. "Consistent with the
claim-boundary discipline" is not a property a document or product
can certify by assertion. The test is whether specific claims are
bounded by specific producing boundaries, checked claim by claim.</t>
  <t>Detection mechanisms leak. Making refusals, gaps, or suppression
observable to an external party discloses timing and frequency
information to that party. Deployments should weigh the
observability required by <xref target="topology"/> against what the observation
channel itself reveals; <xref target="RFC6973"/> is the model for stating that
residual exposure.</t>
</list></t>

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

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>




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



<reference anchor="RFC3161">
  <front>
    <title>Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)</title>
    <author fullname="C. Adams" initials="C." surname="Adams"/>
    <author fullname="P. Cain" initials="P." surname="Cain"/>
    <author fullname="D. Pinkas" initials="D." surname="Pinkas"/>
    <author fullname="R. Zuccherato" initials="R." surname="Zuccherato"/>
    <date month="August" year="2001"/>
    <abstract>
      <t>This document describes the format of a request sent to a Time Stamping Authority (TSA) and of the response that is returned. It also establishes several security-relevant requirements for TSA operation, with regards to processing requests to generate responses. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3161"/>
  <seriesInfo name="DOI" value="10.17487/RFC3161"/>
</reference>

<reference anchor="RFC3227">
  <front>
    <title>Guidelines for Evidence Collection and Archiving</title>
    <author fullname="D. Brezinski" initials="D." surname="Brezinski"/>
    <author fullname="T. Killalea" initials="T." surname="Killalea"/>
    <date month="February" year="2002"/>
    <abstract>
      <t>A "security incident" as defined in the "Internet Security Glossary", RFC 2828, is a security-relevant system event in which the system's security policy is disobeyed or otherwise breached. The purpose of this document is to provide System Administrators with guidelines on the collection and archiving of evidence relevant to such a security incident. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="55"/>
  <seriesInfo name="RFC" value="3227"/>
  <seriesInfo name="DOI" value="10.17487/RFC3227"/>
</reference>

<reference anchor="RFC3552">
  <front>
    <title>Guidelines for Writing RFC Text on Security Considerations</title>
    <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
    <author fullname="B. Korver" initials="B." surname="Korver"/>
    <date month="July" year="2003"/>
    <abstract>
      <t>All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="72"/>
  <seriesInfo name="RFC" value="3552"/>
  <seriesInfo name="DOI" value="10.17487/RFC3552"/>
</reference>

<reference anchor="RFC4998">
  <front>
    <title>Evidence Record Syntax (ERS)</title>
    <author fullname="T. Gondrom" initials="T." surname="Gondrom"/>
    <author fullname="R. Brandner" initials="R." surname="Brandner"/>
    <author fullname="U. Pordesch" initials="U." surname="Pordesch"/>
    <date month="August" year="2007"/>
    <abstract>
      <t>In many scenarios, users must be able prove the existence and integrity of data, including digitally signed data, in a common and reproducible way over a long and possibly undetermined period of time. This document specifies the syntax and processing of an Evidence Record, a structure designed to support long-term non-repudiation of existence of data. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4998"/>
  <seriesInfo name="DOI" value="10.17487/RFC4998"/>
</reference>

<reference anchor="RFC5848">
  <front>
    <title>Signed Syslog Messages</title>
    <author fullname="J. Kelsey" initials="J." surname="Kelsey"/>
    <author fullname="J. Callas" initials="J." surname="Callas"/>
    <author fullname="A. Clemm" initials="A." surname="Clemm"/>
    <date month="May" year="2010"/>
    <abstract>
      <t>This document describes a mechanism to add origin authentication, message integrity, replay resistance, message sequencing, and detection of missing messages to the transmitted syslog messages. This specification is intended to be used in conjunction with the work defined in RFC 5424, "The Syslog Protocol". [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5848"/>
  <seriesInfo name="DOI" value="10.17487/RFC5848"/>
</reference>

<reference anchor="RFC6376">
  <front>
    <title>DomainKeys Identified Mail (DKIM) Signatures</title>
    <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
    <author fullname="T. Hansen" initials="T." role="editor" surname="Hansen"/>
    <author fullname="M. Kucherawy" initials="M." role="editor" surname="Kucherawy"/>
    <date month="September" year="2011"/>
    <abstract>
      <t>DomainKeys Identified Mail (DKIM) permits a person, role, or organization that owns the signing domain to claim some responsibility for a message by associating the domain with the message. This can be an author's organization, an operational relay, or one of their agents. DKIM separates the question of the identity of the Signer of the message from the purported author of the message. Assertion of responsibility is validated through a cryptographic signature and by querying the Signer's domain directly to retrieve the appropriate public key. Message transit from author to recipient is through relays that typically make no substantive change to the message content and thus preserve the DKIM signature.</t>
      <t>This memo obsoletes RFC 4871 and RFC 5672. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="76"/>
  <seriesInfo name="RFC" value="6376"/>
  <seriesInfo name="DOI" value="10.17487/RFC6376"/>
</reference>

<reference anchor="RFC6973">
  <front>
    <title>Privacy Considerations for Internet Protocols</title>
    <author fullname="A. Cooper" initials="A." surname="Cooper"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="B. Aboba" initials="B." surname="Aboba"/>
    <author fullname="J. Peterson" initials="J." surname="Peterson"/>
    <author fullname="J. Morris" initials="J." surname="Morris"/>
    <author fullname="M. Hansen" initials="M." surname="Hansen"/>
    <author fullname="R. Smith" initials="R." surname="Smith"/>
    <date month="July" year="2013"/>
    <abstract>
      <t>This document offers guidance for developing privacy considerations for inclusion in protocol specifications. It aims to make designers, implementers, and users of Internet protocols aware of privacy-related design choices. It suggests that whether any individual RFC warrants a specific privacy considerations section will depend on the document's content.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6973"/>
  <seriesInfo name="DOI" value="10.17487/RFC6973"/>
</reference>

<reference anchor="RFC9162">
  <front>
    <title>Certificate Transparency Version 2.0</title>
    <author fullname="B. Laurie" initials="B." surname="Laurie"/>
    <author fullname="E. Messeri" initials="E." surname="Messeri"/>
    <author fullname="R. Stradling" initials="R." surname="Stradling"/>
    <date month="December" year="2021"/>
    <abstract>
      <t>This document describes version 2.0 of the Certificate Transparency (CT) protocol for publicly logging the existence of Transport Layer Security (TLS) server certificates as they are issued or observed, in a manner that allows anyone to audit certification authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
      <t>This document obsoletes RFC 6962. It also specifies a new TLS extension that is used to send various CT log artifacts.</t>
      <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9162"/>
  <seriesInfo name="DOI" value="10.17487/RFC9162"/>
</reference>

<reference anchor="RFC9334">
  <front>
    <title>Remote ATtestation procedureS (RATS) Architecture</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="D. Thaler" initials="D." surname="Thaler"/>
    <author fullname="M. Richardson" initials="M." surname="Richardson"/>
    <author fullname="N. Smith" initials="N." surname="Smith"/>
    <author fullname="W. Pan" initials="W." surname="Pan"/>
    <date month="January" year="2023"/>
    <abstract>
      <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9334"/>
  <seriesInfo name="DOI" value="10.17487/RFC9334"/>
</reference>

<reference anchor="RFC9449">
  <front>
    <title>OAuth 2.0 Demonstrating Proof of Possession (DPoP)</title>
    <author fullname="D. Fett" initials="D." surname="Fett"/>
    <author fullname="B. Campbell" initials="B." surname="Campbell"/>
    <author fullname="J. Bradley" initials="J." surname="Bradley"/>
    <author fullname="T. Lodderstedt" initials="T." surname="Lodderstedt"/>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="D. Waite" initials="D." surname="Waite"/>
    <date month="September" year="2023"/>
    <abstract>
      <t>This document describes a mechanism for sender-constraining OAuth 2.0 tokens via a proof-of-possession mechanism on the application level. This mechanism allows for the detection of replay attacks with access and refresh tokens.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9449"/>
  <seriesInfo name="DOI" value="10.17487/RFC9449"/>
</reference>

<reference anchor="RFC9591">
  <front>
    <title>The Flexible Round-Optimized Schnorr Threshold (FROST) Protocol for Two-Round Schnorr Signatures</title>
    <author fullname="D. Connolly" initials="D." surname="Connolly"/>
    <author fullname="C. Komlo" initials="C." surname="Komlo"/>
    <author fullname="I. Goldberg" initials="I." surname="Goldberg"/>
    <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
    <date month="June" year="2024"/>
    <abstract>
      <t>This document specifies the Flexible Round-Optimized Schnorr Threshold (FROST) signing protocol. FROST signatures can be issued after a threshold number of entities cooperate to compute a signature, allowing for improved distribution of trust and redundancy with respect to a secret key. FROST depends only on a prime-order group and cryptographic hash function. This document specifies a number of ciphersuites to instantiate FROST using different prime-order groups and hash functions. This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9591"/>
  <seriesInfo name="DOI" value="10.17487/RFC9591"/>
</reference>

<reference anchor="RFC9711">
  <front>
    <title>The Entity Attestation Token (EAT)</title>
    <author fullname="L. Lundblade" initials="L." surname="Lundblade"/>
    <author fullname="G. Mandyam" initials="G." surname="Mandyam"/>
    <author fullname="J. O'Donoghue" initials="J." surname="O'Donoghue"/>
    <author fullname="C. Wallace" initials="C." surname="Wallace"/>
    <date month="April" year="2025"/>
    <abstract>
      <t>An Entity Attestation Token (EAT) provides an attested claims set that describes the state and characteristics of an entity, a device such as a smartphone, an Internet of Things (IoT) device, network equipment, or such. This claims set is used by a relying party, server, or service to determine the type and degree of trust placed in the entity.</t>
      <t>An EAT is either a CBOR Web Token (CWT) or a JSON Web Token (JWT) with attestation-oriented claims.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9711"/>
  <seriesInfo name="DOI" value="10.17487/RFC9711"/>
</reference>

<reference anchor="RFC9942">
  <front>
    <title>CBOR Object Signing and Encryption (COSE) Receipts</title>
    <author fullname="O. Steele" initials="O." surname="Steele"/>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
    <author fullname="C. Fournet" initials="C." surname="Fournet"/>
    <date month="June" year="2026"/>
    <abstract>
      <t>CBOR Object Signing and Encryption (COSE) Receipts prove properties of a Verifiable Data Structure (VDS) to a verifier. VDSs and associated Proof Types enable security properties, such as minimal disclosure, transparency, and non-equivocation. Transparency helps maintain trust over time and has been applied to certificates, end-to-end encrypted messaging systems, and supply chain security. This specification enables concise transparency-oriented systems by building on Concise Binary Object Representation (CBOR) and COSE. The extensibility of the approach is demonstrated by providing CBOR encodings for Merkle inclusion and consistency proofs.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9942"/>
  <seriesInfo name="DOI" value="10.17487/RFC9942"/>
</reference>

<reference anchor="RFC9943">
  <front>
    <title>An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="A. Delignat-Lavaud" initials="A." surname="Delignat-Lavaud"/>
    <author fullname="C. Fournet" initials="C." surname="Fournet"/>
    <author fullname="Y. Deshpande" initials="Y." surname="Deshpande"/>
    <author fullname="S. Lasker" initials="S." surname="Lasker"/>
    <date month="June" year="2026"/>
    <abstract>
      <t>Traceability in supply chains is a growing security concern. While Verifiable Data Structures (VDSs) have addressed specific issues, such as equivocation over digital certificates, they lack a universal architecture for all supply chains. This document defines such an architecture for single-issuer signed statement transparency. It ensures extensibility and interoperability between different transparency services as well as compliance with various auditing procedures and regulatory requirements.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9943"/>
  <seriesInfo name="DOI" value="10.17487/RFC9943"/>
</reference>


<reference anchor="I-D.sergeev-wexp-core">
   <front>
      <title>The Witnessed Execution Protocol (WEXP): Core Specification</title>
      <author fullname="Mikhail Sergeev" initials="M." surname="Sergeev">
         <organization>Independent Researcher</organization>
      </author>
      <author fullname="Vladimir Ikher" initials="V." surname="Ikher">
         <organization>Independent Researcher</organization>
      </author>
      <date day="16" month="August" year="2026"/>
      <abstract>
	 <t>   The Witnessed Execution Protocol (WEXP) Core defines carrier-neutral
   appraisal semantics for execution-related evidence.  It defines four
   distinct content bases, two independent evidence qualifiers, the
   Boundary Ceiling, exact-claim support, deterministic accept,
   downgrade, and reject verdicts, composition without inflation, and a
   normalized interface between evidence-carrying profiles and
   appraisers.  WEXP Core does not define a record serialization,
   signature envelope, action identifier, authorization model, or
   evidence-artifact schema.  A companion Native Record profile can
   encode the normalized inputs defined here, and other carriers can do
   so without adopting that record format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-sergeev-wexp-core-01"/>
   
</reference>


<reference anchor="I-D.bu-agentproto-security-principal-binding">
   <front>
      <title>Security Principal and Verifier Binding for Agent Communication Protocols</title>
      <author fullname="Songbo Bu" initials="S." surname="Bu">
         </author>
      <date day="15" month="September" year="2026"/>
      <abstract>
	 <t>   Agent communication protocols often carry claims about user
   authority, agent instance identity, tool or external-resource
   identity, delegation state, session continuity, and action evidence.
   These claims have different verifiers, freshness requirements,
   failure modes, and security consequences.  If they are collapsed into
   a single token, identity label, session identifier, or audit record,
   protocol text can accidentally imply more authority or accountability
   than the receiver can actually verify.

   This document defines a verifier-facing model for separating those
   claims.  It provides a reusable matrix format that protocol authors
   can use to state, for each security-relevant claim, which field
   carries it, which party verifies it, what binding or freshness rule
   applies, what failure behavior is required when the claim is absent,
   stale, inconsistent, or not verifiable, and what constrained result
   an application may consume after successful verification.  It also
   separates specification status, implementation status, and evidence
   type so that reviewers can distinguish current protocol text,
   implementation evidence, inherited mechanisms, and architectural
   assumptions.  The document is protocol-neutral.  It is intended to
   help compare candidate agent communication drafts and to provide
   security-considerations and requirements text for agent session and
   delegation binding.

   The document also defines row-outcome semantics and dependency-
   closure rules for composed mappings.  These rules prevent a composite
   result from becoming stronger than its verified inputs, distinguish
   failed checks, unsupported verifier capabilities, checks skipped
   after a failed prerequisite, and unavailable or ambiguous inputs,
   propagate transitive dependency failures, and make cyclic, stale,
   downgraded, or revision-incoherent dependencies visible to reviewers.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-bu-agentproto-security-principal-binding-07"/>
   
</reference>


<reference anchor="I-D.kuehlewind-audit-architecture">
   <front>
      <title>An Architecture for Auditing Agent Delegation and Interactions</title>
      <author fullname="Mirja Kühlewind" initials="M." surname="Kühlewind">
         <organization>Ericsson</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <date day="7" month="September" year="2026"/>
      <abstract>
	 <t>   This document describes an architecture for auditing of agent-driven
   interactions on the Internet.  Autonomous and semi-autonomous
   software agents, including those based on artificial intelligence,
   increasingly act on behalf of users, organizations, and services.
   Existing auditing mechanisms often capture isolated system events but
   do not consistently represent delegation relationships, user intent,
   or evolving authorization.  In agent-driven systems, auditability
   requires linking intent, delegation, authorization, and execution.
   The proposed architecture enables this through distributed audit
   record generation, propagation of audit context, optional
   attestation, and additional logging for transparency.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-kuehlewind-audit-architecture-01"/>
   
</reference>


<reference anchor="I-D.bradleyb-audit-decision-records">
   <front>
      <title>Signed Decision Records for Agent Authorization: Disclosures, Entry Emission, and Ordering Evidence</title>
      <author fullname="Bradley B" initials="B." surname="B">
         </author>
      <date day="13" month="August" year="2026"/>
      <abstract>
	 <t>   Audit systems for autonomous agents commonly record the actions an
   agent performed.  This makes the non-occurrence of a permitted action
   unrepresentable: when nothing happens, there is no action to emit
   anything.  This document describes an evidence model that records the
   authorization decision rather than the action.  A decision exists
   whether or not the action follows, so denials, expiries, and
   commitments that were granted and never honoured remain
   representable.

   The document defines four disclosures that make a decision record
   independently evaluable, an entry-emission rule for states a relying
   party may need to reason about, and the evidentiary basis for claims
   that a decision preceded its effect.  It distinguishes
   correspondence, where two records agree about what happened, from
   precedence, where the order of decision and effect is established,
   and it requires records to state which of the two they carry.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-bradleyb-audit-decision-records-00"/>
   
</reference>


<reference anchor="I-D.yossif-enrollment-problem">
   <front>
      <title>Problem Statement: Enrollment and Key-Binding Assumptions in Execution Authority Evidence</title>
      <author fullname="Mohamad Khalil Yossif" initials="M. K." surname="Yossif">
         <organization>Yuthent</organization>
      </author>
      <date day="22" month="July" year="2026"/>
      <abstract>
	 <t>   Any scheme that produces cryptographic evidence of execution
   authority roots its entire trust chain in an enrollment: the moment
   at which a key becomes bound to a subject and a device, and at which
   a verifier begins to treat signatures under that key as meaningful.
   Every downstream proof is only as trustworthy as that binding.  If an
   attacker substitutes a key of their choosing at enrollment, every
   subsequent proof verifies correctly and yet attests to the wrong
   party.  This document is a problem statement.  It describes the
   foundational key-substitution threat, records the relevant public
   facts about consumer-platform biometric and key APIs that bound what
   an enrollment can establish, and states the assumptions a verifier of
   execution authority evidence must be able to make about the
   enrollment its proofs depend on.  Specific enrollment ceremonies are
   out of scope.  This document defines no protocol or mechanism.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-yossif-enrollment-problem-00"/>
   
</reference>


<reference anchor="I-D.schrock-ep-outcome-binding">
   <front>
      <title>Outcome Binding for Authorized Actions and Independently Observed Effects</title>
      <author fullname="Iman Schrock" initials="I." surname="Schrock">
         <organization>EMILIA Protocol, Inc.</organization>
      </author>
      <date day="28" month="July" year="2026"/>
      <abstract>
	 <t>   Authorization proves what action was permitted; it does not prove
   what happened after execution.  An executor-signed result improves
   attribution but remains a claim by the party that acted.  This
   document specifies a source-routed Outcome Binding profile.  Signed
   predicted effects identify the source role and source class required
   to evaluate each predicate.  Executors, systems of record, and
   independent observers sign closed observation objects bound to the
   same authorization, action digest, Canonical Action Identifier,
   consumption nonce, operation, facility, and observation window.  A
   deterministic verifier separates evidence availability from
   comparison: missing or unauthenticated required sources yield an
   indeterminate lifecycle state; authentic observations yield the
   closed comparison result in_bounds, divergent, or incomparable.  The
   profile improves consequence reconciliation without claiming physical
   truth, sensor correctness, or legal finality.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-schrock-ep-outcome-binding-00"/>
   
</reference>


<reference anchor="I-D.ietf-wimse-arch" target="https://www.ietf.org/archive/id/draft-ietf-wimse-arch-08.html">
  <front>
    <title>Workload Identity in a Multi System Environment (WIMSE) Architecture</title>
    <author initials="J." surname="Salowey" fullname="Joseph Salowey">
      <organization></organization>
    </author>
    <author initials="Y." surname="Rosomakho" fullname="Yaroslav Rosomakho">
      <organization></organization>
    </author>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="06"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-ietf-wimse-arch-08"/>
</reference>
<reference anchor="I-D.wadkins-agentproto-action-determinability" target="https://datatracker.ietf.org/doc/draft-wadkins-agentproto-action-determinability/">
  <front>
    <title>Independent Determinability of Agent Actions</title>
    <author initials="D. L." surname="Wadkins" fullname="Douglas Wadkins">
      <organization>Strakewright</organization>
    </author>
    <date year="2026" month="September" day="11"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-wadkins-agentproto-action-determinability-00"/>
</reference>
<reference anchor="I-D.abak-agent-control-delivery-evidence" target="https://www.ietf.org/archive/id/draft-abak-agent-control-delivery-evidence-01.html">
  <front>
    <title>Evidence Requirements for Agent Control Delivery and Outcome Reconciliation</title>
    <author initials="A. T." surname="Abak" fullname="Ali Toygar Abak">
      <organization></organization>
    </author>
    <date year="2026" month="September" day="04"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-abak-agent-control-delivery-evidence-01"/>
</reference>
<reference anchor="I-D.fengfar-led" target="https://www.ietf.org/archive/id/draft-fengfar-led-01.html">
  <front>
    <title>Dealing with LLMs in IETF Discussions</title>
    <author initials="S." surname="Farrell" fullname="Stephen Farrell">
      <organization></organization>
    </author>
    <author initials="C." surname="Feng" fullname="Chong Feng">
      <organization></organization>
    </author>
    <date year="2026" month="August" day="06"/>
  </front>
  <seriesInfo name="Internet-Draft" value="draft-fengfar-led-01"/>
</reference>
<reference anchor="AP-FARRELL-ABC" target="https://mailarchive.ietf.org/arch/msg/agentproto/wrQqZW9Dh3Yj6N7gV9RcfN5R8Kk">
  <front>
    <title>Re: [Agentproto] Re: DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="S." surname="Farrell" fullname="Stephen Farrell">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="29"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="AP-SERGEEV-GATE" target="https://mailarchive.ietf.org/arch/msg/agentproto/ORdiqDGi8Fno6ROXHmSljQFmEOY/">
  <front>
    <title>[Agentproto] Re: DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="M." surname="Sergeev" fullname="Mikhail Sergeev">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="30"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="AP-ECKEL" target="https://mailarchive.ietf.org/arch/msg/agentproto/dZgLXO2xr3tr8pF0yejOZhj49-0">
  <front>
    <title>Re: [Agentproto] Re: DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="C." surname="Eckel" fullname="Charles Eckel">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="30"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="AP-FARRELL-CHEAT" target="https://mailarchive.ietf.org/arch/msg/agentproto/zDQjiJvUhMiv5EX2Jpgbdacs3eo">
  <front>
    <title>Re: [Agentproto] DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="S." surname="Farrell" fullname="Stephen Farrell">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="30"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="AP-SAMMARTANO" target="https://mailarchive.ietf.org/arch/msg/agentproto/ike9opEcHLoS6QDdkJ0SKzSA96Y">
  <front>
    <title>Re: [Agentproto] Re: DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="S." surname="Sammartano" fullname="Shawn Sammartano">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="30"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="AP-SAMMARTANO-FRAMING" target="https://mailarchive.ietf.org/arch/msg/agentproto/ALrRxQEqT6VmBd6jBTuIKETcno8">
  <front>
    <title>Re: [Agentproto] Re: DRAFT minutes from the AGENTPROTO BoF</title>
    <author initials="S." surname="Sammartano" fullname="Shawn Sammartano">
      <organization></organization>
    </author>
    <date year="2026" month="July" day="30"/>
  </front>
<refcontent>message to the agentproto@ietf.org mailing list</refcontent></reference>
<reference anchor="VC-DATA-MODEL" target="https://www.w3.org/TR/vc-data-model-2.0/">
  <front>
    <title>Verifiable Credentials Data Model v2.0</title>
    <author >
      <organization>World Wide Web Consortium</organization>
    </author>
    <date year="2025"/>
  </front>
<refcontent>W3C Recommendation, Section 1.1</refcontent></reference>
<reference anchor="DID-CORE" target="https://www.w3.org/TR/did-core/">
  <front>
    <title>Decentralized Identifiers (DIDs) v1.0</title>
    <author >
      <organization>World Wide Web Consortium</organization>
    </author>
    <date year="2022" month="July" day="19"/>
  </front>
<refcontent>W3C Recommendation, Sections 9.2 and 9.11</refcontent></reference>
<reference anchor="AP-MORRISON-RULES" target="https://mailarchive.ietf.org/arch/msg/agent2agent/bRdOV5Ou66hFkNd5kt7Wd4KqHAg/">
  <front>
    <title>[agent2agent] Re: New I-D : A Dimensional Model for Characterizing AI Agent Protocol Proposals and Their Substrates</title>
    <author initials="B." surname="Morrison" fullname="Blake Morrison">
      <organization></organization>
    </author>
    <date year="2026" month="September" day="04"/>
  </front>
<refcontent>message to the agent2agent mailing list</refcontent></reference>
<reference anchor="AP-SCHROCK-RETENTION" target="https://mailarchive.ietf.org/arch/msg/agent2agent/kWvHTqephUemSNjbGQWGmoZkYSU/">
  <front>
    <title>[agent2agent] Re: New I-D : A Dimensional Model for Characterizing AI Agent Protocol Proposals and Their Substrates</title>
    <author initials="I." surname="Schrock" fullname="Iman Schrock">
      <organization></organization>
    </author>
    <date year="2026" month="September" day="14"/>
  </front>
<refcontent>message to the agent2agent mailing list</refcontent></reference>
<reference anchor="AP-JIANG-CONTINUITY" target="https://mailarchive.ietf.org/arch/msg/agent2agent/WtvC4rdcZ4dNxjpzIm1FM0y4-0o/">
  <front>
    <title>Re: focused review request on security principal binding, agent2agent</title>
    <author initials="Y." surname="Jiang" fullname="Yuning Jiang">
      <organization></organization>
    </author>
    <date year="2026" month="September" day="15"/>
  </front>
<refcontent>message to the agent2agent mailing list</refcontent></reference>
<reference anchor="WITMODEL" target="https://doi.org/10.5281/zenodo.21970802">
  <front>
    <title>Toward a Witnessability Model for AI and Software Execution Systems: A Boundary-Based Framework for Classifying Execution Evidence</title>
    <author initials="M. A." surname="Sergeev" fullname="Mikhail A. Sergeev">
      <organization></organization>
    </author>
    <author initials="V." surname="Ikher" fullname="Vladimir Ikher">
      <organization></organization>
    </author>
    <date year="2026" month="August"/>
  </front>
<refcontent>Version 1.1, bridge revision; also at DOI 10.2139/ssrn.6994720</refcontent></reference>
<reference anchor="WCC-CORE" >
  <front>
    <title>Witnessability Conceptual Core 1.0</title>
    <author initials="M. A." surname="Sergeev">
      <organization></organization>
    </author>
    <date year="2026" month="July"/>
  </front>
  <seriesInfo name="DOI" value="10.5281/zenodo.21865251"/>
</reference>
<reference anchor="HAMILTON" target="https://caselaw.nationalarchives.gov.uk/ewca/crim/2021/577">
  <front>
    <title>Hamilton &amp; Ors v Post Office Ltd</title>
    <author >
      <organization>Court of Appeal (Criminal Division), England and Wales</organization>
    </author>
    <date year="2021" month="April" day="23"/>
  </front>
<refcontent>[2021] EWCA Crim 577, paragraphs 136-137</refcontent></reference>
<reference anchor="GRENFELL2" target="https://assets.publishing.service.gov.uk/media/66d817aa701781e1b341dbd3/CCS0923434692-004_GTI_Phase_2_Volume_1_BOOKMARKED.pdf">
  <front>
    <title>Grenfell Tower Inquiry: Phase 2 Report, Volume 1</title>
    <author >
      <organization>Grenfell Tower Inquiry</organization>
    </author>
    <date year="2024" month="September"/>
  </front>
<refcontent>HC 19-I, Part 1, Chapter 2, paragraphs 2.122-2.123</refcontent></reference>
<reference anchor="EPA-VW" target="https://www.epa.gov/vw/learn-about-volkswagen-violations">
  <front>
    <title>Learn About Volkswagen Violations</title>
    <author >
      <organization>United States Environmental Protection Agency</organization>
    </author>
    <date year="2015" month="September"/>
  </front>
<refcontent>agency overview of the Clean Air Act violations, including the Notice of Violation of 18 September 2015</refcontent></reference>
<reference anchor="IN-TOTO" target="https://www.usenix.org/system/files/sec19-torres-arias.pdf">
  <front>
    <title>in-toto: Providing farm-to-table guarantees for bits and bytes</title>
    <author initials="S." surname="Torres-Arias" fullname="Santiago Torres-Arias">
      <organization></organization>
    </author>
    <author initials="H." surname="Afzali" fullname="Hammad Afzali">
      <organization></organization>
    </author>
    <author initials="T. K." surname="Kuppusamy" fullname="Trishank Karthik Kuppusamy">
      <organization></organization>
    </author>
    <author initials="R." surname="Curtmola" fullname="Reza Curtmola">
      <organization></organization>
    </author>
    <author initials="J." surname="Cappos" fullname="Justin Cappos">
      <organization></organization>
    </author>
    <date year="2019" month="August"/>
  </front>
<refcontent>28th USENIX Security Symposium</refcontent></reference>
<reference anchor="PROV-DM" target="https://www.w3.org/TR/prov-dm/">
  <front>
    <title>PROV-DM: The PROV Data Model, W3C Recommendation</title>
    <author >
      <organization>World Wide Web Consortium</organization>
    </author>
    <date year="2013" month="April"/>
  </front>
</reference>
<reference anchor="DURANTI1998" >
  <front>
    <title>Diplomatics: New Uses for an Old Science</title>
    <author initials="L." surname="Duranti" fullname="Luciana Duranti">
      <organization></organization>
    </author>
    <date year="1998"/>
  </front>
<refcontent>Scarecrow Press</refcontent></reference>
<reference anchor="INTERPARES" target="https://www.interpares.org/book/index.cfm">
  <front>
    <title>The Long-term Preservation of Authentic Electronic Records: Findings of the InterPARES Project</title>
    <author initials="L." surname="Duranti" fullname="Luciana Duranti">
      <organization></organization>
    </author>
    <date year="2005"/>
  </front>
</reference>
<reference anchor="ISO14721" >
  <front>
    <title>Space Data System Practices -- Reference model for an open archival information system (OAIS)</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="2025" month="March"/>
  </front>
  <seriesInfo name="ISO" value="14721:2025, Edition 3"/>
<refcontent>also issued as CCSDS 650.0-M-3, December 2024</refcontent></reference>
<reference anchor="ISO16363" >
  <front>
    <title>Space data and information transfer systems -- Audit and certification of trustworthy digital repositories</title>
    <author >
      <organization>International Organization for Standardization</organization>
    </author>
    <date year="2025" month="March"/>
  </front>
  <seriesInfo name="ISO" value="16363:2025, Edition 2"/>
</reference>
<reference anchor="CCSDS652-1" target="https://ccsds.org/Pubs/652x1m3.pdf">
  <front>
    <title>Requirements for Bodies Providing Audit and Certification of Candidate Trustworthy Digital Repositories</title>
    <author >
      <organization>Consultative Committee for Space Data Systems</organization>
    </author>
    <date year="2024" month="December"/>
  </front>
  <seriesInfo name="CCSDS" value="652.1-M-3, Issue 3"/>
</reference>
<reference anchor="ISO15026-2" >
  <front>
    <title>Systems and software engineering -- Systems and software assurance -- Part 2: Assurance case</title>
    <author >
      <organization>ISO/IEC/IEEE</organization>
    </author>
    <date year="2022"/>
  </front>
  <seriesInfo name="ISO/IEC/IEEE" value="15026-2:2022"/>
</reference>
<reference anchor="GSN" target="https://scsc.uk/scsc-141c">
  <front>
    <title>Goal Structuring Notation Community Standard, Version 3</title>
    <author >
      <organization>SCSC Assurance Case Working Group</organization>
    </author>
    <date year="2021"/>
  </front>
  <seriesInfo name="SCSC" value="141C"/>
</reference>
<reference anchor="FRE902" >
  <front>
    <title>Federal Rules of Evidence, Rule 902(13) and Rule 902(14), with Advisory Committee Notes</title>
    <author >
      <organization>United States</organization>
    </author>
    <date year="2017" month="December"/>
  </front>
</reference>
<reference anchor="FRCP37E" >
  <front>
    <title>Federal Rules of Civil Procedure, Rule 37(e), Failure to Preserve Electronically Stored Information, with Advisory Committee Notes</title>
    <author >
      <organization>United States</organization>
    </author>
    <date year="2015" month="December"/>
  </front>
</reference>


    </references>



<?line 1612?>

<section anchor="abc"><name>The (a,b,c) scenario worked through</name>

<t>In the agentproto mailing-list discussion of July 2026, in the thread
on the draft minutes of the AGENTPROTO BoF, Stephen Farrell posed a
gating scenario <xref target="AP-FARRELL-ABC"/>. In his words:</t>

<ul empty="true"><li>
  <t>If (a,b,c) is a comms path between agents (perhaps within a tree)
and if 'c' is actually a newly created entity, but one that needs
access to a long-term secret credential accessible at 'a' (e.g. pwd
or SSH private key) and where that credential must not be exposed
to 'b' nor easily abused - then how's that going to work?</t>
</li></ul>

<t>He emphasized that "the scenario I posited is one where 'b' creates
'c' and so is in a fine place to cheat" <xref target="AP-FARRELL-CHEAT"/>.</t>

<t>The list discussion produced concrete mitigations, collected in a
reply by Shawn Sammartano <xref target="AP-SAMMARTANO"/>, who credited most of
them to existing mechanisms:</t>

<t><list style="symbols">
  <t>exact, single-use, attenuated permission slips bound to request
bytes;</t>
  <t>hardware-protected keys, and threshold signing;</t>
  <t>short-lived credentials, and forward-moving counters;</t>
  <t>delegation budgets, and delays with cancellation windows;</t>
  <t>approval separated from the creator. Sammartano also stated the hard case plainly: "If b builds
c, then b can read c's key, so b can be c. No message format fixes
that, mine included."</t>
</list></t>

<t>The author proposed an enforcement/observation framing in response
to that discussion <xref target="AP-SERGEEV-GATE"/>. The control-topology test of
<xref target="topology"/> refines that framing by distinguishing
adversary-resistant detection coverage from a particular finding
made from evidence already obtained. Farrell posed the scenario.
This document does not attribute the generalized test to him.
Applied to the scenario:</t>

<t><list style="symbols">
  <t>Exact, single-use, attenuated authority bounds what the grant
authorizes, where it is enforced. It does not establish that an
action attributed to c was not performed by b, where b created or
hosts c and can obtain or invoke c's signing capability (rules 2
and 6 of <xref target="noninference"/>).</t>
  <t>A message format can carry the relevant control or evidence. It
cannot create the required independence (<xref target="principle"/>).</t>
  <t>A prevention claim at that boundary needs an enforcement point b
does not control and cannot bypass. A claim that covered misbehavior cannot be concealed needs
evidence b cannot forge, on a path b cannot silently prune
(<xref target="topology"/>). Attestation and threshold signing supply such
points only in deployments that actually place them outside b.</t>
  <t>What is missing in the hard case is not another field. It is a
point outside b that either enforces or observes, and no message
format creates one.</t>
</list></t>

<t>This is narrower than solving credential custody. It makes the
assurance claim and its trust boundary reviewable before a mechanism
is chosen, which is what a chartering or design review needs.</t>

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

<t>The scenario of <xref target="abc"/> was posed by Stephen Farrell
<xref target="AP-FARRELL-ABC"/>. The mitigation list and the plain statement of
the key-custody limit were collected by Shawn Sammartano
<xref target="AP-SAMMARTANO"/>, who also confirmed the enforcement/observation
framing used here <xref target="AP-SAMMARTANO-FRAMING"/>; Charles Eckel proposed
that 'a' authorize 'c' to do something specific on 'a's behalf,
rather than expose a long-term credential <xref target="AP-ECKEL"/>. Yuning Jiang raised the continuity of an
identity across restarts, instance changes, and key rotation, which is
how the question behind rule 10 of <xref target="noninference"/> entered this work
<xref target="AP-JIANG-CONTINUITY"/>. The distinction itself is older and is drawn
in <xref target="DID-CORE"/>.
Vladimir Ikher is the author's co-author on
the earlier work <xref target="WITMODEL"/> from which the bases of <xref target="bases"/> and
the ceiling of <xref target="ceiling"/> are restated here. This document
also benefited from the broader agentproto and agent2agent
mailing-list discussions of 2026 on evidence, delegation, and audit. The
author thanks their participants without implying that any of them
endorses this document.</t>

<t>Douglas Wadkins reviewed a pre-submission draft; the statement of
scope in <xref target="scope-and-non-goals"/>, the additions to <xref target="reporting"/>,
and the qualification in <xref target="applicability"/> are responses to his
comments.</t>

</section>
<section numbered="false" anchor="document-development-disclosure"><name>Document development disclosure</name>

<t>This document was drafted with substantial assistance from generative
AI tools, working from the author's prior publications,
specifications, and mailing-list correspondence, at the author's
direction. It also incorporates material arising from adversarial
review conducted with such tools: the wording of several rules, and the
separation of analytical justification from documented practical
confirmation stated in <xref target="noninference"/>, were reached that way. The author reviewed the resulting text and is responsible
for its content, citations, and attributions. <xref target="I-D.fengfar-led"/>
discusses LLM use in IETF discussions and explicitly excludes
Internet-Draft and RFC text from its scope. This disclosure is
voluntary.</t>

<t>The author also has an implementation interest in this area: the
WEXP appraisal layer <xref target="I-D.sergeev-wexp-core"/> is the author's own
work. This document is usable independently of it. No organizational
independence between the two works is claimed.</t>

</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA929bXPbVrIu+h2/AqVUXdtVBG1JfpNS5+TQsuwosS2PpMST
2bVrCiRBChEJcABQCuPyf7/dT3evF5Bysvfk7nvrnjp7IpMEsLBWr1798vTT
WZYl36SXxSpv8q5Ii2nZ1U2ZL9KmuC2Lu3TV1Ku6zReDdFo05W0xTWdNvUy7
6yKdrReL9OTV6Wl6/vEye/LkWdrW62ZSDOmGr/K2WJRVkV5+P8oOnj0/Tl88
nz07fLE/nhzNpk+Lp09ePCmOZof54Xj/+eHR7OWLZ7OX9NWTwyLP8xcvZsXs
6dMXT4+mL/N8fDgZHx7STa+uy1afkdJfVd2lebpajxflJO/KukrrJs2rNF93
1/QOv8tnXZ226/Gy7PjbtqimQ9ypoBes6JXohep1t1p3LV06TctpVdKfTbGq
m44uXK0WJb8zXWsvOa3x5Nt8UU5pyuhuHY+LZ45+qVOQXhTjdbmYync8ly0P
ZlzQnYp03ZbVnL6q20Kfzk9Y5l07TLqyWxTH6ckiL5fpq3pdTfOmLFoM4fS3
YrLGW53eltOimhRJPh7T3bd/n0zrSZUv6U7TJp91WVs086K4zSb8u2zsfkev
lNDsFfO62RynZTWrE36r4/TgycHz7MlRtv8iwfy1/ALdZkVfnZ1evUnKVXOc
ds267Q6ePDl6cpDcFJu7upkeJ2mapYWNj/+BZ7b4M1/TNMlfXVe0HdZI/j0v
qq5N6KNq+s98UVf0oA29x6o8Tv+jqycDmtqma4pZS39tlvzHfyay1PLIsmqP
0/dDkmW8KX2WpjID78ub67xcRN/UzTyvVEbojUgUViwPVUcr1xZ5M7kuGvyw
WNKlx+lS7qHTePj86P/M+YvhpF4mCU8bLx/tDx7LxZuTw/3n+/bnwcEL+/PZ
swP98+nR0Uv989nLp/bn88MXz+3PoxeH+ufR/nO77Ojw8Kn9+fTpkf357Mie
dvRi3/159PTA/4mbnWWvhyYJd8Vvq2xC4mhfjNcZFoG2fFeTwEzWTdltslVT
VpNylS+ycVlNSXDt9zfr4npR3NGHGZY141mjTTDp1sFNm3y6KDZj/cm0mGAn
ZE1Bj5629rNNTfI1y4qqqReLJQ2CHluPF8XSjXpy3dSTm6xYZbRjaNaL/nDK
optldyRoBQZyjNXT3bT3qW5uFnU+Tc94jem1SFxIebxfL7oyvdy0XbFMT6vb
sqkrfnr68NPZ+8vTR+koeKU93NGLHP8/FbsfSOxIZu+KjX5uovcDbfHVde9L
vegX0hJ1Wy/zm+u6d9kveVO3i/x26wd66ffD9IpmpJ4VVTnvXft9XlWkL3rf
h5v6RfbkucxOTqLQHafXXbdqjx8/vru7wzQOaXc8xmreFo/L6WNRIb0Jzp68
HF53ywXuREJFyoT3gc3MWdUVTVV02Wu+2NTQ9j109e7y6Q29WiiB+YQ3J4kM
3WhZVvm4XNDCxesabtzX8Q/TepaO+G7pCDdqv7J+r4fpu2H6ScbQm8/X9Xq+
yNutb2mOjtPLrslvirumnF93W/NMynN/5zzTj3K6cHJTNH6+SWHrRP/puXj8
X5r7P31bPhNkVfJxfiO/J01RdbQ56bcLkopmk5mKjxfEDiZSo/9al03Bu0kO
L1mLE7kNLZbcBqfuuexouoaeMqExQC1/Zb1GJP/DdESj6y3WaFGmV/Vmnjf+
23hJnjz9b4j+n5mH7Mn+f30//Mkb63LQdp7P8iZbFNN41l8XZI2QSXFXdtfp
u3fvW1ZvfEynr8t2ssbZ/TX5vxymb/KmKRaL3nxedqS+iqr3rV51QlfRiHqX
nFzXNBL3RTj7L/97iid47f/WJMfX009HH7M3o4uL03fvstGrk3gqL+h//mPk
tsh/pvzB64vRmyuyAap1x6aYWcCjt6cfrj5enF+dk+X15q+a31hVHxztnDE2
PnSi4pl7vGzpDzf+x3fN3/71j09Hr68Pf/n1+YcX85+PLiazD88uXv4ou4MM
KZY8+j29/LJoW7qWjWZ+P3+b/2PPSPnBLGqLsu32ZC4vTy/enp7+nL0dXZ3G
k/mXT2TPvvMTucvGiyfy8Mm/N5HnF9PyX6/fli/fVPXzi/O/f7+8XPz6tzfL
0/NfHv9VM3l68uPpu/8BeaSde0qnT18aT67zZkE39N/9tVM4/cf83d/PD35r
Drvm5erNk03x6/k/rn99Slr5r5pB29cn35+Orv5gJv9f3NX/7kz+/vpvv5Y/
3P50/b68fXb694MfVvPxNJ+0h0X9l+3q0fv3o4ur0Yfz/xkFeZkvl3lD7l/f
GL68zu+q/td/7XSWN8VRvTqdfP+uvnz+t9fTmx+eXP74++Xo6Pkvf/10Zm8u
Ru/PPrz9//+0jt41F7/97fRfV89/Xr6aPv/11dX67MfTq0lVv/xLpvXnk+z1
6GqUvT9/3VebP5NtMCtzciHTk6aA05cv2vQ1Wd7p+5psrPT2YPhk99TBsieP
cTFNP5EJln4qxmy3cvyhXC/jeXp2rz1zd4h5ubp4fDvJ2OLPlvzcjB6747z4
dHgC83dJBvMU5u+AzjKY5+n+cJ8H+vrsdXZyfnHaN/0mdIeG7L/fC3NvZ2XR
tOlDuqB9lN7u/xXvecDysL/bFonfdlpOEVb4r71kmx4ND+AMHA3393XPvD+/
uDi7PP+QXfz07vSyZ1pAQA7wv7JZPhR3bCWn5AWQ2UuPYKs3X+hyswvC5xu5
PCQav7MYjc7UKfnIYjYhr+SjRjslGHh1XZRNerketx0HR79mQL8a0mOapmwR
zQq32asFOYjxl3/KIfkTm0xe/vH4Ynr+87Pz9fPn129uPkyf3XQvPk2f/viv
70fzP2mYyI12aq2T7y/OT37MLk6vSOWcnX/4//IinJG2kzBRbw3OlnkVfdXz
0v/dFbj5dPv91b/ozP+pWF5++HX89m+f3i7rf9z8cvnTv70CP5yNPrylfU+z
/+Gns6tftk+NWU0eHu19jdg35HgXbZeS4rAYXupieKkGzQbhY78ypb8M0x/K
fMvH+2Vd8TD9V70J3a0V//yEfupuT54208k/nk4//Pbr6vez5f6b9082T7Mn
9b83oZ/OrnYcFlf1Xd5M05zUYFfxzTSC5IWWpJSF8bKedfTTIojES/CQYxIW
fd9knP2Ypm8amqu7urkRsV/kHOLc8Gi24/hfd3lGf+T1bP1Ar/15mJ7dWCTb
X/bzIp+WS9pW/svITd8dtKpLLNj+k+Gzg5f7j38vqnpaDw/2j148efnkYHtZ
6Ahu9fgapOOmnM4Llwn5NqX9Xad5l74+P0vplgf7h0eP27aphs+Pjp6+OMCR
9enkZMeJ11skOrEmxapbk3CfcHLl3uPuntmMTJ574go0yON068VfPn928Izj
Cd+TPffuqq8cv8+X5aKjCfi/0nM6jm/TjzVty/PZrJwU6btu+pVD+aReNx0C
mKtVQS/28KQpOT63IJ0qE/hokJ5W8wULJf/fp5z8tvh19ulkyQ4Od67lhNNz
+d2wwiGc265sh/P6dri+eVzcTfLHE3rmY77R42cvXmwv73/wV/+Znn46GaU8
vJR+NUg5jzhv8tV1m+4fPs/2D1/wa769OP3whtyyg3iG3jZFNSMHKaUNWJA0
Vhwy3BynH69pfOkBHSichhukP9eL9ZJW9isztvtW8YyQ+thtwNDOLLp2iFRi
e007lJMkt7RMNh/LYlrmj58/n77cf5HnL57sv3i5X+yPD5/uT8fTw8cnJ5dP
jg4Onx4+fX5EhtKTp/98e3X2T7zFPw/+KaP/5/4/X52f/0g+wI+nr4er6Wx7
Rr8/SfePsrNB+pEs8pQ2DR2VKzoo04NoXg+G+2SO8f8e8oScfhxlP3+KJ/Zd
kTdVOhrX644n76a9Y3WY/lzWi/wrsXDM5E8VEpmXHZ+2YVIkx9HcqVHKh/Yk
nuD9Z/dNMFuIxSrn6Xx8e/d4wcPLch5eduuGl9264W3PTY7HpfUtLwydcrQ3
WNef0K1oLKTKRpMu9TcY0G6fLNZTybMW6Ye6411HV7k54H/sv+TUN+nvMc8y
vQDPy9mH7Ipcq3hGyyrryD455ikgnc33neXNkj7MOngZ8zWtEI1WU7XjUjPK
483XjRZy0a7IOCzabNSUeT/5cJmz4zKvd/3G54JGs9/J/u9d+j17dtP4O73k
apj+SP9/vVqt23zZz1ldkaV6nVc36Y8khtflzdYP9S4Xw/SE1NSS5rN3h4vi
97z/nc+UneQrsu96l/ywbruyCr9zUnV034nEUkWWT1X+hoOpxUn8eFaSKnxM
pg9d2Mms5Txru/fcwcvuOv3p8vTD2d/ZFRFz6XKzpFGQD8TrRn72z9nr97E4
2IdAEvA/As9ykG77Of+2A7Z/+LXMhfe+yGO+zabLxwk7jD9djMhs3NdUc+Az
lqtFzfnqSSsW+0+tii1tpnMazeWk/AOr5N0wfb1mge+L3bv1hKzCPPpWXoLH
sb0AlxOypyZNfUc7i0512YBXpxcfRxd9l4/n+l1dzTPOVuHnpAzcXh7RMNn5
naSnC9JRpLTozwtNM6dvxO5tTXEgU4Bn8I7+lS74a1/24MmT+0MDJT+cNDod
uLxs47q+eUzjK34bTma87OTz7pMNtB+//uUqJxUGOdOM9Ud2pEivtWmW0avO
igapt6UzW2k56xUpfjnfSYE7pAJ7B3KTh+ejs8tHXxFQSaqopUCmjAdO4BmX
jNgg81k/64VHsieH99hU9JL0UvKe/EsyaKYl7nq4t0P/s7lYtu2ajqa8TenE
fX2ZPn/2ZPgke58dDlIOg6gWP3i6p3P4/PD54a455GiMwH2C6SD3smppCnVe
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
bZghS+uIf571Tg2sstUCeNZauAYbhIMX/ckLeAVwJHRCg+BismG7qnAHNx6F
n1kbK7rcAdmEHTNiCI42YURI2wVVmtrl7ljtEp8zlXSpxrf8S6KS2mt4LXtM
hbywrZ0P4fq/SFgJDJzSaJwEKhOIUNQfbGe7syT1ZIxsDdnyu1bt2A9B43Vu
gepQ/RCgk7py9YwB5Yxv2SicPNLpae/EFxJYMaN5/5mLQXsdFOxt52DlXqEL
gJA0N08EmoHD1t1ARIzdX+s/BJDrkiYuGWbuUuOcMFle94MtH6lkc8SEUbb0
eON4wTOrgmCXyeOLF7R7h+l7ya6iGhJ5qnm+kooHXgZO3Yns99grwgbs0vta
kTQtgwUNcj9jcWJQcS9kYcXq2s0+7LemCviuKOe2FrEIuFT9eBMV1Thf3NF6
xZuX35urZFUGeKfR+34bxV9Vw/nQiwVWNXtD0yHQH4ut4tw/G30Y9c78/jl/
LVQF+KXCW3hhsoy0LZ3qdBOWiIf5YDyYPCJTsahoUWurSCPPCiSJn7/Jx5Mv
rj7YJ9styJ5xkL2Xq/xhTWr0gAw1R/aAbqXTxLoOII1PS4Z+xaqQR29PP1x9
vDi/Ok9f1W8GZNEVK9Zbb3LuHrNQaHmezGV63ICRgHwzurg4ffcuG706Qesa
8s1Ky+Mlyf/mllb2pkoWuCRxXJHb5LJMyjH3kPbXdb5y1YncVacoHtE9YCTN
0geTB9phQLLkOdtKDMlWngiJPEoFqSP8Bg0m30PZnLne0gedyVjimBP9jxl9
8rtSG/c9yB+kD4vhfJiu7qZ0F5KSy8vvJepOTsVNsXmkBe2FJvrDe4HuQRUr
hKjge9AQHowfgCOroCOcX2QMHGUmxwVp4AfWeLsWBgPIxndJ8j3dZ7ki+Sp/
t1wfUqVuSc5So6dS0nMZGD9PZqlNeBY15yt5HrDnF0ooKAziebcXr+7J96ej
K88r0RM8l5Pi44/JG0nCjCyBdZUAha1+gjkIoSIvr7lM/zJnykPyEVSgLkfv
348urkYfztnVACsfYxk7pXFj8CLjex3nM8+QV3QwJIF3IkeVvloUGc0tt7Mj
pS8kNgGNf7soV61v3gMFBqJvRH6ZFu+ajDiG/2e+Aw4tusuFMrqPO4pyHJSe
Bto/ZiXJFjjrvCwY/q9u6G7TjAwigY+g2zGeFJDQjdfTeWE5YfocxMElOMXp
mFtY41hgrnAtY0thYlkeYrrFsDUMJxptIH0OEm8p/hRYohdkL+zRxh3TSMoF
bZ/JQERzjFMO6e4JU/UUG9R/jw2wMeF2CZYu1Fyq8GUnwm+KPnHa1nY63BNx
Ekib5hOB9Qwts8dxz9d8qayTGtwuEjtfAoEUQTq9eHt6+nP2dnTlkLiGvHLG
pcYakuhwadRRE44VfaSU1hg2i20ricCQxcBtRkt2c7ugmNJ1IxVm3R3dXBPk
TQUb6Aw5DbHWY+FtGva0cLjbh33/0nFYGAtsmCkXlcGvSxN2zbbCKIbX2G2x
hU6/uoWsuHwTuVd4WCM1ugZT9KSckkCyQt37u4AgJhtgrjyjLesmRyjhimt4
Ycb2kHFAWEf34EoWsm6thFdnVSBNtzV5lSzFunfpByszO5Rs7EDjac/vK7XP
uJA1lnaYgcg+qRkuJaYWA6+jgI3ajaiuwbj1IjV6Inud3CvFAi+CpwdOhGsx
EvXnVB7oeE9pznAcpq1shEG5sxRAo7ObZ0CEXLMytgLeugmdJMbZ51xKLQdv
0PlhbD+jYcw5XgtmGRgC9o3jqV01a8AxHob7kpuwBRWhOzWwlWm1En5WJw7x
+TJspmElu2ZL6Ol3HTRpG2OKPylOxYKOalZ5jWkeggJ7ZtyD0uiOcxuCv6k8
VxExuiSt9z4t1Fg5NepAKXaCK2evBVRpzzZgiEFopq0XcrJ4K0QLaAJUPlva
QRxN5EbhR1KM4vE4KGOFJ6BUD0H9fFIaK2hAFKuRFvpJow3p4d2CH1mLYiEa
Qjs8Mbo3jf19k8effEk+H1fr5ZhF7n/toSXPnvIwOKMHm5ON5S/QDq4SsmfH
JrvsVb6RN1bEsjHnVzomBBWesDyAtTcqSSHQVo4ws3J2mDbJPaYNDmLtbqna
/Z6jL7FzCKYilF3vntmbi9H7sw9vGdR/QrPPGuyUnMSFO1mFX55tWqeeYVRz
vIrsgXpZCKez8z1pRujXLTzuxWyQhNkOMWgjazoQOozt9ORHqdb5ZY29+UOZ
s/cppNyWGSRfRJPTjlaPvWyphgaUo+lQSa7cm0K0qtuEK/aa2qhjTAYTKwR0
zX3oBUojTtl/shMJVlRS0dup/3Ija/YDuXFvs5PzD1dnH346u/rFhCaEn/gO
JsKNoTQjoKFKQP77+uy1VQQlvbqmMiw7QAfDTA0iWnQIhKJThIwkqIKyZKUV
n+4u+8I97in7ygEYCuhY+qwjkM8xGRCzMjIqx02NhjSBV4o0pAfRJvd4qRgg
e6hpBMjx1q8mNLnYQ1IAOhssdDetYqMC8HLrMM9MiLJxASfPsbZM6AytG4F5
x7Cw1+RqL0hnfBJIuyqoYirAiqxdj81VgOf8rRhKoUZApkcYnvEnurByz/p5
TZOHekokUh2xA7s5QZxU2AFFWMlI8zl+vmNMuu7WC3ZvK3YcGefkUUu5BSnU
1z7ZgHLepeGZhavuPm0ampGgNeW31VIra8gq7nErlu5EDVdNUZO3k4zOaETA
ibKkRvyQTrhR6KVEluoeJqZtzF0Eu3soPD5sqpnyLrpp4li8BDzAIsuIdUYo
SemB0ctFvJVmvTPCX88lzl2uJ8F788biV5LwqeIoJclyW1gCM+CkiPEFBgig
32nuaGJeDD3f5ps9UsGgCOuwb3TsSfS3u67cSXcm4XWSbgG59u7W/eJEuYuq
OwSPWSl2WvFBiyJBZxEPeRgwHjNckaC+nixCKQSZFdV8ljcZndZfviRGsNqm
7969B2UAjfzs9OpNtPtjNgMpHyTrIInr6/Az4C15uK7uyvUd9NV8a3BIJbf1
glzpXBgw/CRAGK6V9ZNzwj55GlYIQi3Q5sqx0EmvXhNJsq+Ua/Y1OPftQ1Fi
D3DDMXyhW4orWIBEgues/CFW4xnZ/yFDAeOypeKCLTCplBkm/zfNLA7qlzgB
AA==

-->

</rfc>

