azure-appconfiguration-py
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation includes a standard installation command for the official Python package 'azure-appconfiguration' via pip. This is a legitimate dependency for the described functionality.
- [CREDENTIALS_UNSAFE]: The documentation provides examples of how to configure authentication using environment variables. It correctly uses placeholders like '', '...', and 'Endpoint=...' rather than hardcoding actual secrets. It also recommends using Entra ID (managed identity) as a security best practice over connection strings.
- [COMMAND_EXECUTION]: The skill demonstrates standard CLI commands (pip install) and Python SDK methods for interacting with Azure services. All commands are relevant to the skill's stated purpose and do not show signs of arbitrary command execution or privilege escalation.
- [SAFE]: The skill follows security best practices by recommending read-only settings for production, environment separation using labels, and credential management via Entra ID.
Audit Metadata