.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/Screenshot 2025-11-04 at 1.00.23 PM.png
assets/logo-v1_102025.jpg
assets/navigator_legend_metadata.png
assets/repo-visualizer.svg
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/demo_conversation.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/progressive_scores.small.gif
assets/demos/asciinema/semfire_v18_demo.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/MITRE-ATT&CK_demo.md
docs/api(deprecated).md
docs/cli.md
docs/context.md
docs/docker-cli.md
docs/examples.md
docs/extending.md
docs/harmnet-eval.md
docs/providers.md
docs/quickstart.md
docs/roadmap.md
docs/semfire-brief-v2_102125.pdf
docs/spotlighting.md
docs/transformers_provider.md
docs/usage.md
injection_defense/README.md
injection_defense/requirements.txt
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
integrations/navigator/__init__.py
integrations/navigator/semfire_navigator_adapter.py
integrations/navigator/semfire_navigator_cli.py
integrations/navigator/semfire_navigator_integration.py
integrations/navigator/technique_mapping.json
integrations/navigator/docs/MITRE-ATT&CK.md
integrations/navigator/examples/run_example.py
integrations/navigator/examples/output/example_layer_ready_to_load.json
integrations/navigator/examples/sample_data/harmbench_synthetic.jsonl
integrations/navigator/examples/sample_data/jbb_synthetic.jsonl
scripts/bump_version.py
scripts/local_release.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
scripts/navigator/navigator_utils.py
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_docker_image.sh
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_navigator_adapter.py
tests/test_providers.py
tests/test_readme.py
tests/test_release.py
tests/test_rule_based.py
tests/test_run_example.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