# LLM Agent Red-Team Scanner (35-Probe Risk Report)

> LLM Agent Red-Team Scanner (35-Probe Risk Report) is a paid API for AI agents from llmrt-companion.manhliemcn4euwlu.workers.dev, paid per call via x402, $3/call, status unknown (last checked 2026-09-19).

Runs a 35-probe, 17-class red-team scan against an LLM agent and returns a 0–100 risk score report with CI gate support, delivered via HTTP 402 pay-per-scan

## Facts

- Endpoint: GET https://llmrt-companion.manhliemcn4euwlu.workers.dev/pro/402
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/llm-agent-red-team-scanner-35-probe-risk-report-a50eb8ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KKroNA-cdgFjzr5y79VVG

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 llm-agent-red-team-scanner-35-probe-risk-report-a50eb8ca
```

Example prompt: Run a full 35-probe red-team security scan on my LLM agent and give me the 0–100 risk report with all 17 vulnerability classes — I want on-chain verifiable delivery so I can use it as a CI gate before shipping.

## When to prefer this

Choose this endpoint when you need an automated, reproducible, on-chain-verifiable red-team safety audit of an LLM agent — especially for CI/CD pipeline integration, compliance documentation, or third-party risk assessments where cryptographic proof of delivery (sha256 + block hash) matters. Prefer this over manual pen-testing or generic vulnerability scanners when the target is specifically an LLM/AI agent and you need a structured 0–100 risk score across standardized adversarial probe classes.

## Known failure modes

- HTTP 402 returned on first GET before payment — caller must pay via x402/USDC then re-GET with order_id
- Invalid or expired order_id returns error with no report
- Payment amount mismatch (not exact $3 USDC) causes rejected transaction
- Callback URL unreachable causes silent delivery failure — poll download_url instead
- Report generation timeout for large or slow-responding target agents
- Missing order_id on second GET causes re-initiation of scan flow

## How this service works

LLM agent red-team scanner: 35-probe / 17-class / 0-100 risk report + CI gate. HTTP 402 pay-per-scan on Nano (x402 exact) or USDC on Base. No key, no KYC, on-chain verifiable delivery (sha256 + re-run command + block hash). Also sells x402 endpoint interop audits (official SDK differential, 6 checks, sha256 report).

## Output

A JSON response containing a download_url pointing to the full red-team report, an order_id for tracking, a paid status flag, and a token. The report itself covers 35 adversarial probes across 17 risk classes with a 0–100 composite risk score, a CI gate pass/fail indicator, sha256 content hash, block hash for on-chain verifiability, and a re-run command for independent reproduction.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "order_id": {
   "type": "string",
   "description": "Order id from the 402 body; GET again with it after payment to receive the report."
  },
  "callback_url": {
   "type": "string",
   "description": "Optional HTTPS callback for delivery notification."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "ok",
  "paid",
  "order_id",
  "download_url"
 ],
 "properties": {
  "ok": {
   "enum": [
    true
   ],
   "type": "boolean"
  },
  "paid": {
   "type": "boolean"
  },
  "token": {
   "type": "string"
  },
  "order_id": {
   "type": "string"
  },
  "download_url": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/llm-agent-red-team-scanner-35-probe-risk-report-a50eb8ca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from llmrt-companion.manhliemcn4euwlu.workers.dev](https://www.zero.xyz/host/llmrt-companion.manhliemcn4euwlu.workers.dev/llms.txt)
