Skip to content
Back to Agentic Interaction Trust Gate

Card snapshot

agentic-interaction-trust-a2a.vassiliy-lakhonin.workers.dev · 2026-07-10 12:45:30 UTC · fb5bb74de8ca621781c6ee732b47a46459d821ab436a397a044ec6406ffb21db

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "1.0",
  "name": "Agentic Interaction Trust Gate",
  "description": "Before you let a counterparty agent transact or invoke a capability, check whether the evidence to trust that interaction is present. An A2A-compatible evidence-readiness gate for agent-to-agent and agent-mediated actions across A2A endpoint, MCP tool, checkout, account, and API surfaces. Bring the actor's identity claim, target surface, requested action, and dated evidence; get trust-routing triage, the missing source categories, evidence gaps, watch-next indicators, a decision-readiness score, a trust signal, and human-review routing. Evidence-readiness only \u2014 not identity verification, authentication, or transaction authorization.",
  "url": "https://agentic-interaction-trust-a2a.vassiliy-lakhonin.workers.dev",
  "provider": {
    "organization": "Vassiliy Lakhonin",
    "url": "https://vassiliylakhonin.github.io/",
    "legalEntity": {
      "type": "individual",
      "name": "Vassiliy Lakhonin",
      "url": "https://vassiliylakhonin.github.io/verification.json",
      "sameAs": [
        "https://github.com/vassiliylakhonin",
        "https://pypi.org/project/agenda-intelligence-md/",
        "https://glama.ai/mcp/servers/vassiliylakhonin/agenda-intelligence-md"
      ]
    }
  },
  "version": "1.1.0",
  "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/docs/use-cases/agentic-interaction-trust.md",
  "supportedInterfaces": [
    {
      "url": "https://agentic-interaction-trust-a2a.vassiliy-lakhonin.workers.dev/message/send",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "protocolVersions": [
    "1.0"
  ],
  "securitySchemes": {
    "optionalClientId": {
      "apiKeySecurityScheme": {
        "location": "header",
        "name": "X-Client-Id",
        "description": "Optional caller identifier for observability and abuse triage. Not an access credential."
      }
    },
    "productionBearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "bearerFormat": "opaque",
        "description": "Bearer access key for the production message/send route. Enforced only when the operator configures an access key on this deployment; while unset the route is an open free demo and no key is required."
      }
    }
  },
  "securityRequirements": [],
  "security": [],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain",
    "text/markdown"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "agentic-interaction-trust-gate",
      "name": "Counterparty-agent trust gate",
      "description": "Turns an unknown counterparty agent's requested action, target surface, identity claim, and dated evidence into a structured trust-routing recommendation \u2014 allow, step up, escalate to human review, or block until verified \u2014 with the evidence that is still missing, a decision-readiness score, and mandatory human-review routing. Evidence-readiness triage, not identity verification.",
      "tags": [
        "agentic-ai",
        "a2a",
        "agent-to-agent",
        "counterparty-agent",
        "mcp",
        "trust-and-safety",
        "evidence-readiness",
        "human-review",
        "free"
      ],
      "examples": [
        "An unknown A2A agent wants to invoke a capability or settle a payment \u2014 is there enough evidence to allow it, step it up, or escalate?",
        "Triage an agent-to-agent transaction before it executes: what authorization and tool-scope evidence is missing?",
        "Should this AI shopping-agent checkout be allowed, stepped up, or escalated to human review?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ]
    }
  ],
  "support": {
    "email": "vassiliy.lakhonin@gmail.com",
    "documentationUrl": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/MCP.md",
    "hours_local": "Mon\u2013Fri 09:00\u201318:00 Asia/Almaty (UTC+5)",
    "timezone": "Asia/Almaty",
    "response_sla": "Best-effort response within 2 business days. Solo maintainer (not a company); not a paid support channel."
  },
  "x_agenda_intelligence": {
    "hosted_wrapper": true,
    "wrapper_scope": "A2A/JSON-RPC discovery, counterparty-agent trust triage before a delegated action or transaction, evidence gating, and routing response only",
    "jsonrpc_endpoint": "https://agentic-interaction-trust-a2a.vassiliy-lakhonin.workers.dev/message/send",
    "ai_catalog": "https://agentic-interaction-trust-a2a.vassiliy-lakhonin.workers.dev/.well-known/ai-catalog.json",
    "repository": "https://github.com/vassiliylakhonin/agenda-intelligence-md",
    "package": "https://pypi.org/project/agenda-intelligence-md/",
    "mcp": {
      "transport": "stdio",
      "server_command": "agenda-intelligence-mcp",
      "install": "pip install agenda-intelligence-md"
    },
    "boundaries": [
      "Agentic interaction evidence triage only.",
      "No autonomous live source retrieval.",
      "No factual-truth verification.",
      "No cybersecurity monitoring, fraud adjudication, identity verification, or transaction authorization.",
      "No legal, compliance, financial, investment, insurance, or trading advice.",
      "No approval, clearance, authorization, denial, blocking, or final decision.",
      "Human review is required for consequential decisions."
    ],
    "product_profile": "agentic_interaction_trust",
    "canonical_product_name": "Agentic Interaction Trust Gate",
    "documentation": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/docs/use-cases/agentic-interaction-trust.md",
    "product_contract": {
      "request_schema": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/schemas/v1/agentic-interaction-trust-request.schema.json",
      "response_schema": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/schemas/v1/agentic-interaction-trust-response.schema.json",
      "source_taxonomy": "https://github.com/vassiliylakhonin/agenda-intelligence-md/blob/main/source-requirements/agentic-interaction-trust.json",
      "runnable_examples": "https://github.com/vassiliylakhonin/agenda-intelligence-md/tree/main/examples/agentic-interaction-trust",
      "canonical_input_mode": "structured_json",
      "demo_input_modes": [
        "structured_json"
      ]
    },
    "required_before_action": [
      "agent_identity_claim",
      "operator_or_principal_authorization",
      "agent_card_or_manifest",
      "tool_scope_or_permission_evidence",
      "session_authentication_evidence",
      "action_intent_evidence",
      "transaction_or_target_action_evidence"
    ],
    "helpful_context_sources": [
      "mcp_or_a2a_endpoint_metadata",
      "rate_limit_or_abuse_signal",
      "fraud_or_account_takeover_signal",
      "device_or_infrastructure_evidence",
      "provider_policy_or_allowlist",
      "prior_interaction_history",
      "incident_report_or_threat_intel",
      "human_review_note"
    ],
    "supported_contracts": [
      "agentic_interaction_trust_contract"
    ],
    "buyer_use_cases": [
      "verify an unknown A2A counterparty agent before granting a capability or settling a payment",
      "agent-to-agent (x402 / delegated-payment) transaction step-up before it executes",
      "MCP tool-scope and permission evidence triage before an external agent invokes a tool",
      "AI shopping-agent checkout step-up review",
      "API partner delegated-action evidence readiness",
      "trust-and-safety human-review queue preparation"
    ],
    "commercial_positioning": "Before you let a counterparty agent transact or invoke a capability, check whether the evidence to trust that interaction is present. Actor identity claim + target surface + requested action + dated evidence -> auditable trust-routing triage with the missing evidence categories, a decision-readiness score, watch-next indicators, and human-review escalation. Evidence-readiness only: it surfaces what is missing before a policy engine or a human decides. It is not identity verification, authentication, or transaction authorization.",
    "focus": [
      "counterparty-agent trust triage before a delegated action or agent-to-agent transaction",
      "A2A and MCP endpoint invocation evidence gates",
      "delegated-action authority and permission evidence",
      "agent-mediated checkout and account action triage",
      "human-review escalation for consequential agentic actions"
    ],
    "not_advice_notice": "Agentic interaction evidence triage only. Not cybersecurity monitoring, fraud adjudication, identity verification, transaction authorization, legal advice, compliance advice, or financial advice."
  },
  "signature": "eyJhbGciOiJFUzI1NiIsImI2NCI6ZmFsc2UsImNyaXQiOlsiYjY0Il0sImtpZCI6ImFnZW5kYS1pbnRlbGxpZ2VuY2UtbWQtMjAyNi0wNS0yOS02ZmY3NGQxMiJ9..1WjohK9AbuuGH9_FJQrRsI12GwlCFYFqGrHEZqbJhgvJRY4nZbku_5hlBjTsIzw2ADe_dlZZL-aU0TR41rQ5_A"
}