01 · Roasts
Security? Never Heard of Her
ONC ships hardcoded DB credentials (user=zainmobarik) straight to GitHub. The DESIGN_DOC.md imagines a full on-call platform; main.go imagines a world without .env files.
The 3-Day API Speedrun
Go-REST-API was born and essentially completed in 72 hours with 3 commits. 'Creating my first REST API' is in the README — at least it's honest about being a tutorial, not a product.
26% Python, 0% Visible Python
Python is your second-largest language at 26% of total bytes, yet not a single Python repo is public. Are you hiding your best work, or are snake files just scattered across private repos never to see daylight?
Portfolio Site Carrying the Whole Profile
znmbrk.github.io accounts for the only CI, the only tests, and the only depth score above 20. One Astro portfolio site is doing the work of an entire engineering career on this profile.
32 PRs, 0 Issues
You opened 32 pull requests this year but filed exactly zero issues. Either every codebase you touch is perfect, or you're too polite to report bugs — both are suspicious.
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% weight28F
- Consistency20% weight55D
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
56 active days
Language distribution
- Astro27%
- Python26%
- TypeScript25%
- HTML10%
- JavaScript6%
- Go4%
- Other2%
04 · Numbers
Owned repos
non-fork
8
Commits
last 12 months
140
Followers
10
Joined GitHub
Sep 2016
05 · Top repos
znmbrk /
znmbrk.github.io
Personal portfolio website built with Astro and TailwindCSS showcasing career, projects, and writing. Typed Astro setup with structured pages, CI/CD, and live deployment, but limited reuse/community adoption as a personal site.
znmbrk /
Go-REST-API
Personal learning project: first Go REST API with CRUD operations, typed Go code, clear module structure (main.go, courses.go, health.go), functional endpoints. 3 commits over 3 days, minimal scope, no tests or CI, no license.
znmbrk /
ONC
Early-stage on-call scheduling backend with basic REST API. 2 Go files implement CRUD endpoints for teams, DESIGN_DOC.md outlines schema, but no README, tests, CI, or error handling. Hardcoded DB credentials and minimal architecture.
06 · Timeline
- Sep 7, 2016Joined GitHub
- Jun 18, 2022Created znmbrk.github.io
- Apr 4, 2026Created Go-REST-API — Creating my first REST API with CRUD operations in Go (no AI)
- Apr 15, 2026Created ONC
- Apr 29, 2026Most recent push to ONC
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.