01 · Roasts
The Graveyard Gardener
49% of your 53 repos haven't been touched in over 2 years. That's not a portfolio — that's a museum of abandoned ambitions. Danghui literally eulogizes itself in the README: 'Rest in peace.'
Quality? Never Heard of Her
Zero repos across the scored set have tests or CI. Not one. You're shipping C/C++ exploit VMs and Solana trading bots into production with zero automated safety net — what could possibly go wrong?
The 4-Day Sniper
dump.fun: 10 commits in 4 days, 24KB, no license, no tests. You reverse-engineered a memecoin launchpad's IDL and called it done before the week was out. Based or irresponsible? Yes.
225 Commits, 0 Streak Discipline
Your heatmap goes from a graveyard in weeks 17–20 (all zeros, multiple days) to a warzone in weeks 26–52. You don't have a routine — you have episodes.
Depth of One
Your single project with real depth (Danghui-LVM) was deprecated in 2021. Since then: 4-day sprints and empty assignment repos. The Go and TypeScript in your language split has nowhere to point to.
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% weight50D
- Quality20% weight28F
- Depth15% weight50D
- Breadth10% weight80A
- Community10% weight40D
03 · Stats
365-day commit heatmap
288 active days
Language distribution
- C42%
- C++17%
- Go16%
- TypeScript11%
- Python4%
- JavaScript3%
- Other7%
04 · Numbers
Owned repos
non-fork
47
Commits
last 12 months
225
Followers
36
Joined GitHub
Nov 2017
05 · Top repos
AmirAgassi /
Danghui-LVM
Deprecated Roblox exploit using a custom Lua VM to execute arbitrary code; 30 commits over 7 months, ~52KB codebase, typed C/C++ with utility modules but lacks tests, CI, license, and documentation of architecture beyond README.
AmirAgassi /
dump.fun
Week-old Solana memecoin sniper bot with reverse-engineered pump.fun IDL. Only 10 commits in 4 days, 24KB codebase, no tests/CI. Untyped JavaScript with functional but hastily-assembled trading logic.
AmirAgassi /
cp367-assignment6
Empty student assignment repository with minimal README and no source files, created for demonstrating git operations. Zero stars, no code samples, and only 1 commit in last 30 days.
06 · Timeline
- Nov 4, 2017Joined GitHub
- Nov 23, 2020Created Danghui-LVM — Danghui is a Roblox cLVM ACE exploit that uses a relatively brand new script execution method to execute & fully replicate arbitrary code.
- Jun 29, 2024Created dump.fun — Solana pump.fun memecoin-launch sniper, utilizing a reverse-engineered program IDL & local RPC node support.
- Apr 4, 2026Created cp367-assignment6
- Apr 4, 2026Most recent push to cp367-assignment6
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.