01 · Roasts
The Heatmap Is a Desert
52 weeks, 364 cells, and fewer than 10 lit up. Your GitHub contribution graph looks like a radar screen where nothing has been detected for months — and then two brief blips in April and May 2026.
SQL Injection in a Portfolio Piece
Your sudoku app has SQL injection vulnerabilities. In 2024. In a repo you're presumably showing to employers. At least the puzzles are secure — the database, not so much.
Screenshots Are Not Documentation
The Finance-App README is literally just screenshots. No setup instructions, no architecture overview, no license. It's less a README and more a digital brochure for an app nobody can run.
Four Repos, Four Years
Joined GitHub in September 2020. In nearly four years you've shipped 4 public repos, accumulated 0 stars, 0 forks, and 0 external PRs. The account is technically active in the sense that a parked car is technically a vehicle.
100% Solo, 0% Reviewed
soloPct=100 — every single commit, every repo, zero collaborators, zero external PRs, zero issues. GitHub is a social coding platform and you're using it as a private diary.
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% weight45D
- Depth15% weight45D
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- Java41%
- C#39%
- HTML18%
- CSS2%
- JavaScript0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
23
Followers
2
Joined GitHub
Sep 2020
05 · Top repos
AlanKhanal /
Blog-Application
ASP.NET Core MVC blog project with typed C#, database models, and MVC structure. Learning-focused with working CRUD features, basic documentation, but no tests, CI, or license. 2,118 KB codebase with 11 commits over ~7 weeks.
AlanKhanal /
sudoku
Java Swing sudoku puzzle game with backtracking solver, login/signup, hints, and timer. Personal portfolio project with functional features but architectural weaknesses: SQL injection vulnerabilities, hardcoded UI paths, and duplicate code (sudokuGenerator vs repeatCheck).
AlanKhanal /
Finance-App-ASP.NET-Core-MVC-Web-App
Tutorial-level ASP.NET Core MVC finance tracker with basic CRUD and charting. No tests, CI, or license; thin documentation (README is screenshots only). Demonstrates fundamentals but clearly educational/experimental with 0 stars and minimal git history.
AlanKhanal /
Learning
Personal C# learning project with ~9 KB of code exploring basic language features (enums, recursion, dictionaries). No README, tests, CI, or documentation; minimal architectural scope and only 4 commits across 1 day.
06 · Timeline
- Sep 2, 2020Joined GitHub
- May 31, 2023Created sudoku
- Mar 5, 2026Created Learning — Learnings of C# can be found here
- Apr 9, 2026Created Finance-App-ASP.NET-Core-MVC-Web-App — ASP.Net Core MVC Web App 1: Finance Application.
- Apr 10, 2026Created Blog-Application — Blog Site | ASP.Net Core MVC
- May 27, 2026Most recent push to Blog-Application
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.