periskop

yusufornek/periskop
★ 0 stars Rust AI/LLM Updated today
Find out where your code sends data to LLM providers, and prove the answer. Static scanner with an MCP server, honest coverage reporting and deterministic reports.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "periskop": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "periskop"
      ]
    }
  }
}

README Excerpt

Find out where your code sends data to LLM providers, and prove the answer. periskop scans a codebase and reports every call site that sends data to an external model API. Each finding carries its evidence and its confidence. Every report also states what the scanner could not read, so a clean result never quietly means an