Skip to main content

semantic-scholar

Enables users to search and retrieve academic paper metadata using the Semantic Scholar API for efficient literature exploration.

Install this skill

or
12/100

Security score

The semantic-scholar skill was audited on Jun 1, 2026 and we found 32 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 66

Curl to non-GitHub URL

SourceSKILL.md
66curl -G "https://api.semanticscholar.org/graph/v1/paper/search" \
medium line 93

Curl to non-GitHub URL

SourceSKILL.md
93curl -G "https://api.semanticscholar.org/graph/v1/paper/search/bulk" \
medium line 112

Curl to non-GitHub URL

SourceSKILL.md
112curl -G "https://api.semanticscholar.org/graph/v1/paper/search/match" \
medium line 137

Curl to non-GitHub URL

SourceSKILL.md
137curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=title,abstract,year,authors,citationCount,referenceCount,isOpenAccess,openAccessPdf"
medium line 140

Curl to non-GitHub URL

SourceSKILL.md
140curl "https://api.semanticscholar.org/graph/v1/paper/DOI:10.1145/3292500.3330919?fields=title,year,venue,citationCount"
medium line 150

Curl to non-GitHub URL

SourceSKILL.md
150curl -X POST "https://api.semanticscholar.org/graph/v1/paper/batch?fields=title,year,citationCount" \
medium line 161

Curl to non-GitHub URL

SourceSKILL.md
161curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/citations?fields=title,year,authors,citationCount&limit=20"
medium line 164

Curl to non-GitHub URL

SourceSKILL.md
164curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/references?fields=title,year,authors&limit=20"
medium line 178

Curl to non-GitHub URL

SourceSKILL.md
178curl -G "https://api.semanticscholar.org/graph/v1/author/search" \
medium line 183

Curl to non-GitHub URL

SourceSKILL.md
183curl "https://api.semanticscholar.org/graph/v1/author/{authorId}/papers?fields=title,year,citationCount&limit=20"
medium line 195

Curl to non-GitHub URL

SourceSKILL.md
195curl -H "x-api-key: YOUR_KEY" "https://api.semanticscholar.org/graph/v1/paper/..."
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s -G "https://api.semanticscholar.org/graph/v1/paper/search" \
medium line 216

Curl to non-GitHub URL

SourceSKILL.md
216curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=authors.name" \
medium line 220

Curl to non-GitHub URL

SourceSKILL.md
220curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:2005.14165?fields=openAccessPdf" \
low line 15

External URL reference

SourceSKILL.md
15Search and retrieve research paper metadata using the [Semantic Scholar Academic Graph API](https://api.semanticscholar.org/api-docs/).
low line 17

External URL reference

SourceSKILL.md
17**Base URL:** `https://api.semanticscholar.org/graph/v1`
low line 18

External URL reference

SourceSKILL.md
18**Auth:** No key required for basic use. For higher rate limits, get a free key at https://www.semanticscholar.org/product/api and pass it as `x-api-key` header.
low line 66

External URL reference

SourceSKILL.md
66curl -G "https://api.semanticscholar.org/graph/v1/paper/search" \
low line 93

External URL reference

SourceSKILL.md
93curl -G "https://api.semanticscholar.org/graph/v1/paper/search/bulk" \
low line 112

External URL reference

SourceSKILL.md
112curl -G "https://api.semanticscholar.org/graph/v1/paper/search/match" \
low line 133

External URL reference

SourceSKILL.md
133| Semantic Scholar URL | `URL:https://www.semanticscholar.org/paper/...` |
low line 137

External URL reference

SourceSKILL.md
137curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=title,abstract,year,authors,citationCount,referenceCount,isOpenAccess,openAccessPdf"
low line 140

External URL reference

SourceSKILL.md
140curl "https://api.semanticscholar.org/graph/v1/paper/DOI:10.1145/3292500.3330919?fields=title,year,venue,citationCount"
low line 150

External URL reference

SourceSKILL.md
150curl -X POST "https://api.semanticscholar.org/graph/v1/paper/batch?fields=title,year,citationCount" \
low line 161

External URL reference

SourceSKILL.md
161curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/citations?fields=title,year,authors,citationCount&limit=20"
low line 164

External URL reference

SourceSKILL.md
164curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/references?fields=title,year,authors&limit=20"
low line 178

External URL reference

SourceSKILL.md
178curl -G "https://api.semanticscholar.org/graph/v1/author/search" \
low line 183

External URL reference

SourceSKILL.md
183curl "https://api.semanticscholar.org/graph/v1/author/{authorId}/papers?fields=title,year,citationCount&limit=20"
low line 195

External URL reference

SourceSKILL.md
195curl -H "x-api-key: YOUR_KEY" "https://api.semanticscholar.org/graph/v1/paper/..."
low line 209

External URL reference

SourceSKILL.md
209curl -s -G "https://api.semanticscholar.org/graph/v1/paper/search" \
low line 216

External URL reference

SourceSKILL.md
216curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=authors.name" \
low line 220

External URL reference

SourceSKILL.md
220curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:2005.14165?fields=openAccessPdf" \
Scanned on Jun 1, 2026
View Security Dashboard
Installation guide →