{
  "x402Version": 2,
  "id": 5329,
  "slug": "5329",
  "resource": "https://agente.revenuerecoveryai.app/v1/x402/launch-audit",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x464374fB066F08273740e99Ad5c07B92d8aC665F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "250000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agente.revenuerecoveryai.app",
  "lastUpdated": "2026-09-14T21:50:43.031Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T21:50:42.808Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agente.revenuerecoveryai.app",
    "manifest_name": "agente.revenuerecoveryai.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}