LEGACY VERIFICATION CORPUS
Verify
No live server-side verifier is claimed. The current scenario corpus is historical reference material, not a Trust Gate result, decision, or execution interface.
REPOSITORY VALIDATION WALKTHROUGH
Run the current repository checks
Use the repository validation suite and explanatory examples. The foundation result example explicitly marks runtime attestation as unverified; the legacy scenario corpus does not make an authorisation or execution decision.
npm run validate
node scripts/test-toolchain-registry.mjs
# Example artifacts
examples/entity-manifest.example.json
examples/authority-policy.example.json
examples/evidence-bundle.example.json
examples/verification-result.example.json
FOUNDATION RESULT EXAMPLE
Example verification result
{
"result": "PASS_WITH_LIMITATIONS",
"manifestSchema": "valid",
"identity": "verified",
"signatures": "verified",
"artifactIntegrity": "verified",
"policyIntegrity": "verified",
"evidenceCompleteness": "partial",
"runtimeConformity": "unverified",
"revocationStatus": "active"
}
| Code | Scenario meaning | Legacy fixture | Contract boundary |
|---|---|---|---|
PASS |
All supplied checks passed. | pass.example.json | Legacy scenario only; it does not authorise or instruct execution. |
PASS_WITH_LIMITATIONS |
Checks passed but runtime or completeness limitations remain. | pass-with-limitations.example.json | Legacy scenario only; it does not authorise or instruct execution. |
INCOMPLETE |
Required manifest, policy, or evidence fields are missing. | incomplete.example.json | Legacy scenario only; it does not authorise or instruct execution. |
STALE |
Evidence is older than the accepted freshness policy. | stale.example.json | Legacy scenario only; it does not authorise or instruct execution. |
POLICY_VIOLATION |
Requested action violates policy. | policy-violation.example.json | Legacy scenario only; it does not authorise or instruct execution. |
INTEGRITY_MISMATCH |
Hash, build, source, or runtime value does not match. | integrity-mismatch.example.json | Legacy scenario only; it does not authorise or instruct execution. |
SIGNATURE_INVALID |
Signature could not be verified. | signature-invalid.example.json | Legacy scenario only; it does not authorise or instruct execution. |
RUNTIME_UNVERIFIED |
Runtime attestation was not supplied or accepted. | runtime-unverified.example.json | Legacy scenario only; it does not authorise or instruct execution. |
REVOKED |
Artifact, entity, or policy is revoked. | revoked.example.json | Legacy scenario only; it does not authorise or instruct execution. |
FAIL_CLOSED |
Verifier reached an unsafe or unsupported state. | fail-closed.example.json | Legacy scenario only; it does not authorise or instruct execution. |
UNSUPPORTED_SCHEMA |
Schema version is not supported. | unsupported-schema.example.json | Legacy scenario only; it does not authorise or instruct execution. |
ERROR |
Verifier failed unexpectedly. | error.example.json | Legacy scenario only; it does not authorise or instruct execution. |