01 · Roasts
24 Commits in 52 Weeks
Your heatmap looks like a connect-the-dots puzzle with 3 dots. 24 commits in a year means GitHub sends you a 'are you still alive?' email more often than you push code.
School Project Carried the Portfolio
App.ly-Utility — explicitly described as 'my first app for school' — is somehow your deepest, most mature, and best-architected repo. The bar you set at age-first-app is the ceiling everything else is still climbing toward.
CI? Never Heard of Her
Three repos, zero CI pipelines. You've got Firebase, SQLite, OpenAI, and Tauri all in the mix, but apparently the vibe-check deployment strategy is working great for you.
0 Followers, 0 Following
GitHub is a social platform and you've achieved perfect social isolation. Not even a follow-for-follow with yourself. Truly the lone wolf of Seoul Foreign School alumni.
Three Desktop Apps, Zero Stars
Tauri, Electron, and Flutter — you've shipped to three different platforms and collectively earned 7 stars, 5 of which probably came from clicking the button yourself to test it.
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% weight20F
- Quality20% weight54D
- Depth15% weight45D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
10 active days
Language distribution
- JavaScript27%
- TypeScript25%
- Dart16%
- HTML10%
- CSS7%
- C++4%
- Other11%
04 · Numbers
Owned repos
non-fork
9
Commits
last 12 months
24
Followers
0
Joined GitHub
Apr 2023
05 · Top repos
AKarenin /
App.ly-Utility
Flutter school app for library room reservations with Google SSO, Firebase backend, and admin controls. Personal project with functioning features, typed language, structured layout, and clear documentation.
AKarenin /
Secret-mcp
Tauri desktop app + MCP server for secure secret management with TypeScript, SQLite backend, and Svelte UI. Very recent (1 day old), minimal reach, but solves a real problem with strong security-first design.
AKarenin /
Silver
Early-stage Electron desktop app (92 KB) with screen capture + AI chat integration. Typed TypeScript, React/Vite UI, OpenAI API integration. No tests, CI, or license. 13 commits in ~10 days shows rapid iteration but minimal architectural depth.
06 · Timeline
- Apr 7, 2023Joined GitHub
- May 21, 2023Created App.ly-Utility — My first app for school.
- Nov 13, 2025Created Silver
- Dec 25, 2025Created Secret-mcp — Allow AI to generate env files without leaking secrets.
- Dec 25, 2025Most recent push to Secret-mcp
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.