azure-resource-manager-durabletask-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- Authentication Best Practices: The skill correctly promotes the use of
DefaultAzureCredentialfrom theAzure.Identitylibrary, which is the recommended method for secure authentication in Azure applications. - No Hardcoded Credentials: The documentation and code examples explicitly warn against hardcoding secrets, instead demonstrating how to retrieve configuration from environment variables.
- Standard Azure SDK Patterns: The skill implements standard Azure Resource Manager (ARM) patterns for resource hierarchy navigation, long-running operations (LROs), and idempotent resource creation.
- Network Security: The code examples demonstrate the configuration of an
IPAllowlist, promoting secure network access controls for the provisioned resources. - Proper Dependency Usage: All listed dependencies (Azure.ResourceManager, Azure.Identity) are official Microsoft packages from the trusted NuGet registry.
Audit Metadata