azure-mgmt-fabric-py
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs users to install 'azure-mgmt-fabric' and 'azure-identity' using pip. These are well-known, official Python packages maintained by Microsoft for Azure resource management and authentication.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets or credentials were found. The skill correctly demonstrates the use of environment variables for subscription and resource group IDs, and uses Azure's standard 'DefaultAzureCredential' for secure authentication flow.
- [COMMAND_EXECUTION]: The skill contains Python code for managing Azure resources. While these operations (creation, deletion, suspension) have high impact on the cloud environment, they are the primary intended purpose of the SDK and are implemented using standard client library calls rather than arbitrary shell commands.
Audit Metadata