azure-ai-language-conversations-py
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices by explicitly recommending
DefaultAzureCredentialover hardcoded API keys or connection strings, which helps prevent credential exposure and facilitates proper secret rotation. - [SAFE]: Instructions correctly advise the use of context managers (
with/async with) to ensure deterministic cleanup of network transports and credentials, reducing resource leakage. - [SAFE]: No obfuscation, hidden URLs, or malicious redirection patterns were found. The code examples provided use standard Python syntax and official Azure SDK libraries.
- [SAFE]: The skill does not perform any unauthorized file system access, persistence modifications, or privilege escalation commands. All network activity is scoped to the official Azure AI Language service via standard SDK calls.
Audit Metadata