Skip to main content

uniprot-database

Provides direct REST API access to UniProt for protein searches, FASTA retrieval, and ID mapping, enhancing bioinformatics workflows.

Install this skill

or
87/100

Security score

The uniprot-database skill was audited on Feb 28, 2026 and we found 13 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 51

External URL reference

SourceSKILL.md
51Use the API search endpoint: `https://rest.uniprot.org/uniprotkb/search?query={query}&format={format}`
low line 63

External URL reference

SourceSKILL.md
63**Retrieve endpoint:** `https://rest.uniprot.org/uniprotkb/{accession}.{format}`
low line 65

External URL reference

SourceSKILL.md
65Example: `https://rest.uniprot.org/uniprotkb/P12345.fasta`
low line 72

External URL reference

SourceSKILL.md
721. Submit mapping job to: `https://rest.uniprot.org/idmapping/run`
low line 73

External URL reference

SourceSKILL.md
732. Check job status: `https://rest.uniprot.org/idmapping/status/{jobId}`
low line 74

External URL reference

SourceSKILL.md
743. Retrieve results: `https://rest.uniprot.org/idmapping/results/{jobId}`
low line 92

External URL reference

SourceSKILL.md
92`https://rest.uniprot.org/uniprotkb/stream?query={query}&format={format}`
low line 112

External URL reference

SourceSKILL.md
112**Example:** `https://rest.uniprot.org/uniprotkb/search?query=insulin&fields=accession,gene_names,organism_name,length,sequence&format=tsv`
low line 185

External URL reference

SourceSKILL.md
185- **API Documentation**: https://www.uniprot.org/help/api
low line 186

External URL reference

SourceSKILL.md
186- **Interactive API Explorer**: https://www.uniprot.org/api-documentation
low line 187

External URL reference

SourceSKILL.md
187- **REST Tutorial**: https://www.uniprot.org/help/uniprot_rest_tutorial
low line 188

External URL reference

SourceSKILL.md
188- **Query Syntax Help**: https://www.uniprot.org/help/query-fields
low line 189

External URL reference

SourceSKILL.md
189- **SPARQL Endpoint**: https://sparql.uniprot.org/ (for advanced graph queries)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →