Skip to main content

gwas-database

Queries the NHGRI-EBI GWAS Catalog for SNP-trait associations, aiding in genetic epidemiology and polygenic risk score analysis.

Install this skill

or
72/100

Security score

The gwas-database skill was audited on May 13, 2026 and we found 28 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 55

External URL reference

SourceSKILL.md
55The web interface at <https://www.ebi.ac.uk/gwas/> supports multiple search modes:
low line 108

External URL reference

SourceSKILL.md
108- GWAS Catalog API: `https://www.ebi.ac.uk/gwas/rest/api`
low line 109

External URL reference

SourceSKILL.md
109- Summary Statistics API: `https://www.ebi.ac.uk/gwas/summary-statistics/api`
low line 113

External URL reference

SourceSKILL.md
113- Main API docs: <https://www.ebi.ac.uk/gwas/rest/docs/api>
low line 114

External URL reference

SourceSKILL.md
114- Summary stats docs: <https://www.ebi.ac.uk/gwas/summary-statistics/docs/>
low line 124

External URL reference

SourceSKILL.md
124url = "https://www.ebi.ac.uk/gwas/rest/api/studies/GCST001795"
low line 134

External URL reference

SourceSKILL.md
134url = f"https://www.ebi.ac.uk/gwas/rest/api/singleNucleotidePolymorphisms/{variant}/associations"
low line 144

External URL reference

SourceSKILL.md
144url = "https://www.ebi.ac.uk/gwas/rest/api/singleNucleotidePolymorphisms/rs7903146"
low line 153

External URL reference

SourceSKILL.md
153url = "https://www.ebi.ac.uk/gwas/rest/api/efoTraits/EFO_0001360"
low line 166

External URL reference

SourceSKILL.md
166base_url = "https://www.ebi.ac.uk/gwas/rest/api"
low line 187

External URL reference

SourceSKILL.md
187base_url = "https://www.ebi.ac.uk/gwas/rest/api"
low line 213

External URL reference

SourceSKILL.md
213base_url = "https://www.ebi.ac.uk/gwas/summary-statistics/api"
low line 245

External URL reference

SourceSKILL.md
245base_url = "https://www.ebi.ac.uk/gwas/rest/api"
low line 262

External URL reference

SourceSKILL.md
2621. **FTP download**: <http://ftp.ebi.ac.uk/pub/databases/gwas/summary_statistics/>
low line 280

External URL reference

SourceSKILL.md
280base_url = "https://www.ebi.ac.uk/gwas/summary-statistics/api"
low line 318

External URL reference

SourceSKILL.md
318response = requests.get("https://www.ebi.ac.uk/gwas/rest/api/studies/GCST001234")
low line 337

External URL reference

SourceSKILL.md
337url = f"https://www.ebi.ac.uk/gwas/rest/api/efoTraits/{efo_id}/associations"
low line 361

External URL reference

SourceSKILL.md
361url = f"https://www.ebi.ac.uk/gwas/rest/api/singleNucleotidePolymorphisms/{rs_id}"
low line 367

External URL reference

SourceSKILL.md
367url = f"https://www.ebi.ac.uk/gwas/rest/api/singleNucleotidePolymorphisms/{rs_id}/associations"
low line 385

External URL reference

SourceSKILL.md
385url = f"https://www.ebi.ac.uk/gwas/rest/api/singleNucleotidePolymorphisms/search/findByGene"
low line 451

External URL reference

SourceSKILL.md
451url = f"https://www.ebi.ac.uk/gwas/summary-statistics/api/chromosomes/{chrom}/associations"
low line 545

External URL reference

SourceSKILL.md
545base_url = "https://www.ebi.ac.uk/gwas/rest/api"
low line 652

External URL reference

SourceSKILL.md
652- **GWAS Catalog website**: <https://www.ebi.ac.uk/gwas/>
low line 653

External URL reference

SourceSKILL.md
653- **Documentation**: <https://www.ebi.ac.uk/gwas/docs>
low line 654

External URL reference

SourceSKILL.md
654- **API documentation**: <https://www.ebi.ac.uk/gwas/rest/docs/api>
low line 655

External URL reference

SourceSKILL.md
655- **Summary Statistics API**: <https://www.ebi.ac.uk/gwas/summary-statistics/docs/>
low line 656

External URL reference

SourceSKILL.md
656- **FTP site**: <http://ftp.ebi.ac.uk/pub/databases/gwas/>
low line 658

External URL reference

SourceSKILL.md
658- **PGS Catalog** (polygenic scores): <https://www.pgscatalog.org/>
Scanned on May 13, 2026
View Security Dashboard
Installation guide →