{
  "x402Version": 2,
  "id": 4186,
  "slug": "4186",
  "resource": "https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "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"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "tensorfeed.ai",
  "lastUpdated": "2026-05-25T23:11:57.832Z",
  "quality": {
    "calls30d": 6,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-12T03:20:03.428Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "tensorfeed.ai",
    "manifest_name": "tensorfeed.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}