by Aletheore
Evidence-grounded repository audit CLI - deterministic scanner, MCP server, live dashboard, and a GitHub Action that posts PR diffs.
# Add to your Claude Code skills
git clone https://github.com/Aletheore/AletheoreGuides for using mcp servers skills like Aletheore.
Last scanned: 9/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-09-08T08:38:31.053Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}Aletheore is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Aletheore. Evidence-grounded repository audit CLI - deterministic scanner, MCP server, live dashboard, and a GitHub Action that posts PR diffs. It has 121 GitHub stars.
Yes. Aletheore passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/Aletheore/Aletheore" and add it to your Claude Code skills directory (see the Installation section above).
Aletheore is primarily written in Python. It is open-source under Aletheore on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Aletheore against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
$ pipx install aletheore
$ aletheore scan .
Scanning /path/to/your/repo...
→ Detecting languages, frameworks, and build tools
→ Building module dependency graph (parsing source with tree-sitter)
→ Analyzing git history and ownership
→ Scanning working tree for secrets
→ Checking dependencies for known vulnerabilities (OSV.dev)
→ Mapping API endpoints
→ Done
✓ Scan complete
Evidence written to /path/to/your/repo/.aletheore/air.json
No LLM call, no account, no network access beyond the vulnerability/license registry lookups (turn those off too for a fully offline run). That one command gets you a real dependency graph, secrets scan, git-history secret sweep, dependency-vulnerability/license check, and static API endpoint map — for Python, JavaScript/JSX, TypeScript/TSX, Go, Rust, Java, Kotlin, Ruby, PHP, C, C++, C#, and Swift.
audit report, PR review comments, the
architecture wiki) is checked against the file:line it cites. A finding that can't be
verified against real evidence gets dropped or flagged, not shipped silently.scan, query, diff, the MCP server, and the local
dashboard need no account and no API key. Nothing leaves your machine.audit works with six provider families
(Claude, OpenAI, Google, Mistral, xAI, or a local Ollama model) — your key, your cost, your
choice — or skip the LLM step entirely and just use the deterministic evidence.aletheore scan — the deterministic scanner above. Safe to run in CI, on every commit.aletheore audit — scans, then has a coding-agent CLI or API provider write a full
grounded markdown report, citing exact evidence fields throughout. Meant to be run by hand
against your own repo — see src/README.md for why it isn't wired into CI.aletheore query / aletheore diff — answer a targeted question or compare two
scans from existing evidence, no re-scan or LLM call needed.aletheore mcp — a stdio MCP server exposing 31 tools by default (32 with
ALETHEORE_MCP_ALLOW=external enabled) (module/symbol/dependency lookups,
ownership, clusters, dead code, hotspots, full-text and semantic search, scan and index
triggers) so a coding agent can query your repo's structure directly instead of shelling out
or re-reading files on every lookup. aletheore mcp-install wires it into Claude Code,
Cursor, VS Code, Kiro, Opencode, or Codex CLI automatically.aletheore dashboard — a live local web UI: dependency graph, an Obsidian-style cluster
graph, trend charts across scan history, and the MCP tool list.action.yml, on the Marketplace as "Aletheore") — scans a PR's base and
head refs and posts a diff: new/resolved secrets, dependency vulnerabilities, and
layer-convention violations, as a PR comment, inline annotations, and the run's Step Summary.
CI only ever runs scan + diff — fast and deterministic, never the full agent-driven
audit.- uses: Aletheore/Aletheore@v0.7.2
with:
fail-on-new-secrets: true
Full command reference, MCP tool list, per-language import-resolution details, and
configuration options: src/README.md.
Everything above is the free, local-first CLI (Aletheore Community). Installing the Aletheore GitHub App adds a hosted layer on top of the same evidence — paid plans start at $29.99/mo for up to 3 team members (additional seats $6.99/mo each):
scan produces.The GitHub App and dashboard code lives in github-app/; see its own
README for deployment and operations details.
src/ — the actual, working CLI code (see its README for everything above in detail).github-app/ — the hosted GitHub App: FastAPI server, RQ workers, migrations. See
Aletheore AIR above for what it does.website/ — the marketing site.docs/superpowers/ — design specs and implementation plans written during development.docs/operations/ — current operational baselines: incident response, data handling, SLOs,
deployment verification, branch protection, support process.SECURITY.md — vulnerability reporting and response targets.Related, separate repo: aletheore-benchmarks — the public PR-review benchmark harness and published results.
Aletheore is licensed under the PolyForm Noncommercial License 1.0.0, not an OSI-approved open-source license. It's free for individuals: personal use, research, hobby projects, and evaluation. Any use for or within a company or other organization — including internal tooling at a company you work for — is a commercial use and requires a separate commercial license. Reach out at arihantkaul@outlook.com for commercial licensing, or see Aletheore AIR for the hosted, paid tier.
If it's useful to you personally, consider sponsoring development — no accounts, no tracking, nothing leaves your machine when you run it.