terraform-search-import

Pass

Audited by Gen Agent Trust Hub on Apr 2, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • Standard Terraform Operations: The skill utilizes standard Terraform CLI commands such as terraform init, terraform query, and terraform plan. These are expected operations for an Infrastructure-as-Code (IaC) management tool.
  • Local Script Execution: The skill includes a local bash script (scripts/list_resources.sh) used to query the local Terraform provider schema. The script uses jq to parse the output of terraform providers schema -json to identify supported resource types, which is a common administrative task for Terraform users.
  • Cloud Resource Discovery: It provides examples for using the AWS CLI to discover resources not yet supported by Terraform's native search. While this involves interacting with cloud environments, it follows established security patterns for cloud auditing and migration.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 2, 2026, 12:48 AM