# SafePulse Brand Safety Score

> SafePulse Brand Safety Score is a paid API for AI agents from safepulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns a recall-history-based brand safety score derived from CPSC and FDA data for any brand name

## Facts

- Endpoint: GET https://safepulse.theaslangroupllc.com/api/safe/score
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/safepulse-brand-safety-score-5401febb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tnmOscT98ZMljdh5LNDSc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability safepulse-brand-safety-score-5401febb
```

Example prompt: Before I buy anything from Graco, can you pull their brand safety score based on CPSC and FDA recall history so I know how trustworthy they are?

## When to prefer this

Use this endpoint when a shopping or consumer agent needs to evaluate the overall safety reputation of a brand before recommending or purchasing products, especially when the user wants a single aggregated score rather than a list of individual recall incidents. Prefer this over sibling endpoints (product-level, child-safety, food/drug, vehicle) when the query is brand-level rather than product- or category-specific.

## Known failure modes

- Brand name not found in CPSC or FDA datasets — returns a null or zero score with an explanatory message
- Brand name is ambiguous or matches multiple manufacturers — may return averaged or uncertain score
- CPSC or FDA data source temporarily unavailable — partial or stale score returned
- Invalid or empty brand name parameter — returns 400-level error
- Brand has no recall history — returns a score of zero or maximum safety rating, which could be misinterpreted as perfect safety

## How this service works

Brand safety score for consumer and shopping agents. Returns a recall-history-based safety score for any brand, grounded in CPSC and FDA data.

## Output

A numerical brand safety score grounded in the brand's recall history, sourced from CPSC and FDA datasets, indicating how frequently and severely the brand has been involved in product recalls or safety incidents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "brand"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "brand": {
   "type": "string",
   "description": "brand"
  },
  "product_type": {
   "type": "string",
   "description": "product_type"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/safepulse-brand-safety-score-5401febb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from safepulse.theaslangroupllc.com](https://www.zero.xyz/host/safepulse.theaslangroupllc.com/llms.txt)
