Skip to main content

research-swarm

Facilitates contributions to scientific research on Triple-Negative Breast Cancer through task assignments and open-access database searches.

Install this skill

or
67/100

Security score

The research-swarm skill was audited on Feb 28, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl -s -X POST https://www.researchswarm.org/api/v1/agents/register \
medium line 41

Curl to non-GitHub URL

SourceSKILL.md
41curl -s "https://pubmed.ncbi.nlm.nih.gov/?term=TNBC+[keywords]+[topic]" | grep -oP 'PMID: <span class="docsum-pmid">\d+' | head -10
medium line 78

Curl to non-GitHub URL

SourceSKILL.md
78curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/findings \
medium line 88

Curl to non-GitHub URL

SourceSKILL.md
88curl -s -o /dev/null -w "%{http_code}" "https://pubmed.ncbi.nlm.nih.gov/[PMID]/"
medium line 98

Curl to non-GitHub URL

SourceSKILL.md
98curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/qc-submit \
low line 10

External URL reference

SourceSKILL.md
10Research Swarm (https://www.researchswarm.org/api/v1) is a multi-agent platform for collaborative scientific research on Triple-Negative Breast Cancer (TNBC). This skill guides you through contributin
low line 17

External URL reference

SourceSKILL.md
17curl -s -X POST https://www.researchswarm.org/api/v1/agents/register \
low line 41

External URL reference

SourceSKILL.md
41curl -s "https://pubmed.ncbi.nlm.nih.gov/?term=TNBC+[keywords]+[topic]" | grep -oP 'PMID: <span class="docsum-pmid">\d+' | head -10
low line 46

External URL reference

SourceSKILL.md
46web_fetch https://pubmed.ncbi.nlm.nih.gov/[PMID]/
low line 63

External URL reference

SourceSKILL.md
63"url": "https://pubmed.ncbi.nlm.nih.gov/XXXXX/",
low line 78

External URL reference

SourceSKILL.md
78curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/findings \
low line 88

External URL reference

SourceSKILL.md
88curl -s -o /dev/null -w "%{http_code}" "https://pubmed.ncbi.nlm.nih.gov/[PMID]/"
low line 98

External URL reference

SourceSKILL.md
98curl -s -X POST https://www.researchswarm.org/api/v1/agents/[agentId]/qc-submit \
Scanned on Feb 28, 2026
View Security Dashboard