Conformance Runner

WHAT THIS PROVES

HELM is a standard with measurable guarantees, not a vibe.

EXPECTED OUTPUT

A verifiable conformance badge payload and L1/L2/L3 report.

STANDARD TRACE

Run the demo to generate an Evidence Pack

Integrate

L3: Multi-party Authority + Tamper Proof
import { runProfile } from "@mindburn/helm/conformance";

const report = runProfile("L2", profileTests);
if (report.badge.status === "PASS") {
  console.log("Conformance achieved:", report.badge.score);
}

Adversarial Mode

Toggle attacks to see fail-closed behavior