01 · Roasts
Portfolio, not audience
Seven named projects are shipping, but the entire scored portfolio is still sitting at 0 stars and 0 forks.
CI is the missing teammate
Nexora, Cyberforecaster, and Agent-Bazaar all have tests, yet none of the seven scored repos has CI.
Sprint-heavy history
Agent-Bazaar logged a 30-commit sample in five days, while several projects were created and last pushed the same day.
The good stuff is buried
Agent-Bazaar has Ed25519 mandates and Nexora has ranking hardening, but 4 followers means the work has not found its crowd yet.
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% weight58D
- Consistency20% weight55D
- Quality20% weight65C
- Depth15% weight55D
- Breadth10% weight65C
- Community10% weight25F
03 · Stats
365-day commit heatmap
33 active days
Language distribution
- TypeScript34%
- JavaScript32%
- Python28%
- CSS3%
- HTML2%
- Jupyter Notebook0%
- Other1%
04 · Numbers
Owned repos
non-fork
14
Commits
last 12 months
113
Followers
4
Joined GitHub
Nov 2025
05 · Top repos
vaibhavyadavvv2007-ai /
Nexora-Hackathon
A substantial one-day Nexora hackathon app with FastAPI/PyMuPDF ingestion, BM25 and sentence-transformer matching, deterministic scoring, React UI, and broad tests, but no demonstrated adoption, CI, or license.
vaibhavyadavvv2007-ai /
Agent-Bazaar
Typed Next.js agent-commerce demo with a deployed Vercel surface, MCP/API entry points, signed mandate chain, policy gates, Razorpay test rails, audit ledger, and focused Vitest coverage; adoption is not yet evidenced by stars or forks.
vaibhavyadavvv2007-ai /
Cyberforecaster
Documented, substantial CyberForecaster prototype combining an 18-feature temporal LSTM, logistic baseline, FastAPI/Next.js console, live Scapy capture, ATT&CK mapping, attribution, and synthetic end-to-end smoke coverage, but with no visible adoption, CI, or license.
vaibhavyadavvv2007-ai /
AI-CHAT-INTERFACE
A documented React/Vite and Express/Groq streaming chat demo with responsive history UI, but it is an untyped, untested single-day project with no visible adoption or release infrastructure.
vaibhavyadavvv2007-ai /
dental-appointment-automation
A documented freelance automation portfolio repo describing a Make.com, WhatsApp Cloud API, Google Forms, Apps Script, and Sheets workflow, but with zero stars, no demonstrated external adoption, and only same-day repository activity.
vaibhavyadavvv2007-ai /
QUIZ-APP
A documented Vite/React geography quiz with five questions, score tracking, feedback, and restart flow; it is a small practice project with no visible adoption or sustained repository history.
vaibhavyadavvv2007-ai /
DATA-STRUCTURE-AND-ALGORITHM
A small, one-week C++ DSA practice collection with standalone demos for trees, queues, stacks, and array problems, but no documentation, tests, CI, or adoption signals.
06 · Timeline
- Nov 1, 2025Joined GitHub
- Jun 17, 2026Created DATA-STRUCTURE-AND-ALGORITHM — Cpp code of the questions which i have solved
- Jun 26, 2026Created QUIZ-APP — Made quiz-app using react just for practice
- Jun 28, 2026Created AI-CHAT-INTERFACE — A modern full-stack AI chat UI built with React, Vite, Tailwind CSS, Express, and Groq. It supports streamed assistant replies, chat history, and a dark ChatGPT-style layout with a
- Jul 10, 2026Created dental-appointment-automation — Automated dental clinic appointment system using Make.com + WhatsApp Business API
- Aug 25, 2026Created Agent-Bazaar
- Aug 27, 2026Created Cyberforecaster
- Sep 11, 2026Created Nexora-Hackathon — Explainable AI candidate shortlisting engine that combines explicit skill matching, semantic relevance, and contextual lexical analysis to produce deterministic, evidence-backed ra
- Sep 12, 2026Most recent push to Nexora-Hackathon
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.