BENCHMARKS.md
CHANGELOG.md
Dockerfile
LICENSE
MANIFEST.in
MIGRATION.md
README.md
SECURITY.md
SECURITY_MODEL.md
THREAT_MODEL.md
pyproject.toml
docs/examples.md
examples/01_basic_ask.py
examples/02_scan_data.py
examples/03_protect_data.py
examples/04_banking_policy.py
examples/05_energy_policy.py
examples/06_guard_session.py
examples/07_custom_policy.py
examples/08_custom_model_adapter.py
examples/README.md
examples/_common.py
safedata/__init__.py
safedata/__main__.py
safedata/_audit.py
safedata/_runner.py
safedata/advanced.py
safedata/agent.py
safedata/analysis.py
safedata/api.py
safedata/bodyguard.py
safedata/cli.py
safedata/exceptions.py
safedata/firewall.py
safedata/guard.py
safedata/integrations.py
safedata/leaktest.py
safedata/pii.py
safedata/pii_presidio.py
safedata/policy.py
safedata/py.typed
safedata/receipt.py
safedata/report.py
safedata/results.py
safedata/safeplan.py
safedata/session.py
safedata/shadowframe.py
safedata/tokens.py
safedata/translator.py
safedata/wrap.py
safedata_guard.egg-info/PKG-INFO
safedata_guard.egg-info/SOURCES.txt
safedata_guard.egg-info/dependency_links.txt
safedata_guard.egg-info/entry_points.txt
safedata_guard.egg-info/requires.txt
safedata_guard.egg-info/top_level.txt
tests/test_leak_vectors.py
tests/test_leaktest.py
tests/test_safeplan_guards.py
tests/test_safety.py
tests/test_session.py
tests/test_shadowframe.py
tests/test_v200_facade.py
tests/test_v200_foundation.py