azure-resource-manager-redis-dotnet
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFE
Full Analysis
- [Credential Management]: The skill strongly advocates for the use of
DefaultAzureCredential, a robust method for handling authentication without embedding sensitive information in code. It explicitly identifies hardcoded secrets as an anti-pattern to avoid. - [Transport Security]: Guidance includes mandatory configuration for TLS 1.2 and the disabling of non-SSL ports, which aligns with industry standards for securing infrastructure management operations.
- [Data Handling Best Practices]: While the skill facilitates the retrieval of access keys for cache connectivity, it incorporates specific reminders to avoid logging sensitive keys, thereby protecting credentials from exposure in monitoring systems or application logs.
- [Management Plane Isolation]: The skill clearly distinguishes between management plane operations (SDK-driven provisioning) and data plane operations (operational key/value store access), helping developers maintain clear security boundaries and apply the principle of least privilege.
Audit Metadata