Expand description
Pure validation for parsed ExecutionCellDocument.
Functions§
- authority_
derivation_ signing_ payload - Build the canonical JSON payload that the grantor signs and the supervisor verifies.
- check_
policy_ pack_ version - Validate a policy pack’s declared
spec.versionagainst the runtime’s compiled-in supported floor. P4-04. - enforce_
derivation_ scope_ policy - Enforce the derivation-token scope policy after signature verification (L5-16 / I6 / O6).
- validate_
execution_ cell_ document - Reject specs that violate MVP invariants (stricter than JSON Schema alone).
- validate_
tenant_ id_ for_ subject_ token - Reject a
tenant_idthat contains any NATS subject-token reserved char. - verify_
authority_ derivation - Verify an
AuthorityDerivationTokenagainst the declared spec authority. - verify_
signed_ trust_ keyset_ chain - Verify a chain of signed trust-keyset envelopes for replay-safety (SEC-25 Phase 3).
- verify_
signed_ trust_ keyset_ envelope - Verify a SEC-25 signed trust-keyset envelope and return its raw payload bytes.