LICENSE
README.md
pyproject.toml
anonproxy/__init__.py
anonproxy/__main__.py
anonproxy/audit.py
anonproxy/cli.py
anonproxy/config.py
anonproxy/engine.py
anonproxy/mcp_wrapper.py
anonproxy/profiles.py
anonproxy/restorer.py
anonproxy/surrogates.py
anonproxy/vault.py
anonproxy/verify.py
anonproxy/wizard.py
anonproxy.egg-info/PKG-INFO
anonproxy.egg-info/SOURCES.txt
anonproxy.egg-info/dependency_links.txt
anonproxy.egg-info/entry_points.txt
anonproxy.egg-info/requires.txt
anonproxy.egg-info/top_level.txt
anonproxy/detectors/__init__.py
anonproxy/detectors/anonymizer_slm.py
anonproxy/detectors/gliner2_detector.py
anonproxy/detectors/gliner_detector.py
anonproxy/detectors/llm_detector.py
anonproxy/detectors/openai_pii_detector.py
anonproxy/detectors/piiranha_detector.py
anonproxy/detectors/regex_detector.py
anonproxy/detectors/scope_detector.py
anonproxy/proxy/__init__.py
anonproxy/proxy/app.py
anonproxy/proxy/streaming.py
anonproxy/proxy/transform.py
tests/test_audit.py
tests/test_audit_confidence.py
tests/test_config.py
tests/test_detectors.py
tests/test_gemini.py
tests/test_llm_detector.py
tests/test_mcp_wrapper.py
tests/test_packaging.py
tests/test_polish.py
tests/test_profiles.py
tests/test_proxy.py
tests/test_regex_quality.py
tests/test_restorer_fuzz.py
tests/test_roundtrip.py
tests/test_sanitize_empty_blocks.py
tests/test_scope.py
tests/test_streaming.py
tests/test_streaming_tooljson.py
tests/test_tool_calls.py
tests/test_vault.py
tests/test_vault_crypto.py
tests/test_vault_prune.py
tests/test_verify.py
tests/test_webapp.py