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
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
Curl to non-GitHub URL
| 50 | curl "https://api.fda.gov/drug/label.json?search=aspirin&limit=1" |
Curl to non-GitHub URL
| 72 | curl 'https://api.fda.gov/drug/event.json?search=patient.drug.openfda.brand_name:"aspirin"&limit=1' |
Curl to non-GitHub URL
| 96 | curl "https://ghoapi.azureedge.net/api/WHOSIS_000001?\$top=2" |
Curl to non-GitHub URL
| 109 | curl "https://ghoapi.azureedge.net/api/Indicator?\$top=5" |
External URL reference
| 10 | source: "https://open.fda.gov" |
External URL reference
| 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 |
External URL reference
| 37 | - **URL**: `GET https://api.fda.gov/drug/label.json` |
External URL reference
| 50 | curl "https://api.fda.gov/drug/label.json?search=aspirin&limit=1" |
External URL reference
| 59 | - **URL**: `GET https://api.fda.gov/drug/event.json` |
External URL reference
| 72 | curl 'https://api.fda.gov/drug/event.json?search=patient.drug.openfda.brand_name:"aspirin"&limit=1' |
External URL reference
| 81 | - **URL**: `GET https://ghoapi.azureedge.net/api/{IndicatorCode}` |
External URL reference
| 96 | curl "https://ghoapi.azureedge.net/api/WHOSIS_000001?\$top=2" |
External URL reference
| 105 | - **URL**: `GET https://ghoapi.azureedge.net/api/Indicator` |
External URL reference
| 109 | curl "https://ghoapi.azureedge.net/api/Indicator?\$top=5" |
External URL reference
| 124 | - For bulk downloads, use the GHO data portal CSV exports at https://www.who.int/data/gho |
External URL reference
| 135 | resp = requests.get("https://api.fda.gov/drug/event.json", params={ |
External URL reference
| 151 | resp = requests.get("https://ghoapi.azureedge.net/api/WHOSIS_000001", params={ |
External URL reference
| 168 | resp = requests.get("https://api.fda.gov/drug/label.json", |
External URL reference
| 190 | - openFDA documentation: https://open.fda.gov/apis/ |
External URL reference
| 191 | - openFDA API key registration: https://open.fda.gov/apis/authentication/ |
External URL reference
| 192 | - openFDA query syntax: https://open.fda.gov/apis/query-syntax/ |
External URL reference
| 194 | - WHO GHO API documentation: https://www.who.int/data/gho/info/gho-odata-api |
External URL reference
| 195 | - WHO GHO OData endpoint: https://ghoapi.azureedge.net/api/ |
External URL reference
| 196 | - WHO GHO indicator list: https://ghoapi.azureedge.net/api/Indicator |
External URL reference
| 197 | - WHO Global Health Observatory portal: https://www.who.int/data/gho |