Terraform Cost Estimator
Analysis
This is a straightforward instruction-only Terraform cost estimator; its local Terraform/Python commands fit the purpose, but users should be aware they may use existing Terraform/cloud context and create a local plan file.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
terraform plan -out=plan.tfplan 2>/dev/null terraform show -json plan.tfplan 2>/dev/null | python3 -c
The skill instructs use of local Terraform and Python commands and creates a plan file. This is central to estimating Terraform costs, but it is still command execution in the user's project environment.
Required binaries (all must exist): none
The registry metadata does not declare required binaries, while SKILL.md documents commands using terraform and python3. This is an under-declared dependency rather than hidden code installation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Works with AWS, GCP, and Azure resources.
Estimating costs from Terraform plans for cloud resources may rely on the user's existing Terraform provider configuration and cloud account context. The artifacts do not show credential collection, logging, or unrelated account access.
