Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>ScopeBlind TraceNew to Visual Studio Code? Get it now.
ScopeBlind Trace

ScopeBlind Trace

scopeblind

| (0) | Free
Live receipt DAG visualization for AI agent debugging
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

Trace DAG Receipt Explorer

Install

Search ScopeBlind in the VS Code Extensions marketplace, or run:

code --install-extension scopeblind.scopeblind-trace

Usage

  1. Open a project that uses protect-mcp
  2. Press Ctrl+Shift+T to open the Trace panel
  3. Receipts in ./scopeblind-receipts/ appear automatically in the sidebar
  4. Use Load Receipt Bundle to import a .json or .jsonl bundle
  5. 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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft