azure-resource-manager-playwright-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Official SDK Dependencies: The skill utilizes standard Microsoft Azure SDK packages, such as
Azure.ResourceManager.PlaywrightandAzure.Identity, which are the official libraries for interacting with Azure Resource Manager. - Secure Authentication Practices: It explicitly recommends using
DefaultAzureCredentialand provides links to official documentation for managed identities, discouraging the use of hardcoded keys. - Command Execution for Setup: The documentation includes standard
dotnetCLI commands for package installation, which are routine for developer-oriented skills and do not involve piped remote script execution. - Credential Handling: Azure configuration parameters, such as Subscription IDs and Tenant IDs, are managed via environment variables with clear placeholders, which is a standard secure practice for cloud resource management.
Audit Metadata