azure-cosmos-ts

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
4
Flagged
4
Chunks
8
Flagged Files (4)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

references/acceptance-criteria.mdHIGH
78.3%

Malicious tool definition detected

references/bulk-operations.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/bulk-operations.md [2/2] Description: (duplicate id on create) // 412 - Precondition failed // 429 - Rate limited ``` ## Error Handling ```typescript async function bulkWithRetry( container: Container, operations: OperationInput[], maxRetries: number = 3 ): Promise<BulkOperationResponse> { let response = await container.items.bulk(operations); let retryCount = 0; while (retryCount < maxRetries) { const failedOps: OperationInput[] = []; const failedIndices: number[] = []; respons

references/query-patterns.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/query-patterns.md [1/2] Description: # Query Patterns Reference Advanced query patterns for Azure Cosmos DB using the @azure/cosmos TypeScript SDK.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
4
Files Flagged
4
Chunks Analyzed
8
Analyzed
Feb 22, 2026, 01:03 AM
Security Audit — runlayer — azure-cosmos-ts