terraform-azurerm-set-diff-analyzer
Audited by Runlayer on Feb 22, 2026
Malicious tool definition detected
Tool: references/azurerm_set_attributes.json Description: { "metadata": { "description": "AzureRM Provider Set-type attribute definitions", "lastUpdated": "2026-01-28", "source": "Terraform Registry documentation and AzureRM Provider source code" }, "resources": { "azurerm_application_gateway": { "backend_address_pool": "name", "backend_http_settings": "name", "custom_error_configuration": "status_code", "frontend_ip_configuration": "name", "frontend_port": "name", "gateway_ip_configuration": "n
Malicious tool definition detected
- Search for the resource in [Terraform Registry](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs) - Verify the attribute is listed as "Set of ..." - Some resources like `azurerm_application_gateway` have Set attributes noted explicitly 2.
Malicious tool definition detected
Tool: scripts/analyze_plan.py [1/3] Description: #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Terraform Plan Analyzer for AzureRM Set-type Attributes Analyzes terraform plan JSON output to distinguish between: - Order-only changes (false positives) in Set-type attributes - Actual additions/deletions/modifications Usage: terraform show -json plan.tfplan | python analyze_plan.py python analyze_plan.py plan.json python analyze_plan.py plan.json --format json --exit-code For CI/CD pipeline usa
Tool passed security scan
Tool passed security scan
Tool passed security scan