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.
AIVSS 8.6 ยท High
View MAESTRO 7-layer threat model โ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