veergandhii/IaC ThreatGen
Generate a STRIDE / MITRE ATT&CK / NIST CSF threat model from Terraform & Kubernetes IaC, with an optional secure-by-default Terraform PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | File or directory containing Terraform/Kubernetes IaC. | no | . |
| remediate | Generate secure-by-default Terraform remediations (requires terraform). | no | false |
| open-pr | Open a GitHub PR with the remediation (needs contents+pull-requests write). | no | false |
| output | Path for the JSON report. | no | threat_report.json |
| markdown | Path for the Markdown report. | no | threat_report.md |
| python-version | Python version to run on. | no | 3.13 |
Outputs
| name | description |
|---|---|
| report-path | Path to the JSON report. |
| threat-count | Number of threats found. |