38% of Hugging Face Spaces are permanently broken; linked GitHub repos are fine A new dependency-free audit script from developer Ashish Sinha found that six human-authored Hugging Face benchmarks—BIRD-CRITIC 1.0, Spider, GSM8K, and HumanEval—are clean, with only 18 genuinely duplicated records across 17,590 total records, while the synthetic Alpaca dataset still shows signs of its filtering. The audit, available as a Hugging Face Space, also reveals that naive text-similarity checks overstate duplication by up to 9x on Spider and 4x on BIRD-CRITIC, and it measures dataset concentration, such as BIRD-CRITIC drawing 13.8% of its records from one database. A reproducible integrity audit for Hugging Face datasets, and the reports it produces for the benchmarks people quote most. Benchmarks get cited long before anyone checks whether their items are distinct. This is the check: one dependency-free script that validates the schema, flags degenerate records, and measures how much of a dataset is genuinely redundant. Seven datasets measured. The six human-authored benchmarks are clean. The one synthetic dataset still carries the fingerprint of the filter used to build it — visible in its similarity curve, and invisible to any audit that fixes the threshold at a single value. A hosted version runs the same audit on any Hugging Face dataset id: Dataset Integrity Auditor https://huggingface.co/spaces/Ashsinha1/dataset-integrity-auditor Source for the Space is in space/ /ashishsinha1602/dataset-integrity-audit/blob/main/space . git clone https://github.com/ashishsinha1602/dataset-integrity-audit && cd dataset-integrity-audit pip install datasets python audit.py fetch --dataset