ncbi-datasets-api
Access genomic, gene, and taxonomy data through the NCBI Datasets v2 API for research and analysis.
Install this skill
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
Curl to non-GitHub URL
| 31 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/taxon/9606?page_size=5" |
Curl to non-GitHub URL
| 34 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40" |
Curl to non-GitHub URL
| 46 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/symbol/TP53/taxon/human" |
Curl to non-GitHub URL
| 49 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157" |
Curl to non-GitHub URL
| 52 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/search?query=BRCA&taxon=9606&page_size=20" |
Curl to non-GitHub URL
| 63 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9606" |
Curl to non-GitHub URL
| 66 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/name_report?taxon_query=Homo+sapiens" |
Curl to non-GitHub URL
| 69 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9443/subtree" |
Curl to non-GitHub URL
| 206 | curl -o datasets "https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets" |
External URL reference
| 10 | source: "https://www.ncbi.nlm.nih.gov/datasets/" |
External URL reference
| 24 | https://api.ncbi.nlm.nih.gov/datasets/v2 |
External URL reference
| 31 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/taxon/9606?page_size=5" |
External URL reference
| 34 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40" |
External URL reference
| 38 | "https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40/download?\ |
External URL reference
| 46 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/symbol/TP53/taxon/human" |
External URL reference
| 49 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157" |
External URL reference
| 52 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/search?query=BRCA&taxon=9606&page_size=20" |
External URL reference
| 56 | "https://api.ncbi.nlm.nih.gov/datasets/v2/gene/id/7157/download?include_annotation_type=FASTA_GENE" |
External URL reference
| 63 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9606" |
External URL reference
| 66 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/name_report?taxon_query=Homo+sapiens" |
External URL reference
| 69 | curl "https://api.ncbi.nlm.nih.gov/datasets/v2/taxonomy/taxon/9443/subtree" |
External URL reference
| 122 | BASE_URL = "https://api.ncbi.nlm.nih.gov/datasets/v2" |
External URL reference
| 206 | curl -o datasets "https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-amd64/datasets" |
External URL reference
| 218 | - [NCBI Datasets](https://www.ncbi.nlm.nih.gov/datasets/) |
External URL reference
| 219 | - [Datasets API Reference](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/reference-docs/rest-api/) |
External URL reference
| 220 | - [Datasets CLI](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/download-and-install/) |