01 · Roasts
CI? Never Heard of Her
Three repos, zero CI pipelines. llamaguard at least has tests, but catsbot and cosmos-indexer are living dangerously on the 'it compiles, ship it' philosophy.
Blockchain Niche Maximalist
All three scored projects are Cosmos/Telegram blockchain tools. You have Gleam, Rust, and WebAssembly in your stack and somehow every repo is still a crypto bot.
66 Commits, 52 Weeks
That's 1.27 commits per week on average. The heatmap confirms it — vast stretches of white space with the occasional 3-commit heroic burst before going dark for months.
Following 3 People Since 2016
Joined GitHub in 2016, following exactly 3 accounts. Either you know exactly what you want, or you forgot GitHub has a discovery feature.
Stars: 19. Repos: 14. Math Checks Out.
19 total stars across 14 repos works out to 1.36 stars per repo. The most starred project has 3. The market has spoken, and it whispered.
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% weight48D
- Consistency20% weight60C
- Quality20% weight58D
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight40D
03 · Stats
365-day commit heatmap
41 active days
Language distribution
- TypeScript50%
- Gleam27%
- JavaScript10%
- Rust8%
- C#1%
- WebAssembly1%
- Other3%
04 · Numbers
Owned repos
non-fork
7
Commits
last 12 months
66
Followers
21
Joined GitHub
Jul 2016
05 · Top repos
seleniumforest /
catsbot
TypeScript bot tracking whale transactions across Cosmos SDK networks via Telegram. Fully typed, documented README, structured src/ with modular handlers, Prisma ORM, and scheduled sync tasks—no tests or CI.
seleniumforest /
llamaguard
A Telegram moderation bot in Gleam with typed code, structured architecture, tests, and SQLite persistence. Implements anti-spam checks (female names, banned words, language detection) but remains niche/experimental with minimal adoption (1 star).
seleniumforest /
cosmos-indexer
TypeScript Cosmos blockchain indexer with builder pattern API, MongoDB caching, and RPC failover. Typed, documented, structured modules but minimal adoption (3 stars) and no tests/CI.
06 · Timeline
- Jul 2, 2016Joined GitHub
- Jul 29, 2022Created catsbot — Bot to track whale transactions in Cosmos SDK networks
- Jun 8, 2023Created cosmos-indexer — Indexer for Cosmos SDK based blockchains
- Jan 9, 2026Created llamaguard
- Apr 28, 2026Most recent push to llamaguard
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.