01 · Roasts
ZK Proofs? More like ZK Promises
ShadowBounty's zkProofManager.js and ZKVerifySubmissionService.ts are basically well-commented outlines of features that don't exist yet. Groth16 in the README, vibes in the codebase.
The 3-Day Sprint King
Toronto-Cam: created April 13, last pushed April 16. That's a Tuesday-to-Friday project. At least it has a live URL — which is more than can be said for everything else.
README? Never Heard of Her
US-Elections-2024 has 18 of 30 sampled commits, Flask + React full-stack architecture, and absolutely zero documentation. Not even a one-liner. The most active repo is also the most undocumented.
0 Stars, 0 Forks, Infinite Ambition
Three repos, totalStars = 0, totalForks = 2. The portfolio spans ZK proofs, blockchain, election data, and real-time traffic cams — but the internet has collectively not noticed.
Night Owl with a Nap Schedule
80% of commits land at night, but the heatmap has entire months of zeroes interrupted by 3-day coding sprints. Less circadian rhythm, more hibernation punctuated by hackathons.
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% weight40D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
45 active days
Language distribution
- TypeScript39%
- JavaScript28%
- Python27%
- Solidity3%
- Jupyter Notebook2%
- CSS1%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
148
Followers
6
Joined GitHub
Oct 2023
05 · Top repos
subodh-thallada /
ShadowBounty
A Web3 bounty platform integrating GitHub OAuth, blockchain verification (Monad), and zero-knowledge proofs; README well-documented but code quality hindered by incomplete/placeholder implementations and minimal tests.
subodh-thallada /
US-Elections-2024
Full-stack election polling visualization (React + Flask) with interactive maps and betting odds, launched 2025 with 157 KB codebase but lacks tests, CI, documentation, and proper typing—remains experimental without clear adoption.
subodh-thallada /
Toronto-Cam
Toronto traffic camera map built with React + TypeScript + Mapbox. Clean typed code, documented setup, and polished UI (dark theme, responsive grid layout). Limited scope: 110 KB, minimal commits (4 of 30), no tests, no CI. Shipped but single-sprint experimental project.
06 · Timeline
- Oct 3, 2023Joined GitHub
- Jan 1, 2025Created US-Elections-2024 — Visualization of US Election Polling
- Feb 28, 2026Created ShadowBounty
- Apr 13, 2026Created Toronto-Cam — Toronto Traffic Cam Photobooth
- Apr 16, 2026Most recent push to Toronto-Cam
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.