Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

tomjwxf/scopeblind-protect-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

scopeblind

Claude Code skill for the ScopeBlind trust stack — agent identity, MCP security, signed receipts, and offline verification.

Install

claude plugin marketplace add tomjwxf/scopeblind-protect-skill
claude plugin install scopeblind

Or manually copy SKILL.md into your project directory.

What it does

Teaches Claude Code to use the full ScopeBlind stack:

  • @scopeblind/passport — create portable agent identity (Ed25519 keypairs, signed manifests, portable bundles)
  • protect-mcp — wrap MCP servers with per-tool policies and signed receipts
  • @veritasacta/verify — verify any receipt offline (MIT, no accounts)
  • @scopeblind/red-team — benchmark policies against attack patterns

Quick start

# Create an agent identity
npx @scopeblind/passport create --name "Luna" --runtime openclaw --policy shadow

# Wrap an MCP server (shadow mode — logs everything, blocks nothing)
npx protect-mcp -- node server.js

# Test a stricter policy
npx protect-mcp simulate --policy strict.json

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

Links

License

MIT

About

Claude Code skill for ScopeBlind trust stack — agent identity, MCP security, signed receipts, offline verification.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors