01 · Roasts
The Ghost of GitHub Past
51 of 52 heatmap weeks are completely empty — 5 total commits this year. Your contribution graph looks less like a developer's and more like a firmware bug.
Security Speedrun
TEAM-20-TSEC-HACKS-2022 ships with hardcoded DB credentials ('PMmodi$$1') AND raw SQL injection in app.js. You somehow hit two OWASP Top 10 entries in a single hackathon repo. Impressive, in a concerning way.
Sprint-and-Ghost Specialist
MockAI: 8 commits over 4 days, then silence for 2 years. SpringAuto: 5 commits total. You build things exactly once and leave them where they fall.
97% Abandoned
staleRepoRatio=0.97 — out of 45 public repos, 44 haven't been touched in over 2 years. Your GitHub is less a portfolio and more a digital attic.
Zero External Signal
0 stars, 0 forks, 0 PRs, 0 issues — across everything, all year. following=0 too. GitHub is a social platform and you're using it as a write-only filesystem.
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% weight40D
- Consistency20% weight10F
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- PHP30%
- HTML18%
- Java16%
- JavaScript11%
- CSS6%
- TypeScript5%
- Other14%
04 · Numbers
Owned repos
non-fork
31
Commits
last 12 months
5
Followers
29
Joined GitHub
Oct 2019
05 · Top repos
harsh-mody /
SpringAuto
Compiler generating Spring Boot 3 REST+SOAP projects from OpenAPI 3.0 specs with deterministic code generation, validation decorators, and scaffold mode. Few commits (5 of last 30), young repo (created 2026-04-23), no tests, but typed, documented, and multi-generator architecture.
harsh-mody /
MockAI
Personal experimental project combining Next.js drawing app with TensorFlow image description model. Early-stage, minimal structure, untyped code, no tests/CI, but demonstrates full-stack integration of web and ML components.
harsh-mody /
TEAM-20-TSEC-HACKS-2022
Hackathon submission mixing a Node.js/Express quiz app with Jupyter NLP notebooks. No README, lacks structure, has SQL injection vulnerabilities and hardcoded credentials. Experimental code from a 2022 hackathon event.
06 · Timeline
- Oct 3, 2019Joined GitHub
- Mar 8, 2022Created TEAM-20-TSEC-HACKS-2022
- Apr 6, 2024Created MockAI
- Apr 23, 2026Created SpringAuto
- Apr 23, 2026Most recent push to SpringAuto
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.