01 · Roasts
The Python Monolith
95% Python across 46 repos. You've been on GitHub since 2015 and discovered exactly one programming language. Shell at 2% is doing the Lord's work trying to add some variety.
Graveyard Architect
64% of your repos haven't been touched in 2+ years. You're less of a developer and more of a digital museum curator — lots of exhibits, nobody maintaining them.
Commit Cliff
141 commits in the last year sounds okay until you see the heatmap: 20 active weeks followed by 30 consecutive weeks of zeros. Semester-driven development is a lifestyle choice, I suppose.
Niche Lord
checkdigit (33 stars) validates ISBN and Luhn codes. seaport (16 stars) updates MacPorts portfiles. You have found the most specific corner of the software world and planted your flag there — respect, but also: why?
Solo Operator
93% of commits are solo with 7 external PRs all year. With 40 followers and 3 real projects, you're building in a comfortable vacuum. Open source is a team sport occasionally.
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% weight46D
- Consistency20% weight60C
- Quality20% weight74B
- Depth15% weight60C
- Breadth10% weight30F
- Community10% weight40D
03 · Stats
365-day commit heatmap
111 active days
Language distribution
- Python95%
- Shell2%
- TypeScript1%
- Ruby1%
- CSS0%
- Makefile0%
- Other1%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
141
Followers
40
Joined GitHub
May 2015
05 · Top repos
harens /
seaport
MacPorts portfile updater with solid typing, comprehensive tests, CI/CD, and rich documentation (design.md, ARCHITECTURE.md). Actively maintained but small user base (16 stars).
harens /
AnomaLog
Research framework for reproducible log anomaly detection pipelines. Typed Python project with comprehensive tests, CI, documentation (README + design.md + ARCHITECTURE.md), fluent builder API, and 30+ commits across 3 months. No external adoption yet.
harens /
checkdigit
Specialized, well-engineered check-digit validation library with comprehensive algorithm coverage (ISBN, Luhn, GS1, Verhoeff), full test suite, CI/CD, and documentation. Typed Python with ~16KB codebase showing sustained development.
06 · Timeline
- May 23, 2015Joined GitHub
- Jan 19, 2019Created checkdigit — 🔒 An easy-to-use check digit library for data validation
- Dec 23, 2020Created seaport — 🌊 The modern MacPorts portfile updater 🌊
- Jan 21, 2026Created AnomaLog — Orchestration-driven research framework for reproducible log anomaly detection pipelines
- Apr 24, 2026Most recent push to AnomaLog
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.