RunVerdict

Deploy serverless functions globally in seconds. No cold starts, 330+ cities, infinite concurrency, and pay only for CPU time. Support for JavaScript, TypeScript, Python, and Rust.

SearchLiveeip155:8453Exactvia cdp
Github-actionsCiFailure-diagnosisLogsDeveloper-tools
Activity
—
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record.
$2.60
Verified settled volume
24 settlements proven x402 by their on-chain EIP-3009 marker.
$0.040
Listed price
As published in the catalog. Always read the live 402 before paying.
—
Calls · 30d
Upstream's own call count for this endpoint, not ours.
—
Unique payers · 30d
Never called
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x4aa55988fA032FBbB8DDEf496b0f194FEc62D614

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Live 402 challenge

Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.

{
  "error": "PAYMENT_REQUIRED",
  "price": "$0.04",
  "product": "RunVerdict",
  "currency": "USDC",
  "description": "Pay once for an evidence-linked diagnosis of a public GitHub Actions run.",
  "free_sample": "/api/run/sample",
  "documentation": "https://cristianmoroaica.github.io/bountyverdict/"
}

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.04USDC≈ $0.04 USD
on Base · exact scheme

Pay 0.04 USDC on Base to 0x4aa5…2D614. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
40000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x4aa55988fA032FBbB8DDEf496b0f194FEc62D614",
    "amount": "40000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "type": "http",
        "method": "GET",
        "queryParams": {
          "run_url": "https://github.com/openai/codex/actions/runs/29728148711"
        }
      },
      "output": {
        "type": "json",
        "example": {
          "run": {
            "id": "123456789",
            "url": "https://github.com/acme/widget/actions/runs/123456789",
            "event": "pull_request",
            "status": "completed",
            "attempt": 1,
            "head_sha": "0123456789abcdef0123456789abcdef01234567",
            "workflow": "CI",
            "conclusion": "failure",
            "created_at": "2026-07-20T10:00:00Z",
            "repository": "acme/widget",
            "updated_at": "2026-07-20T10:05:00Z"
          },
          "product": "RunVerdict",
          "summary": "2 failed jobs; primary evidence indicates timeout.",
          "verdict": "RETRY",
          "version": "1.0",
          "coverage": {
            "jobs_total": 8,
            "failed_jobs": 2,
            "logs_scanned": 1,
            "jobs_reported": 8,
            "jobs_truncated": false,
            "log_bytes_read": 18240,
            "logs_truncated": 0,
            "logs_unavailable": 0,
            "github_rate_limit_remaining": 4990,
            "failed_jobs_selected_for_logs": 1
          },
          "diagnosis": {
            "confidence": "high",
            "root_causes": [
              {
                "jobs": [
                  "tests / linux"
                ],
                "family": "TIMEOUT",
                "summary": "A command, test, or service exceeded its time budget.",
                "evidence": [
                  "Error: timed out waiting for the test service"
                ],
                "confidence": "high"
              }
            ],
            "primary_family": "TIMEOUT"
          },
          "checked_at": "2026-07-20T12:00:00.000Z",
          "failed_jobs": [
            {
              "id": 987654321,
              "name": "tests / linux",
              "evidence": [
                "Error: timed out waiting for the test service"
              ],
              "families": [
                "TIMEOUT"
              ],
              "conclusion": "failure",
              "log_status": "scanned",
              "evidence_url": "https://github.com/acme/widget/actions/runs/123456789/job/987654321",
              "failed_steps": [
                "Run tests"
              ],
              "root_cause_candidate": true
            }
          ],
          "limitations": [
            "RunVerdict reads only public GitHub Actions metadata and bounded failed-job logs; it never reruns jobs or executes repository code."
          ],
          "next_actions": [
            "Inspect the cited timeout evidence in the primary failed jobs before changing code.",
            "Retry the failed jobs once; if the same evidence repeats, treat it as deterministic rather than transient."
          ],
          "retryability": "LIKELY"
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method"
          ],
          "properties": {
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "GET",
                "HEAD",
                "DELETE"
              ],
              "type": "string"
            },
            "queryParams": {
              "type": "object",
              "required": [
                "run_url"
              ],
              "properties": {
                "run_url": {
                  "type": "string",
                  "pattern": "^https://github\\.com/[A-Za-z0-9-]+/[A-Za-z0-9._-]+/actions/runs/[1-9][0-9]*$",
                  "description": "Canonical URL of a public GitHub Actions workflow run."
                }
              },
              "additionalProperties": false
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "required": [
                "product",
                "version",
                "verdict",
                "summary",
                "retryability",
                "run",
                "diagnosis",
                "failed_jobs",
                "next_actions",
                "coverage",
                "checked_at",
                "limitations"
              ],
              "properties": {
                "run": {
                  "type": "object",
                  "required": [
                    "url",
                    "repository",
                    "id",
                    "attempt",
                    "workflow",
                    "event",
                    "status",
                    "conclusion",
                    "head_sha",
                    "created_at",
                    "updated_at"
                  ],
                  "properties": {
                    "id": {
                      "type": "string"
                    },
                    "url": {
                      "type": "string"
                    },
                    "event": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "attempt": {
                      "type": "integer",
                      "minimum": 1
                    },
                    "head_sha": {
                      "type": "string"
                    },
                    "workflow": {
                      "type": "string"
                    },
                    "conclusion": {
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "created_at": {
                      "type": "string"
                    },
                    "repository": {
                      "type": "string"
                    },
                    "updated_at": {
                      "type": "string"
                    }
                  }
                },
                "product": {
                  "type": "string",
                  "const": "RunVerdict"
                },
                "summary": {
                  "type": "string"
                },
                "verdict": {
                  "enum": [
                    "PASS",
                    "WAIT",
                    "RETRY",
                    "FIX",
                    "INVESTIGATE"
                  ],
                  "type": "string"
                },
                "version": {
                  "type": "string"
                },
                "coverage": {
                  "type": "object",
                  "required": [
                    "jobs_reported",
                    "jobs_total",
                    "failed_jobs",
                    "failed_jobs_selected_for_logs",
                    "logs_scanned",
                    "logs_unavailable",
                    "log_bytes_read",
                    "logs_truncated",
                    "jobs_truncated",
                    "github_rate_limit_remaining"
                  ],
                  "properties": {
                    "jobs_total": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "failed_jobs": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "logs_scanned": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "jobs_reported": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "jobs_truncated": {
                      "type": "boolean"
                    },
                    "log_bytes_read": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "logs_truncated": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "logs_unavailable": {
                      "type": "integer",
                      "minimum": 0
                    },
                    "github_rate_limit_remaining": {
                      "type": [
                        "integer",
                        "null"
                      ]
                    },
                    "failed_jobs_selected_for_logs": {
                      "type": "integer",
                      "minimum": 0
                    }
                  }
                },
                "diagnosis": {
                  "type": "object",
                  "required": [
                    "primary_family",
                    "confidence",
                    "root_causes"
                  ],
                  "properties": {
                    "confidence": {
                      "enum": [
                        "high",
                        "medium",
                        "low",
                        null
                      ],
                      "type": [
                        "string",
                        "null"
                      ]
                    },
                    "root_causes": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "required": [
                          "family",
                          "confidence",
                          "summary",
                          "jobs",
                          "evidence"
                        ],
                        "properties": {
                          "jobs": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "family": {
                            "type": "string"
                          },
                          "summary": {
                            "type": "string"
                          },
                          "evidence": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "confidence": {
                            "enum": [
                              "high",
                              "medium",
                              "low"
                            ],
                            "type": "string"
                          }
                        }
                      }
                    },
                    "primary_family": {
                      "type": [
                        "string",
                        "null"
                      ]
                    }
                  }
                },
                "checked_at": {
                  "type": "string"
                },
                "failed_jobs": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "required": [
                      "id",
                      "name",
                      "conclusion",
                      "failed_steps",
                      "root_cause_candidate",
                      "families",
                      "evidence",
                      "evidence_url",
                      "log_status"
                    ],
                    "properties": {
                      "id": {
                        "type": "integer"
                      },
                      "name": {
                        "type": "string"
                      },
                      "evidence": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "families": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "conclusion": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "log_status": {
                        "enum": [
                          "scanned",
                          "unavailable",
                          "not_selected"
                        ],
                        "type": "string"
                      },
                      "evidence_url": {
                        "type": "string"
                      },
                      "failed_steps": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "root_cause_candidate": {
                        "type": "boolean"
                      }
                    }
                  }
                },
                "limitations": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "next_actions": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "retryability": {
                  "enum": [
                    "LIKELY",
                    "POSSIBLE",
                    "UNLIKELY",
                    "UNKNOWN"
                  ],
                  "type": "string"
                }
              }
            }
          }
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-07-20 11:46Z
Last indexed by Roundhouse
2026-07-20 12:50Z
Last enriched (probe, favicon, geo)
2026-09-24 16:45Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 404
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service RunVerdict and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=RunVerdict'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://bountyverdict-agent-production.mimirslab.workers.dev/api/run, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.