
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
codebasesearch
Advanced tools
Ultra-simple code search tool with Jina embeddings, LanceDB, and MCP protocol support
Ultra-simple semantic code search with Jina embeddings and LanceDB. Supports both CLI and MCP protocol interfaces.
bunx codebasesearch "your search query"
bunx codebasesearch --mcp
Example:
claude mcp add -s user codebasesearch -- bunx codebasesearch
.code-search/ to .gitignore on first runbunx codebasesearch "authentication middleware"
bunx codebasesearch "database connection pool"
bunx codebasesearch "error handling"
bunx codebasesearch --repo /path/to/repo "query"
Default Search Directory: When no path is specified, searches the current working directory (project root), not the Claude Code plugins directory. In Claude Code, this defaults to your project context.
The search tool accepts:
query (required): Natural language search stringrepository_path (optional): Path to repository (defaults to current directory)Example:
search query="middleware validation" repository_path="/path/to/repo"
.code-search/ to .gitignoreProgramming: JavaScript, TypeScript, Python, Go, Rust, Java, Kotlin, Scala, C/C++, C#, Ruby, PHP, Swift, Shell, PowerShell, Perl, Lua, R, Dart, Elixir, Erlang, Haskell, Clojure, Lisp, Fortran, Assembly, Groovy, Visual Basic, F#, OCaml, Objective-C, Arduino, CoffeeScript, Reason, Julia, MATLAB
Markup & Data: XML, XSD, HTML, YAML, TOML
Styling: CSS, SCSS, Sass, Less
Database: SQL
Frontend: Vue, Svelte
Text & Docs: Markdown, Plain Text
Search index is stored in .code-search/lancedb/ (automatically added to .gitignore).
First run downloads the Jina model (~120MB) to ~/.cache/huggingface.
The package includes:
By default, the tool ignores:
Configure custom ignores via .codesearchignore file.
All processing happens locally. No data is sent to external servers. The Jina model is downloaded once and cached locally.
MIT
FAQs
Ultra-simple code search tool with Jina embeddings, LanceDB, and MCP protocol support
The npm package codebasesearch receives a total of 272 weekly downloads. As such, codebasesearch popularity was classified as not popular.
We found that codebasesearch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.