code-graph-builder
Advanced tools
+5
-0
@@ -758,2 +758,7 @@ #!/usr/bin/env node | ||
| // Force unbuffered stdout/stderr so MCP JSON-RPC responses are flushed | ||
| // immediately through the multi-layer pipe chain on Windows | ||
| // (MCP client -> cmd.exe -> npx -> node -> cmd.exe -> python). | ||
| mergedEnv.PYTHONUNBUFFERED = "1"; | ||
| const child = spawn(cmd, args, { | ||
@@ -760,0 +765,0 @@ stdio: "inherit", |
+1
-1
| { | ||
| "name": "code-graph-builder", | ||
| "version": "0.30.10", | ||
| "version": "0.34.0", | ||
| "description": "Code knowledge graph builder with MCP server for AI-assisted code navigation", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
31610
0.76%845
0.48%6
-14.29%