Open Data. Open Equity.
GitPatrol is an open-source AI system built to solve a problem most repositories quietly accumulate over time: license drift and accidental non-compliance. As projects grow, files get copied, dependencies change, contributors add content, and documentation evolves—often without consistent legal oversight. GitPatrol acts as a continuous, automated layer that scans everything in a repository—code, documentation, configs, and metadata—to ensure that licensing terms are respected and attribution requirements are never lost or broken.
At its core, GitPatrol combines deep repository scanning with license-aware intelligence. It detects missing or incorrect license headers, verifies attribution requirements (including AGPL Section 7 obligations), and flags conflicts between project licenses and third-party dependencies. It also analyzes README files, comments, and examples to catch subtle issues—like instructions that might unintentionally violate licensing terms. Instead of just pointing out problems, it provides safe, legally consistent recommendations, ensuring it never suggests changes that would invalidate the license.
A defining feature of GitPatrol is its focus on minimalism and token efficiency. It doesn’t just enforce compliance—it rewrites and generates files (like LICENSE, NOTICE.md, and headers) using the smallest possible amount of text while remaining fully legally valid. This makes repositories cleaner, more consistent, and especially efficient for environments where storage, readability, or AI token usage matters. Redundant text is removed, attribution is consolidated, and boilerplate is standardized across the entire project.
GitPatrol is also designed to fit directly into modern development workflows. With CI/CD integration, pre-commit hooks, and automated checks, it enforces compliance continuously rather than as an afterthought. It can generate compliance reports, assign risk levels to files, update contributor attribution automatically, and even apply fixes if configured to do so. The result is a repository that stays legally sound in real time—without slowing down development or relying on manual review.

- GitPatrol – An open-source AI that enforces license compliance, tracks attribution, and ensures minimal, token-efficient files in Git repositories. AGPLv3
