Developer tools
Git
Read and inspect local Git repositories from MCP clients.
Score breakdown
Evidence history
Review snapshots show why the current score, confidence, and risk labels changed over time.
| Date | Change | Score | Confidence | Risk |
|---|---|---|---|---|
| May 12, 2026 | Initial MCP Rank review captured from the curated seed dataset. Useful for history and diff inspection. seed snapshot · reviewed | 78 | high | medium |
Evidence notes
Best-fit use cases
Best for local repository inspection, commit history review, and diff explanation.
Useful for coding agents that need Git context without broad GitHub or GitLab API credentials.
Good for offline or self-hosted workflows where source control metadata is already local.
Risk analysis
Repository history can contain secrets even if the current working tree looks clean.
Write-capable Git workflows can change branches, commits, or tags if exposed without approval.
Risk increases when paired with filesystem access because the agent can combine history and file content.