01 · Roasts
The 69% Graveyard
staleRepoRatio = 0.69 — nearly 7 out of every 10 repos you've ever made have been abandoned. Your GitHub is less a portfolio and more a cemetery with a TypeScript headstone.
30 Commits, 52 Weeks
You made 30 commits in a full year across 42 repos. That's roughly one commit every 12 days. Your heatmap looks like a connect-the-dots puzzle where most dots are missing.
Ship It… or Don't
You built the same encrypted chat app twice (Privy and privyy) within a month of each other. Neither has tests, neither has CI, and together they have 0 stars. Third time's the charm?
README Collector
Every scored repo has a README, yet ASCII-art's README is literally just a title. That's not documentation — that's a file named README.md containing the bare minimum to technically pass the flag check.
Solo 100%
soloPct = 100. Every single commit across every repo is yours alone. Not a single external collaborator, contributor, or reviewer has ever touched your code. Open source is a conversation — you haven't said hello yet.
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% weight28F
- Consistency20% weight20F
- Quality20% weight57D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
31 active days
Language distribution
- C46%
- TypeScript18%
- Java8%
- JavaScript8%
- CSS6%
- Python5%
- Other9%
04 · Numbers
Owned repos
non-fork
36
Commits
last 12 months
30
Followers
9
Joined GitHub
Jun 2022
05 · Top repos
Disha-Baghel /
Privy
P2P encrypted chat app using WebRTC + NestJS. TypeScript backend with Docker compose stack, README clearly documented, but 0 stars, no tests/CI, and minimal public adoption. Recent commits (16/30) show active development over 15 days.
Disha-Baghel /
privyy
Fresh NestJS + React WebRTC P2P encrypted chat scaffold. TypeScript + structured modules with Docker setup, but one-day-old with single commit and no tests/CI. Prototype-phase codebase exploring E2EE signaling architecture.
Disha-Baghel /
ASCII-art
Single-file C++ OpenCV project converting images to ASCII art. Minimal documentation, no tests/CI, memory leaks, basic algorithm. Classic tutorial-style experiment.
06 · Timeline
- Jun 7, 2022Joined GitHub
- Jan 14, 2023Created ASCII-art — A program written in C++ to convert an image file into a ASCII art using OpenCV library
- Mar 23, 2026Created Privy — Privy Chatting Application using webRTC and webSockets
- Apr 11, 2026Created privyy
- Apr 11, 2026Most recent push to privyy
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.