Pre-deploy threat review

Upload a Terraform plan and get a deterministic STRIDE-oriented readout.

The dashboard is intentionally thin. It runs the same engine as the CLI and renders the same evidence-backed findings, trust boundaries, observations, and machine-readable JSON contract.

What you get

  • Findings grouped by severity
  • Trust boundaries and observed controls
  • Raw JSON contract and markdown report
  • No cloud API calls or runtime dependencies

Analyze

Run the engine against a plan upload

How do I generate this file?

Run these commands in your Terraform working directory, then upload tfplan.json.

terraform plan -out tfplan
terraform show -json tfplan > tfplan.json

Uploaded Terraform plans are analyzed on this server using a temporary file created only for the request. Files are deleted after analysis and are not stored or forwarded to third parties.