azure-ai-language-conversations-py
Warn
Audited by Runlayer on Mar 5, 2026
Risk Level: MEDIUM
Scan Summary
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