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/coreQuick 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 doctorWhy 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 benchmarkingcreate-scopeblind-agent— scaffold a governed agentacta-sql— query receipts with SQL (Python/DuckDB)
Links
License
MIT