Skip to content
Back to AUX Evidence and Certification

Card snapshot

aux.prdictionedge.ai · 2026-08-26 07:12:30 UTC · d12bea5c3dfa1ef8005ddd159efc4e3e8be47125e6e446e8281e266a13435944

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": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://aux.prdictionedge.ai/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://aux.prdictionedge.ai/a2a/v1",
      "protocolBinding": "JSONRPC",
      "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"
      ]
    },
    {
      "id": "evidence-claim-evaluation",
      "name": "Evidence and Verification Engine",
      "description": "Evaluate synthetic third-party claims against signed evidence attestations, separating source authority from cryptographic integrity and issuing a revocable signed receipt.",
      "tags": [
        "third-party-claims",
        "evidence-attestations",
        "signed-receipt",
        "revocation",
        "zero-knowledge-ready",
        "synthetic-evaluation"
      ],
      "examples": [
        "Evaluate a published synthetic evidence fixture and return a signed receipt.",
        "Determine whether a signed attestation is authoritative, contradicted, or insufficient."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "public-business-evidence",
      "name": "Public Business Evidence",
      "description": "Screen a public business name against current official OFAC and GLEIF data. Returns explainable matches, source provenance, a bounded next-step decision, and a signed receipt; never legal clearance or payment authorization.",
      "tags": [
        "ofac",
        "sanctions-screening",
        "gleif",
        "lei",
        "business-identity",
        "public-data",
        "signed-receipt"
      ],
      "examples": [
        "Screen MICROSOFT CORPORATION in the US using OFAC and GLEIF.",
        "Check a public business name for OFAC candidates and return source hashes."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ]
}