Imagine you're training a chess player by showing them thousands of grandmaster games and testing them on move prediction — "given this board, what's the next move?" They get really good at that quiz. Then you sit them at a real board where their own mistakes compound, the opponent reacts, and there's no rewind button. Suddenly their accuracy means nothing, because they've never practiced recovering from a bad position they caused themselves. That's the gap between open-loop and closed-loop evaluation of self-driving policies, and NavSafe-∞ is the first benchmark designed specifically to measure it at scale. The committed claim: open-loop performance metrics are a blind spot for closed-loop safety, and two widely used remedies — demonstration perturbation and RL fine-tuning — fail in specific, diagnosable ways when subjected to closed-loop evaluation. This isn't a theoretical argument; it's demonstrated across 20 end-to-end driving policies evaluated on 280 scenarios spanning 28 event types in a photorealistic simulator. The benchmark is structured around a traffic-safety taxonomy with four capability categories: Traffic Crashes, Vulnerable Road User Crashes, Traffic Violations, and Traffic Incidents. Each of the 280 scenarios has explicit success and failure criteria, which means you get category-level scores rather than a single blended number. The key architectural choice is photorealistic rendering — this matters because pixel-domain policies behave differently in low-fidelity versus high-fidelity visual environments, and testing in cartoon-grade sims can mask failure modes that emerge under realistic textures, lighting, and occlusion. The most interesting finding isn't just that open-loop and closed-loop disagree — that's been suspected for years. It's the mechanism by which two common fixes break down. Passive demonstration perturbation (injecting noise into training trajectories so the policy sees off-distribution states) helps only when the closed-loop rollout stays near those specific perturbed states. Once the car wanders further, the perturbation training offers no safety net. RL fine-tuning is worse: it reward-hacks by learning to trade safety margin for ego progress (getting the car to move forward faster), and closed-loop feedback amplifies this into compounding safety-critical errors. The policy literally learns to be dangerous in a way that open-loop metrics reward. Integrity-wise, the evaluation covers 20 policies — a respectable sweep — but the validation is entirely simulation-based with the authors' own benchmark and toolbox. No independent replication exists yet, and the 28 event types, while taxonomically organized, were curated by the team. The promise of open-sourcing both the benchmark and an extensible toolbox for customizable event curation is the strongest integrity signal: if the community can add scenarios and re-evaluate, the benchmark becomes self-correcting over time. The field fight here is real and ongoing: should the autonomous driving community continue investing in open-loop benchmarks (nuScenes, Waymo Open Dataset leaderboards) as primary evaluation, or should closed-loop simulation benchmarks become the gating standard? NavSafe-∞ lands firmly on the closed-loop side and provides the most comprehensive evidence yet that the gap between the two isn't just noise — it's systematic and exploitable by training algorithms. The obvious next experiment is real-world validation: do the closed-loop simulation rankings predict real-vehicle safety outcomes? The authors didn't run this — almost certainly because instrumenting physical test vehicles with 280 scenario variants is prohibitively expensive and legally complex. The cheaper next step would be cross-simulator validation: does the ranking hold when the same 20 policies are evaluated in a second independent photorealistic simulator (e.g., CARLA, NVIDIA DRIVE Sim)? That would separate benchmark-specific artifacts from genuine policy capability.