ToolAssay

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
359 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://tensorfeed.ai/api/premium/ai-safety/incidents/exposure

CategoryCode and developer
Provider hosttensorfeed.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 359 ms

Example input (from the provider)

{
  "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"
}

Promised output schema (from the provider)

{
  "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"
}

This page as JSON