azure-resource-manager-redis-dotnet
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill correctly identifies and promotes the use of
DefaultAzureCredentialfor secure authentication, avoiding the risks associated with hardcoded service principal secrets. - [SAFE]: The documentation includes explicit security warnings and 'incorrect' examples to deter users from enabling non-SSL ports, using deprecated TLS versions (1.0/1.1), or logging sensitive Redis access keys.
- [EXTERNAL_DOWNLOADS]: The skill guides users to install official and well-known packages from Microsoft and the community, including
Azure.ResourceManager.Redis,Azure.Identity, andStackExchange.Redisvia the standard .NET package manager. - [SAFE]: The skill maintains a clear distinction between the management plane (for infrastructure provisioning) and the data plane (for accessing keys), providing secure patterns for both without introducing dangerous execution or exfiltration vectors.
Audit Metadata