README.md
pyproject.toml
src/rag_audit/__init__.py
src/rag_audit/bootstrap.py
src/rag_audit/cli.py
src/rag_audit/config.py
src/rag_audit/history.py
src/rag_audit/py.typed
src/rag_audit/workspace.py
src/rag_audit/attacks/__init__.py
src/rag_audit/attacks/base.py
src/rag_audit/attacks/citation_failure.py
src/rag_audit/attacks/context_leakage.py
src/rag_audit/attacks/context_poisoning.py
src/rag_audit/attacks/detectors.py
src/rag_audit/attacks/evidence_redaction.py
src/rag_audit/attacks/indirect_prompt_injection.py
src/rag_audit/attacks/jailbreak.py
src/rag_audit/attacks/pii_leakage.py
src/rag_audit/attacks/prompt_injection.py
src/rag_audit/attacks/rag_poisoning.py
src/rag_audit/attacks/runner.py
src/rag_audit/attacks/scoring.py
src/rag_audit/attacks/tool_abuse.py
src/rag_audit/benchmark/__init__.py
src/rag_audit/benchmark/persistence.py
src/rag_audit/benchmark/runner.py
src/rag_audit/core/__init__.py
src/rag_audit/core/module.py
src/rag_audit/core/result.py
src/rag_audit/core/runner.py
src/rag_audit/core/stage.py
src/rag_audit/datasets/__init__.py
src/rag_audit/datasets/jsonl_provider.py
src/rag_audit/datasets/provider.py
src/rag_audit/embeddings/__init__.py
src/rag_audit/embeddings/base.py
src/rag_audit/embeddings/bge.py
src/rag_audit/embeddings/cohere.py
src/rag_audit/embeddings/factory.py
src/rag_audit/embeddings/fake.py
src/rag_audit/embeddings/ollama.py
src/rag_audit/embeddings/openai_compatible.py
src/rag_audit/embeddings/registry.py
src/rag_audit/embeddings/voyage.py
src/rag_audit/evaluation/__init__.py
src/rag_audit/evaluation/context.py
src/rag_audit/evaluation/evaluator_harness.py
src/rag_audit/evaluation/harness.py
src/rag_audit/evaluation/metric_specs.py
src/rag_audit/evaluation/metrics/__init__.py
src/rag_audit/evaluation/metrics/answer_relevance.py
src/rag_audit/evaluation/metrics/base.py
src/rag_audit/evaluation/metrics/context_precision.py
src/rag_audit/evaluation/metrics/context_recall.py
src/rag_audit/evaluation/metrics/cost.py
src/rag_audit/evaluation/metrics/faithfulness.py
src/rag_audit/evaluation/metrics/hallucination.py
src/rag_audit/evaluation/metrics/latency.py
src/rag_audit/evaluation/metrics/types.py
src/rag_audit/evaluators/__init__.py
src/rag_audit/evaluators/base.py
src/rag_audit/evaluators/citation.py
src/rag_audit/evaluators/deepeval_adapter.py
src/rag_audit/evaluators/deterministic.py
src/rag_audit/evaluators/factory.py
src/rag_audit/evaluators/llm_judge.py
src/rag_audit/evaluators/phoenix_adapter.py
src/rag_audit/evaluators/ragas_adapter.py
src/rag_audit/evaluators/registry.py
src/rag_audit/evaluators/semantic.py
src/rag_audit/evaluators/trulens_adapter.py
src/rag_audit/generation/__init__.py
src/rag_audit/generation/prompts.py
src/rag_audit/generation/runner.py
src/rag_audit/generation/service.py
src/rag_audit/ingestion/__init__.py
src/rag_audit/ingestion/chunking.py
src/rag_audit/llms/__init__.py
src/rag_audit/llms/base.py
src/rag_audit/llms/factory.py
src/rag_audit/llms/fake.py
src/rag_audit/llms/openai_compatible.py
src/rag_audit/llms/registry.py
src/rag_audit/mcp/__init__.py
src/rag_audit/mcp/loader.py
src/rag_audit/mcp/registry.py
src/rag_audit/modules/__init__.py
src/rag_audit/modules/builtin.py
src/rag_audit/observability/__init__.py
src/rag_audit/observability/timeline.py
src/rag_audit/observability/tracing.py
src/rag_audit/plugins/__init__.py
src/rag_audit/plugins/attack_registry.py
src/rag_audit/plugins/metric_registry.py
src/rag_audit/plugins/module_registry.py
src/rag_audit/plugins/reporter_registry.py
src/rag_audit/regression/__init__.py
src/rag_audit/regression/comparator.py
src/rag_audit/reporting/__init__.py
src/rag_audit/reporting/html_reporter.py
src/rag_audit/reporting/json_reporter.py
src/rag_audit/reporting/markdown_reporter.py
src/rag_audit/reporting/pdf_reporter.py
src/rag_audit/reporting/reporter.py
src/rag_audit/retrieval/__init__.py
src/rag_audit/retrieval/probes.py
src/rag_audit/retrieval/service.py
src/rag_audit/retrievers/__init__.py
src/rag_audit/retrievers/base.py
src/rag_audit/retrievers/chroma.py
src/rag_audit/retrievers/constants.py
src/rag_audit/retrievers/factory.py
src/rag_audit/retrievers/fake.py
src/rag_audit/retrievers/pgvector.py
src/rag_audit/retrievers/pinecone.py
src/rag_audit/retrievers/qdrant.py
src/rag_audit/retrievers/registry.py
src/rag_audit/security/__init__.py
src/rag_audit/security/prompt_injection.py
src/rag_audit_toolkit.egg-info/PKG-INFO
src/rag_audit_toolkit.egg-info/SOURCES.txt
src/rag_audit_toolkit.egg-info/dependency_links.txt
src/rag_audit_toolkit.egg-info/entry_points.txt
src/rag_audit_toolkit.egg-info/requires.txt
src/rag_audit_toolkit.egg-info/top_level.txt
tests/test_admin_audit_trail.py
tests/test_admin_quality.py
tests/test_admin_sentry_test_endpoint.py
tests/test_agent_config_env.py
tests/test_answer_mode_gate.py
tests/test_ask_rate_limit_429.py
tests/test_ask_sources.py
tests/test_ask_susije_teises_aktai.py
tests/test_ask_token_recording.py
tests/test_audit_attack_runner.py
tests/test_audit_attacks.py
tests/test_audit_benchmark.py
tests/test_audit_cli.py
tests/test_audit_config.py
tests/test_audit_datasets.py
tests/test_audit_docs_dx.py
tests/test_audit_embeddings.py
tests/test_audit_enterprise_security.py
tests/test_audit_evaluation_context.py
tests/test_audit_evaluators.py
tests/test_audit_generation.py
tests/test_audit_history.py
tests/test_audit_html_reporting.py
tests/test_audit_llm.py
tests/test_audit_mcp.py
tests/test_audit_metrics.py
tests/test_audit_packaging.py
tests/test_audit_pdf_reporting.py
tests/test_audit_plugins.py
tests/test_audit_real_integrations.py
tests/test_audit_regression.py
tests/test_audit_release_metadata.py
tests/test_audit_reporting.py
tests/test_audit_retrieval.py
tests/test_audit_retriever.py
tests/test_audit_runner.py
tests/test_audit_timeline.py
tests/test_audit_v1_stabilization.py
tests/test_audit_vector_db_retrievers.py
tests/test_audit_workspace.py
tests/test_auth_required.py
tests/test_backfill_helpers.py
tests/test_ci_workflow.py
tests/test_clarification_flow.py
tests/test_compliance.py
tests/test_content_type_classifier.py
tests/test_cost_tracking.py
tests/test_db_routing.py
tests/test_decision_trees.py
tests/test_declaration_router.py
tests/test_deploy_eval_gate.py
tests/test_deploy_staging_workflow.py
tests/test_deploy_workflow.py
tests/test_disclaimer_modal_sim.py
tests/test_docker_hardening.py
tests/test_docs_security_readiness.py
tests/test_dump_schema_for_compare.py
tests/test_effective_date_filter.py
tests/test_effective_dates.py
tests/test_embed_search_v2_chunks.py
tests/test_embed_search_v2_documents.py
tests/test_embedding_provider.py
tests/test_enrich_search_v2_tax_domain.py
tests/test_eval_candidates.py
tests/test_eval_gate_exit.py
tests/test_eval_scoring.py
tests/test_evidence_contract.py
tests/test_expert_suite.py
tests/test_feedback.py
tests/test_feedback_reasons_contract.py
tests/test_feedback_workflows_integration.py
tests/test_followup_telemetry.py
tests/test_forbidden_templates.py
tests/test_gold_suite.py
tests/test_graph_expansion_v2.py
tests/test_idempotent_reindex.py
tests/test_law_article_extractor.py
tests/test_law_ref_backfill.py
tests/test_legal_chunker.py
tests/test_legal_pages.py
tests/test_lexical_search.py
tests/test_llm_helpers_provider.py
tests/test_llm_provider.py
tests/test_local_crawler_chunk_limit.py
tests/test_main_auth_sources.py
tests/test_me_routes.py
tests/test_me_usage.py
tests/test_migrate.py
tests/test_migration_m014.py
tests/test_migration_m022.py
tests/test_migration_m023.py
tests/test_migration_m024.py
tests/test_nightly_eval_workflow.py
tests/test_pii_completeness.py
tests/test_pipeline_answer_provider.py
tests/test_pipeline_context_budget.py
tests/test_pipeline_context_json.py
tests/test_pipeline_v2_wiring.py
tests/test_pipeline_validator_revalidation.py
tests/test_plan_rate_limit.py
tests/test_prc_wiring.py
tests/test_prompt_hardening.py
tests/test_quality_metrics.py
tests/test_query_builder.py
tests/test_rag_audit_imports.py
tests/test_required_facts_union.py
tests/test_reranker.py
tests/test_response_format.py
tests/test_retention_purge.py
tests/test_retrieval_filter.py
tests/test_roles.py
tests/test_scenario_router.py
tests/test_search_document_id_normalization.py
tests/test_search_tar_acts_v2.py
tests/test_search_v2_storage.py
tests/test_second_pass_retrieval.py
tests/test_security_headers.py
tests/test_shadow_async.py
tests/test_shadow_eval.py
tests/test_shadow_sampling.py
tests/test_source_cards_sim.py
tests/test_stale_audit_feedback.py
tests/test_stale_sources.py
tests/test_stale_tar_filter.py
tests/test_storage_release_connection.py
tests/test_tar_filter.py
tests/test_tax_domain_classifier.py
tests/test_tax_domain_llm_tier.py
tests/test_topic_normalization.py
tests/test_transaction_type_classifier.py
tests/test_usage_ui.py
tests/test_validator.py
tests/test_validator_review_queue.py
tests/test_validator_structured.py
tests/test_vector_search.py
tests/test_vllm_provider.py
tests/test_vmi_client_retry.py
tests/test_vmi_noise_filter.py
tests/test_xss_browser_sim.py
tests/test_xss_sanitization.py