












I built Astraudit — a 100% browser-only auditor for public GitHub repositories
Hey everyone,
I’ve been working on Astraudit, a free and fully browser-based tool for auditing public GitHub repositories.
The idea is simple: paste a public GitHub repo URL and get a structured audit that helps maintainers, contributors, and reviewers understand the project faster.
Astraudit focuses on:
- repository structure
- documentation quality
- security signals
- maintainability
- project maturity
- contributor readiness
- release and package health
- clear recommendations for improvement
The important part: there is no backend, no signup, no tracking, no private repo access, and no AI API involved.
Everything runs client-side and the findings are rule-based, deterministic, and transparent.
GitHub repo:
https://github.com/BEKO2210/astraudit
Live app:
https://beko2210.github.io/astraudit/#
I built this because many open-source projects are hard to evaluate quickly, especially when you want to understand whether a repo is healthy, maintained, documented, and contributor-friendly.
Feedback is very welcome — especially from maintainers, open-source contributors, and developers who review repositories regularly.