Docs site present with comprehensive README (>2000 bytes + examples)
via GitHub
Security Policy20%2.0
No SECURITY.md found
via GitHub
Changelog25%5.0
CHANGELOG.md present and releases exist
via GitHub
Track record, org maturity, community standing
0 of 4 sub-signals with data
Track Recordno data—
Weight redistributed to sub-signals with data
Org Maturityno data—
Weight redistributed to sub-signals with data
Community Standingno data—
Weight redistributed to sub-signals with data
Cross-Platformno data—
Weight redistributed to sub-signals with data
About this score
Scored across 23 sub-signals in 6 dimensionsScoring engine v1 (beta) — actively being expandedPhase 1: Core sub-signal architecture (live)Phase 2: Permission scope & expanded collection (in progress)
Trust AssessmentAI Assessment
# Docdex
> **Turn your repository into fast, private context that humans and AI can trust.**
Docdex is a **local-first indexer and search daemon** for documentation and source code. It sits between your raw files and your AI assistant, providing deterministic search, code intelligence, and persistent memory without ever uploading your code to a cloud vector store.
## ⚡ Why Docdex?
Most AI tools rely on "grep" (fast but dumb) or hosted RAG (slow and requires uploads). Docdex runs locally, understands code structure, and gives your AI agents a persistent memory.
| Problem | Typical Approach | The Docdex Solution |
| --- | --- | --- |
| **Finding Context** | `grep`/`rg` (Noisy, literal matches) | **Ranked, structured results** based on intent. |
| **Code Privacy** | Hosted RAG (Requires uploading code) | **Local-only indexing.** Your code stays on your machine. |
| **Siloed Search** | IDE-only search bars | **Shared Daemon** serving CLI, HTTP, and MCP clients simultaneously. |
| **Co