azure-resource-manager-durabletask-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Authentication Best Practices]: The skill correctly promotes the use of
DefaultAzureCredentialfor authenticating with Azure services, which is the recommended approach for secure identity management and avoids the use of hardcoded credentials. - [Credential Safety Guidance]: The documentation includes explicit warnings against hardcoding secrets and provides a dedicated section in the acceptance criteria to highlight and prevent this anti-pattern, encouraging developers to use environment-based configuration.
- [Verified Source References]: All external links and package references point to official Microsoft Azure repositories on GitHub and the NuGet package registry, ensuring that the skill relies on trusted and well-maintained dependencies.
- [Structured Resource Management]: The skill provides clear workflows for the management plane, including safety considerations such as the requirement to delete child resources (Task Hubs) before parent resources (Schedulers) to ensure consistent resource states.
Audit Metadata