01 · Roasts
Fake Confidence, Real Problems
ThreatSense literally uses random.uniform(85, 99) to generate 'AI confidence scores'. Your malware detector is more fraudulent than the malware it's detecting.
Commit Speedrun Champion
Three repos with combined development windows under 24 hours each. Influencer_dorking: 1 day. SOC Automation: 12 hours. ThreatSense: same day push. You're not shipping — you're drag-racing to the initial commit.
README? Never Heard of Her
Four repos, four title-only or empty READMEs. The most informative documentation you've written is the repo name itself.
93% Python, 0% Tests
Python is 93% of your codebase and you still haven't written a meaningful test suite once. The one test file you have checks if Instagram lets you log in — not exactly rigorous QA.
44 Commits in 52 Weeks
That's 0.85 commits per week on average. Your heatmap has more empty weeks than a seasonal beach town in January. The privateWorkLikely flag is doing serious heavy lifting for your Consistency score.
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% weight18F
- Consistency20% weight55D
- Quality20% weight25F
- Depth15% weight20F
- Breadth10% weight40D
- Community10% weight25F
03 · Stats
365-day commit heatmap
26 active days
Language distribution
- Python93%
- TypeScript4%
- Rust1%
- Jupyter Notebook1%
- HTML0%
- Lua0%
- Other1%
04 · Numbers
Owned repos
non-fork
20
Commits
last 12 months
44
Followers
10
Joined GitHub
Oct 2023
05 · Top repos
Sriram19g /
Influencer_dorking
Experimental Instagram scraper tool with minimal documentation, no type hints, unstructured code layout, and only 2 commits in 1 day. Lacks production readiness, structured dependencies, and meaningful README content.
Sriram19g /
-SOC-Automation-with-Open-Source
Minimal experimental SOC automation repository with Shuffle workflow JSON files, nearly empty README, no tests/CI, untyped, and 3 commits in first 12 hours. Appears to be early-stage proof-of-concept lacking documentation and structure.
Sriram19g /
ThreatSense
Fresh one-shot ML malware detector with PE and URL scanning; minimal docs, untested, heavy reliance on pre-trained pickle models with hardcoded fake confidence scores.
Sriram19g /
Muthu-birthday
Personal birthday webpage for Muthulaxmi with animated HTML/CSS. Single-file project (12 KB), no documentation, tests, CI, or version control history. One-off personal gift with no broader utility.
06 · Timeline
- Oct 28, 2023Joined GitHub
- Feb 17, 2026Created -SOC-Automation-with-Open-Source
- Mar 11, 2026Created Influencer_dorking — A python automation tool to find the trending influencer and scrape their details
- Mar 25, 2026Created ThreatSense — Sensing malicious content in executables and urls
- Apr 20, 2026Created Muthu-birthday
- Apr 20, 2026Most recent push to Muthu-birthday
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.