
GitNexus
Zero-server code intelligence engine that builds an in-browser knowledge graph over a repo and includes a Graph RAG agent for exploration.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for GitNexus, derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
Overview
GitNexus is a privacy-focused, zero-server code intelligence engine that runs entirely in the browser. You can load a GitHub repository or a ZIP file and GitNexus will parse the codebase into an interactive knowledge graph to help understand dependencies, call chains, execution flows, and architectural “blast radius” for changes. It includes a built-in Graph RAG agent for code exploration and question answering over the generated graph, and is designed to be useful alongside AI coding assistants by providing richer structural context than plain text retrieval alone.
Key features
- code knowledge graph
- graph rag
- codebase exploration
- dependency mapping
- call graph
- blast radius
- static analysis
- in-browser tooling
- privacy-first
Use cases
- Exploring unfamiliar codebases using an interactive knowledge graph and Graph RAG queries.
- Understanding call chains, dependencies, and change impact (blast radius) before editing code.
- Improving code review and refactoring decisions by visualizing execution and module relationships.
- Analyzing repositories locally in the browser for privacy-sensitive code without sending it to a server.