Files
Threat-Modeling-Toolkit/tmt/__init__.py

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"