01 · Roasts
13 Commits in 365 Days
You pushed 13 commits in an entire year. That's barely more than one commit per month. Even your snake animation workflow commits more frequently than you do.
Hardcoded API Keys, Hardcoded Regrets
misflo ships with hardcoded API keys baked right into the source. Gemini AI calling home on behalf of anyone who clones your repo isn't a feature — it's an incident waiting to happen.
Assessment Repo More Active Than Your Whole Year
engineering-assessment2 generated 8 commits in a single 8-hour window. That one afternoon of intentional bug-planting outpaces your entire 12-month contribution history.
Five Languages, Zero Shipped
TypeScript, Dart, JavaScript, Rust, C++ — you've touched five languages but have 13 total stars and zero external PRs to show for it. Breadth without depth is just a collection of half-finished tutorials.
'A Lot of Feathers in My Crown'
The bio says 'a lot of feathers in my crown,' but the heatmap says most of those feathers are imaginary. Thirty-five repos and most weeks are completely empty squares.
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% weight25F
- Consistency20% weight55D
- Quality20% weight32F
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
56 active days
Language distribution
- TypeScript33%
- Dart22%
- JavaScript19%
- Rust8%
- C++5%
- CSS3%
- Other10%
04 · Numbers
Owned repos
non-fork
22
Commits
last 12 months
13
Followers
11
Joined GitHub
Feb 2021
05 · Top repos
PratyushaKumarKar /
misflo
Early-stage PCOS/PCOD health app built in Flutter with Firebase integration, Google Gemini AI, and multi-page navigation. Thin documentation, incomplete features (many TODO/placeholder screens), hardcoded API keys, and minimal testing.
PratyushaKumarKar /
PratyushaKumarKar
Personal GitHub profile configuration repo with snake animation workflow. Single-purpose, minimal scope: README with bio/badges and automated CI generating contribution visuals weekly via GitHub Actions.
PratyushaKumarKar /
engineering-assessment2
Assessment exercise scaffolding with intentional bugs (memory leaks, blocking I/O, unoptimized stats caching). JavaScript, no tests/CI/license. Structured frontend/backend split with 206 KB total code, created Feb 2026 with 8 commits in first day. Designed for candidate learning, not production use.
06 · Timeline
- Feb 6, 2021Joined GitHub
- Oct 2, 2021Created PratyushaKumarKar — Config files for my GitHub profile.
- Jan 17, 2024Created misflo — We intend to create an app to help pcos and pcod patients to help diagnose and recover from it.
- Feb 20, 2026Created engineering-assessment2
- Feb 20, 2026Most recent push to engineering-assessment2
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.