terraform-azurerm-set-diff-analyzer
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides a local analysis tool for Terraform plan JSON files. The core logic in
scripts/analyze_plan.pyuses only Python standard libraries (json,argparse,sys, etc.). - [SAFE]: No network communication patterns (e.g.,
requests,urllib,socket) or remote code execution vectors were found in the provided source code. - [SAFE]: File system interactions are limited to reading the input plan file and a local configuration JSON file (
references/azurerm_set_attributes.json). - [SAFE]: The skill does not implement persistence mechanisms, privilege escalation, or obfuscation techniques. All documentation and metadata are consistent with the stated purpose of analyzing AzureRM provider diffs.
Audit Metadata