mirrored listing x402 eip155:8453

AI safety incident exposure analytics

AI safety incident exposure analytics. Per-developer and per-deployer incident counts with recency-weighted exposure_score (1.0 last 30d, 0.5 days 31-90, 0.25 older), risk_domain and SEP-view (Security/Ethics/Performance) distributions, top affected artifacts. Derived over the AVID (avidml/avid-db, MIT) snapshot refreshed daily. The "which AI vendors have the most recent reported safety incidents" call.

Do you run tensorfeed.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
20000 (raw units)
price
6
calls / 30d
2
unique payers
2026-05-25
updated

Provider

tensorfeed.ai · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "20000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryFields": {
          "risk_domain": {
            "example": "Security",
            "type": "string"
          },
          "vendor": {
            "example": "OpenAI",
            "type": "string"
          },
          "within_days": {
            "example": 90,
            "type": "integer"
          }
        },
        "queryParams": {
          "risk_domain": "Security",
          "vendor": "OpenAI",
          "within_days": 90
        },
        "type": "http"
      },
      "output": {
        "example": {
          "billing": {
            "credits_charged": 1,
            "credits_remaining": 49
          },
          "capturedAt": "2026-05-24T12:00:00Z",
          "deployers": [],
          "developers": [
            {
              "exposure_score": 5.5,
              "incident_count": 8,
              "latest_report_id": "AVID-2026-R0481",
              "latest_reported_date": "2026-05-18",
              "recent_count_30d": 2,
              "risk_domains": [
                "Ethics",
                "Security"
              ],
              "role": "developer",
              "vendor": "OpenAI"
            }
          ],
          "entries_count": 12,
          "filter": {
            "risk_domain": "Security",
            "vendor": "OpenAI",
            "within_days": 90
          },
          "ok": true,
          "risk_domains": [
            {
              "incident_count": 8,
              "recent_count_30d": 2,
              "risk_domain": "Security"
            }
          ],
          "sep_view": [
            {
              "incident_count": 4,
              "sep_view": "S0403: Adversarial Example"
            }
          ],
          "snapshot_captured_at": "2026-05-24T03:00:00Z",
          "source": "avidml/avid-db",
          "source_license": "MIT",
          "top_artifacts": [
            {
              "developers": [
                "OpenAI"
              ],
              "incident_count": 3,
              "name": "gpt-4o",
              "type": "Model"
            }
          ],
          "window": {
            "cutoff_date": "2026-02-23",
            "window_days": 90
          }
        },
        "schema": {
          "properties": {
            "billing": {
              "properties": {
                "credits_charged": {
                  "example": 1,
                  "type": "integer"
                },
                "credits_remaining": {
                  "example": 49,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "capturedAt": {
              "example": "2026-05-24T12:00:00Z",
              "type": "string"
            },
            "deployers": {
              "type": "array"
            },
            "developers": {
              "items": {
                "properties": {
                  "exposure_score": {
                    "example": 5.5,
                    "type": "number"
                  },
                  "incident_count": {
                    "example": 8,
                    "type": "integer"
                  },
                  "latest_report_id": {
                    "example": "AVID-2026-R0481",
                    "type": "string"
                  },
                  "latest_reported_date": {
                    "example": "2026-05-18",
                    "type": "string"
                  },
                  "recent_count_30d": {
                    "example": 2,
                    "type": "integer"
                  },
                  "risk_domains": {
                    "items": {
                      "example": "Ethics",
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "role": {
                    "example": "developer",
                    "type": "string"
                  },
                  "vendor": {
                    "example": "OpenAI",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "entries_count": {
              "example": 12,
              "type": "integer"
            },
            "filter": {
              "properties": {
                "risk_domain": {
                  "example": "Security",
                  "type": "string"
                },
                "vendor": {
                  "example": "OpenAI",
                  "type": "string"
                },
                "within_days": {
                  "example": 90,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "ok": {
              "type": "boolean"
            },
            "risk_domains": {
              "items": {
                "properties": {
                  "incident_count": {
                    "example": 8,
                    "type": "integer"
                  },
                  "recent_count_30d": {
                    "example": 2,
                    "type": "integer"
                  },
                  "risk_domain": {
                    "example": "Security",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "sep_view": {
              "items": {
                "properties": {
                  "incident_count": {
                    "example": 4,
                    "type": "integer"
                  },
                  "sep_view": {
                    "example": "S0403: Adversarial Example",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "snapshot_captured_at": {
              "example": "2026-05-24T03:00:00Z",
              "type": "string"
            },
            "source": {
              "example": "avidml/avid-db",
              "type": "string"
            },
            "source_license": {
              "example": "MIT",
              "type": "string"
            },
            "top_artifacts": {
              "items": {
                "properties": {
                  "developers": {
                    "items": {
                      "example": "OpenAI",
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "incident_count": {
                    "example": 3,
                    "type": "integer"
                  },
                  "name": {
                    "example": "gpt-4o",
                    "type": "string"
                  },
                  "type": {
                    "example": "Model",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": "array"
            },
            "window": {
              "properties": {
                "cutoff_date": {
                  "example": "2026-02-23",
                  "type": "string"
                },
                "window_days": {
                  "example": 90,
                  "type": "integer"
                }
              },
              "type": "object"
            }
          },
          "type": "object"
        },
        "type": "json"
      }
    },
    "schema": {
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            },
            "queryParams": {
              "properties": {
                "risk_domain": {
                  "description": "Case-insensitive substring match against AVID risk_domains (Security, Ethics, Performance, ...).",
                  "type": "string"
                },
                "vendor": {
                  "description": "Case-insensitive substring match against developer + deployer + artifact name.",
                  "type": "string"
                },
                "within_days": {
                  "description": "Restrict to incidents reported in the last N days. Omit for full snapshot.",
                  "maximum": 730,
                  "minimum": 7,
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure");
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://tensorfeed.ai/api/premium/ai-safety/incidents/exposure")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/4186.json, and this resource appears in /discovery/resources and /discovery/search.