This page is Marvel Dashboards — Aggregate Spot-Check. It is one of the projects Brandon built and put online. The grown-up details are below, tap Grown-up mode to read them the normal way.
An independent audit of the two MTG × Marvel set-review dashboards. The question was simple, are the numbers on each page real aggregates pulled from their source data, and is the live Vercel copy genuinely serving them. Built 2026-06-15.
For a stat to count as a real aggregate, three separate reads of the same metric must land on the same number. Any hardcoded or stale value breaks the agreement.
data/*.json (Scryfall cards), evals_merged.json (editorial grades), and data/signals.json (EDHREC rank + market price).<div class=stat> strip on the deployed page get scraped back out.const DATA = […] the page filters and renders is parsed, and the aggregates are recomputed from it directly.| Metric | Source | HTML stat | Embedded DATA | Match |
|---|---|---|---|---|
| Cards graded | 276 | 276 | 276 | OK |
| A-tier bombs | 12 | 12 | 12 | OK |
| B-tier | 98 | 98 | 98 | OK |
| C / D / F | 166 | 166 | 166 | OK |
| Chase ≥ $5 | 59 | 59 | 59 | OK |
Card-count parity source = embed = evals = 276 · distribution bar matches buckets OK · Scryfall realness img 276/276 · links 276/276 · oracle 276/276 · grades real 9 distinct A→D, verdict 276/276
| Metric | Source | HTML stat | Embedded DATA | Match |
|---|---|---|---|---|
| Cards graded | 386 | 386 | 386 | OK |
| A-tier bombs | 26 | 26 | 26 | OK |
| B-tier | 186 | 186 | 186 | OK |
| C / D / F | 174 | 174 | 174 | OK |
| Build-around cmdrs | 165 | 165 | 165 | OK |
| Chase ≥ $5 | 11 | 11 | 11 | OK |
Card-count parity source = embed = evals = 386 · distribution bar matches buckets OK · Scryfall realness img 386/386 · links 386/386 · grades real 10 distinct A→F, verdict 386/386 · oracle 384/386
HTTP 200, and the live bytes hash-match the local file exactly at 289,888 B.HTTP 200, and the live bytes hash-match the local file exactly at 395,958 B.drwu-htmls.vercel.app.signals.json was pulled 2026-06-14 12:11 and the pages were built 12:13, covering 876 EDHREC ranks and 243 market prices.oracle_text, Black Widow, Natasha Romanoff (collector #846) and Happy Hogan, Dauntless Driver (collector #545). Both are unique printings, not duplicate variants of an already-graded card, and each still carries its grade, score, verdict, image, power/toughness and Scryfall link, so every aggregate count stays correct. The high collector numbers place them in the set's alternate-art variant range, where Scryfall has the printed card frame but has not yet entered the gameplay text during the pre-release preview window (the set releases 2026-06-26). This is a source-side gap, not a pipeline fault, and a single re-run of fetch_cards.py closer to release repopulates both rules-text drawers.