LICENSE
NOTICE
README.md
pyproject.toml
src/bivelio_privacy_gateway/__init__.py
src/bivelio_privacy_gateway/cli.py
src/bivelio_privacy_gateway/version.py
src/bivelio_privacy_gateway.egg-info/PKG-INFO
src/bivelio_privacy_gateway.egg-info/SOURCES.txt
src/bivelio_privacy_gateway.egg-info/dependency_links.txt
src/bivelio_privacy_gateway.egg-info/entry_points.txt
src/bivelio_privacy_gateway.egg-info/requires.txt
src/bivelio_privacy_gateway.egg-info/top_level.txt
src/bivelio_privacy_gateway/adapters/__init__.py
src/bivelio_privacy_gateway/adapters/anthropic_messages.py
src/bivelio_privacy_gateway/adapters/base.py
src/bivelio_privacy_gateway/adapters/openai_chat.py
src/bivelio_privacy_gateway/adapters/openai_embeddings.py
src/bivelio_privacy_gateway/adapters/openai_responses.py
src/bivelio_privacy_gateway/adapters/registry.py
src/bivelio_privacy_gateway/adapters/response.py
src/bivelio_privacy_gateway/adapters/walker.py
src/bivelio_privacy_gateway/audit/__init__.py
src/bivelio_privacy_gateway/audit/chain.py
src/bivelio_privacy_gateway/audit/logger.py
src/bivelio_privacy_gateway/audit/sink.py
src/bivelio_privacy_gateway/audit_llm/__init__.py
src/bivelio_privacy_gateway/audit_llm/__main__.py
src/bivelio_privacy_gateway/audit_llm/client.py
src/bivelio_privacy_gateway/audit_llm/queue.py
src/bivelio_privacy_gateway/audit_llm/worker.py
src/bivelio_privacy_gateway/benchmark/__init__.py
src/bivelio_privacy_gateway/benchmark/corpus.py
src/bivelio_privacy_gateway/benchmark/nlp_corpus.py
src/bivelio_privacy_gateway/benchmark/nlp_runner.py
src/bivelio_privacy_gateway/benchmark/oracle.py
src/bivelio_privacy_gateway/benchmark/report.py
src/bivelio_privacy_gateway/benchmark/runner.py
src/bivelio_privacy_gateway/benchmark/fixtures/external_vectors.json
src/bivelio_privacy_gateway/detectors/__init__.py
src/bivelio_privacy_gateway/detectors/base.py
src/bivelio_privacy_gateway/detectors/biometric.py
src/bivelio_privacy_gateway/detectors/checksums.py
src/bivelio_privacy_gateway/detectors/engine.py
src/bivelio_privacy_gateway/detectors/gliner_adapter.py
src/bivelio_privacy_gateway/detectors/gliner_multi_adapter.py
src/bivelio_privacy_gateway/detectors/health.py
src/bivelio_privacy_gateway/detectors/normalize.py
src/bivelio_privacy_gateway/detectors/presidio_adapter.py
src/bivelio_privacy_gateway/detectors/secrets.py
src/bivelio_privacy_gateway/detectors/structured.py
src/bivelio_privacy_gateway/detectors/tenant.py
src/bivelio_privacy_gateway/gateway/__init__.py
src/bivelio_privacy_gateway/gateway/app.py
src/bivelio_privacy_gateway/gateway/auth.py
src/bivelio_privacy_gateway/gateway/egress_prover.py
src/bivelio_privacy_gateway/gateway/pipeline.py
src/bivelio_privacy_gateway/gateway/sandbox_app.py
src/bivelio_privacy_gateway/gateway/sandbox_auth.py
src/bivelio_privacy_gateway/gateway/sandbox_store.py
src/bivelio_privacy_gateway/licensing/__init__.py
src/bivelio_privacy_gateway/licensing/_bvlic_public.pem
src/bivelio_privacy_gateway/licensing/enforcement.py
src/bivelio_privacy_gateway/licensing/issuer.py
src/bivelio_privacy_gateway/licensing/keys.py
src/bivelio_privacy_gateway/licensing/model.py
src/bivelio_privacy_gateway/licensing/token.py
src/bivelio_privacy_gateway/licensing/verifier.py
src/bivelio_privacy_gateway/policy/__init__.py
src/bivelio_privacy_gateway/policy/engine.py
src/bivelio_privacy_gateway/redaction/__init__.py
src/bivelio_privacy_gateway/redaction/transformer.py
src/bivelio_privacy_gateway/redaction/vault.py
tests/test_adapter_leak_gaps.py
tests/test_adapters.py
tests/test_adapters_azure.py
tests/test_app_egress.py
tests/test_art9_special_categories.py
tests/test_audit_and_benchmark.py
tests/test_audit_llm.py
tests/test_audit_tamper_evident.py
tests/test_basic_auth_url_bounds.py
tests/test_benchmark_independence.py
tests/test_benchmark_scoring.py
tests/test_benchmark_tracks.py
tests/test_billing_migration_hardening.py
tests/test_biometric.py
tests/test_checksums.py
tests/test_compact_view.py
tests/test_control_plane.py
tests/test_credential_precision.py
tests/test_egress_exhaustive.py
tests/test_egress_prover.py
tests/test_egress_prover_live.py
tests/test_egress_rails.py
tests/test_egress_sibling_keys.py
tests/test_engine_and_tenant.py
tests/test_gateway_auth.py
tests/test_gliner.py
tests/test_header_egress.py
tests/test_health.py
tests/test_homoglyph_view.py
tests/test_iban_registry.py
tests/test_inspect_and_sandbox.py
tests/test_intl_detectors.py
tests/test_key_position_leak.py
tests/test_license_boundary.py
tests/test_license_fail_closed.py
tests/test_licensing.py
tests/test_nhs_gate.py
tests/test_nlp_allowlist.py
tests/test_nlp_benchmark_smoke.py
tests/test_numeric_prefilter.py
tests/test_overlap_priority.py
tests/test_pan_after_reference.py
tests/test_parity_corpus.py
tests/test_pipeline.py
tests/test_policy.py
tests/test_policy_operator_intent.py
tests/test_presidio.py
tests/test_redaction.py
tests/test_redteam_dlp_fixes.py
tests/test_redteam_pinning.py
tests/test_redteam_regressions.py
tests/test_repo_hygiene.py
tests/test_residual_leak_fixes.py
tests/test_round3_findings.py
tests/test_sandbox_app.py
tests/test_sandbox_hardening.py
tests/test_secret_assignment_gate.py
tests/test_secrets.py
tests/test_stream_content_split.py
tests/test_stream_egress.py
tests/test_stream_multiplex.py
tests/test_stream_tool_scan_cost.py
tests/test_structured.py
tests/test_unicode_tables.py
tests/test_value_masking.py
tests/test_vault_encrypted_by_default.py