LICENSE
MANIFEST.in
README.md
pyproject.toml
tests/test_accountability.py
tests/test_attribution.py
tests/test_audio_bridge.py
tests/test_audit_trail.py
tests/test_auditor.py
tests/test_autosign.py
tests/test_behavioral_attestation.py
tests/test_bridge.py
tests/test_budget.py
tests/test_c2pa_formats.py
tests/test_cache.py
tests/test_canary.py
tests/test_caveats.py
tests/test_cli_init.py
tests/test_conformance.py
tests/test_credential_gate.py
tests/test_data_integrity.py
tests/test_deliberation.py
tests/test_dx_sugar.py
tests/test_fastapi_credential_gate.py
tests/test_fleet.py
tests/test_git_workflow.py
tests/test_grade.py
tests/test_hasura_integration.py
tests/test_heartbeat.py
tests/test_hybrid.py
tests/test_hybrid_interop.py
tests/test_jcs.py
tests/test_jcs_interop.py
tests/test_liveness_conformance.py
tests/test_media_badge.py
tests/test_media_native.py
tests/test_merkle.py
tests/test_multikey.py
tests/test_nonce.py
tests/test_proof_of_integration.py
tests/test_provenance.py
tests/test_quorum.py
tests/test_reasoning.py
tests/test_receipts.py
tests/test_recovery.py
tests/test_reputation.py
tests/test_reputation_aggregate.py
tests/test_reputation_disputes.py
tests/test_reputation_ledger.py
tests/test_reputation_policy.py
tests/test_reputation_portability.py
tests/test_revocation.py
tests/test_robot_access.py
tests/test_robot_conformance.py
tests/test_robot_custody.py
tests/test_robot_embodiment.py
tests/test_robot_fusion.py
tests/test_robot_handshake_blackbox_passport.py
tests/test_robot_identity.py
tests/test_robot_lease_quorum.py
tests/test_robot_lifecycle.py
tests/test_robot_liveness_revocation.py
tests/test_robot_perception.py
tests/test_robot_pq.py
tests/test_robot_provenance_capability.py
tests/test_robot_safety_record.py
tests/test_robot_wear.py
tests/test_scan.py
tests/test_secure_key_custody.py
tests/test_security_hardening.py
tests/test_shield_guard.py
tests/test_signer_vc.py
tests/test_status_list.py
tests/test_threshold.py
tests/test_tool_registry.py
tests/test_transparency.py
tests/test_transport.py
tests/test_transport_http_rendezvous.py
tests/test_transport_rendezvous.py
tests/test_transport_udna_sdk.py
tests/test_trifecta.py
tests/test_trust_check.py
tests/test_trust_entropy.py
tests/test_validator_server.py
tests/test_vc.py
tests/test_verifier_vc.py
vouch/__init__.py
vouch/accountability.py
vouch/agent.py
vouch/async_verifier.py
vouch/attribution.py
vouch/attribution_cli.py
vouch/audio.py
vouch/audit_trail.py
vouch/auditor.py
vouch/autosign.py
vouch/behavioral_attestation.py
vouch/budget.py
vouch/cache.py
vouch/canary.py
vouch/caveats.py
vouch/cli.py
vouch/config.py
vouch/conformance.py
vouch/credential.py
vouch/data_integrity.py
vouch/data_integrity_hybrid.py
vouch/deliberation.py
vouch/did_web.py
vouch/fleet.py
vouch/gate.py
vouch/grade.py
vouch/heartbeat.py
vouch/jcs.py
vouch/keys.py
vouch/keystore.py
vouch/kms.py
vouch/liveness_conformance.py
vouch/mcp_guard.py
vouch/merkle.py
vouch/metrics.py
vouch/multikey.py
vouch/nonce.py
vouch/onboard.py
vouch/proof_of_integration.py
vouch/provenance.py
vouch/quorum.py
vouch/ratelimit.py
vouch/reasoning.py
vouch/receipts.py
vouch/recovery.py
vouch/registry.py
vouch/reputation.py
vouch/reputation_aggregate.py
vouch/reputation_disputes.py
vouch/reputation_ledger.py
vouch/reputation_policy.py
vouch/reputation_portability.py
vouch/revocation.py
vouch/seal.py
vouch/signer.py
vouch/ssrf.py
vouch/status_list.py
vouch/status_list_fetcher.py
vouch/threshold.py
vouch/tool_registry.py
vouch/transparency.py
vouch/trifecta.py
vouch/trust_check.py
vouch/trust_entropy.py
vouch/validator_server.py
vouch/vc.py
vouch/verification.py
vouch/verifier.py
vouch/bridge/__init__.py
vouch/bridge/audio_routes.py
vouch/bridge/config.py
vouch/bridge/server.py
vouch/integrations/_common.py
vouch/integrations/a2a.py
vouch/integrations/adk.py
vouch/integrations/amnesia.py
vouch/integrations/fastapi.py
vouch/integrations/google.py
vouch/integrations/goose.py
vouch/integrations/langgraph.py
vouch/integrations/n8n.py
vouch/integrations/autogen/__init__.py
vouch/integrations/autogpt/__init__.py
vouch/integrations/autogpt/commands.py
vouch/integrations/claude-code/settings.hooks.json
vouch/integrations/crewai/__init__.py
vouch/integrations/crewai/tool.py
vouch/integrations/hasura/__init__.py
vouch/integrations/hasura/webhook.py
vouch/integrations/langchain/__init__.py
vouch/integrations/langchain/tool.py
vouch/integrations/mcp/__init__.py
vouch/integrations/mcp/server.py
vouch/integrations/streamlit/__init__.py
vouch/integrations/streamlit/seal.py
vouch/integrations/vertex_ai/__init__.py
vouch/media/__init__.py
vouch/media/badge.py
vouch/media/c2pa.py
vouch/media/native.py
vouch/robotics/__init__.py
vouch/robotics/_signing.py
vouch/robotics/access.py
vouch/robotics/blackbox.py
vouch/robotics/capability.py
vouch/robotics/conformance.py
vouch/robotics/custody.py
vouch/robotics/embodiment.py
vouch/robotics/fusion.py
vouch/robotics/handshake.py
vouch/robotics/identity.py
vouch/robotics/lease.py
vouch/robotics/lifecycle.py
vouch/robotics/liveness.py
vouch/robotics/passport.py
vouch/robotics/perception.py
vouch/robotics/physical_quorum.py
vouch/robotics/pq.py
vouch/robotics/provenance.py
vouch/robotics/revocation.py
vouch/robotics/safety_record.py
vouch/robotics/wear.py
vouch/scan/__init__.py
vouch/scan/detector.py
vouch/scan/patterns.py
vouch/shield/__init__.py
vouch/shield/demo.py
vouch/shield/flight_recorder.py
vouch/shield/permissions.py
vouch/shield/shield.py
vouch/shield/trust_registry.py
vouch/transport/__init__.py
vouch/transport/base.py
vouch/transport/did_key.py
vouch/transport/envelope.py
vouch/transport/http_rendezvous.py
vouch/transport/http_transport.py
vouch/transport/manager.py
vouch/transport/rendezvous.py
vouch/transport/udna.py
vouch_protocol.egg-info/PKG-INFO
vouch_protocol.egg-info/SOURCES.txt
vouch_protocol.egg-info/dependency_links.txt
vouch_protocol.egg-info/entry_points.txt
vouch_protocol.egg-info/requires.txt
vouch_protocol.egg-info/top_level.txt