azure-mgmt-arizeaiobservabilityeval-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Integration: The skill uses the
Azure.ResourceManager.ArizeAIObservabilityEvalNuGet package, which is part of the official Azure SDK ecosystem for .NET. Use of established, versioned packages from official registries is a standard development practice. - Secure Credential Handling: The documentation correctly recommends using
DefaultAzureCredentialand environment variables for managing sensitive information like client secrets and subscription IDs, rather than hardcoding them in the source code. - Trusted Resource Links: All external links point to well-known and official domains, including NuGet, the official Azure SDK GitHub repository, and Arize AI's primary website.
- Standard Resource Operations: The provided code examples for creating, updating, and deleting resources follow standard Azure Resource Manager patterns without any additional or unexpected command execution.
Audit Metadata