ScopeBlind Trace for VS Code
Live receipt DAG visualization for AI agent debugging. See every tool call decision, execution, and outcome as a visual graph inside your editor.
Features
- Live DAG — Receipt graph updates in real time as protect-mcp emits new receipts to
./scopeblind-receipts/
- Receipt Explorer sidebar — Browse receipts grouped by type (Decision, Execution, Outcome) in the activity bar
- Verify command — Run
npx @veritasacta/verify on your receipts directly from VS Code
- Keyboard shortcut —
Ctrl+Shift+T opens the trace panel instantly
Screenshots

Install
Search ScopeBlind in the VS Code Extensions marketplace, or run:
code --install-extension scopeblind.scopeblind-trace
Usage
- Open a project that uses protect-mcp
- Press
Ctrl+Shift+T to open the Trace panel
- Receipts in
./scopeblind-receipts/ appear automatically in the sidebar
- Use Load Receipt Bundle to import a
.json or .jsonl bundle
- Click any node in the DAG to view the full receipt JSON
Commands
| Command |
Description |
ScopeBlind: Open ScopeBlind Trace |
Open the receipt DAG visualizer |
ScopeBlind: Load Receipt Bundle |
Import a receipt bundle file |
ScopeBlind: Verify All Receipts |
Verify all receipts in the workspace |
Requirements
- VS Code 1.85.0 or later
- Node.js 18+ (for verification)
License
MIT
| |