Skip to main content

PubMed-Search

This skill assists users in searching and analyzing biomedical literature from PubMed, providing detailed metadata and analysis capabilities.

Install this skill

or
75/100

Security score

The PubMed-Search skill was audited on Feb 28, 2026 and we found 7 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 44

Piping content to sh shell

SourceSKILL.md
44curl -LsSf https://astral.sh/uv/install.sh | sh
medium line 44

Curl to non-GitHub URL

SourceSKILL.md
44curl -LsSf https://astral.sh/uv/install.sh | sh
low line 71

Access to .env file

SourceSKILL.md
71cp .env.example .env
low line 73

Access to .env file

SourceSKILL.md
73# Edit .env and configure optional settings
low line 44

External URL reference

SourceSKILL.md
44curl -LsSf https://astral.sh/uv/install.sh | sh
low line 141

External URL reference

SourceSKILL.md
141- `PUBMED_API_KEY`: PubMed API key for higher rate limits (get from: https://www.ncbi.nlm.nih.gov/account/)
low line 150

External URL reference

SourceSKILL.md
150Get your free API key at: https://www.ncbi.nlm.nih.gov/account/
Scanned on Feb 28, 2026
View Security Dashboard