azure-resource-manager-playwright-dotnet
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [Official Package Usage]: The skill utilizes official .NET packages such as
Azure.ResourceManager.PlaywrightandAzure.Identity. These are standard, well-maintained libraries for interacting with Azure services and managing credentials securely. - [Secure Authentication Practice]: The documentation explicitly recommends using
DefaultAzureCredential, which is the industry-standard best practice for managing authentication in Azure. This method avoids the need for hardcoded secrets by automatically selecting the best available credential type at runtime. - [Safe Secret Management]: The skill includes placeholders for environment variables like
AZURE_SUBSCRIPTION_IDandAZURE_CLIENT_SECRET. This guides the user toward standard, secure practices for managing configuration and secrets outside of source code. - [Resource Management Scope]: The operations described (Create, Get, List, Update, Delete) are limited to the Azure Resource Manager (ARM) plane, focusing on infrastructure management rather than test execution, which aligns with the skill's stated purpose.
Audit Metadata