JSPM

@scopeblind/core

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q41201F
  • License Apache-2.0

ScopeBlind in one install. Bundles protect-mcp + passport + verify for AI agent governance.

Package Exports

  • @scopeblind/core
  • @scopeblind/core/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@scopeblind/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@scopeblind/core

ScopeBlind in one install. Bundles the three core packages for AI agent governance:

Package What it does
protect-mcp MCP security gateway — shadow mode, enforce mode, signed receipts
@scopeblind/passport Agent identity — Ed25519 keypairs, signed manifests
@veritasacta/verify Offline receipt verifier — MIT, no ScopeBlind dependency

Install

npm install @scopeblind/core

Quick start

# Wrap any MCP server (shadow mode by default)
npx protect-mcp -- node your-server.js

# Verify receipts offline
npx @veritasacta/verify --self-test

# Check your setup
npx protect-mcp doctor

Why this package?

ScopeBlind has 12+ specialized packages. If you just want to get started, install @scopeblind/core and you get everything you need.

For specific use cases, install individual packages:

  • @scopeblind/otel-exporter — receipts in Datadog/Grafana
  • @scopeblind/red-team — policy benchmarking
  • create-scopeblind-agent — scaffold a governed agent
  • acta-sql — query receipts with SQL (Python/DuckDB)

License

MIT