@scopeblind/core
v0.2.0
Published
ScopeBlind in one install. Bundles protect-mcp + passport + verify for AI agent governance.
Downloads
39
Maintainers
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
