CORPIFORM is an authority-governed deterministic execution runtime that consumes AUCTORISEAL authority and emits signed, replay-resistant receipts.
- Authority → AUCTORISEAL
- Execution → CORPIFORM
- Verification → VERIFRAX
CORPIFORM does not issue authority. CORPIFORM does not verify truth. CORPIFORM enforces execution under authority.
- Version: v0.1.4
- State: PRE-FINAL EXECUTION SURFACE
- Release type: PUBLIC PRE-SEAL
- Authority model: EXTERNAL (AUCTORISEAL-GOVERNED)
- Determinism: REQUIRED
- Replay: FORBIDDEN (ENFORCED BY RECEIPT)
- Compatibility: GUARANTEED WITHIN RECORDED EXECUTION BOUNDARY (artifact-0004)
This release is bound to:
- VERIFRAX artifact: artifact-0004
- CORPIFORM release-boundary commit: 40047fb
- Package: @verifrax/corpiform@0.1.4
- Recorded execution receipt: EE07B689-F1BF-4518-B49C-C973CB178029
This boundary defines the only compatibility guarantee currently asserted.
- npm: https://www.npmjs.com/package/@verifrax/corpiform
- dist-tag: latest
CLI:
npx @verifrax/corpiformExecution is permitted only if all conditions hold:
- authority present and valid
- scope matches
- time window valid
- custody valid
- not revoked
- not previously executed (execute-once)
Failure of any condition ⇒ refusal.
Success ⇒ execution + signed receipt.
Receipt binds:
command_idauthority_seal_id- execution context
- timestamp
- outcome
Properties:
- canonicalizable
- hashable
- signable
- externally verifiable
Guarantees:
- replay detection
- traceability
- authority binding
All refusals are:
- deterministic
- attributable
- materialized as denial artifacts
No silent failure.
- each
command_idexecutes at most once - subsequent attempts are refused
- prior execution is provable via receipt
STATUS.mdSCOPE.mdCONTRACT.mdAUTHORITY.mdFAILURE.mdDEATH.mdGOVERNANCE.mdSECURITY.mdVERSION.md
execution/bodies/seals/revocation/receipts/denials/ledger/
interfaces/integrations/auctoriseal/integrations/verifrax/id/TRUSTED_ROOTS/auctoriseal_roots.json
runtime/tests/fixtures/tools/observability/
evidence/README.md
- no authority → no execution
- no ambiguity → no execution
- no replay → enforced
- no unsigned consequence → rejected
- no hidden mutation → rejected
- deterministic execution
- external authority
- canonical receipts
- replay detectability
- boundary-scoped finality
- not an identity system
- not an authority issuer
- not a workflow engine
- not a best-effort executor
It is a constrained execution runtime.
- authority validation mandatory
- receipt signing mandatory
- denial paths explicit
See SECURITY.md.
Apache License 2.0
See LICENSE.
- Protocol: https://github.com/Verifrax/VERIFRAX
- Authority: https://github.com/Verifrax/AUCTORISEAL
- Execution: https://github.com/Verifrax/CORPIFORM