Skip to content
Back to AUX Evidence and Certification

Card snapshot

aux.prdictionedge.ai · 2026-08-22 01:17:11 UTC · 20e521d51ca4484609d897ade3f1937c813808f5e52017496af153a2f9a67617

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.

{
  "name": "AUX Transaction Preflight Agent",
  "description": "Evaluation-grade pre-transaction screening for duplicate invoices, changed payment destinations, vendor-history anomalies, and signed decision evidence. Synthetic data only; not production payment authorization.",
  "supportedInterfaces": [
    {
      "url": "https://aux.prdictionedge.ai/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "PrdictionEdge",
    "url": "https://www.prdictionedge.ai"
  },
  "iconUrl": "https://aux.prdictionedge.ai/favicon.svg",
  "version": "0.1.0",
  "documentationUrl": "https://aux.prdictionedge.ai/agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "transaction-preflight",
      "name": "Transaction Preflight",
      "description": "Evaluate a caller-supplied synthetic B2B payment scenario for duplicate invoices, payment-destination changes, vendor-history anomalies, and signed decision evidence.",
      "tags": [
        "transaction-risk",
        "payment-preflight",
        "duplicate-invoice-detection",
        "payment-destination-change",
        "signed-receipt",
        "synthetic-evaluation"
      ],
      "examples": [
        "Check this synthetic proposed payment for a duplicate invoice before an autonomous agent acts.",
        "Evaluate a synthetic vendor payment after its destination changed and return evidence with the decision."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "mortgage-closing-funds-preflight",
      "name": "Mortgage Closing Funds Preflight",
      "description": "Evaluate a named fictional mortgage closing fixture for destination changes and cash-to-close evidence sufficiency. Never authorizes a wire or accepts real borrower/bank data.",
      "tags": [
        "mortgage-closing",
        "wire-change-detection",
        "cash-to-close",
        "signed-receipt",
        "synthetic-evaluation"
      ],
      "examples": [
        "Evaluate the published wire-change-email fixture and return signed evidence.",
        "Check the closing-match fictional scenario with public FDIC institution context."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}