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
| 210 | console.log(`Page with ${resources?.length} items`); |
medium line 272
Template literal with variable interpolation in command context
SourceSKILL.md
| 272 | console.log(`Operation ${index} succeeded`); |
medium line 274
Template literal with variable interpolation in command context
SourceSKILL.md
| 274 | console.error(`Operation ${index} failed: ${result.statusCode}`); |
medium line 342
Template literal with variable interpolation in command context
SourceSKILL.md
| 342 | console.error(`Cosmos error ${error.code}: ${error.message}`); |
low line 45
Access to .env file
SourceSKILL.md
| 45 | endpoint: process.env.COSMOS_ENDPOINT!, |
low line 57
Access to .env file
SourceSKILL.md
| 57 | endpoint: process.env.COSMOS_ENDPOINT!, |
low line 58
Access to .env file
SourceSKILL.md
| 58 | key: process.env.COSMOS_KEY!, |
low line 62
Access to .env file
SourceSKILL.md
| 62 | const 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
| 29 | COSMOS_ENDPOINT=https://<account>.documents.azure.com:443/ |
Scanned on Jun 3, 2026
View Security Dashboard