Skip to main content

data-download

This skill helps users discover, evaluate, and download datasets from the internet, ensuring data integrity and provenance.

Install this skill

or
64/100

Security score

The data-download skill was audited on Jun 12, 2026 and we found 14 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 294

Curl to non-GitHub URL

SourceSKILL.md
294curl -L -o data/raw/dataset/file.zip "https://example.gov/data/file.zip"
medium line 296

Wget to non-GitHub URL

SourceSKILL.md
296wget -O data/raw/dataset/file.zip "https://example.gov/data/file.zip"
high line 176

Prompting for API key/token input

SourceSKILL.md
176| **API_KEY** — free but requires registration for key | **PAUSE**: Tell user they need to register for an API key. Provide the registration URL. Ask if they have a key or want to use an alternative s
low line 294

External URL reference

SourceSKILL.md
294curl -L -o data/raw/dataset/file.zip "https://example.gov/data/file.zip"
low line 296

External URL reference

SourceSKILL.md
296wget -O data/raw/dataset/file.zip "https://example.gov/data/file.zip"
low line 312

External URL reference

SourceSKILL.md
312response = requests.get('https://api.census.gov/data/2021/acs/acs5', params=params)
low line 326

External URL reference

SourceSKILL.md
326response = requests.get('https://api.open-meteo.com/v1/forecast', params=params)
low line 339

External URL reference

SourceSKILL.md
339gdf = gpd.read_file('https://example.gov/data/tracts.zip')
low line 346

External URL reference

SourceSKILL.md
346df = pd.read_csv('https://example.gov/data/indicators.csv')
low line 353

External URL reference

SourceSKILL.md
353ds = xr.open_dataset('https://example.org/data/climate.nc')
low line 390

External URL reference

SourceSKILL.md
390catalog = Client.open('https://planetarycomputer.microsoft.com/api/stac/v1')
low line 406

External URL reference

SourceSKILL.md
406'https://example.org/data/dem.tif',
low line 429

External URL reference

SourceSKILL.md
429'https://overpass-api.de/api/interpreter',
low line 607

External URL reference

SourceSKILL.md
607"url": "https://www2.census.gov/geo/tiger/TIGER2020/TRACT/",
Scanned on Jun 12, 2026
View Security Dashboard
Installation guide →