01 · Roasts
Heatmap witness protection
0 commits this year and just one nonzero heatmap cell: the contribution graph has entered stealth mode.
Three apps, five stars
Safe-Secure-Surf, Notifyme, and Summarino make a real portfolio, but 5 total stars means discovery has not shown up yet.
Test suite: missing
All three highlighted repos report no tests and no CI; production readiness is currently an act of faith.
Phishing detector, self-phished
Safe-Secure-Surf packs ML and Flask layers, then trips over undefined variables and a truncated function.
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% weight33F
- Consistency20% weight20F
- Quality20% weight35F
- Depth15% weight45D
- Breadth10% weight55D
- Community10% weight40D
03 · Stats
365-day commit heatmap
1 active days
Language distribution
- Jupyter Notebook88%
- TypeScript5%
- JavaScript2%
- CSS1%
- SCSS1%
- Python1%
- Other2%
04 · Numbers
Owned repos
non-fork
26
Commits
last 12 months
0
Followers
12
Joined GitHub
Nov 2021
05 · Top repos
Ananta-Vaishnavi /
Summarino
Small Flask/PEGASUS article summarizer with URL and pasted-text flows, documented setup, and a multi-file frontend/backend layout, but limited adoption and no automated tests or CI.
Ananta-Vaishnavi /
Safe-Secure-Surf
Small Python/Flask phishing-URL detector with a Gradient Boosting training script and browser-facing UI, but limited adoption and substantial runtime defects, with no tests, CI, license, or dependency lockfile.
Ananta-Vaishnavi /
Notifyme
A documented Flask/MongoDB price-alert application with user accounts, scraping, and Mailgun notifications, but only 1 star, a one-day single-commit history, no tests or CI, and several production-readiness gaps.
06 · Timeline
- Nov 20, 2021Joined GitHub
- Jul 15, 2023Created Summarino — The article summarizer utilizes advanced natural language processing techniques to condense lengthy articles into concise summaries. The summarization process involves several step
- Aug 3, 2023Created Notifyme
- Aug 5, 2023Created Safe-Secure-Surf
- Jun 5, 2025Most recent push to Safe-Secure-Surf
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.