threatcl

Document and visualize threat models using HCL syntax

brewmacoslinux
Try with needOr install directly
Source

About

Documenting your Threat Models with HCL

Commands

threatcl

Examples

create a new threat model file$ threatcl new myapp.hcl
validate threat model syntax and structure$ threatcl validate myapp.hcl
generate threat model diagram as image$ threatcl export myapp.hcl --output diagram.png
list all threats identified in model$ threatcl threats myapp.hcl
convert threat model to different format$ threatcl export myapp.hcl --format json --output model.json