Skip to main content

enrichr-api

Facilitates gene set enrichment analysis using the Enrichr API, enabling researchers to identify significant biological pathways.

Install this skill

or
65/100

Security score

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

Categories Tested

Security Issues

medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -X POST "https://maayanlab.cloud/Enrichr/addList" \
medium line 67

Curl to non-GitHub URL

SourceSKILL.md
67curl "https://maayanlab.cloud/Enrichr/enrich?userListId=124544426&backgroundType=KEGG_2021_Human"
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl "https://maayanlab.cloud/Enrichr/view?userListId=124544426"
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl "https://maayanlab.cloud/Enrichr/export?userListId=124544426&backgroundType=KEGG_2021_Human&filename=results" \
medium line 113

Curl to non-GitHub URL

SourceSKILL.md
113curl "https://maayanlab.cloud/Enrichr/datasetStatistics"
low line 10

External URL reference

SourceSKILL.md
10source: "https://maayanlab.cloud/Enrichr"
low line 33

External URL reference

SourceSKILL.md
33https://maayanlab.cloud/Enrichr
low line 39

External URL reference

SourceSKILL.md
39curl -X POST "https://maayanlab.cloud/Enrichr/addList" \
low line 67

External URL reference

SourceSKILL.md
67curl "https://maayanlab.cloud/Enrichr/enrich?userListId=124544426&backgroundType=KEGG_2021_Human"
low line 93

External URL reference

SourceSKILL.md
93curl "https://maayanlab.cloud/Enrichr/view?userListId=124544426"
low line 106

External URL reference

SourceSKILL.md
106curl "https://maayanlab.cloud/Enrichr/export?userListId=124544426&backgroundType=KEGG_2021_Human&filename=results" \
low line 113

External URL reference

SourceSKILL.md
113curl "https://maayanlab.cloud/Enrichr/datasetStatistics"
low line 191

External URL reference

SourceSKILL.md
191ENRICHR_URL = "https://maayanlab.cloud/Enrichr"
low line 260

External URL reference

SourceSKILL.md
260- [Enrichr Web App](https://maayanlab.cloud/Enrichr)
low line 261

External URL reference

SourceSKILL.md
261- [Enrichr API Docs](https://maayanlab.cloud/Enrichr/help#api)
Scanned on May 23, 2026
View Security Dashboard
Installation guide →