Repo Forensics is an open-source agent orchestration harness and repository security gating tool developed by Alex Greenshpan (alexgreensh). Designed to inspect codebase integrity and secure AI agent workflows, the project provides plugin architectures and security guardrails across multiple agent runtimes. In daily use, Repo Forensics operates as a cross-runtime integration layer supporting Claude (via Claude plugins), OpenAI Codex, Cursor, and OpenClaw agents. It integrates directly into the execution flow of these coding agents to enforce repository policies, perform automated forensic scans, and output standard diagnostic reports like SARIF files for downstream CI/CD pipelines. What sets Repo Forensics apart is its focus on agent security gating and tamper hardening. Rather than acting as a standalone conversational model, it acts as an orchestration and verification harness that enforces blocking gates and signature validations across different IDE and CLI agent ecosystems before untrusted or modified code paths can execute. The project is open source and hosted on GitHub under continuous active development, featuring release verification via cryptographic checksums and offline release signing keys.
Tags: AI, ai agent, cli, codebase, developer tools, OpenSource