01 · Roasts
The Graveyard Gardener
52 weeks on the heatmap and only ~10 cells light up — your public commit history looks like a connect-the-dots puzzle where most dots are missing. 26 commits in a year is roughly one commit per two weeks.
Hackathon Hoarder
You have three repos that are variations of the same farm marketplace idea (AgriTrust, agritrustvit, HackNovaa), yet none of them have tests, CI, or a license. Quantity is not a strategy when they're all 80% the same abandoned sprint.
The Phantom Backend
HackNovaa's entire backend is axios interceptors and mockData.js. That's not a full-stack app — that's a UI demo wearing a trench coat pretending to be a server.
Zero Stars, Maximum Effort?
Across 10 repos, totalStars = 0 and totalForks = 0. The entire public portfolio has generated exactly zero external interest. Even agritrustvit, which is literally empty, pulls the same numbers.
The Security Enthusiast
AgriTrust ships with a hardcoded JWT_SECRET fallback and plaintext passwords in schema.sql. You're not just skipping security — you're actively encoding vulnerabilities into the README-less codebase.
Built using
Zoral
Shadows one worker for a week, then takes over their job with zero extra setup. Behaves exactly like the original.
zoral.ai
02 · Category breakdown
- Impact25% weight30F
- Consistency20% weight55D
- Quality20% weight52D
- Depth15% weight50D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- CSS49%
- JavaScript17%
- HTML16%
- SCSS15%
- Python3%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
26
Followers
5
Joined GitHub
Nov 2020
05 · Top repos
rohanmundhe /
EchoxVIT
Parameterized async FIFO in SystemVerilog with comprehensive documentation, 14.6MB codebase showing sustained development (25/30 recent commits), but no tests, CI, license, or public adoption signals.
rohanmundhe /
AgriTrust
AgriTrust is a hackathon full-stack project connecting farmers and buyers via a React/Node marketplace. Features farmer dashboards, AI grading, and traceability but lacks tests, CI/CD, type safety, and production-ready structure.
rohanmundhe /
HackNovaa
Fresh hackathon project (created Feb 3, 2026) with a React+Tailwind farm-to-market UI demo. Full-stack concept only partially implemented: frontend is polished with real components and routing, but backend is entirely mocked (axios interceptors, mockData.js). No tests, CI, or license.
rohanmundhe /
codiode
Early-stage landing page for "Codiode" hardware design software. Single HTML file with inline styling, minimal documentation, 13 commits in 3 days, no build tooling or structured architecture.
rohanmundhe /
HackNovaVIT
Minimal scaffold repo with just a title README and 48KB total size. Only 3 commits in 2 days with no code, tests, CI, or meaningful documentation. Appears to be an empty project dump.
rohanmundhe /
agritrustvit
Empty scaffold repo with zero commits, no files, no documentation, and no meaningful content. Created 2026-02-05 with immediate push—appears to be an uninitialized GitHub placeholder.
06 · Timeline
- Nov 22, 2020Joined GitHub
- Jan 6, 2025Created EchoxVIT
- Feb 2, 2026Created HackNovaVIT
- Feb 3, 2026Created HackNovaa — Farm to Market
- Feb 5, 2026Created AgriTrust — Farmer to Fork
- Feb 5, 2026Created agritrustvit
- Mar 28, 2026Created codiode
- Mar 30, 2026Most recent push to codiode
07 · Compare
08 · Rubric
How this score was produced
Overall = Σ (category × weight) + gentle top-end curve
Tier thresholds
▸ How the pipeline works
- 01Scrape.Pull every non-fork repo pushed in the last 90 days, plus your contribution calendar, followers, and language byte counts — straight from GitHub's REST & GraphQL APIs.
- 02Triage.A small model reads every repo's file tree + README and picks the 20 files per repo that actually reveal how you code.
- 03Grade each repo. All repos run in parallel through a fast scoring model that reads the picked files and rates each one independently on Impact, Quality, and Depth — with evidence citations.
- 04Aggregate. A larger reasoning model combines the per-repo scores with server-computed stats (heatmap, commit cadence, language entropy, follower count) to produce the 6-dimension profile score + roasts.
- 05Correct.Deterministic server-side checks enforce anchor-scale floors (e.g. a profile with 2,000+ public commits can't score 30 Consistency) and recompute the final verdict.
~90 seconds per profile, ~$0.25 in compute. Total of ~240 files read across your top-12 repos. One rating per GitHub account per day.
▸ Data sources & caveats
- Heatmap & commit totals: GitHub GraphQL
contributionsCollection— covers the last 365 days, includes private repos when the user has opted in (default). - Language %: byte totals across the top 30 owned non-fork repos.
- Curve: a small upward nudge centered on raw score ≈ 70, capping at 100. Prevents specialists from being unfairly penalised for narrow breadth.
- Anchor corrections: when server-measured signals (e.g. privateWorkLikely, multiRepoVolume, follower count) mandate a minimum category score, the aggregation step enforces it. These are signal-conditional, not identity-based floors.