azure-resource-manager-redis-dotnet
Pass
Audited by Gen Agent Trust Hub on Apr 24, 2026
Risk Level: SAFE
Full Analysis
- Secure Authentication Practices: The skill correctly promotes the use of
DefaultAzureCredentialfor authentication. This is a recommended security practice as it facilitates the use of managed identities and environment-based configuration, reducing the risk of accidental credential exposure. - Encrypted Communication Guidelines: Instructions specifically include disabling the non-SSL port and enforcing a minimum of TLS 1.2 for the Redis instances. These steps ensure that data in transit to the management plane and data plane remains encrypted.
- Proper Secret Management: The documentation includes clear warnings in the acceptance criteria against anti-patterns such as hardcoding secrets in source code or logging access keys, which are critical for preventing accidental data leaks.
- Official Resource Usage: All referenced libraries and API endpoints are official Microsoft Azure resources or well-established community packages, ensuring the integrity of the development environment.
Audit Metadata