LICENSE
README.md
pyproject.toml
src/cli.py
src/semantic_firewall.py
src/aegis_semantic_firewall.egg-info/PKG-INFO
src/aegis_semantic_firewall.egg-info/SOURCES.txt
src/aegis_semantic_firewall.egg-info/dependency_links.txt
src/aegis_semantic_firewall.egg-info/entry_points.txt
src/aegis_semantic_firewall.egg-info/requires.txt
src/aegis_semantic_firewall.egg-info/top_level.txt
src/api/__init__.py
src/api/app.py
src/detectors/__init__.py
src/detectors/echo_chamber.py
src/detectors/heuristic_detector.py
src/detectors/injection_detector.py
src/detectors/rule_based.py
tests/test_api.py
tests/test_cli.py
tests/test_demo_ui.py
tests/test_echo_chamber_detector.py
tests/test_heuristic_detector.py
tests/test_injection_detector.py
tests/test_install.py
tests/test_readme.py
tests/test_rule_based.py
tests/test_semantic_firewall.py
tests/test_spotlighting.py