azure-resource-manager-playwright-dotnet

Pass

Audited by Gen Agent Trust Hub on May 14, 2026

Risk Level: SAFE
Full Analysis
  • Verified Dependencies: The skill instructs users to install official Microsoft packages (Azure.ResourceManager.Playwright, Azure.Identity) from the NuGet registry. This is a standard and secure practice for dependency management in the .NET ecosystem.
  • Secure Authentication Guidance: The documentation emphasizes using DefaultAzureCredential for identity management, which is a security best practice that avoids the need for hardcoded credentials. It also correctly uses placeholders for sensitive environment variables like AZURE_CLIENT_SECRET.
  • Authorized Resource Operations: All management plane operations described, such as creating workspaces and checking name availability, are performed through the legitimate Azure Resource Manager API. The referenced URLs point to official Microsoft documentation and repositories.
  • Data Surface Considerations: The skill handles user-provided inputs like workspace names and resource tags using structured SDK methods. This approach is consistent with standard application development and utilizes the built-in validation of the official Azure libraries.
Audit Metadata
Risk Level
SAFE
Analyzed
May 14, 2026, 11:32 PM
Security Audit — agent-trust-hub — azure-resource-manager-playwright-dotnet