01 · Roasts
246 Repos, 5 Commits This Year
You've accumulated 246 public repos like a digital hoarder, yet managed only 5 commits in the past year. That's one commit per ~10 repos — or roughly one per certification you listed in your bio.
README.md as Malware Delivery
'deneysel' has a README stuffed with Base64-obfuscated PowerShell payloads. In most contexts that's a red flag. In a DFIR engineer's portfolio it's just… confusing. Threat detected: your own repo.
90% Abandoned Graveyard
A staleRepoRatio of 0.90 means 9 out of every 10 repos you own haven't been touched in 2+ years. GitHub is not a museum, but you're curating one anyway.
Code That Comments Its Own Absence
ozetgec's Python files literally say 'will do' and 'will start to crawl' — source code that documents procrastination in two languages. The TODO.md references 'scrapy r&d' from circa 2013. Still pending.
GCFA, GREM, CISM, CISA… 6 Total Stars
Four elite security certifications in the bio, 246 public repos, 166 followers — and a grand total of 6 stars across everything. Your GitHub clout-to-cert ratio is deeply unfavorable.
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% weight25F
- Consistency20% weight20F
- Quality20% weight26F
- Depth15% weight30F
- Breadth10% weight55D
- Community10% weight25F
03 · Stats
365-day commit heatmap
278 active days
Language distribution
- JavaScript57%
- C#32%
- PowerShell3%
- Python3%
- HTML2%
- Java1%
- Other2%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
5
Followers
166
Joined GitHub
Apr 2009
05 · Top repos
caliskanfurkan /
ozetgec
Abandoned personal project (7+ years inactive) to create a Turkish news summary mobile app. Minimal implementation with boilerplate code, stub Python modules, and unfinished design documentation. No tests, CI, or meaningful logic shipped.
caliskanfurkan /
siirler
Turkish poetry collection in Markdown format; minimal engagement (3 stars/forks), sparse commits (8 of last 30), no tests/CI/license, but documented with README and alternate docs files.
caliskanfurkan /
deneysel
Inactive experimental dump from 2009 with obfuscated malicious PowerShell payload in README; 2 stars, 5 KB, last push 2020, no code structure or legitimate documentation.
06 · Timeline
- Apr 10, 2009Joined GitHub
- Apr 10, 2009Created deneysel — geçici deneysel çalışmalar
- Jan 26, 2013Created siirler — Markdown Formatinda Turkce Siir Dizini
- Apr 8, 2013Created ozetgec — A web app for Turkish news site content summaries
- May 15, 2022Most recent push to siirler
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.