LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/formal_specification.md
docs/signing-keys.md
docs/vaara-audit-cli.md
src/vaara/__init__.py
src/vaara/_sanitize.py
src/vaara/adversarial_classifier.py
src/vaara/audit_cli.py
src/vaara/auth.py
src/vaara/cli.py
src/vaara/pipeline.py
src/vaara.egg-info/PKG-INFO
src/vaara.egg-info/SOURCES.txt
src/vaara.egg-info/dependency_links.txt
src/vaara.egg-info/entry_points.txt
src/vaara.egg-info/requires.txt
src/vaara.egg-info/top_level.txt
src/vaara/attestation/__init__.py
src/vaara/attestation/iap.py
src/vaara/attestation/overt.py
src/vaara/attestation/s3p.py
src/vaara/attestation/tee.py
src/vaara/attestation/transparency_log.py
src/vaara/audit/__init__.py
src/vaara/audit/export.py
src/vaara/audit/incident_export.py
src/vaara/audit/prov_export.py
src/vaara/audit/receipts.py
src/vaara/audit/review_queue.py
src/vaara/audit/signer.py
src/vaara/audit/sqlite_backend.py
src/vaara/audit/trail.py
src/vaara/audit/verify.py
src/vaara/compliance/__init__.py
src/vaara/compliance/dashboard.py
src/vaara/compliance/engine.py
src/vaara/compliance/render.py
src/vaara/data/adversarial_classifier_v1.joblib
src/vaara/detect/__init__.py
src/vaara/detect/injection.py
src/vaara/detect/pii.py
src/vaara/integrations/__init__.py
src/vaara/integrations/_content_safety_articles.py
src/vaara/integrations/_content_safety_base.py
src/vaara/integrations/_mcp_overt.py
src/vaara/integrations/_mcp_upstream.py
src/vaara/integrations/azure_content_safety.py
src/vaara/integrations/bedrock_guardrails.py
src/vaara/integrations/crewai.py
src/vaara/integrations/gcp_model_armor.py
src/vaara/integrations/guardrails_ai.py
src/vaara/integrations/langchain.py
src/vaara/integrations/llm_guard.py
src/vaara/integrations/mcp_proxy.py
src/vaara/integrations/mcp_server.py
src/vaara/integrations/nemo_guardrails.py
src/vaara/integrations/openai_agents.py
src/vaara/integrations/rebuff.py
src/vaara/policy/__init__.py
src/vaara/policy/controller.py
src/vaara/policy/loader.py
src/vaara/policy/schema.py
src/vaara/policy/test_cases.py
src/vaara/policy/test_cases_io.py
src/vaara/policy/validate.py
src/vaara/sandbox/__init__.py
src/vaara/sandbox/trace_gen.py
src/vaara/scorer/__init__.py
src/vaara/scorer/action_gate.py
src/vaara/scorer/adaptive.py
src/vaara/scorer/composite.py
src/vaara/scorer/composition.py
src/vaara/scorer/mc_dropout_gate.py
src/vaara/scorer/stacked_gate.py
src/vaara/scorer/trained_gate.py
src/vaara/server/__init__.py
src/vaara/server/app.py
src/vaara/server/routes.py
src/vaara/server/schemas.py
src/vaara/server/state.py
src/vaara/taxonomy/__init__.py
src/vaara/taxonomy/actions.py
tests/test_adversarial_classifier_integration.py
tests/test_attestation_iap.py
tests/test_attestation_overt.py
tests/test_attestation_s3p.py
tests/test_attestation_tee.py
tests/test_audit.py
tests/test_audit_cli.py
tests/test_audit_purge.py
tests/test_compliance.py
tests/test_compliance_dashboard.py
tests/test_compliance_render.py
tests/test_detect.py
tests/test_eval_adversarial_coverage.py
tests/test_incident_export.py
tests/test_integrations.py
tests/test_integrations_azure_content_safety.py
tests/test_integrations_bedrock_guardrails.py
tests/test_integrations_gcp_model_armor.py
tests/test_integrations_guardrails_ai.py
tests/test_integrations_llm_guard.py
tests/test_integrations_mcp_proxy.py
tests/test_integrations_mcp_proxy_overt.py
tests/test_integrations_nemo_guardrails.py
tests/test_integrations_rebuff.py
tests/test_mc_dropout_gate.py
tests/test_mcp_server.py
tests/test_mondrian_conformal.py
tests/test_overt_verify_cli.py
tests/test_pipeline.py
tests/test_policy.py
tests/test_policy_cli.py
tests/test_policy_controller.py
tests/test_policy_reload_http.py
tests/test_policy_test_cases.py
tests/test_policy_test_cases_io.py
tests/test_policy_validate.py
tests/test_properties.py
tests/test_prov_export.py
tests/test_receipts.py
tests/test_review_queue.py
tests/test_scorer.py
tests/test_scorer_composition.py
tests/test_scorer_mondrian.py
tests/test_server.py
tests/test_signed_export.py
tests/test_signer.py
tests/test_sqlite_backend.py
tests/test_stacked_gate.py
tests/test_taxonomy.py
tests/test_trace_gen.py
tests/test_trained_gate.py
tests/test_transparency_taxonomy.py