semantic-scholar
Enables users to search and retrieve academic paper metadata using the Semantic Scholar API for efficient literature exploration.
Install this skill
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
Curl to non-GitHub URL
| 66 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search" \ |
Curl to non-GitHub URL
| 93 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search/bulk" \ |
Curl to non-GitHub URL
| 112 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search/match" \ |
Curl to non-GitHub URL
| 137 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=title,abstract,year,authors,citationCount,referenceCount,isOpenAccess,openAccessPdf" |
Curl to non-GitHub URL
| 140 | curl "https://api.semanticscholar.org/graph/v1/paper/DOI:10.1145/3292500.3330919?fields=title,year,venue,citationCount" |
Curl to non-GitHub URL
| 150 | curl -X POST "https://api.semanticscholar.org/graph/v1/paper/batch?fields=title,year,citationCount" \ |
Curl to non-GitHub URL
| 161 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/citations?fields=title,year,authors,citationCount&limit=20" |
Curl to non-GitHub URL
| 164 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/references?fields=title,year,authors&limit=20" |
Curl to non-GitHub URL
| 178 | curl -G "https://api.semanticscholar.org/graph/v1/author/search" \ |
Curl to non-GitHub URL
| 183 | curl "https://api.semanticscholar.org/graph/v1/author/{authorId}/papers?fields=title,year,citationCount&limit=20" |
Curl to non-GitHub URL
| 195 | curl -H "x-api-key: YOUR_KEY" "https://api.semanticscholar.org/graph/v1/paper/..." |
Curl to non-GitHub URL
| 209 | curl -s -G "https://api.semanticscholar.org/graph/v1/paper/search" \ |
Curl to non-GitHub URL
| 216 | curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=authors.name" \ |
Curl to non-GitHub URL
| 220 | curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:2005.14165?fields=openAccessPdf" \ |
External URL reference
| 15 | Search and retrieve research paper metadata using the [Semantic Scholar Academic Graph API](https://api.semanticscholar.org/api-docs/). |
External URL reference
| 17 | **Base URL:** `https://api.semanticscholar.org/graph/v1` |
External URL reference
| 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. |
External URL reference
| 66 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search" \ |
External URL reference
| 93 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search/bulk" \ |
External URL reference
| 112 | curl -G "https://api.semanticscholar.org/graph/v1/paper/search/match" \ |
External URL reference
| 133 | | Semantic Scholar URL | `URL:https://www.semanticscholar.org/paper/...` | |
External URL reference
| 137 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=title,abstract,year,authors,citationCount,referenceCount,isOpenAccess,openAccessPdf" |
External URL reference
| 140 | curl "https://api.semanticscholar.org/graph/v1/paper/DOI:10.1145/3292500.3330919?fields=title,year,venue,citationCount" |
External URL reference
| 150 | curl -X POST "https://api.semanticscholar.org/graph/v1/paper/batch?fields=title,year,citationCount" \ |
External URL reference
| 161 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/citations?fields=title,year,authors,citationCount&limit=20" |
External URL reference
| 164 | curl "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762/references?fields=title,year,authors&limit=20" |
External URL reference
| 178 | curl -G "https://api.semanticscholar.org/graph/v1/author/search" \ |
External URL reference
| 183 | curl "https://api.semanticscholar.org/graph/v1/author/{authorId}/papers?fields=title,year,citationCount&limit=20" |
External URL reference
| 195 | curl -H "x-api-key: YOUR_KEY" "https://api.semanticscholar.org/graph/v1/paper/..." |
External URL reference
| 209 | curl -s -G "https://api.semanticscholar.org/graph/v1/paper/search" \ |
External URL reference
| 216 | curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:1706.03762?fields=authors.name" \ |
External URL reference
| 220 | curl -s "https://api.semanticscholar.org/graph/v1/paper/ARXIV:2005.14165?fields=openAccessPdf" \ |