Policy Playground

WHAT THIS PROVES

Policies are executable, testable, and compiled into deterministic enforcement.

EXPECTED OUTPUT

An evaluation trace showing intent matching against MAPL rules and constraints.

STANDARD TRACE

Run the demo to generate an Evidence Pack

Integrate

L2: Policy Compilation + Offline Verify
import { parseMapl, evaluateMapl } from "@mindburn/helm/mapl";

const ast = parseMapl(policySource);
const result = evaluateMapl(ast, intent);
// β†’ { decision, firedRules, blockedConstraints, trace }

Adversarial Mode

Toggle attacks to see fail-closed behavior