Imagine you're a restaurant health inspector, but instead of checking kitchens, you're reading menus — and the menus are written in legal code, 4,000 words long, and deliberately structured so that no diner can compare two restaurants side by side. That's the privacy policy landscape today. This paper builds an automated inspection system: an LLM-driven pipeline that reads the menu, extracts every ingredient (data element) and every preparation method (governing practice), links them together, and then scores the restaurant on four axes. The result is the first apples-to-apples comparison of 10,000 website privacy policies. The committed claim: an end-to-end system that converts raw privacy policy text into fine-grained structured representations — linking specific data practices to the data elements they reference — and then generates the first standardized, repeatable quantitative metrics along four dimensions: completeness, transparency, commitment to user protection, and emphasis on business-driven data practices. The authors call this the most comprehensive dataset of structured privacy policies to date, at 10,000 documents. Architecturally, this is a taxonomy-guided information extraction pipeline built on top of LLMs. The key design choice is relational: rather than just tagging sentences with labels, the system extracts triples that connect a practice (e.g., 'shares with third-party advertisers') to the specific data element it governs (e.g., 'location data'). This relational structure is what enables quantitative scoring — you can measure not just what a policy mentions, but how completely, transparently, and protectively it covers each data element. The taxonomy itself is the intellectual backbone; the LLM is the muscle that applies it at scale. On the ladder question: there's no single dominant prior system to beat here. Previous work (Polisis, OPP-115, PrivacyCheck) either used smaller corpora, coarser taxonomies, or lacked quantitative scoring across standardized dimensions. The 10,000-policy corpus is a genuine scale-up. The four-dimensional scoring framework (completeness, transparency, user protection, business emphasis) appears to be novel as a standardized, repeatable measurement instrument. The honest caveat: the validation of the LLM extraction itself — how accurate is the structured output compared to expert annotation? — is the make-or-break integrity question, and the abstract doesn't detail inter-annotator agreement or LLM accuracy benchmarks against gold-standard labels. The integrity picture is mixed. The corpus size (10K) is strong. The cross-sector comparison design is sound. But the pipeline's accuracy depends entirely on LLM extraction fidelity, and we don't see pre-registration, named accuracy benchmarks against expert-annotated subsets, or independent replication. The authors are grading their own homework: the LLM extracts the data, the authors' taxonomy defines what counts, and the authors' metrics score the result. This circularity isn't fatal — it's typical for a first-of-kind framework paper — but it means the numbers are framework-dependent, not ground-truth. The practical upshot is significant. If the extraction accuracy holds up under scrutiny, this framework could become the standardized measurement layer that regulators, journalists, and consumer advocates use to compare privacy policies the way nutrition labels compare food. The tension metric — user protection vs. business emphasis — is the most provocative output: it quantifies, for the first time at scale, the degree to which companies prioritize extracting value from user data over protecting it. The obvious next experiment the authors didn't run: longitudinal tracking. Apply the framework to the same companies' policies over time — before and after regulatory changes like GDPR or state privacy laws — to measure whether regulation actually moves the needle on the four dimensions. The most likely reason it wasn't done: building and validating the pipeline on 10K policies was already a full paper, and the temporal analysis is the obvious sequel.