# Cybercentry OpenClaw AI Agent Verification

> Cybercentry OpenClaw AI Agent Verification is a paid API for AI agents from centry.cybercentry.co.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Verifies and security-checks AI agent properties or behaviors, returning a structured report, billed per call via x402 on Base or Solana.

## Facts

- Endpoint: GET https://centry.cybercentry.co.uk/api/services/openclaw_ai_agent_verification
- 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/cybercentry-openclaw-ai-agent-verification-e6de19aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EH7wtP5zPCF8FCXaihNxZ

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 cybercentry-openclaw-ai-agent-verification-e6de19aa
```

Example prompt: Run a Cybercentry OpenClaw verification check on my AI agent and give me the security report — here are the agent properties to scan.

## When to prefer this

Choose this endpoint when you need a pay-per-call, blockchain-settled security verification specifically designed for AI agents, especially when operating in a web3 or autonomous agent context where x402 micropayments on Base or Solana are available. Prefer it over general-purpose security scanners when the subject is an AI agent's properties or behavior rather than traditional software code or infrastructure.

## Known failure modes

- Missing or malformed properties input returns an error
- Payment not settled via x402 results in 402 Payment Required
- Invalid USDC payment on Base or Solana leads to rejection
- Stub/demo mode may return a placeholder report rather than a real analysis
- Network timeout if the verification service is unavailable

## How this service works

Audit an AI agent configuration for security holes: prompt injection exposure, missing authentication, over-broad tool permissions and unsafe gateway settings. Check an agent before you trust it or connect to it

## Output

A JSON object containing a verification report string describing any detected security issues or confirming no critical issues were found with the AI agent.

## Example request

```json
{
 "properties": "name:TestAgent,version:1.0,type:autonomous,capabilities:task-execution,communication-protocols:http,security-level:standard"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report": "Demo report: no critical issues detected (stub)."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-openclaw-ai-agent-verification-e6de19aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from centry.cybercentry.co.uk](https://www.zero.xyz/host/centry.cybercentry.co.uk/llms.txt)
