Consolidated x402 launch audit: probe suite (HTTP, TLS, DNS, RDAP, A2A, OpenAPI, paid rout
Consolidated x402 launch audit: probe suite (HTTP, TLS, DNS, RDAP, A2A, OpenAPI, paid routes) plus the Coinbase x402 validator verdict on Bazaar eligibility and an AI-written remediation plan. Score, findings, evidence, signed receipt. / Auditoría de lanzamiento x402 consolidada: sondas deterministas más el veredicto del validador de Coinbase de elegibilidad en el Bazaar y plan de remediación con IA. Puntuación, hallazgos, evidencia y recibo firmado.
250000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-14
updated
Provider
agente.revenuerecoveryai.app · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x464374fB066F08273740e99Ad5c07B92d8aC665F",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"incluir_recibo": true,
"profundidad": "estandar",
"url": "https://agente.ejemplo.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"auditoria": {
"elapsed_ms": 4200,
"findings": [],
"grade": "B",
"recommended_actions": [],
"report_hash": "abc123",
"rule_pack_version": "2026.08.07",
"rule_packs_applied": {
"http": 8,
"x402": 11
},
"score": 82,
"summary": {
"aviso": 3,
"fallo": 1,
"ok": 10
}
},
"coinbase_veredicto": {
"comprobaciones": [],
"elegible_bazaar": true,
"errores": [],
"veredicto": "apto"
},
"plan_remediacion": [
"Exponer /.well-known/agent-card.json para el discovery A2A."
],
"uso": {
"motor": "diagnostico.auditar_lanzamiento",
"validador": "coinbase-publico"
}
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"incluir_recibo": {
"default": true,
"description": "Adjuntar recibo firmado.",
"title": "Incluir Recibo",
"type": "boolean"
},
"profundidad": {
"default": "estandar",
"description": "completa también consulta el discovery del Bazaar.",
"enum": [
"estandar",
"completa"
],
"title": "Profundidad",
"type": "string"
},
"url": {
"description": "Agente o API a auditar.",
"maxLength": 2048,
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "PeticionLaunchAuditPro",
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"auditoria": {
"properties": {
"coverage": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Coverage"
},
"elapsed_ms": {
"title": "Elapsed Ms",
"type": "integer"
},
"evidence": {
"anyOf": [
{
"items": {
"additionalProperties": true,
"type": "object"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"title": "Evidence"
},
"findings": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Findings",
"type": "array"
},
"grade": {
"title": "Grade",
"type": "string"
},
"infrastructure": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Infrastructure"
},
"observed": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Observed"
},
"receipt": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Receipt"
},
"recommended_actions": {
"items": {
"additionalProperties": true,
"type": "object"
},
"title": "Recommended Actions",
"type": "array"
},
"report_hash": {
"title": "Report Hash",
"type": "string"
},
"rule_pack_version": {
"title": "Rule Pack Version",
"type": "string"
},
"rule_packs_applied": {
"additionalProperties": {
"type": "integer"
},
"title": "Rule Packs Applied",
"type": "object"
},
"score": {
"title": "Score",
"type": "integer"
},
"summary": {
"additionalProperties": {
"type": "integer"
},
"title": "Summary",
"type": "object"
}
},
"required": [
"score",
"grade",
"summary",
"rule_pack_version",
"rule_packs_applied",
"findings",
"recommended_actions",
"report_hash",
"elapsed_ms"
],
"title": "RespuestaAuditoria",
"type": "object"
},
"coinbase_veredicto": {
"additionalProperties": true,
"description": "Veredicto del validador público x402 de Coinbase.",
"title": "Coinbase Veredicto",
"type": "object"
},
"plan_remediacion": {
"description": "Pasos priorizados escritos por IA a partir de los findings.",
"items": {
"type": "string"
},
"title": "Plan Remediacion",
"type": "array"
},
"uso": {
"additionalProperties": true,
"title": "Uso",
"type": "object"
}
},
"required": [
"auditoria",
"coinbase_veredicto",
"uso"
],
"title": "RespuestaLaunchAuditPro",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://agente.revenuerecoveryai.app/v1/x402/launch-audit" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agente.revenuerecoveryai.app/v1/x402/launch-audit");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agente.revenuerecoveryai.app/v1/x402/launch-audit")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5329.json, and this resource appears in /discovery/resources and /discovery/search.