01 · Roasts
30 Commits in 12 Months
Your entire year of GitHub activity fits in a single sprint. The heatmap looks like a flatline monitor with occasional blips — 30 commits across 52 weeks is a commit every 12 days on a good week.
Bug-Bounty: Born & Buried Same Day
Bug-Bounty was created on 2026-04-17 and last pushed on 2026-04-17. That's not a project, that's a thought you had on a Tuesday and then forgot by dinner.
0 PRs, 0 Issues, 0 External Signal
totalPRsYear = 0, totalIssuesYear = 0, followers = 4. You're shipping in a vacuum. Even astronauts radio back to Earth occasionally.
README? Never Heard of Her
Two of your three repos have no README. CLAUDE.md is a great personal note, but the rubric — and every human who visits your repo — is looking for the file literally named README.
DCTM: Impressive Scope, Zero Audience
A diffusion-based adversarial IDS pipeline with a transformer denoiser, SHAP feature selection, and a 10-model evaluation framework — and exactly 0 stars. You built a spaceship and parked it in a closet.
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% weight40D
- Consistency20% weight20F
- Quality20% weight57D
- Depth15% weight50D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
14 active days
Language distribution
- Python55%
- JavaScript31%
- TypeScript13%
- CSS1%
- HTML0%
04 · Numbers
Owned repos
non-fork
4
Commits
last 12 months
30
Followers
4
Joined GitHub
Oct 2024
05 · Top repos
Thrinadh-25 /
DCTM
Research-grade IDS adversarial-generation pipeline (diffusion + feature engineering + 10-model evaluation). Typed Python, documented via CLAUDE.md & design files, structured multi-module layout. No tests, no CI, no README proper—documentation exists but offset.
Thrinadh-25 /
safestreet
Full-stack road damage detection app (mobile/web/ML) with Express backend, React Native client, and PyTorch ViT model. Has README and tests, but unmerged git branches, incomplete TypeScript, and architectural inconsistencies limit production readiness.
Thrinadh-25 /
Bug-Bounty
Personal bug-bounty automation framework with modular recon, scanning, and exploit orchestration. Minimal stars/followers, fresh repo (6 days old), thin documentation beyond CLAUDE.md, no tests/CI/license, but shows architectural ambition and typed Python.
06 · Timeline
- Oct 2, 2024Joined GitHub
- Apr 16, 2025Created safestreet
- Apr 1, 2026Created DCTM
- Apr 17, 2026Created Bug-Bounty
- Jun 20, 2026Most recent push to DCTM
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.