Vaara

Vaara is the tamper-evident runtime evidence layer for AI systems. It covers EU AI Act compliance, and any other case where you need to prove what an agent actually did.

Open source. No SaaS. No telemetry. No signup.

signed tool-call evidence live
$ vaara-mcp-proxy --attest-signing-key es256.pem --upstream github=github-mcp-server

attest.json   signed before the call
{
  "plannerDeclared": { "intent": "tools/call/create_issue" },
  "issuerAsserted": { "iss": "vaara-mcp-proxy", "sub": "acme/github",
                      "nonce": "GIVDibhm...4SiZ3hB", "alg": "ES256" }
}

receipt.json   signed after it returns
{
  "backLink": { "attestationNonce": "GIVDibhm...4SiZ3hB" },
  "outcomeDerived": { "status": "executed" },
  "alg": "ES256"
}

What's shipped

Adoption (live)

Acknowledged by

Where