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
| 294 | curl -L -o data/raw/dataset/file.zip "https://example.gov/data/file.zip" |
medium line 296
Wget to non-GitHub URL
SourceSKILL.md
| 296 | wget -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
| 294 | curl -L -o data/raw/dataset/file.zip "https://example.gov/data/file.zip" |
low line 296
External URL reference
SourceSKILL.md
| 296 | wget -O data/raw/dataset/file.zip "https://example.gov/data/file.zip" |
low line 312
External URL reference
SourceSKILL.md
| 312 | response = requests.get('https://api.census.gov/data/2021/acs/acs5', params=params) |
low line 326
External URL reference
SourceSKILL.md
| 326 | response = requests.get('https://api.open-meteo.com/v1/forecast', params=params) |
low line 339
External URL reference
SourceSKILL.md
| 339 | gdf = gpd.read_file('https://example.gov/data/tracts.zip') |
low line 346
External URL reference
SourceSKILL.md
| 346 | df = pd.read_csv('https://example.gov/data/indicators.csv') |
low line 353
External URL reference
SourceSKILL.md
| 353 | ds = xr.open_dataset('https://example.org/data/climate.nc') |
low line 390
External URL reference
SourceSKILL.md
| 390 | catalog = 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 DashboardGitHub Stars 88
Rate this skill
Categorydata analytics
UpdatedJune 15, 2026
GRIND-Lab-Core/night_owl_research_agent