Skip to main content

research-paper-kb

Creates a persistent knowledge base for research papers, extracting key insights and metadata for easy tracking and reference.

Install this skill

or
89/100

Security score

The research-paper-kb skill was audited on Feb 28, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 19

External URL reference

SourceSKILL.md
19- Pastes an arXiv URL (e.g. `https://arxiv.org/abs/2310.12345`)
low line 44

External URL reference

SourceSKILL.md
44- arXiv URL: `https://arxiv.org/abs/XXXX.XXXXX`
low line 55

External URL reference

SourceSKILL.md
55https://arxiv.org/abs/<arxiv_id>
low line 61

External URL reference

SourceSKILL.md
61https://api.semanticscholar.org/graph/v1/paper/arXiv:<arxiv_id>?fields=title,authors,year,abstract,tldr,citationCount,influentialCitationCount,fieldsOfStudy
low line 66

External URL reference

SourceSKILL.md
66https://api.semanticscholar.org/graph/v1/paper/<DOI>?fields=title,authors,year,abstract,tldr,citationCount,influentialCitationCount,externalIds
low line 71

External URL reference

SourceSKILL.md
71https://api.semanticscholar.org/graph/v1/paper/search?query=<url_encoded_title>&fields=title,authors,year,abstract,externalIds&limit=1
low line 106

External URL reference

SourceSKILL.md
106url = {https://arxiv.org/abs/<id>},
low line 119

External URL reference

SourceSKILL.md
119url = {https://doi.org/<doi>}
low line 224

External URL reference

SourceSKILL.md
224| DOI behind paywall | Fetch abstract from DOI.org metadata (`https://doi.org/<doi>` with Accept: application/json); note "full text unavailable" |
low line 227

External URL reference

SourceSKILL.md
227| Semantic Scholar rate limit | Fall back to arXiv API: `http://export.arxiv.org/api/query?id_list=<id>` |
low line 254

External URL reference

SourceSKILL.md
254**User:** "Add this to my KB: https://arxiv.org/abs/2310.06825"
Scanned on Feb 28, 2026
View Security Dashboard