LICENSE
README.md
pyproject.toml
ai_blocker/__init__.py
ai_blocker/__main__.py
ai_blocker/audit_log.py
ai_blocker/block_actions.py
ai_blocker/config.py
ai_blocker/constants.py
ai_blocker/context_anonymizer.py
ai_blocker/dlp_engine.py
ai_blocker/domain_matcher.py
ai_blocker/dpi_rules.py
ai_blocker/gateway.py
ai_blocker/guardrails.py
ai_blocker/i18n.py
ai_blocker/kernel_backends.py
ai_blocker/network_backends.py
ai_blocker/system_utils.py
ai_blocker/tls_manager.py
ai_blocker/token_monitor.py
ai_blocker/tray.py
ai_blocker/ui.py
ai_devsec_gateway.egg-info/PKG-INFO
ai_devsec_gateway.egg-info/SOURCES.txt
ai_devsec_gateway.egg-info/dependency_links.txt
ai_devsec_gateway.egg-info/entry_points.txt
ai_devsec_gateway.egg-info/requires.txt
ai_devsec_gateway.egg-info/top_level.txt
tests/test_audit_log.py
tests/test_blocklist.py
tests/test_cli_backends.py
tests/test_config.py
tests/test_context_anonymizer.py
tests/test_dlp_engine.py
tests/test_domain_matcher.py
tests/test_dpi_rules.py
tests/test_gateway.py
tests/test_guardrails.py
tests/test_hosts_operations.py
tests/test_language_detection.py
tests/test_network_backends.py
tests/test_platform.py
tests/test_process_detection.py
tests/test_tls_manager.py
tests/test_token_monitor.py