Skip to main content

cohere-migration-deep-dive

Guides users through migrating AI integrations to Cohere from various LLM providers, focusing on embedding and prompt adaptation.

Install this skill

or
74/100

Security score

The cohere-migration-deep-dive skill was audited on May 18, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 123

Template literal with variable interpolation in command context

SourceSKILL.md
123console.log(`Migrated ${processed}/${documents.length} embeddings`);
medium line 276

Template literal with variable interpolation in command context

SourceSKILL.md
276console.log(`Query: ${q}`);
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277console.log(`OpenAI (${result.latencyMs.openai}ms): ${result.openai.slice(0, 100)}`);
medium line 278

Template literal with variable interpolation in command context

SourceSKILL.md
278console.log(`Cohere (${result.latencyMs.cohere}ms): ${result.cohere.slice(0, 100)}`);
medium line 296

Curl to non-GitHub URL

SourceSKILL.md
296curl -X POST https://flagservice/flags/cohere_migration_pct -d '{"value": 0}'
low line 296

External URL reference

SourceSKILL.md
296curl -X POST https://flagservice/flags/cohere_migration_pct -d '{"value": 0}'
Scanned on May 18, 2026
View Security Dashboard
Installation guide →