01 · Roasts
The Invisible Codebase
56% of your public language bytes are Jupyter Notebooks, yet they're nowhere in the 4 scored repos. Your most-used tool is apparently a ghost—if the notebooks exist, they're hiding harder than your README files.
7-Day Sprint Architect
blockchain-lab-projects went from zero to '5-node distributed medical blockchain with React frontend' in a single week (2026-03-06 to 2026-03-13). Either you're a legend or it's a 500-LOC repo dressed in a tuxedo.
Hardcoded Credential Enjoyer
DevSecOps-Lab is literally a security lab, and it has hardcoded Docker credentials in ci.yml line 45. The lesson was apparently 'here's what NOT to do'—and you shipped it as-is.
0 Stars, 0 Forks, Maximum Ambition
Blockchain. Kubernetes. IPFS. DevSecOps. Your project names read like a cloud-native conference agenda, yet totalStars=0 and totalForks=0 across all 35 repos. The hype-to-adoption ratio is astronomical.
calc.py Has Two Lines
DevSecOps-Lab's entire Python source is a single `add` function. You built a full multi-language CI/CD matrix pipeline to test whether 2+2=4. Infrastructure: overkill. Logic: sublime.
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% weight57D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
25 active days
Language distribution
- Jupyter Notebook56%
- TypeScript23%
- JavaScript11%
- CSS3%
- Python2%
- C++2%
- Other3%
04 · Numbers
Owned repos
non-fork
27
Commits
last 12 months
60
Followers
7
Joined GitHub
Oct 2023
05 · Top repos
hanah-01 /
MedTree
Educational blockchain EMR project built for CSE635 course with Solidity smart contract, React frontend, Hardhat testing, and IPFS integration. Well-documented, typed JavaScript, structured multi-file layout with passing tests—but limited external adoption and under 6 weeks old.
hanah-01 /
blockchain-lab-projects
A personal blockchain medical records system with 5 interconnected nodes, React frontend, and distributed ledger—interesting scope but limited documentation, no tests/CI, undocumented architecture choices.
hanah-01 /
DevSecOps-Lab
Educational DevSecOps lab with minimal Python/JavaScript code, CI/CD pipeline templates, and tests but no README, documentation, or license. Early-stage teaching project demonstrating DevOps concepts.
hanah-01 /
k8s-cicd-pipeline
One-shot lab project: minimal Flask app (29 LOC in app.py) with working CI/CD pipeline, but zero documentation, no version control history, and extremely thin scope.
06 · Timeline
- Oct 1, 2023Joined GitHub
- Feb 16, 2026Created DevSecOps-Lab
- Feb 26, 2026Created MedTree — Blockchain Paper Implementation for CSE635
- Mar 6, 2026Created blockchain-lab-projects — A dump of all my lab programs +_+
- Mar 23, 2026Created k8s-cicd-pipeline
- Apr 6, 2026Most recent push to MedTree
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.