01 · Roasts
The 3-Minute Commit Champion
MemriseBot's entire existence — creation to final push — spans 3 minutes and 5 seconds. That's less time than it takes to read the README you wrote for it.
One Heatmap Week Per Quarter
Out of 52 weeks of heatmap data, meaningful activity appears in roughly 4 isolated weeks. Your GitHub graph looks like a heart monitor flatline with occasional hiccups.
Security? Never Heard of Her
Your own README for SolidityAutomatedMarketBook admits it's 'probably not very secure.' Bold strategy for a financial smart contract, Ben.
27 Repos, 2 Stars
You've created 27 public repositories and accumulated a grand total of 2 stars. That's a 0.074 stars-per-repo ratio — a rate that would make even tutorial sites wince.
68% Abandoned
staleRepoRatio = 0.68. Nearly 7 in 10 of your repos were pushed more than 2 years ago and never touched again. The graveyard is the largest project you've shipped.
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% weight18F
- Consistency20% weight20F
- Quality20% weight52D
- Depth15% weight20F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- JavaScript49%
- HTML19%
- Solidity16%
- Rust5%
- CSS4%
- EJS3%
- Other4%
04 · Numbers
Owned repos
non-fork
25
Commits
last 12 months
29
Followers
10
Joined GitHub
Jan 2023
05 · Top repos
bengillitt /
SolidityAutomatedMarketBook
Early-stage Solidity dApp implementing order-book market matching with functional tests and CI, but minimal adoption (1 star), sparse docs, and self-acknowledged security concerns.
bengillitt /
CoG-Calculator
Rust learning project implementing a centre-of-gravity calculator for 2D/3D shapes. Typed Rust code with basic CLI input, but lacks tests, CI, production-ready structure, and has limited shape support (no semicircles/cones as noted in README).
bengillitt /
MemriseBot
A one-off tutorial/learning project: untyped Node.js script automating Memrise answers via OCR. Created and pushed within 3 minutes on 2023-11-11, no tests, no CI, minimal documentation beyond README.
06 · Timeline
- Jan 31, 2023Joined GitHub
- Nov 11, 2023Created MemriseBot — A cool way for me to test my skills. And learn how to detect text from images and taking screenshots with js
- Mar 18, 2026Created SolidityAutomatedMarketBook — A simple solidity dApp to create buy and sell orders on with automated market matching
- May 3, 2026Created CoG-Calculator — A simple rust project to test my skills
- May 3, 2026Most recent push to CoG-Calculator
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.