Evidence Gallery: the engine, run in public.

Every report below was generated by OpenThunder’s keyless deterministic engine against the public source of a well-known open-source repository: no AI model, no account, no API key. Each card shows the exact commit analyzed and the date it was generated, and each report is regenerated on a weekly schedule from the latest engine source, so this page is continuous, reproducible proof that the analysis works, not a one-time demo.

Each card shows what the engine found: modules mapped, critical flows traced, cycles and fragile zones detected. Architecture health is one structural signal among them, not a grade: large, mature systems naturally score lower, and that is not a defect.

10 repositories · last generated 2026-07-21 (UTC)

Want accuracy, not just reach? The Accuracy Benchmark runs the same keyless detectors against fixtures with a KNOWN planted issue (or a known-clean control) and publishes expected vs detected, misses and false positives included.

fastify/fastify

fastify

Fast, low-overhead Node.js web framework

279 modules mapped 2 critical flows 0 cycles 12 fragile · 5 god-files 67/100 arch health

commit ada0623 · 2026-07-21 · 11 KB

expressjs/express

express

The classic Node.js web framework

141 modules mapped 2 critical flows 0 cycles 5 fragile · 6 god-files 77/100 arch health

commit ae6dd37 · 2026-07-21 · 9 KB

honojs/hono

hono

Small, fast web framework for the edges

353 modules mapped 6 critical flows 3 cycles 12 fragile · 4 god-files 52/100 arch health

commit cadff88 · 2026-07-21 · 15 KB

axios/axios

axios

Promise-based HTTP client for browser and Node.js

229 modules mapped 4 critical flows 0 cycles 12 fragile · 3 god-files 72/100 arch health

commit c44f8d0 · 2026-07-21 · 12 KB

colinhacks/zod

zod

TypeScript-first schema validation

406 modules mapped 4 critical flows 0 cycles 12 fragile · 7 god-files 62/100 arch health

commit 912f0f5 · 2026-07-21 · 15 KB

vitejs/vite

vite

Next-generation frontend build tool

1453 modules mapped 4 critical flows 18 cycles 12 fragile · 15 god-files 30/100 arch health

commit e16ff3a · 2026-07-21 · 16 KB

nestjs/nest

nest

Progressive Node.js framework for server-side apps

1727 modules mapped 4 critical flows 14 cycles 12 fragile · 15 god-files 30/100 arch health

commit 41d9f37 · 2026-07-21 · 25 KB

prisma/prisma

prisma

Next-generation TypeScript ORM

2795 modules mapped 5 critical flows 7 cycles 12 fragile · 15 god-files 30/100 arch health

commit a6d0155 · 2026-07-21 · 26 KB

langchain-ai/langchainjs

langchainjs

Building LLM applications in JS/TS

2150 modules mapped 6 critical flows 4 cycles 12 fragile · 15 god-files 36/100 arch health

commit ee76ea0 · 2026-07-21 · 20 KB

vercel/next.js

next.js

The React framework for the web

4000 modules mapped 6 critical flows 5 cycles 12 fragile · 15 god-files 30/100 arch health

commit 4dea35d · 2026-07-21 · 22 KB

Reproduce any of these yourself

The engine is deterministic: the same commit produces the same report. Clone the repo, run the same two commands, compare.

git clone --depth 1 https://github.com/<owner>/<repo> cd <repo> openthunder lens generate --no-narrate openthunder lens export --out report.html

Honesty notes: these are automated static-analysis reports of public source code, generated with no human curation of the findings; they are not security audits, and not an endorsement by or affiliation with any of these projects. Scores are OpenThunder’s opinionated architecture heuristics, useful for comparison and for judging the engine, not a verdict on project quality. A repository that fails to analyze is skipped, never shown broken; the skip list is recorded in manifest.json.