Skip to main content

medical-data-api

Accesses FDA drug data and WHO health statistics for research, providing vital information for pharmacovigilance and global health analysis.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 50

Curl to non-GitHub URL

SourceSKILL.md
50curl "https://api.fda.gov/drug/label.json?search=aspirin&limit=1"
medium line 72

Curl to non-GitHub URL

SourceSKILL.md
72curl 'https://api.fda.gov/drug/event.json?search=patient.drug.openfda.brand_name:"aspirin"&limit=1'
medium line 96

Curl to non-GitHub URL

SourceSKILL.md
96curl "https://ghoapi.azureedge.net/api/WHOSIS_000001?\$top=2"
medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl "https://ghoapi.azureedge.net/api/Indicator?\$top=5"
low line 10

External URL reference

SourceSKILL.md
10source: "https://open.fda.gov"
low line 27

External URL reference

SourceSKILL.md
27**openFDA**: No authentication required. An optional API key (free, via https://open.fda.gov/apis/authentication/) increases rate limits from 240/min to 120,000/day. Register at https://open.fda.gov/a
low line 37

External URL reference

SourceSKILL.md
37- **URL**: `GET https://api.fda.gov/drug/label.json`
low line 50

External URL reference

SourceSKILL.md
50curl "https://api.fda.gov/drug/label.json?search=aspirin&limit=1"
low line 59

External URL reference

SourceSKILL.md
59- **URL**: `GET https://api.fda.gov/drug/event.json`
low line 72

External URL reference

SourceSKILL.md
72curl 'https://api.fda.gov/drug/event.json?search=patient.drug.openfda.brand_name:"aspirin"&limit=1'
low line 81

External URL reference

SourceSKILL.md
81- **URL**: `GET https://ghoapi.azureedge.net/api/{IndicatorCode}`
low line 96

External URL reference

SourceSKILL.md
96curl "https://ghoapi.azureedge.net/api/WHOSIS_000001?\$top=2"
low line 105

External URL reference

SourceSKILL.md
105- **URL**: `GET https://ghoapi.azureedge.net/api/Indicator`
low line 109

External URL reference

SourceSKILL.md
109curl "https://ghoapi.azureedge.net/api/Indicator?\$top=5"
low line 124

External URL reference

SourceSKILL.md
124- For bulk downloads, use the GHO data portal CSV exports at https://www.who.int/data/gho
low line 135

External URL reference

SourceSKILL.md
135resp = requests.get("https://api.fda.gov/drug/event.json", params={
low line 151

External URL reference

SourceSKILL.md
151resp = requests.get("https://ghoapi.azureedge.net/api/WHOSIS_000001", params={
low line 168

External URL reference

SourceSKILL.md
168resp = requests.get("https://api.fda.gov/drug/label.json",
low line 190

External URL reference

SourceSKILL.md
190- openFDA documentation: https://open.fda.gov/apis/
low line 191

External URL reference

SourceSKILL.md
191- openFDA API key registration: https://open.fda.gov/apis/authentication/
low line 192

External URL reference

SourceSKILL.md
192- openFDA query syntax: https://open.fda.gov/apis/query-syntax/
low line 194

External URL reference

SourceSKILL.md
194- WHO GHO API documentation: https://www.who.int/data/gho/info/gho-odata-api
low line 195

External URL reference

SourceSKILL.md
195- WHO GHO OData endpoint: https://ghoapi.azureedge.net/api/
low line 196

External URL reference

SourceSKILL.md
196- WHO GHO indicator list: https://ghoapi.azureedge.net/api/Indicator
low line 197

External URL reference

SourceSKILL.md
197- WHO Global Health Observatory portal: https://www.who.int/data/gho
Scanned on May 23, 2026
View Security Dashboard
Installation guide →