Skip to main content

iac-executor

Automates the safe execution of pre-approved Terraform plans, ensuring compliance and performing post-deployment checks.

Install this skill

or
82/100

Security score

The iac-executor skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 71

Curl to non-GitHub URL

SourceSKILL.md
71curl -f -s -o /dev/null -w "%{http_code}" http://$INSTANCE_IP
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -f -s -o /dev/null -w "%{http_code}" https://$INSTANCE_IP
medium line 95

Curl to non-GitHub URL

SourceSKILL.md
95curl -f http://$LB_DNS/health
low line 71

External URL reference

SourceSKILL.md
71curl -f -s -o /dev/null -w "%{http_code}" http://$INSTANCE_IP
low line 74

External URL reference

SourceSKILL.md
74curl -f -s -o /dev/null -w "%{http_code}" https://$INSTANCE_IP
low line 95

External URL reference

SourceSKILL.md
95curl -f http://$LB_DNS/health
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →