LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/COMPLIANCE.md
docs/OVERT_CONTROLS.md
docs/OWASP_AGENTIC.md
docs/PRIOR_ART.md
docs/TRADEMARK.md
docs/VERDICTS.md
docs/audit_event_schema.md
docs/conformal-prediction.md
docs/execution-receipts.md
docs/formal_specification.md
docs/mit_ai_risk_repository_mapping.md
docs/qi_survey_mapping.md
docs/sep2787-conformance.md
docs/sep2787-overt-mapping.md
docs/signing-keys.md
docs/vaara-audit-cli.md
docs/verifying-evidence.md
docs/design/article12-export-spec.md
docs/design/cross-org-handoff-spec.md
docs/design/cross-stack-revocation-spec.md
docs/design/enforcement-attestation-spec.md
docs/design/evidence-bundle-spec.md
docs/design/key-rotation-retention-spec.md
docs/design/pq-hybrid-signing-spec.md
docs/design/resolvable-agent-identity-spec.md
docs/design/threshold-signing-spec.md
docs/design/transparency-log-consistency-spec.md
docs/design/w3c-vc-receipt-spec.md
docs/sep/sep-server-execution-record.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/embeddings.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/_audit_summary.py
src/vaara/attestation/_bundle.py
src/vaara/attestation/_bundle_io.py
src/vaara/attestation/_bundle_set.py
src/vaara/attestation/_conformance_statement.py
src/vaara/attestation/_decision_conformance.py
src/vaara/attestation/_decision_emit.py
src/vaara/attestation/_decision_types.py
src/vaara/attestation/_decision_verifier.py
src/vaara/attestation/_enforcement.py
src/vaara/attestation/_enforcement_set.py
src/vaara/attestation/_handoff.py
src/vaara/attestation/_handoff_set.py
src/vaara/attestation/_key_history.py
src/vaara/attestation/_normalize.py
src/vaara/attestation/_receipt_conformance.py
src/vaara/attestation/_receipt_emit.py
src/vaara/attestation/_receipt_identity.py
src/vaara/attestation/_receipt_identity_live.py
src/vaara/attestation/_receipt_pq.py
src/vaara/attestation/_receipt_retention.py
src/vaara/attestation/_receipt_types.py
src/vaara/attestation/_receipt_vc.py
src/vaara/attestation/_receipt_verifier.py
src/vaara/attestation/_record_set_conformance.py
src/vaara/attestation/_record_set_findings.py
src/vaara/attestation/_revocation.py
src/vaara/attestation/_sep2787_canonical.py
src/vaara/attestation/_sep2787_emit.py
src/vaara/attestation/_sep2787_signing.py
src/vaara/attestation/_sep2787_types.py
src/vaara/attestation/_sep2787_verifier.py
src/vaara/attestation/_tpm.py
src/vaara/attestation/_tpm_binding.py
src/vaara/attestation/_tpm_bundle.py
src/vaara/attestation/_tpm_chain.py
src/vaara/attestation/_tpm_chain_bundle.py
src/vaara/attestation/decision.py
src/vaara/attestation/iap.py
src/vaara/attestation/overt.py
src/vaara/attestation/receipt.py
src/vaara/attestation/s3p.py
src/vaara/attestation/sep2787.py
src/vaara/attestation/tee.py
src/vaara/attestation/transparency_log.py
src/vaara/audit/__init__.py
src/vaara/audit/article12_export.py
src/vaara/audit/article12_report.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/timeanchor.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_v9.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/_egress_guard.py
src/vaara/integrations/_mcp_attest.py
src/vaara/integrations/_mcp_notify.py
src/vaara/integrations/_mcp_overt.py
src/vaara/integrations/_mcp_upstream.py
src/vaara/integrations/_mcp_upstream_http.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/modes.py
src/vaara/policy/registry.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_agent_identity_vectors.py
tests/test_article12_export.py
tests/test_article12_fold.py
tests/test_attestation_iap.py
tests/test_attestation_overt.py
tests/test_attestation_s3p.py
tests/test_attestation_sep2787.py
tests/test_attestation_sep2787_shape.py
tests/test_attestation_sep2787_step5.py
tests/test_attestation_sep2787_wire.py
tests/test_attestation_tee.py
tests/test_attestation_vectors.py
tests/test_audit.py
tests/test_audit_cli.py
tests/test_audit_purge.py
tests/test_audit_summary.py
tests/test_build_bundle_cli.py
tests/test_bundle_set.py
tests/test_cli_attest_receipt_verify.py
tests/test_compliance.py
tests/test_compliance_dashboard.py
tests/test_compliance_render.py
tests/test_conformance_corpus.py
tests/test_conformance_statement.py
tests/test_cross_org_handoff.py
tests/test_cross_stack_revocation.py
tests/test_decision_pairing_vectors.py
tests/test_decision_record.py
tests/test_detect.py
tests/test_enforcement_attestation.py
tests/test_enforcement_set.py
tests/test_eval_adversarial_coverage.py
tests/test_evidence_bundle.py
tests/test_execution_receipt.py
tests/test_handoff_set.py
tests/test_http_concurrency.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_attest.py
tests/test_integrations_mcp_proxy_overt.py
tests/test_integrations_mcp_proxy_sse.py
tests/test_integrations_nemo_guardrails.py
tests/test_integrations_rebuff.py
tests/test_key_rotation.py
tests/test_mc_dropout_gate.py
tests/test_mcp_egress_guard.py
tests/test_mcp_notify.py
tests/test_mcp_proxy_conformance.py
tests/test_mcp_server.py
tests/test_mcp_upstream_http.py
tests/test_mcp_upstream_rebind.py
tests/test_metadata_ssrf_floor.py
tests/test_mondrian_conformal.py
tests/test_normalize.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_modes.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_pq_hybrid.py
tests/test_properties.py
tests/test_prov_export.py
tests/test_receipt_identity.py
tests/test_receipt_identity_live.py
tests/test_receipt_vc.py
tests/test_receipt_vectors.py
tests/test_receipts.py
tests/test_record_conformance.py
tests/test_record_set_conformance.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_threshold_export.py
tests/test_timeanchor.py
tests/test_tpm_binding.py
tests/test_tpm_chain.py
tests/test_trace_gen.py
tests/test_trained_gate.py
tests/test_transparency_consistency.py
tests/test_transparency_taxonomy.py
tests/test_v040_mcp_http_transport.py
tests/test_v040_per_tenant_threshold.py
tests/test_v040_policy_registry.py
tests/test_v040_tenant.py
tests/test_verify_bundle_cli.py