CodeDelta measures code churn at the statement level: changed, deleted and added logical statements, with moved code counted as moved rather than churn, and generated output separated from what developers actually wrote. Every figure is traceable to the lines that produced it in the Code Browser, a side-by-side viewer of both versions with the classes and their relationships.
The same scan finds AI agents in source: which files call a model, which execute the model's output as code, which hide AI code inside encoded strings, and where committed credentials and changed build files sit.
It runs on every pull request through the GitHub Action, and on the desktop for macOS, Windows and Linux.
- action — the GitHub Action: PR comment, Security tab, optional merge gate.
- releases — the Linux engine bundle the Action downloads.
- demo — three inert sample projects, the ones the app's demos use.
Website, downloads and papers: codedelta.app