Insurance for AI-generated code — know what else breaks before you ship.
RippleCheck traces every AI edit across your codebase using a real Abstract Syntax Tree and flags what it might break. It resolves real references with ts-morph for JavaScript/TypeScript and Python's own ast module, reporting the defining file and every other file that references a symbol, with line numbers.
Each finding carries a risk level derived purely from fan-out: safe (used nowhere else), moderate (1–2 other files), high (3 or more). The scan is static, deterministic and entirely local — no account, no network call, no code leaves your machine.
Runs three ways: as an MCP server for Claude Code and Cursor, as Claude Code hooks for automatic reporting, or as a standalone desktop app for macOS and Windows. It never auto-applies fixes — it generates a copy-paste-ready prompt and leaves the decision to you.
No comments yet.