Skip to content
@11-11AI

11/11 AI

Execution Governance for AI agents. Pre-execution authorization, fail-closed enforcement, cryptographic proof on every action.

11/11 AI — The Execution Layer for AI

No action executes without authorization.

Runtime governance for AI agents: pre-execution authorization, fail-closed enforcement, and a signed receipt for every decision. The control plane is live and the proof is public.

Try it

npm install @11ai/execution-governance

Gate any MCP server's tool calls, no code changes:

npx @11ai/mcp-gate --help

Verify it yourself

One unauthenticated request returns a real, signed governance decision with its full EA-11 evidence chain:

curl https://control.11aiblockchain.com/v1/public/evidence

Then check the signature on your own machine, no API key and no account:

git clone https://github.com/11-11AI/verify-11ai-proof
cd verify-11ai-proof
pip install -r requirements.txt
python verify.py

That verifies the Ed25519 signature with no extra dependencies. The envelope also carries ML-DSA-87 and SLH-DSA post-quantum signatures, which are not checked by default: the script reports them as skipped rather than claiming a pass, because the envelope's own "valid" field is the server's claim and not evidence. To check all three, pip install liboqs-python and re-run.

The stack

Layer What it is
EA-11 the arithmetic and evidence core
Execution OS runtime enforcement, fail-closed by default
11-Lang the policy language
SDKs @11ai/execution-governance and @11ai/mcp-gate on npm

This organisation publishes the SDK, the MCP proxy, the receipt format and the doctrine. The policy core and the hosted control plane stay closed.

The record

SDK and MCP proxy execution-governance — Apache-2.0
Verify a live decision verify-11ai-proof
Doctrine execution-governance-doctrine — eight principles, each with its verification path
Live proof control.11aiblockchain.com/proof · health
Research corpus DOI-registered records on Zenodo
Contact 11aiblockchain.com · quantum@11aiblockchain.com

Cryptography, named per chain: EA-11 evidence is SHA-512 · RFC-EG-0010 lineage is SHA3-512 and BLAKE2b-512, dual and independently verified · SDK receipts are SHA3-512, Ed25519 signed · post-quantum envelope is ML-DSA-87 (FIPS 204) and SLH-DSA-SHA2-128f (FIPS 205). Fail-closed by default.

© 2026 11 AI Blockchain Developments LLC · Apache-2.0 for released code · Patent pending

Pinned Loading

  1. execution-governance-doctrine execution-governance-doctrine Public

    The Execution Governance Doctrine: 8 principles, DOI-backed, live-verifiable

  2. verify-11ai-proof verify-11ai-proof Public

    Independently verify a live 11/11 AI governance decision. No API key.

    Python

  3. execution-governance execution-governance Public

    Fail-closed pre-execution authorization gate for AI agents. SDK + MCP proxy. Signed receipt per action.

    TypeScript

Repositories

Showing 6 of 6 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…