azure-mgmt-fabric-py
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Best Practices]: The skill correctly recommends using
DefaultAzureCredentialfrom theazure-identitylibrary, which is a secure method for managing authentication without hardcoding sensitive credentials. - [Environment Variable Usage]: It appropriately uses environment variables for sensitive or configuration-specific information like
AZURE_SUBSCRIPTION_ID, which aligns with standard security practices for managing environment-specific data. - [Resource Management]: The code samples demonstrate the proper use of long-running operations (LRO) and client lifecycle management (e.g., using context managers or explicit
.close()calls), ensuring resources are managed efficiently. - [SDK Authenticity]: All referenced packages (
azure-mgmt-fabric,azure-identity) and repository links point to official Microsoft Azure SDK resources, confirming the use of trusted libraries.
Audit Metadata