01 · Roasts
One-Day Wonders
Two of your three repos — forged-future (4 commits, Oct 19) and flow-free-multiplayer (single push, Aug 20) — were born and apparently abandoned on the same calendar day they were created. That's not shipping, that's a screenshot.
17 Commits in 365 Days
Your entire year of public output fits in a single afternoon for most developers. The heatmap looks like a dotted line drawn by someone who lost the pen.
Zero Tests, Zero CI, Zero Stars
Not a single repo has tests or CI. Not a single repo has a star. The trifecta of invisibility — built in private, untested, and unnoticed.
Followers: 0. Following: 0.
You exist on GitHub in a state of perfect social equilibrium — nobody knows you're here, and you know nobody's here. A philosophical stance, but not a great career move.
Group Project Disclaimer
flow-free-multiplayer's README explicitly names 6 components you worked on out of the full game. Commendable honesty — less commendable as the tent pole of a portfolio.
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% weight20F
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight55D
- Community10% weight5F
03 · Stats
365-day commit heatmap
53 active days
Language distribution
- C#55%
- Jupyter Notebook36%
- TypeScript8%
- CSS0%
- Python0%
- JavaScript0%
- Other1%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
17
Followers
0
Joined GitHub
Nov 2022
05 · Top repos
saharshBhargava /
forged-future
Forged Future is a C# platformer game built on a minimalist SDL2 framework, with 4 levels, physics-driven entities, animations, and UI. Active personal project with typed code, documented design, and structured architecture—but extremely early stage (created Oct 19, 2025, last push Oct 19), no tests, no CI, no gitignor
saharshBhargava /
flow-free-multiplayer
Multiplayer Flow Free game with TypeScript React frontend. Typed, documented, but minimal commits (3 of last 30) and thin scope—personal group project with explicit partial contribution claims.
saharshBhargava /
spam-email-detection
Jupyter notebook collection for spam email detection ML models using scikit-learn. No README, tests, CI, or license. Code is functional but lacks documentation, structure, and production-readiness. Experimental academic/learning project.
06 · Timeline
- Nov 4, 2022Joined GitHub
- Jun 18, 2024Created spam-email-detection — JSTI West Spam Filtering
- Aug 20, 2025Created flow-free-multiplayer
- Oct 19, 2025Created forged-future
- Oct 19, 2025Most recent push to forged-future
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.