biostudies-arrayexpress-skill
Facilitates compact API requests for BioStudies and ArrayExpress, enabling efficient study retrieval and summaries.
Install this skill
or
95/100
Security score
The biostudies-arrayexpress-skill skill was audited on May 24, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 8
External URL reference
SourceSKILL.md
| 8 | - Use `base_url=https://www.ebi.ac.uk/biostudies/api/v1`. |
low line 23
External URL reference
SourceSKILL.md
| 23 | - `{"base_url":"https://www.ebi.ac.uk/biostudies/api/v1","path":"search","params":{"query":"rna","page":1,"pageSize":10},"record_path":"hits","max_items":10}` |
low line 24
External URL reference
SourceSKILL.md
| 24 | - `{"base_url":"https://www.ebi.ac.uk/biostudies/api/v1","path":"ArrayExpress/search","params":{"query":"single cell","page":1,"pageSize":10},"record_path":"hits","max_items":10}` |
low line 25
External URL reference
SourceSKILL.md
| 25 | - `{"base_url":"https://www.ebi.ac.uk/biostudies/api/v1","path":"studies/E-MTAB-6701"}` |
low line 34
External URL reference
SourceSKILL.md
| 34 | echo '{"base_url":"https://www.ebi.ac.uk/biostudies/api/v1","path":"search","params":{"query":"rna","page":1,"pageSize":10},"record_path":"hits","max_items":10}' | python scripts/rest_request.py |
Scanned on May 24, 2026
View Security Dashboard