Rust-powered code intelligence CLI for AI coding agents. Builds call graphs and hybrid semantic search indexes (Dense + Sparse + RRF + Reranker) across 7 languages. Ships as native MCP tools for Claude Code and Codex CLI.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed analyzer v19 · 10h ago
skills & prompt files 1
- agent-rulesCodeBendKit-codeseek-f11acd1/CLAUDE.md
evidence-backed
findings quoted directly from the published source artifact — not inferred
last analysis: fetch-failed · showing evidence from the last successful analysis (2d ago)
filesystem 2
- fs CodeBendKit-codeseek-f11acd1/src/bin/codeseek.ts :14
import * as fs from "fs"; - fs CodeBendKit-codeseek-f11acd1/src/install/download.ts :8
import * as fs from "fs";
shell / exec 1
- shell CodeBendKit-codeseek-f11acd1/src/bin/codeseek.ts :17
import { spawnSync } from "child_process";
network 1
- net CodeBendKit-codeseek-f11acd1/src/install/download.ts :7
import * as https from "https";
install hooks 1
- postinstall (suspicious) CodeBendKit-codeseek-f11acd1/package.json :9
node -e "var f='dist/install/download.js';require('fs').existsSync(f)&&require('./'+f)" || true
declared dependencies 2
- @types/node@^25.9.2
- typescript@^6.0.3