Last updated: April 10, 2026
Commit is a browser extension that displays verifiable trust scores for GitHub repositories, businesses, and services. It fetches publicly available data and shows a Commit Score alongside the pages you visit.
The extension itself collects no personal data. Specifically:
chrome.storage.local. Used to sign endorsements. Never
transmitted unless you explicitly endorse a repository.
The extension makes requests to commit-backend.fly.dev to
fetch trust card data for repositories you visit on GitHub and GitHub
links that appear in Google search results. These requests contain only
the repository identifier (e.g. owner/repo). No personal
information is included.
If you choose to endorse a repository, your public key and a signed endorsement message are sent to the Commit backend. This is a deliberate action — no data is sent without your explicit interaction.
The Commit backend uses the GitHub API to fetch public repository metadata (stars, contributors, commit history). No user-specific GitHub data is accessed.
If this policy changes, the updated version will be posted at this URL. The extension does not auto-update its privacy policy — you can always check the current version here.
Questions about this policy can be directed to the Commit GitHub repository.