scielo-api
Access and retrieve scholarly articles from Latin America and developing countries through the SciELO API for research and analysis.
Install this skill
Security score
The scielo-api skill was audited on May 21, 2026 and we found 30 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 27 | curl "https://articlemeta.scielo.org/api/v1/article/?collection=scl&q=machine+learning" |
Curl to non-GitHub URL
| 30 | curl "https://articlemeta.scielo.org/api/v1/article/?code=S0100-204X2024000100001" |
Curl to non-GitHub URL
| 33 | curl "https://articlemeta.scielo.org/api/v1/article/?collection=esp&q=climate+change" |
Curl to non-GitHub URL
| 36 | curl "https://articlemeta.scielo.org/api/v1/article/?issn=0100-204X&from_date=2024-01-01" |
Curl to non-GitHub URL
| 58 | curl "https://articlemeta.scielo.org/api/v1/journal/?collection=scl" |
Curl to non-GitHub URL
| 61 | curl "https://articlemeta.scielo.org/api/v1/journal/?issn=0100-204X" |
Curl to non-GitHub URL
| 64 | curl "https://analytics.scielo.org/api/v1/journal/?issn=0100-204X" |
Curl to non-GitHub URL
| 73 | curl "https://search.scielo.org/?q=biodiversity+conservation&format=json&count=20" |
Curl to non-GitHub URL
| 76 | curl "https://search.scielo.org/?q=neural+networks&filter[subject_area]=Computer+Science&format=json" |
Curl to non-GitHub URL
| 79 | curl "https://search.scielo.org/?q=CRISPR&filter[year_cluster]=2023-2026&format=json" |
Curl to non-GitHub URL
| 82 | curl "https://search.scielo.org/?q=epidemiology&filter[la]=en&format=json" |
External URL reference
| 10 | source: "https://wiki.scielo.org/" |
External URL reference
| 27 | curl "https://articlemeta.scielo.org/api/v1/article/?collection=scl&q=machine+learning" |
External URL reference
| 30 | curl "https://articlemeta.scielo.org/api/v1/article/?code=S0100-204X2024000100001" |
External URL reference
| 33 | curl "https://articlemeta.scielo.org/api/v1/article/?collection=esp&q=climate+change" |
External URL reference
| 36 | curl "https://articlemeta.scielo.org/api/v1/article/?issn=0100-204X&from_date=2024-01-01" |
External URL reference
| 58 | curl "https://articlemeta.scielo.org/api/v1/journal/?collection=scl" |
External URL reference
| 61 | curl "https://articlemeta.scielo.org/api/v1/journal/?issn=0100-204X" |
External URL reference
| 64 | curl "https://analytics.scielo.org/api/v1/journal/?issn=0100-204X" |
External URL reference
| 73 | curl "https://search.scielo.org/?q=biodiversity+conservation&format=json&count=20" |
External URL reference
| 76 | curl "https://search.scielo.org/?q=neural+networks&filter[subject_area]=Computer+Science&format=json" |
External URL reference
| 79 | curl "https://search.scielo.org/?q=CRISPR&filter[year_cluster]=2023-2026&format=json" |
External URL reference
| 82 | curl "https://search.scielo.org/?q=epidemiology&filter[la]=en&format=json" |
External URL reference
| 103 | ARTICLE_API = "https://articlemeta.scielo.org/api/v1" |
External URL reference
| 104 | SEARCH_API = "https://search.scielo.org" |
External URL reference
| 128 | "url": f"https://scielo.org/article/{doc.get('pid', '')}", |
External URL reference
| 179 | - [SciELO](https://scielo.org/) |
External URL reference
| 180 | - [SciELO Analytics](https://analytics.scielo.org/) |
External URL reference
| 181 | - [ArticleMeta API](https://articlemeta.scielo.org/) |
External URL reference
| 182 | - [SciELO Developer Wiki](https://wiki.scielo.org/) |