azure-resource-manager-durabletask-dotnet
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- Official Package Dependencies: The skill instructs users to install standard libraries like
Azure.ResourceManager.DurableTaskandAzure.Identityfrom official package registries. - Secure Authentication Practices: Code examples promote the use of
DefaultAzureCredential, which is a recognized security best practice for managing Azure identities without hardcoded secrets. - Standard Environment Configuration: The skill suggests using environment variables for configuration, which is a common and appropriate method for managing Azure environment details.
- Network Security Awareness: The inclusion of IP allowlist configuration in the resource creation examples demonstrates a focus on implementing defense-in-depth for cloud resources.
Audit Metadata