01 · Roasts
The Heatmap Hibernator
38 weeks of absolute silence followed by a frantic burst of 4s and 3s in the last 12 weeks. Your GitHub looks less like a developer and more like a bear that just woke up from winter.
README? Never Heard of Her.
4 out of 5 scored repos have no README — including LC, your most starred project. You wrote 30 solutions to LeetCode problems but couldn't spare 3 lines to tell anyone what the repo is.
The 24-Hour Architect
CCL-Warriors was created and abandoned within a single calendar day, yet it somehow made it into your public portfolio. A 118 KB HTML file is not a project — it's a crime scene.
Solo Artist in a Collaborative Medium
83% solo commits and 0 issues opened all year. GitHub is literally designed for collaboration, but you've turned it into a private journal with a public URL.
One Banger, Zero Follow-Through
Smesh is a legitimately impressive multi-service security platform — microservices, ML, Go, Redis, React. Then you never shipped it anywhere, gave it 0 tests, skipped the license, and moved on. Classic 'architecture astronaut lands, forgets to build a runway.'
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% weight33F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
105 active days
Language distribution
- HTML26%
- JavaScript26%
- Java15%
- Python10%
- Jupyter Notebook6%
- PHP6%
- Other11%
04 · Numbers
Owned repos
non-fork
16
Commits
last 12 months
474
Followers
6
Joined GitHub
Jul 2023
05 · Top repos
Aruisop /
Smesh
Polyglot network security + O-RAN monitoring platform (Python/Go/Node.js/React) with Isolation Forest ML, threat scoring, and real-time WebSocket dashboard. ~30 commits over 17 days, typed backend services, structured Docker Compose deployment, but no tests and missing license.
Aruisop /
LC
Personal LeetCode solutions repo with 30 commits over ~3 months. Java code is typed and shows algorithmic competence (DP, graphs, binary search) but lacks documentation, tests, CI, and project structure. No README or alternate docs.
Aruisop /
MicroServices-in-GO
Tutorial-based Go microservices learning project. Typed Go with basic REST API handlers, middleware, data validation, and one test case. No README, no CI, no production indicators. Small scope (14 KB) with recent activity.
Aruisop /
Aruisop
GitHub profile config repo containing a personal resume/portfolio README (21 KB). No actual code, tests, CI, or project artifacts—purely a markdown biographical document describing the owner's skills and past projects.
Aruisop /
CCL-Warriors
Single-day sprint HTML artifact from a competition; minimal documentation, no structure, 118 KB, 1 star. Archive-quality one-off dump.
06 · Timeline
- Jul 29, 2023Joined GitHub
- Dec 19, 2023Created Aruisop — Config files for my GitHub profile.
- Jan 22, 2026Created LC — Solutions to LeetCode.
- Mar 12, 2026Created MicroServices-in-GO — A fun tutorial-based Go Microservices repo; Used to learn Go.
- Mar 15, 2026Created Smesh — SentinelMesh monitors IP and 5G/O-RAN network traffic to detect suspicious activity. It flags anomalies, classifies threats, and sends real-time alerts to the dashboard for securit
- Apr 22, 2026Created CCL-Warriors — The deck that got us into the finals for the Cisco-Forecasting-League(CFL' 26).
- Apr 23, 2026Most recent push to CCL-Warriors
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.