mirror of
https://github.com/mytechnotalent/Threat-Modeling-Toolkit.git
synced 2026-03-31 21:10:15 +02:00
9 lines
278 B
Python
9 lines
278 B
Python
"""TMT - Lightweight Threat Modeling Toolkit for Release Cycles.
|
|
|
|
Provides automated pattern-based scanning and LLM-powered review
|
|
for detecting logic bugs, replay attacks, race conditions, and
|
|
token/invite abuse in API routes and auth/session logic.
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|