Skip to main content

cohere-api

Integrates Cohere API for embeddings, RAG, reranking, and semantic search to enhance AI workflows.

Install this skill

or
65/100

Security score

The cohere-api skill was audited on Mar 1, 2026 and we found 7 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 39

Curl to non-GitHub URL

SourceSKILL.md
39Example: curl -X POST https://api.cohere.ai/v1/embed -H "Authorization: Bearer $COHERE_API_KEY" -H "Content-Type: application/json" -d '{"texts": ["Hello world"], "model": "embed-english-v3.0"}'
high line 48

Curl to non-GitHub URL

SourceSKILL.md
48Example: curl -X POST https://api.cohere.ai/v1/rerank -H "Authorization: Bearer $COHERE_API_KEY" -d '{"query": "best AI tools", "documents": ["OpenClaw is great", "Cohere is useful"], "top_n": 1}'
low line 38

External URL reference

SourceSKILL.md
38- Embeddings endpoint: POST https://api.cohere.ai/v1/embed
low line 39

External URL reference

SourceSKILL.md
39Example: curl -X POST https://api.cohere.ai/v1/embed -H "Authorization: Bearer $COHERE_API_KEY" -H "Content-Type: application/json" -d '{"texts": ["Hello world"], "model": "embed-english-v3.0"}'
low line 41

External URL reference

SourceSKILL.md
41- Generate endpoint (for RAG): POST https://api.cohere.ai/v1/generate
low line 47

External URL reference

SourceSKILL.md
47- Rerank endpoint: POST https://api.cohere.ai/v1/rerank
low line 48

External URL reference

SourceSKILL.md
48Example: curl -X POST https://api.cohere.ai/v1/rerank -H "Authorization: Bearer $COHERE_API_KEY" -d '{"query": "best AI tools", "documents": ["OpenClaw is great", "Cohere is useful"], "top_n": 1}'
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →