01 · Roasts
3-Minute Masterpiece
AI_DETECTION_IMAGE_-_TEXT was created and last pushed on the same day within a 3-minute window. That's less time than it takes to read the boilerplate README that came with it.
0 Stars, 13 Repos
Across 13 public repos and nearly 2 years on GitHub, you've accumulated exactly 0 stars and 0 forks. The market has spoken — quietly.
Merge Conflict in Production
smart-expense-tracker's README ships with live <<<<<<< HEAD conflict markers. Tracking expenses is hard; resolving a merge conflict is a git reset away.
52-Week Void
Your heatmap has activity in exactly 3 weeks out of 52. The GitHub contribution graph looks less like a work history and more like a crop circle.
Test-Free Zone
Not a single repo in your portfolio has HAS_TESTS=yes. Five projects spanning TypeScript, JavaScript, and Python — not one test file to be found anywhere.
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% weight30F
- Consistency20% weight55D
- Quality20% weight43D
- Depth15% weight35F
- Breadth10% weight65C
- Community10% weight5F
03 · Stats
365-day commit heatmap
9 active days
Language distribution
- TypeScript40%
- JavaScript23%
- HTML16%
- Python16%
- CSS5%
04 · Numbers
Owned repos
non-fork
10
Commits
last 12 months
23
Followers
0
Joined GitHub
Aug 2024
05 · Top repos
Shreyash-Shukla /
network-log-analyzer
Personal project with working Python-based network log analysis tool. Typed stdlib + untyped pandas/dash, structured layout with README, no tests/CI. ~13 KB codebase with 20 commits over ~8 months shows modest sustained work on experimental single-use tool.
Shreyash-Shukla /
dev_connect
Early-stage Express/MongoDB social platform for developers with core auth, profiles, posts, and follow features. Untyped JavaScript, no tests or CI, minimal production readiness but complete foundational architecture.
Shreyash-Shukla /
smart-expense-tracker
Early-stage MERN expense tracker with basic API structure, untyped JavaScript, merge conflict in README, no tests/CI/license, and minimal commit activity (2 of 30 recent commits).
Shreyash-Shukla /
AI_DETECTION_IMAGE_-_TEXT
Fresh one-shot Next.js project for heuristic-based AI detection in text/images using signal scoring. Typed and structured but extremely thin—no tests, no CI, no license, boilerplate README, 2 recent commits in 3 min window.
Shreyash-Shukla /
Calculator
A solo weekend scientific calculator widget in vanilla JS with Shunting-Yard parser, no documentation, tests, or CI. Single recent commit after 13-month gap.
06 · Timeline
- Aug 23, 2024Joined GitHub
- Mar 11, 2025Created Calculator
- Aug 23, 2025Created network-log-analyzer
- Mar 19, 2026Created smart-expense-tracker — This is the repository for my project of Smart Expense Tracker
- Mar 19, 2026Created dev_connect
- Apr 22, 2026Created AI_DETECTION_IMAGE_-_TEXT — This project gives a score from 0 to 100 based on how likely the image or text is AI. This is done using Heuristic functions instead of heavy ML models.
- Apr 22, 2026Most recent push to AI_DETECTION_IMAGE_-_TEXT
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.