azure-resource-manager-durabletask-dotnet
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to download well-known, official libraries from the NuGet registry, including
Azure.ResourceManager.DurableTask,Azure.Identity, andAzure.ResourceManager. These are standard dependencies for Azure cloud management tasks. - [COMMAND_EXECUTION]: The documentation provides standard .NET CLI commands (
dotnet add package) for initializing a project with the necessary SDKs. These commands are typical for development environments. - [SAFE]: The skill demonstrates safe coding practices, specifically instructing the agent and user to avoid hardcoded credentials in favor of environment variables and the
DefaultAzureCredentialclass, which is the recommended approach for Azure authentication.
Audit Metadata