Add a 'Export as Markdown' option that generates a human-readable summary of the threat model:
# Threat Model: Payment Processing
## Components
- API Gateway (process, DMZ)
- Payment DB (data store, internal)
## Data Flows
- API Gateway → Payment DB (PostgreSQL/TLS)
## Threats (5 identified, 3 mitigated)
...
Useful for including in PRs, wikis, or documentation.
Add a 'Export as Markdown' option that generates a human-readable summary of the threat model:
Useful for including in PRs, wikis, or documentation.