Linor Repo Report runs six independent analysis engines against any GitHub repo and produces a structural diagnosis: Bus factor risk, churn and instability, structural integrity, dependency health, gap analysis, and code quality signals. Every finding names exact files, exact modules, exact counts . No hand-waving. I ran it on OpenClaw . Result: D grade, 40/100 . 8 god files — one with 198 functions 5 modules at critical bus factor risk — 100% owned by a single contributor Accelerating churn in files that had zero changes in the prior 90 days Co-change clusters with cohesion scores showing hidden coupling Revert-prone files with extracted revert reasons Potential hardcoded secret exposure flagged Missing linting/formatting configuration Zero PR discussion across hundreds of PRs Full unfiltered artifact — the actual output, not a summary: https://drive.google.com/file/d/19Zt_93lHwzGcwyoSwDYHscFy4tFmVppp/view I also ran it on Linor itself . It scored 44/100 .…