Skip to main content

Metabolomics Workbench Database

Enables access to the NIH Metabolomics Workbench API for querying metabolite data and study metadata for biomarker discovery.

Install this skill

or
72/100

Security score

The Metabolomics Workbench Database skill was audited on Mar 7, 2026 and we found 28 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 35

External URL reference

SourceSKILL.md
35response = requests.get('https://www.metabolomicsworkbench.org/rest/compound/pubchem_cid/5281365/all/json')
low line 38

External URL reference

SourceSKILL.md
38response = requests.get('https://www.metabolomicsworkbench.org/rest/compound/regno/11/png')
low line 41

External URL reference

SourceSKILL.md
41response = requests.get('https://www.metabolomicsworkbench.org/rest/compound/regno/11/name/json')
low line 58

External URL reference

SourceSKILL.md
58response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST/available/json')
low line 61

External URL reference

SourceSKILL.md
61response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST000001/summary/json')
low line 64

External URL reference

SourceSKILL.md
64response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST000001/data/json')
low line 67

External URL reference

SourceSKILL.md
67response = requests.get('https://www.metabolomicsworkbench.org/rest/study/refmet_name/Tyrosine/summary/json')
low line 83

External URL reference

SourceSKILL.md
83response = requests.get('https://www.metabolomicsworkbench.org/rest/refmet/match/citrate/name/json')
low line 86

External URL reference

SourceSKILL.md
86response = requests.get('https://www.metabolomicsworkbench.org/rest/refmet/formula/C12H24O2/all/json')
low line 89

External URL reference

SourceSKILL.md
89response = requests.get('https://www.metabolomicsworkbench.org/rest/refmet/main_class/Fatty%20Acids/all/json')
low line 92

External URL reference

SourceSKILL.md
92response = requests.get('https://www.metabolomicsworkbench.org/rest/refmet/all/json')
low line 108

External URL reference

SourceSKILL.md
108response = requests.get('https://www.metabolomicsworkbench.org/rest/moverz/MB/635.52/M+H/0.5/json')
low line 111

External URL reference

SourceSKILL.md
111response = requests.get('https://www.metabolomicsworkbench.org/rest/moverz/exactmass/PC(34:1)/M+H/json')
low line 114

External URL reference

SourceSKILL.md
114response = requests.get('https://www.metabolomicsworkbench.org/rest/moverz/REFMET/200.15/M-H/0.3/json')
low line 131

External URL reference

SourceSKILL.md
131response = requests.get('https://www.metabolomicsworkbench.org/rest/metstat/LCMS;POSITIVE;HILIC;Human;Blood;Diabetes/json')
low line 134

External URL reference

SourceSKILL.md
134response = requests.get('https://www.metabolomicsworkbench.org/rest/metstat/;;;Human;Blood;;;Tyrosine/json')
low line 137

External URL reference

SourceSKILL.md
137response = requests.get('https://www.metabolomicsworkbench.org/rest/metstat/GCMS;;;;;;/json')
low line 153

External URL reference

SourceSKILL.md
153response = requests.get('https://www.metabolomicsworkbench.org/rest/gene/gene_symbol/ACACA/all/json')
low line 156

External URL reference

SourceSKILL.md
156response = requests.get('https://www.metabolomicsworkbench.org/rest/protein/uniprot_id/Q13085/all/json')
low line 167

External URL reference

SourceSKILL.md
167response = requests.get('https://www.metabolomicsworkbench.org/rest/refmet/match/glucose/name/json')
low line 172

External URL reference

SourceSKILL.md
172response = requests.get('https://www.metabolomicsworkbench.org/rest/study/refmet_name/Glucose/summary/json')
low line 177

External URL reference

SourceSKILL.md
177response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST000001/data/json')
low line 186

External URL reference

SourceSKILL.md
186response = requests.get('https://www.metabolomicsworkbench.org/rest/moverz/MB/180.06/M+H/0.5/json')
low line 193

External URL reference

SourceSKILL.md
193response = requests.get('https://www.metabolomicsworkbench.org/rest/compound/regno/{regno}/all/json')
low line 198

External URL reference

SourceSKILL.md
198response = requests.get('https://www.metabolomicsworkbench.org/rest/compound/regno/{regno}/png')
low line 207

External URL reference

SourceSKILL.md
207response = requests.get('https://www.metabolomicsworkbench.org/rest/metstat/LCMS;POSITIVE;;Human;;Cancer/json')
low line 214

External URL reference

SourceSKILL.md
214response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST{ID}/summary/json')
low line 219

External URL reference

SourceSKILL.md
219response = requests.get('https://www.metabolomicsworkbench.org/rest/study/study_id/ST{ID}/data/json')
Scanned on Mar 7, 2026
View Security Dashboard