Back to Home
skanga icon

CodeSeek

Verified Safe

by skanga

Overview

Provides semantically-aware, fast code search and context management for AI coding agents, offering ranked file results and code analysis.

Installation

Run Command
java -jar target/codeseek-1.0.0.jar server

Security Notes

The application uses `ProcessBuilder` in `GitUtils.java` to execute `git` commands for repository metadata. The arguments passed to `git` appear to be well-controlled and not susceptible to arbitrary command injection directly from user queries. File I/O for caching and sessions is restricted to the `.codeseek` directory within the project root. A potential, but common, risk in AI agent integrations is the `cwd` (current working directory) parameter in tool calls like `search_files`. If an untrusted agent could specify an arbitrary `cwd` outside the intended project, it could theoretically be used to scan unintended file systems. However, this is typically mitigated by running agents within sandboxed or controlled environments and trusting the agent's intent. No hardcoded secrets or 'eval'-like constructs for arbitrary code execution from user input were found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens75000
Stars0
Forks0
Last Update2026-01-18

Tags

code searchAI agentcontext managementcode analysisdeveloper tool