azure-ai-language-conversations-py

Warn

Audited by Runlayer on Mar 5, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
79%
Files
2
Flagged
2
Chunks
2
Flagged Files (2)
azure-ai-language-conversations-py/SKILL.mdMEDIUM
79.0%

Malicious tool definition detected

from azure.ai.language.conversations import ConversationAnalysisClient endpoint = os.environ["AZURE_CONVERSATIONS_ENDPOINT"] key = os.environ["AZURE_CONVERSATIONS_KEY"] project_name = os.environ["AZURE_CONVERSATIONS_PROJECT"] deployment_name = os.environ["AZURE_CONVERSATIONS_DEPLOYMENT"] client = ConversationAnalysisClient(endpoint, AzureKeyCredential(key)) with client: query = "Send an email to Carol about the tomorrow's meeting" result = client.analyze_conversation( task={ "kind": "Conversatio

azure-ai-language-conversations-py/references/acceptance-criteria.mdLOW
54.3%

Tool passed security scan

Audit Metadata
Max File Score
79%
Classification
UNKNOWN_SERVER
Files Scanned
2
Files Flagged
2
Chunks Analyzed
2
Analyzed
Mar 5, 2026, 11:57 PM
Security Audit — runlayer — azure-ai-language-conversations-py