CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/terraform-validator

Comprehensive toolkit for validating, linting, testing, and automating Terraform configurations and HCL files. Use this skill when working with Terraform files (.tf, .tfvars), validating infrastructure-as-code, debugging Terraform configurations, performing dry-run testing with terraform plan, or working with custom providers and modules.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Overview
Quality
Evals
Security
Files
Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

The skill's required Validation Workflow step 2 performs Context7 lookups and, if those fail, explicitly uses WebSearch("terraform-provider-{name} ... site:registry.terraform.io") to fetch public provider documentation from the open web (registry.terraform.io and other search results), which the agent must read and incorporate into validation reports and remediation decisions.

Where we found it

registry.terraform.io

domain · 3 sites

The skill explicitly instructs the agent to use WebSearch to fetch provider documentation from registry.terraform.io when Context7 lookups fail, and the agent must read and incorporate this content into validation reports and remediation decisions.

SKILL.md

17

Context7 lookup for all providers (explicit and implicit); WebSearch fallback if not found

SKILL.md

63

c. If Context7 fails: WebSearch("terraform-provider-{name} hashicorp documentation site:registry.terraform.io")

SKILL.md

67

**Note:** HashiCorp utility providers (random, null, local, time, tls, archive, external, http) are often not indexed in Context7 — use WebSearch directly for these

Report incorrect finding
Audited
Security analysis
Snyk