NIST Alignment

MAREF is designed around the concerns NIST has made concrete. This page maps MAREF to the real NIST programs — and states precisely what MAREF does not claim.

1. NIST AI Agent Standards Initiative

In February 2026, NIST's CAISI announced the AI Agent Standards Initiative, focused on making AI agents interoperable, secure, and trustworthy — covering agent security and safety, identity and attestation, and inter-agent interoperability. MAREF is a governance-first runtime purpose-built for these concerns.

Initiative focus MAREF mechanism Evidence
Security & safetyGray Code governance FSM, circuit breaker HALT, 4-level safety treesrc/formal/ · src/maref/governance/
Identity & attestationZero-trust per-agent Ed25519 identity, time-scoped credentialssrc/maref/identity/
InteroperabilityMCP (6 transports) + A2A v0.3 bridge + framework adapterssrc/maref/mcp/ · src/maref/integration/

2. NIST AI Risk Management Framework 1.0

MAREF operationalizes the AI RMF 1.0 core functions at runtime, inside the agent loop:

RMF function MAREF implementation
GOVERNConstitutional layer: policy engine, autonomy tiering, 4-level decision tree
MAPPer-tool risk classification; threat-to-control mapping across all 10 OWASP agentic risk classes
MEASURETrust Engine v2 drift detection (KL/JS/Hellinger) + behavioral telemetry
MANAGECircuit breaker HALT, drift-triggered policy adjustment, Merkle audit chain

Honest scope

Repository reference: docs/compliance/nist-ai-agent-standards.md · Related: OWASP coverage · For AI Agents / LLMs