Files
PWNISMS-Threat-Model-Struct…/examples/sample_scenario.md
ModelHub XC 5317ba3ed0 初始化项目,由ModelHub XC社区提供模型
Model: abhaybhargav/PWNISMS-Threat-Model-Structured
Source: Original Platform
2026-06-19 06:52:16 +08:00

24 lines
653 B
Markdown

# Example scenario (excerpt)
Use a full system description in markdown: components, data flows, users, compliance, and trust boundaries. The model responds with a single JSON object (no code fences) matching `threat_model_schema.json`.
This file is illustrative; replace with your own scenario text.
## Sample title
A minimal API service that issues OAuth tokens to internal services behind mTLS.
## Application Information
- REST API on AWS Lambda behind API Gateway
- Tokens signed with an AWS KMS key; rotation weekly
- Audit logs to CloudWatch
## Users
- Internal service principals only (no public internet clients)
## Compliance
- SOC 2