LICENSE
README.md
pyproject.toml
tests/test_adversarial_probe.py
tests/test_attack_isolation.py
tests/test_attack_plan.py
tests/test_cli_main.py
tests/test_config_merge.py
tests/test_corpus_poison_vector.py
tests/test_file_text_poisoner_path_guard.py
tests/test_llm_judge.py
tests/test_llm_scan_probe.py
tests/test_multi_evaluation.py
tests/test_multi_evaluation_incomplete.py
tests/test_registry.py
tests/test_runtime_isolated_registry.py
tests/test_scan_chain_multi_eval_smoke.py
tests/test_scan_report_evaluation_completed.py
vexrag/__init__.py
vexrag.egg-info/PKG-INFO
vexrag.egg-info/SOURCES.txt
vexrag.egg-info/dependency_links.txt
vexrag.egg-info/entry_points.txt
vexrag.egg-info/requires.txt
vexrag.egg-info/top_level.txt
vexrag/attack_algorithms/__init__.py
vexrag/attack_algorithms/hijackrag/__init__.py
vexrag/attack_algorithms/hijackrag/case_generator.py
vexrag/attack_algorithms/hijackrag/evaluation.py
vexrag/attack_algorithms/hijackrag/generator.py
vexrag/attack_algorithms/hijackrag/plugin.py
vexrag/attack_algorithms/hijackrag/report.py
vexrag/attack_algorithms/hijackrag/scan.py
vexrag/attack_algorithms/hijackrag/schema.py
vexrag/attack_algorithms/hijackrag/segments.py
vexrag/attack_algorithms/hijackrag/segment_templates/default_en.jsonl
vexrag/attack_algorithms/poisonedrag/__init__.py
vexrag/attack_algorithms/poisonedrag/case_generator.py
vexrag/attack_algorithms/poisonedrag/evaluation.py
vexrag/attack_algorithms/poisonedrag/generator.py
vexrag/attack_algorithms/poisonedrag/plugin.py
vexrag/attack_algorithms/poisonedrag/prompts.py
vexrag/attack_algorithms/poisonedrag/report.py
vexrag/attack_algorithms/poisonedrag/scan.py
vexrag/attack_algorithms/poisonedrag/schema.py
vexrag/attack_algorithms/poisonedrag/validators.py
vexrag/cli/__init__.py
vexrag/cli/errors.py
vexrag/cli/main.py
vexrag/cli/scan_builder.py
vexrag/core/__init__.py
vexrag/core/adversarial_probe.py
vexrag/core/attack_plan.py
vexrag/core/correct_answer_prompt.py
vexrag/core/json_generation_client.py
vexrag/core/llm_response_validation.py
vexrag/core/llm_scan_probe.py
vexrag/core/runtime.py
vexrag/core/target.py
vexrag/core/target_correct_answer.py
vexrag/core/attacks/__init__.py
vexrag/core/attacks/builtins.py
vexrag/core/attacks/chain_command.py
vexrag/core/attacks/command.py
vexrag/core/attacks/plugin.py
vexrag/core/attacks/registry.py
vexrag/core/config/__init__.py
vexrag/core/config/build.py
vexrag/core/config/errors.py
vexrag/core/config/merge.py
vexrag/core/config/options.py
vexrag/core/contracts/__init__.py
vexrag/core/contracts/attack_literals.py
vexrag/core/contracts/protocols.py
vexrag/core/contracts/scan.py
vexrag/core/evaluation/__init__.py
vexrag/core/evaluation/llm_judge.py
vexrag/core/evaluation/multi.py
vexrag/core/evaluation/protocols.py
vexrag/core/evaluation/semantic_similarity.py
vexrag/core/providers/__init__.py
vexrag/core/providers/errors.py
vexrag/core/providers/ollama.py
vexrag/core/providers/vllm.py
vexrag/core/retrieval/__init__.py
vexrag/core/retrieval/storage.py
vexrag/core/retrieval/poisoning/__init__.py
vexrag/core/retrieval/poisoning/_texts.py
vexrag/core/retrieval/poisoning/contracts.py
vexrag/core/retrieval/poisoning/embeddings.py
vexrag/core/retrieval/poisoning/adapters/__init__.py
vexrag/core/retrieval/poisoning/adapters/chroma.py
vexrag/core/retrieval/poisoning/adapters/faiss.py
vexrag/core/retrieval/poisoning/adapters/file_text.py
vexrag/core/retrieval/poisoning/adapters/qdrant.py
vexrag/web/__init__.py
vexrag/web/version.py