Skip to main content

Hugging Face Dataset Viewer

Facilitates exploration and extraction of datasets using the Hugging Face Dataset Viewer API for efficient data analysis.

Install this skill

or
74/100

Security score

The Hugging Face Dataset Viewer skill was audited on Mar 14, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 44

Curl to non-GitHub URL

SourceSKILL.md
44curl "https://datasets-server.huggingface.co/rows?dataset=stanfordnlp/imdb&config=plain_text&split=train&offset=0&length=100"
medium line 45

Curl to non-GitHub URL

SourceSKILL.md
45curl "https://datasets-server.huggingface.co/rows?dataset=stanfordnlp/imdb&config=plain_text&split=train&offset=100&length=100"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl -s "https://datasets-server.huggingface.co/parquet?dataset=cfahlgren1/hub-stats" \
medium line 98

Curl to non-GitHub URL

SourceSKILL.md
98curl -s "https://datasets-server.huggingface.co/parquet?dataset=<namespace>/<repo>"
low line 21

External URL reference

SourceSKILL.md
21- Base URL: `https://datasets-server.huggingface.co`
low line 44

External URL reference

SourceSKILL.md
44curl "https://datasets-server.huggingface.co/rows?dataset=stanfordnlp/imdb&config=plain_text&split=train&offset=0&length=100"
low line 45

External URL reference

SourceSKILL.md
45curl "https://datasets-server.huggingface.co/rows?dataset=stanfordnlp/imdb&config=plain_text&split=train&offset=100&length=100"
low line 69

External URL reference

SourceSKILL.md
69curl -s "https://datasets-server.huggingface.co/parquet?dataset=cfahlgren1/hub-stats" \
low line 93

External URL reference

SourceSKILL.md
93- Create dataset repo in browser: `https://huggingface.co/new-dataset`
low line 98

External URL reference

SourceSKILL.md
98curl -s "https://datasets-server.huggingface.co/parquet?dataset=<namespace>/<repo>"
Scanned on Mar 14, 2026
View Security Dashboard