Comprehensive toolkit for generating best practice Terragrunt configurations (HCL files) following current standards and conventions. Use this skill when creating new Terragrunt resources (root configs, child modules, stacks, environment setups), or building multi-environment Terragrunt projects.
74
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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.
The SKILL.md workflow (Core Capabilities → "Handling Custom Providers/Modules" and related sections) explicitly tells the agent to "Search using WebSearch" and to use git/registry URLs (e.g., git::..., tfr://...) to identify provider/module docs, so the agent is expected to fetch and interpret open/public third-party content which can directly influence generated configuration and subsequent actions.
github.com
domain · 4 sites
The scanner flags git:: URLs referencing github.com as third-party content the plugin fetches. These are module source syntax examples in generated Terragrunt configurations, not runtime fetches by the plugin itself.
SKILL.md
114
- Git: "git::https://github.com/org/repo.git//path?ref=v1.0.0"
references/common-patterns.md
711
source = "git::git@github.com:acme/infrastructure-catalog.git//units/vpc?ref=v1.0.0"
720
source = "git::git@github.com:acme/infrastructure-catalog.git//units/database?ref=v1.0.0"
820
source = "git::git@github.com:acme/modules.git//vpc?ref=${feature.module_version.value}"
registry.terraform.io
domain · 9 sites
The scanner flags tfr:// URLs referencing the Terraform Registry as third-party content the plugin fetches. These are module source syntax examples in generated Terragrunt configurations, not runtime fetches by the plugin itself.
WebSearch tool instruction
content-type · 1 site
The scanner flags the WebSearch instruction as the plugin fetching third-party content. This is an instruction to the agent/human using the skill to search for provider documentation when generating configs with custom providers.
SKILL.md
222
2. **Search** using WebSearch: "[provider] terraform provider [version] documentation"
terragrunt.gruntwork.io
domain · 23 sites
The scanner flags documentation links to terragrunt.gruntwork.io as third-party content the plugin fetches. These are reference/documentation links in the skill's markdown, not runtime fetches by the plugin.