Zero‑dependency CLI that flags AI‑generated code errors before commits
Agent Diff Gate scans git diffs for patterns typical of LLM‑generated code, such as hidden secrets, silent failures, and duplicated logic. It runs locally with only the Python stdlib, making it fast and privacy‑preserving. The tool is ideal for teams that use AI coding assistants and want to catch subtle bugs before PRs reach reviewers. Compared to generic SAST, it targets the semantic churn unique to AI output, reducing noise and false positives.
View on GitHub →vartiainen1/agent-diff-gate