.coverage
.dockerignore
.gitignore
Dockerfile
LICENSE
README.md
pyproject.toml
requirements.txt
sitecustomize.py
.github/workflows/docker-cli.yml
.github/workflows/manual-release.yml
.github/workflows/release.yml
.github/workflows/repo-visualizer.yml
.github/workflows/test.yml
.vscode/settings.json
assets/logo-v1_102025.jpg
assets/demos/asciinema/api_analyze_img.gif
assets/demos/asciinema/api_analyze_img.small.gif
assets/demos/asciinema/api_health_ready_zip.gif
assets/demos/asciinema/api_health_ready_zip.small.gif
assets/demos/asciinema/demo_01.gif
assets/demos/asciinema/demo_01.small.gif
assets/demos/asciinema/demo_02.gif
assets/demos/asciinema/demo_02.small.gif
assets/demos/asciinema/demo_03.gif
assets/demos/asciinema/demo_03.small.gif
assets/demos/asciinema/demo_04.gif
assets/demos/asciinema/demo_04.small.gif
assets/demos/asciinema/library_basic.gif
assets/demos/asciinema/library_basic.small.gif
assets/demos/asciinema/library_conversation.gif
assets/demos/asciinema/library_conversation.small.gif
assets/demos/asciinema/transformers_env.gif
assets/demos/asciinema/transformers_env.small.gif
assets/demos/asciinema/transformers_programmatic.gif
assets/demos/asciinema/transformers_programmatic.small.gif
docs/FAQ.md
docs/api(deprecated).md
docs/cli.md
docs/context.md
docs/docker-cli.md
docs/examples.md
docs/extending.md
docs/providers.md
docs/quickstart.md
docs/roadmap.md
docs/spotlighting.md
docs/transformers_provider.md
docs/usage.md
examples/test_docker_image.sh
injection_defense/README.md
injection_defense/requirements.txt
injection_defense/docs/ROADMAP.md
injection_defense/docs/prompt-injection-sources.md
injection_defense/scripts/__init__.py
injection_defense/scripts/executor.py
injection_defense/scripts/orchestrator.py
injection_defense/tests/__init__.py
injection_defense/tests/test_executor.py
injection_defense/tests/test_orchestrator.py
logs/.gitkeep
scripts/bump_version.py
scripts/local_release.py
scripts/test_providers.py
scripts/validate_weights.py
scripts/act/Makefile
scripts/act/README.md
scripts/act/events/push_main.json
scripts/act/events/push_tag.json
scripts/act/events/push_tag_rc.json
scripts/act/events/release_published.json
spotlighting/__init__.py
spotlighting/defenses.py
spotlighting/main.py
src/__init__.py
src/cli.py
src/config_menu.py
src/semantic_firewall.py
src/semfire.py
src/__pycache__/__init__.cpython-311.pyc
src/aegis/__init__.py
src/detectors/__init__.py
src/detectors/echo_chamber.py
src/detectors/heuristic_detector.py
src/detectors/injection_detector.py
src/detectors/llm_provider.py
src/detectors/rule_based.py
src/detectors/__pycache__/__init__.cpython-311.pyc
src/detectors/__pycache__/rule_based.cpython-311.pyc
src/semfire.egg-info/PKG-INFO
src/semfire.egg-info/SOURCES.txt
src/semfire.egg-info/dependency_links.txt
src/semfire.egg-info/entry_points.txt
src/semfire.egg-info/requires.txt
src/semfire.egg-info/top_level.txt
tests/compute_trace_coverage.py
tests/conftest.py
tests/run_tests_for_coverage.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_cli_detector.py
tests/test_echo_chamber_detector.py
tests/test_heuristic_detector.py
tests/test_injection_detector.py
tests/test_install.py
tests/test_llm_default.py
tests/test_llm_providers.py
tests/test_readme.py
tests/test_rule_based.py
tests/test_semantic_firewall.py
tests/test_semantic_firewall_extended.py
tests/test_spotlighting.py
tests/test_transformers_provider.py
tests/__pycache__/__init__.cpython-311.pyc
tests/__pycache__/test_rule_based.cpython-311-pytest-8.3.5.pyc
tests/extended/benchmark_latency.sh
tests/extended/benchmark_memory.py
tests/extended/performance_and_limitations_report.md
tests/extended/test_adversarial.py