Skip to content
@ScopeBlind

ScopeBlind

Trust infrastructure for machine decisions/human-ai coordination. Signed receipts, policy enforcement, portable agent identity, independent offline verification

ScopeBlind

Trust infrastructure for machine decisions.

Your AI agents execute tool calls, access credentials, and modify production state. ScopeBlind turns every decision into portable, signed evidence verifiable by anyone, offline, with no vendor dependency.

Receipt format: ScopeBlind emits Veritas Acta receipts. Legacy ScopeBlind receipts remain verifiable, but Acta v0.1 is the canonical format going forward. Spec: @veritasacta/protocol. IETF: draft-farley-acta-signed-receipts.

Start here

Pin What it is Install / link
protect-mcp MCP security gateway. Cedar policy engine, per-tool enforcement, Ed25519 signed receipts. npx protect-mcp -- node server.js
scopeblind-gateway Public source of protect-mcp. Cedar evaluator, default policies, hooks for Claude Code. npm: protect-mcp (MIT)
sb-runtime High-assurance enterprise runtime. Kernel-level enforcement for untrusted agents. Same receipt format. enterprise preview
examples Worked end-to-end deployments: governed MCP, physical-attestation sensors, multi-backend portability. git clone and run

The stack

ScopeBlind ......................... commercial integration, support, managed evidence ops
    |
    +-- protect-mcp (MIT) .......... free runtime wedge: Cedar policy, signed receipts
    +-- sb-runtime (enterprise) .... kernel-level enforcement (high-assurance tier)
    +-- @scopeblind/passport (A2.0)  agent identity, signed manifests
    +-- @scopeblind/core (A2.0) .... bundled primitives
    |
Veritas Acta (Apache-2.0) .......... open protocol and verifier
    +-- @veritasacta/protocol ...... receipt format types
    +-- @veritasacta/verify ........ offline verifier CLI
    +-- @veritasacta/artifacts ..... signed artifact envelopes

Apache-2.0 packages include explicit patent grant (Section 3). MIT packages are distribution tier and can be used freely without restriction.

How it works

MCP Client  =>  protect-mcp  =>  MCP Server
                    |
                    +--  Cedar WASM policy eval (per-tool)
                    |
                    +--  Ed25519 sign + JCS canonicalize
                    |
                    +--  Receipt -> chain (parent_receipt_hash)
                    |
                    +--  Selective disclosure (Merkle, RFC 6962)

Every decision is signed at the moment it is made. Anyone with the public key can verify offline using npx @veritasacta/verify receipt.json. No phone-home, no vendor trust required.

Standards alignment

  • IETF Internet-Draft: draft-farley-acta-signed-receipts-01 (live on datatracker)
  • Microsoft Agent Governance Toolkit: Tutorial 33 (offline-verifiable receipts) listed as Appendix A.9 conformant implementation in the IETF draft
  • AWS Cedar: integrated as the policy backend for protect-mcp
  • In-toto / SLSA: Decision Receipt predicate proposal at in-toto/attestation#549
  • Cross-implementation conformance: 14+ implementations cross-verify byte-identical canonical output (agent-governance-testvectors, Apache-2.0)

Key differentiators

  • Issuer-blind verification for VOPRF tokens (verify validity without learning the issuer)
  • Selective-disclosure receipts via RFC 6962 Merkle commitments. One signed receipt, multiple auditor scopes, no per-pair adapters. EU AI Act Article 12 + GDPR composition primitive.
  • Progressive enforcement: shadow (log only) -> simulate -> enforce -> sign
  • Apache-2.0 verifier with explicit patent grant (Section 3)
  • 5 Australian patent provisionals filed covering VOPRF metering, verifier nullifiers, offline enforcement, configurable disclosure, visual cryptographic commitments

Production support

scopeblind.com/support. Founding plan: $499/month for the first 25 customers, locked for life of subscription. $1,499/month after. Direct WhatsApp/Signal/email line, weekly 1:1 calls during integration, custom Cedar policy authoring, receipt-based debugging where the maintainer helps without ever seeing your data.

Links

Popular repositories Loading

  1. scopeblind-gateway scopeblind-gateway Public

    Forked from tomjwxf/scopeblind-gateway

    Ed25519 signed receipts + Cedar policies for AI agents and physical devices. 5 ecosystem merges (Microsoft AGT, AWS Cedar, Claude Code). IETF draft-farley-acta-signed-receipts. npx protect-mcp

    TypeScript 6 3

  2. verify-mcp verify-mcp Public

    MCP server for offline verification of signed artifacts. Receipts, manifests, bundles. Apache-2.0.

    JavaScript 4 2

  3. sb-runtime sb-runtime Public

    Apache-2.0 licensed lightweight agent sandbox: Cedar policy + Ed25519-signed receipts in one Rust binary. Design-partner preview.

    Rust 3 5

  4. .github .github Public

    ScopeBlind organization profile

    1

  5. verify verify Public

    Forked from tomjwxf/verify

    Offline verification of signed artifacts — receipts, manifests, bundles. Ed25519 + JCS. No vendor dependency. Apache-2.0.

    JavaScript 1

  6. examples examples Public

    Complete examples for ScopeBlind: signed receipts, Cedar policies, and offline verification for AI agent tool calls.

    JavaScript 1 2

Repositories

Showing 10 of 13 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…