Back to Home
DeepakJangra239 icon

kgraph

Verified Safe

by DeepakJangra239

Overview

Indexes codebases into a knowledge graph to enable semantic search, precise code navigation, and impact analysis for LLM agents.

Installation

Run Command
uv tool run kgraph

Security Notes

The project uses `sqlite3` with parameterized queries, and `yaml.safe_load` for parsing configuration, which are good practices. File system operations are scoped to a user-provided root path. Dynamic module loading for Tree-sitter parsers (`importlib.import_module`) is based on internal, trusted YAML configuration files, mitigating risk. There are no obvious `eval()` calls or direct `subprocess` invocations with unsanitized user input. The primary security consideration would be if an attacker could somehow inject malicious content into the `root_path` or internal configuration files, which is outside the immediate scope of the server's code handling.

Similar Servers

Stats

Interest Score48
Security Score9
Cost ClassMedium
Avg Tokens750
Stars3
Forks0
Last Update2025-12-03

Tags

Knowledge GraphCode AnalysisSemantic SearchLLM ToolingCode Navigation