azure-integration-tester
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Executes Azure CLI commands to inspect resource provisioning states and configuration settings. For instance, scripts/test-storage.sh and scripts/test-database.sh use az commands to verify that resources are active and correctly configured.
- [CREDENTIALS_UNSAFE]: Programmatically retrieves sensitive credentials, such as Storage Account primary keys (via az storage account keys list) and instrumentation keys, to perform authenticated diagnostic operations. This is a standard requirement for verifying data plane access.
- [EXTERNAL_DOWNLOADS]: Performs network connectivity probes using curl against user-provided resource endpoints to verify HTTP accessibility, response times, and HTTPS enforcement.
- [DATA_EXFILTRATION]: Inspects and reports on resource metadata and security settings, including firewall rules and encryption configurations, to ensure that the deployed infrastructure adheres to established security best practices.
Audit Metadata