azure-cosmos-db-py

Warn

Audited by Runlayer on Feb 24, 2026

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

Malicious tool definition detected

assets/conftest_template.pyHIGH
78.3%

Malicious tool definition detected

assets/cosmos_client_template.pyHIGH
78.3%

Malicious tool definition detected

assets/service_template.pyHIGH
78.3%

Malicious tool definition detected

references/acceptance-criteria.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/acceptance-criteria.md Description: # Azure Cosmos DB (FastAPI Patterns) Acceptance Criteria **SDK**: `azure-cosmos` **Repository**: https://github.com/Azure/azure-sdk-for-python **Commit**: `n/a` **Purpose**: Skill testing acceptance criteria for validating generated code correctness --- ## 1.

references/client-setup.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/client-setup.md Description: # Cosmos DB Client Setup ## Table of Contents 1.

references/error-handling.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/error-handling.md [1/2] Description: # Error Handling Patterns ## Table of Contents 1.

Tool: references/error-handling.md [2/2]

references/partitioning.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/partitioning.md Description: # Partition Key Strategies ## Table of Contents 1.

references/service-layer.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/service-layer.md Description: # Service Layer Pattern ## Table of Contents 1.

references/testing.mdHIGH
76.3%

Malicious tool definition detected

Tool: references/testing.md [1/2] Description: # Testing Cosmos DB Services ## Table of Contents 1.

Description: = "public" tags: list = field(default_factory=list) created_at: datetime = field(default_factory=lambda: datetime.now(timezone.utc)) def to_doc(self) -> dict: """Convert to Cosmos document format.""" return { "id": self.id, "name": self.name, "description": self.description, "slug": self.slug, "workspaceId": self.workspace_id, "authorId": self.author_id, "visibility": self.visibility, "tags": self.tags, "createdAt": self.created_at.isoformat(), "updatedAt": None, "docType": "project

Audit Metadata
Max File Score
78%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
10
Files Flagged
10
Chunks Analyzed
12
Analyzed
Feb 24, 2026, 10:42 AM
Security Audit — runlayer — azure-cosmos-db-py