Skip to main content

ncbi-datasets-api

Access genomic, gene, and taxonomy data through the NCBI Datasets v2 API for research and analysis.

Install this skill

or
38/100

Security score

The ncbi-datasets-api skill was audited on May 23, 2026 and we found 26 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/taxon/9606?page_size=5"
medium line 34

Curl to non-GitHub URL

SourceSKILL.md
34curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40"
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/symbol/TP53/taxon/human"
medium line 49

Curl to non-GitHub URL

SourceSKILL.md
49curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157"
medium line 52

Curl to non-GitHub URL

SourceSKILL.md
52curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/search?query=BRCA&taxon=9606&page_size=20"
medium line 63

Curl to non-GitHub URL

SourceSKILL.md
63curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9606"
medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/name_report?taxon_query=Homo+sapiens"
medium line 69

Curl to non-GitHub URL

SourceSKILL.md
69curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9443/subtree"
medium line 206

Curl to non-GitHub URL

SourceSKILL.md
206curl -o datasets "https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets"
low line 10

External URL reference

SourceSKILL.md
10source: "https://www.ncbi.nlm.nih.gov/datasets/"
low line 24

External URL reference

SourceSKILL.md
24https://api.ncbi.nlm.nih.gov/datasets/v2
low line 31

External URL reference

SourceSKILL.md
31curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/taxon/9606?page_size=5"
low line 34

External URL reference

SourceSKILL.md
34curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40"
low line 38

External URL reference

SourceSKILL.md
38"https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40/download?\
low line 46

External URL reference

SourceSKILL.md
46curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/symbol/TP53/taxon/human"
low line 49

External URL reference

SourceSKILL.md
49curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157"
low line 52

External URL reference

SourceSKILL.md
52curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/search?query=BRCA&taxon=9606&page_size=20"
low line 56

External URL reference

SourceSKILL.md
56"https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157/download?include_annotation_type=FASTA_GENE"
low line 63

External URL reference

SourceSKILL.md
63curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9606"
low line 66

External URL reference

SourceSKILL.md
66curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/name_report?taxon_query=Homo+sapiens"
low line 69

External URL reference

SourceSKILL.md
69curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9443/subtree"
low line 122

External URL reference

SourceSKILL.md
122BASE_URL = "https://api.ncbi.nlm.nih.gov/datasets/v2"
low line 206

External URL reference

SourceSKILL.md
206curl -o datasets "https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets"
low line 218

External URL reference

SourceSKILL.md
218- [NCBI Datasets](https://www.ncbi.nlm.nih.gov/datasets/)
low line 219

External URL reference

SourceSKILL.md
219- [Datasets API Reference](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/reference-docs/rest-api/)
low line 220

External URL reference

SourceSKILL.md
220- [Datasets CLI](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/download-and-install/)
Scanned on May 23, 2026
View Security Dashboard
Installation guide →