ScopeTrail

Conalh/ScopeTrail
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
Diffs the agent config files in a PR — MCP servers, Claude permissions, Codex sandbox — and tells you what just changed.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scopetrail": {
      "command": "npx",
      "args": [
        "-y",
        "Conalh/ScopeTrail"
      ]
    }
  }
}

README Excerpt

**A PR-level permission drift detector for AI-agent configuration.** ScopeTrail compares agent config files between pull-request base and head, then reports what permissions, MCP servers, hooks, and sandbox settings changed. AI-agent review is no longer just code review. A PR can leave the application logic alone while quietly widening `Bash(npm *)`, removing `Read(.env)`, adding an unpinned MCP server, or enabling network access in Codex. ScopeTrail makes that config drift visible before the ne

Tools (3)

baseheadrepo

Topics

agent-governanceai-agentscode-reviewgithub-actionmcppermission-drift