
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Developer velocity engine — hybrid BM25 + semantic code search with parent-doc retrieval, parallel indexing, and AI explanations.
Developer velocity engine. Hybrid BM25 + semantic code search with parent-document retrieval, parallel indexing, and AI-powered explanations.
npm install -g codeaura
Or try without installing:
npx codeaura@latest setup ./your-project
# 1. First-time setup wizard
codeaura init
# 2. Or go directly
codeaura setup ./your-project
codeaura search "authentication middleware"
| Command | Description |
|---|---|
codeaura init | Interactive first-time setup wizard |
codeaura setup <path> | Index a codebase (incremental) |
codeaura setup <path> -f | Force full re-index |
codeaura search "query" | Hybrid BM25 + semantic search |
codeaura chat | AI conversation grounded in your code |
codeaura serve | Start chart dashboard at localhost:3000 |
codeaura watch <path> | Hot-reload indexing on file changes |
codeaura diff <path> | Preview what would be re-indexed |
codeaura stats | Codebase analytics (language breakdown, file count) |
codeaura explain <file> | AI explanation of any file |
codeaura export "query" -f html | Export results as HTML with charts |
codeaura doctor | System health check |
codeaura clear | Clear index cache / chat history / API key |
codeaura api-key | Manage GROQ API key |
codeaura search "query" --top 10 # return top 10
codeaura search "query" --no-rerank # skip LLM re-ranking (faster)
codeaura search "query" --no-expand # skip query expansion (faster)
codeaura search "query" --page 1 # pagination
codeaura search "query" -f markdown # auto-export as markdown
Create a .env file in the directory where you run codeaura:
# Required for AI features
GROQ_API_KEY=gsk_...
# Optional — real embeddings (falls back to local if not set)
HUGGINGFACE_API_KEY=hf_...
# Optional tuning
FILE_CONCURRENCY=8
PARENT_CHUNK_SIZE=1200
CHILD_CHUNK_SIZE=350
See .env.example for all options.
Indexing
fast-glob (3-5× faster than readdir)Search
git clone https://github.com/harjas-romana/codeAura
cd codeAura/cleaned
chmod +x run.sh
./run.sh # install + link + smoke test
./run.sh publish # dry-run + publish to npm
./run.sh clean # remove node_modules + cache
MIT — built by Harjas Singh
FAQs
Developer velocity engine — hybrid BM25 + semantic code search with parent-doc retrieval, parallel indexing, and AI explanations.
We found that code-aura 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.