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 Feb 28, 2026 and we found 28 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 33

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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