azure-resource-manager-redis-dotnet
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [Infrastructure Management Capabilities]: The skill is designed for management plane operations, such as creating Redis instances and configuring firewall rules. These are typical administrative tasks used for cloud resource orchestration.
- [Credential and Access Key Handling]: The documentation includes methods for retrieving and regenerating Redis access keys. These are standard features for managing the service's security lifecycle and include recommendations for regular rotation.
- [Identity-Based Authentication]: The skill promotes the use of
DefaultAzureCredential, which is a security best practice that avoids hardcoding secrets by utilizing managed identities or environment-specific authentication. - [External Data Operations]: Features for importing and exporting data reference Azure Blob Storage. These use standard service patterns and placeholders, which are appropriate for configuring data persistence and backups.
- [Official Dependency Usage]: The installation instructions refer to official Microsoft packages, ensuring a trusted supply chain for the library's functionality.
Audit Metadata