Free insurer verification profiles for AI evidence bundles.
MECHASSURE is the free insurer verification arm for Legal OREO evidence bundles — an open profile that lets insurers inspect whether an AI-assisted legal or institutional decision preserved the evidence needed for underwriting, coverage review, claims defense, exclusions analysis, and loss-control review.
- — MECHASSURE does not sell insurance.
- — MECHASSURE does not provide legal advice.
- — MECHASSURE does not certify that an AI system is safe.
What MECHASSURE verifies
MECHASSURE answers a single question: Can an insurer rely on this bundle as preserved evidence of AI-assisted reasoning, decision control, source grounding, human review, and exception handling?
- 01Bundle integrity
Are all files present, hashed, and unchanged?
- 02Source sufficiency
Are material claims tied to source documents?
- 03Authority traceability
Are legal and policy rules cited and versioned?
- 04Defeater awareness
Are objections, exclusions, exceptions, and adverse facts preserved?
- 05Human review
Was attorney, claims, compliance, or risk review recorded?
- 06Temporal safety
Does the bundle state what law, policy, model, and data version applied when?
- 07Coverage relevance
Does the bundle map facts to policy terms, exclusions, conditions, and duties?
- 08Claims defensibility
Could the insurer later reconstruct what happened?
- 09Loss-control usefulness
Does the bundle help prevent repeat loss or identify weak controls?
- 10Reinsurance portability
Can the evidence be shared without vendor lock-in?
Standard family
MECHASSURE sits at the insurer-facing end of a four-layer evidence stack. Each layer is independent, open, and inspectable. The MECHASSURE profile only adds the insurer-specific files; the upstream evidence comes from Legal OREO and is sealed by a BAINK-compatible bundle.
- LPLegalProof.devProof graphReasoning · claims · authorities · defeatersUpstream
- ORLegal OREOLegal evidence structureOpinion · Rule · Evidence · Objection · SealUpstream
- BKBAINK.devBundle infrastructureManifest · source hashes · verifier · registryUpstream
- MAMECHASSURE.orgInsurer verification profileCoverage-readiness · exclusions · claims defensibilityThis site
OREOS → insurer interpretation
Legal OREO structures legal work product. MECHASSURE re-reads the same five fields in insurance terms — no new evidence is required, only an insurer-facing lens.
| Legal OREO | MECHASSURE insurer reading |
|---|---|
| Opinion | Covered / excluded / reserved / unresolved position |
| Rule | Policy term · statute · regulation · underwriting guideline |
| Evidence | Documents · facts · logs · source spans · exhibits |
| Objection | Exclusion · exception · adverse fact · limitation · pending issue |
| Seal | Hash · signature · receipt · verifier report |
What MECHASSURE stands for
The wordmark is a brand; the expansion describes the function.
- Machine
- Evidence
- Coverage
- Handoff
- ASSURE — Assurance Standard for Underwriting, Review, and Exceptions
“Machine Evidence Coverage Handoff Assurance — for insurers.”
Profile excerpt
A minimal mechassure-ieb-0.1 bundle declaration. The full schema and validator are published under /schemas.
| 001 | { |
| 002 | "bundle_id": "mechassure_legal_oreo_2026_001", |
| 003 | "profile": "mechassure-ieb-0.1", |
| 004 | "base_profile": "legal-oreo-lr-0.1", |
| 005 | "standard_family": [ |
| 006 | "BAINK Evidence Standard", |
| 007 | "Legal OREO Standard", |
| 008 | "MECHASSURE Insurer Evidence Bundle Profile" |
| 009 | ], |
| 010 | "matter_type": "ai_assisted_legal_review", |
| 011 | "insurance_context": { |
| 012 | "line_of_business": "professional_liability", |
| 013 | "review_stage": "underwriting", |
| 014 | "coverage_position": "not_determined" |
| 015 | }, |
| 016 | "artifacts": [ |
| 017 | { "path": "legal-oreo-bundle.json", "type": "legal_oreo_bundle", "required": true }, |
| 018 | { "path": "insurance/coverage_map.json", "type": "coverage_map", "required": true }, |
| 019 | { "path": "insurance/exclusions_map.json", "type": "exclusions_map", "required": true }, |
| 020 | { "path": "insurance/risk_controls.json", "type": "risk_control_map", "required": true }, |
| 021 | { "path": "reports/mechassure_report.json", "type": "insurer_verification_report" } |
| 022 | ], |
| 023 | "bundle_hash": "sha256:..." |
| 024 | } |
Verifier output (preview)
The verifier returns a short, deterministic report. It never opines on the legal conclusion or the coverage decision.
- passBundle integrityManifest, hashes, event chain, receipt
- passLegal OREO compatibilityOpinion · Rule · Evidence · Objection · Seal present
- passInsurance review filesCoverage · risk-control · exclusions maps present
- warnDefeater resolutionOne defeater remains substantively unresolved
- warnAdequacy reviewInsurer must independently evaluate legal adequacy
- infoFinal statusMECHASSURE-READY · COVERAGE NOT DETERMINED · RECORD VERIFIED
For institutional adopters
Implement the open profile.
Schemas, templates, and the verifier are public-domain. Read the standard, pick the audience profile that matches your workflow, and inspect a sample report.