pyproject.toml
src/trappsec/__init__.py
src/trappsec/builders.py
src/trappsec/core.py
src/trappsec/handlers.py
src/trappsec.egg-info/PKG-INFO
src/trappsec.egg-info/SOURCES.txt
src/trappsec.egg-info/dependency_links.txt
src/trappsec.egg-info/requires.txt
src/trappsec.egg-info/top_level.txt
src/trappsec/integrations/__init__.py
src/trappsec/integrations/django.py
src/trappsec/integrations/fastapi.py
src/trappsec/integrations/flask.py
src/trappsec/integrations/litestar.py
src/trappsec/integrations/sanic.py
src/trappsec/integrations/starlette.py
src/trappsec/integrations/tornado.py
tests/test_core_events_and_builders.py
tests/test_detect_honey_fields.py
tests/test_slack_handler.py
tests/test_webhook_handler.py