Skip to main content

azure-cosmos-ts

Facilitates CRUD operations on Azure Cosmos DB using JavaScript/TypeScript SDK for efficient data management.

Install this skill

or
73/100

Security score

The azure-cosmos-ts skill was audited on Jun 3, 2026 and we found 11 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 210

Template literal with variable interpolation in command context

SourceSKILL.md
210console.log(`Page with ${resources?.length} items`);
medium line 272

Template literal with variable interpolation in command context

SourceSKILL.md
272console.log(`Operation ${index} succeeded`);
medium line 274

Template literal with variable interpolation in command context

SourceSKILL.md
274console.error(`Operation ${index} failed: ${result.statusCode}`);
medium line 342

Template literal with variable interpolation in command context

SourceSKILL.md
342console.error(`Cosmos error ${error.code}: ${error.message}`);
low line 45

Access to .env file

SourceSKILL.md
45endpoint: process.env.COSMOS_ENDPOINT!,
low line 57

Access to .env file

SourceSKILL.md
57endpoint: process.env.COSMOS_ENDPOINT!,
low line 58

Access to .env file

SourceSKILL.md
58key: process.env.COSMOS_KEY!,
low line 62

Access to .env file

SourceSKILL.md
62const client = new CosmosClient(process.env.COSMOS_CONNECTION_STRING!);
low line 429

Access to .env file

SourceSKILL.md
429.database(process.env.COSMOS_DATABASE!)
low line 430

Access to .env file

SourceSKILL.md
430.container(process.env.COSMOS_CONTAINER!);
low line 29

External URL reference

SourceSKILL.md
29COSMOS_ENDPOINT=https://<account>.documents.azure.com:443/
Scanned on Jun 3, 2026
View Security Dashboard
Installation guide →