A trust layer for code, agents and supply chains.
ScanGit started as a preflight check for a single repo. The long-term goal is to become the default trust layer developers consult before interacting with any code, tool, agent or MCP server they do not control.
Shipped
Preflight scanner
shippedPublic API + UI that scores any GitHub repo on safety dimensions before you clone, install, or attach an AI agent.
- · Trust score, safe-to-open / clone / install / for-AI dimensions
- · Workspace execution, AI-agent and MCP heuristics
- · Web reputation lookup
- · Per-commit cache + IP-based daily quota
- · Cursor & Claude Code skill bundle
Next
Repository timeline
shippedTrack trust score across commits so users can see when a repo deteriorates.
- · Score trendline per repo
- · Findings-category drift
- · Alerting on drops (later)
Browser extension
nextShow the trust badge directly on github.com — no need to open ScanGit.
- · Inline badge on repo header
- · Hover for top findings
- · Later: GitLab + Bitbucket
Git clone wrapper
next`rp clone <url>` — a CLI that gates `git clone` on the preflight result.
VS Code & Cursor extensions
nextPreflight before opening a workspace. Optional Safe Mode disables tasks, launchers, devcontainers and lifecycle scripts.
Later
Community reputation network
laterVirusTotal-style: users report repos, vote trustworthiness, attach evidence. Verified reporter tier for security researchers.
MCP security directory
laterReputation database for MCP servers — permissions, owners, incidents, trust score.
Repository DNA
laterAuto-classify repos: developer tool, AI tooling, MCP-heavy, automation, infra, high-agent-exposure, etc.
AI agent simulation
laterReplay what an agent would actually do when handed the repo — read AGENTS.md, run setup.sh, call MCP tools, touch the filesystem. Show the execution path.
Supply-chain watch
laterFollow repos, MCP servers, dependencies, orgs. Get alerts when trust drops or risky surfaces appear.
Dependency reputation
laterScore npm / pip / cargo / go packages independently from their repos: maturity, maintenance, supply-chain, AI-ecosystem trust.
Security feed
laterPublic intelligence feed of suspicious repos, AI-agent attacks, MCP incidents and supply-chain events.
Slack integration
later`/repo-preflight <url>` returns trust score and top findings inside the team channel.
Enterprise vision
Policy engine
visionBlock repos by rules: younger than N days, safe-for-agents below threshold, MCP risk above threshold, unknown maintainers. Compliance reports.
Team dashboard
visionOrg-wide visibility: scanned repos, high-risk findings, MCP usage, agent exposure, trust trends.
Trust-ranked search
visionFind a Postgres backup tool ranked by trust + maintenance + agent safety + supply-chain — not just stars.
Safe-For scores
visionDedicated dimensions: Safe For Cursor, Claude Code, Copilot, MCP, Enterprise, Production.
Long-term
Think Cloudflare + VirusTotal + Snyk, but for the AI-coding era. Repositories, MCP servers, dependencies and agent instructions all routed through a single reputation layer that developers, teams and CI systems can query before trusting anything.