azure-mgmt-weightsandbiases-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Management of Cloud Resources: The skill facilitates the creation, modification, and deletion of Azure Marketplace resources using the official management SDK. These operations are foundational to the skill's purpose and rely on standard Azure RBAC permissions to ensure authorized access.
- Official Library Dependencies: The skill identifies and uses official packages from the Microsoft NuGet registry and the Weights & Biases PyPI registry. Relying on these vetted sources minimizes the risk associated with third-party dependencies.
- Secure Authentication Practices: The implementation examples demonstrate the use of
DefaultAzureCredential, which is the industry-standard approach for managed identity and token-based authentication in Azure, effectively avoiding the need for hardcoded credentials. - Standard Configuration Management: Sensitive metadata such as subscription IDs and resource names are managed through environment variables and placeholders, which is a secure and established practice for software configuration.
Audit Metadata