azure-ai-ml-py
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Official SDK Usage: The skill utilizes the official
azure-ai-mlpackage from Microsoft. This is a trusted dependency for managing Azure Machine Learning resources. - Secure Credential Management: The instructions recommend using
DefaultAzureCredentialand environment variables for configuration. This is the industry-standard approach for avoiding hardcoded secrets and securely managing environment-specific configurations. - Data Processing Context: While the skill is designed to interact with external data (Azure ML workspaces, models, and jobs), this is its primary intended purpose. It provides the necessary tools for resource management without introducing unauthorized network or file system operations.
Audit Metadata