CodeGraphContext
Indexes codebases into a Neo4j graph for call, hierarchy, dead-code, and dependency analysis.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for CodeGraphContext, 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
CodeGraphContext indexes a codebase into a Neo4j graph, enabling function-call relationship queries, class-hierarchy exploration, dead-code detection, and dependency tracking with real-time file monitoring and direct Cypher queries. It ingests the full source tree and exposes graph queries to agents. Allowing agent-driven Cypher against the code graph means query scoping and the underlying Neo4j credentials matter.
Key features
- Neo4j code knowledge graph
- Call/hierarchy analysis
- Dead-code detection
- Real-time file monitoring
Use cases
- Deep code structure analysis
- Refactor impact assessment
- Dependency auditing