LICENSE
README.md
pyproject.toml
oubliette_shield/__init__.py
oubliette_shield/cef_logger.py
oubliette_shield/config.py
oubliette_shield/deception.py
oubliette_shield/ensemble.py
oubliette_shield/fastapi_middleware.py
oubliette_shield/llm_judge.py
oubliette_shield/llm_providers.py
oubliette_shield/ml_client.py
oubliette_shield/openapi.py
oubliette_shield/pattern_detector.py
oubliette_shield/pre_filter.py
oubliette_shield/py.typed
oubliette_shield/rate_limiter.py
oubliette_shield/sanitizer.py
oubliette_shield/session.py
oubliette_shield/storage.py
oubliette_shield/webhooks.py
oubliette_shield.egg-info/PKG-INFO
oubliette_shield.egg-info/SOURCES.txt
oubliette_shield.egg-info/dependency_links.txt
oubliette_shield.egg-info/requires.txt
oubliette_shield.egg-info/top_level.txt
oubliette_shield/compliance/__init__.py
oubliette_shield/compliance/compliance.py
oubliette_shield/compliance/mitre_atlas.md
oubliette_shield/compliance/nist_ai_rmf.md
oubliette_shield/compliance/owasp_llm_top10.md
oubliette_shield/integrations/__init__.py
oubliette_shield/integrations/langchain.py
oubliette_shield/integrations/llamaindex.py
oubliette_shield/models/__init__.py
oubliette_shield/models/chat_classifier.pkl
oubliette_shield/models/chat_feature_pipeline.pkl
oubliette_shield/models/chat_feature_pipeline.py
oubliette_shield/models/local_inference.py
tests/test_cef_logger.py
tests/test_compliance.py
tests/test_deception.py
tests/test_fastapi_middleware.py
tests/test_integrations.py
tests/test_local_ml.py
tests/test_openapi.py
tests/test_shield.py
tests/test_storage.py
tests/test_webhooks.py