# Stratalize Vendor Risk Signal

> Stratalize Vendor Risk Signal is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns an AI-citation-based vendor risk score with negative mention signals, risk indicators, and financial stability heuristics for a named vendor.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/vendor-risk-signal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-vendor-risk-signal-0ff2a464
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sb13SNwOQRWwnnhxsBQ14

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 stratalize-vendor-risk-signal-0ff2a464
```

Example prompt: Before we finalize our contract with Acme Cloud Solutions, can you pull a vendor risk score for them — I want to see any negative AI citation signals or financial instability flags that might be a red flag for procurement?

## When to prefer this

Use this endpoint when you need a fast, ML-derived risk signal for a specific vendor based on negative citation patterns and stability heuristics — especially useful during procurement screening, supplier onboarding, or financial due diligence. Prefer this over general web search when you need a structured, cryptographically verifiable risk score rather than raw news results.

## Known failure modes

- Unknown or very obscure vendor name returns no data or low-confidence score
- Vendor name ambiguity (common names matching multiple entities) may produce incorrect attribution
- Network or payment authorization failure returns 402 or 5xx error
- Newly formed vendors with minimal public signal may return sparse results

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Vendor risk score from negative AI citation signals — risk indicators, negative mention sample, and stability heuristics. Source: Stratalize citation risk composite. Use when screening a vendor for procurement risk or financial instability signals

## Output

Returns a composite vendor risk score derived from negative AI citation signals, a sample of negative mentions, specific risk indicators, and financial stability heuristics. Each response is ML-DSA-65 signed and includes a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "vendor_name": {
   "type": "string",
   "description": "Request parameter: vendor name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-vendor-risk-signal-0ff2a464/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
