azure-resource-manager-postgresql-dotnet
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- Official SDK and Package Integration: The skill demonstrates the use of the Azure.ResourceManager.PostgreSql library, which is the official Microsoft SDK for the described functionality. The dependencies, including Azure.Identity and Npgsql, are established, well-known components for Azure development and PostgreSQL connectivity.
- Appropriate Secret Management: In its code examples, the skill uses descriptive placeholders such as '' and '' for sensitive resource identifiers. Example passwords like 'YourSecurePassword123!' are clearly intended as placeholders, consistent with safe technical documentation standards.
- Standard Cloud Network Configuration: The firewall configuration examples include the standard Azure method for allowing traffic from other Azure services (IP 0.0.0.0). This is a documented platform feature used for resource integration and does not represent an unexpected security risk in this context.
Audit Metadata