README.md
pyproject.toml
shutapp/__init__.py
shutapp/_adapters.py
shutapp/_blob.py
shutapp/_format.py
shutapp/_smartstr.py
shutapp/cli.py
shutapp/client.py
shutapp/llm.py
shutapp/logging_filter.py
shutapp/session.py
shutapp/wrap.py
shutapp.egg-info/PKG-INFO
shutapp.egg-info/SOURCES.txt
shutapp.egg-info/dependency_links.txt
shutapp.egg-info/entry_points.txt
shutapp.egg-info/requires.txt
shutapp.egg-info/top_level.txt
shutapp/local/__init__.py
shutapp/local/detectors.yaml
shutapp/local/cli/__init__.py
shutapp/local/cli/launcher.py
shutapp/local/cli/session_id.py
shutapp/local/cli/commands/__init__.py
shutapp/local/cli/commands/claude.py
shutapp/local/cli/commands/detectors.py
shutapp/local/cli/commands/session.py
shutapp/local/cli/commands/status.py
shutapp/local/core/__init__.py
shutapp/local/core/detector.py
shutapp/local/core/engine.py
shutapp/local/core/placeholder_filter.py
shutapp/local/core/registry.py
shutapp/local/core/vault.py
shutapp/local/proxy/__init__.py
shutapp/local/proxy/oauth.py
shutapp/local/proxy/redact.py
shutapp/local/proxy/rehydrate.py
shutapp/local/proxy/server.py
shutapp/local/proxy/sse.py
shutapp/local/proxy/stream.py
shutapp/local/validators/__init__.py
shutapp/local/validators/banking.py
shutapp/local/validators/common.py
shutapp/local/validators/crypto.py
shutapp/local/validators/entropy.py
shutapp/local/validators/gov_ids.py
shutapp/local/validators/gs1.py
shutapp/local/validators/luhn.py
shutapp/local/validators/securities.py
shutapp/local/validators/vehicle.py
shutapp/local/validators/vendor.py
shutapp/local/validators/data/bip39_english.txt
shutapp/local/verification/__init__.py
shutapp/local/verification/cli.py
shutapp/local/verification/corpus.py
shutapp/local/verification/report.py
shutapp/local/verification/runner.py
tests/test_blob_roundtrip.py
tests/test_blob_stripped_from_llm.py
tests/test_blob_stripped_from_scan.py
tests/test_counter_stability.py
tests/test_exception_scrubbing.py
tests/test_key_rotation.py
tests/test_no_pii_to_disk.py
tests/test_provider_adapters.py
tests/test_render.py
tests/test_smart_str.py
tests/test_unscan_value_first.py