Skip to content

Review request: is there already a normative mechanism for authorization → S0 → execution → S1 closure? #332

Description

@altrudev

I’ve been testing a narrow assurance boundary across TRACE, Agent Manifest, and cA2A.

The question is:

When valid authority, approval, action-binding, policy, and execution-related evidence all exist, what additional evidence is required before an independent verifier can establish that the authorized state transition actually occurred?

The current experiments distinguish:

  • CLOSED — sufficient trusted evidence establishes the transition
  • FAILED — trusted evidence establishes a contradiction
  • INDETERMINATE — evidence is insufficient to establish either result

The work does not assume that TRACE, Agent Manifest, or cA2A are deficient. In the pinned material I tested, each system appears to draw a reasonable boundary around what it proves.

The unresolved composition layer is:

authorization
    ↓
exact predecessor state S0
    ↓
exact executed action
    ↓
execution outcome
    ↓
trusted successor observation S1
    ↓
replay / uniqueness evidence
    ↓
transition predicate

I built an experimental profile called STBP v0.1 — State-Transition Binding Profile to test whether that missing join can be represented minimally without turning existing assurance systems into application-state stores.

The review artifact now includes:

  • pinned TRACE, Agent Manifest, and cA2A revisions
  • independently verified adapters
  • adversarial conformance tests
  • cross-system composition tests
  • a reference verifier
  • a real Git-backed S0 → S1 transition
  • explicit replay evidence
  • 64/64 frozen-snapshot tests passing
  • governed DSR execution
  • independently verified DSR result signature
  • DDC radial ALLOW
  • Parallax causal assessment ALLOW

Frozen review snapshot:

altrudev/authorization-transition-closure

Branch:

stbp-v0.1-review-snapshot

The question I want reviewers to falsify is:

Does an existing normative mechanism already bind authorization to an exact predecessor resource state and bind execution to a trusted successor state, with explicit replay semantics and an evaluable transition predicate?

If the answer is yes, I want to narrow or retire STBP rather than duplicate existing work.

I would especially appreciate review on four points:

  1. Is there an existing TRACE, cA2A, Agent Manifest, RATS/EAT, SCITT, or related primitive that already closes this gap?
  2. Am I interpreting any upstream assurance boundary too narrowly or too strongly?
  3. Can any STBP field be removed without losing the distinction between CLOSED, FAILED, and INDETERMINATE?
  4. Is there a counterexample where this three-state transition-closure model breaks down?

This is an experimental technical artifact, not a standards proposal. The objective at this stage is adversarial review, not adoption.

Repository:

https://github.com/altrudev/authorization-transition-closure

Recommended starting points:

  • SNAPSHOT-v0.1.md
  • docs/research-note-v0.1.md
  • docs/adr/0001-state-transition-binding-profile.md
  • analysis/interoperability-report-v0.1.md

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions