Skip to main content

gwas-catalog-skill

Facilitates compact requests to the GWAS Catalog REST API for concise summaries of genetic studies and associations.

Install this skill

or
95/100

Security score

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

Categories Tested

Security Issues

low line 8

External URL reference

SourceSKILL.md
8- Use `base_url=https://www.ebi.ac.uk/gwas/rest/api/v2`.
low line 26

External URL reference

SourceSKILL.md
26- `{"base_url":"https://www.ebi.ac.uk/gwas/rest/api/v2","path":"metadata"}`
low line 27

External URL reference

SourceSKILL.md
27- `{"base_url":"https://www.ebi.ac.uk/gwas/rest/api/v2","path":"studies","params":{"efo_trait":"asthma","size":10},"record_path":"_embedded.studies","max_items":10}`
low line 28

External URL reference

SourceSKILL.md
28- `{"base_url":"https://www.ebi.ac.uk/gwas/rest/api/v2","path":"associations","params":{"mapped_gene":"BRCA1","size":10},"record_path":"_embedded.associations","max_items":10}`
low line 37

External URL reference

SourceSKILL.md
37echo '{"base_url":"https://www.ebi.ac.uk/gwas/rest/api/v2","path":"studies","params":{"efo_trait":"asthma","size":10},"record_path":"_embedded.studies","max_items":10}' | python scripts/rest_request.p
Scanned on May 24, 2026
View Security Dashboard
Installation guide →