# Cybercentry Web Application Verification

> Cybercentry Web Application 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).

Performs an automated security and vulnerability verification scan on a web application and returns a hosted report URL.

## Facts

- Endpoint: GET https://centry.cybercentry.co.uk/api/services/web_application_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-web-application-verification-eae8ec45
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W4tRXeETJFC6fulI4yiTk

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-web-application-verification-eae8ec45
```

Example prompt: Can you run a web application security verification scan on my app and give me a link to the full security report?

## When to prefer this

Use this endpoint when an AI agent needs to programmatically trigger a security scan and obtain a shareable report URL for a web application, especially in automated pipelines where pay-per-call pricing via x402 on Base or Solana is acceptable. Prefer this over manual scanners when agent-native micropayment settlement is required.

## Known failure modes

- Missing or malformed properties input returns an error with no report generated
- Payment failure over x402 results in 402 response and no scan initiated
- Target web application is unreachable or returns errors causing incomplete scan results
- Invalid or unsupported application properties schema causes rejection

## How this service works

Scan a website or dApp frontend for vulnerabilities using OWASP checks, before connecting a wallet to it or trusting it with user data

## Output

A JSON object containing a report_url pointing to a hosted Cybercentry security assessment report, e.g. https://demo.cybercentry.io/web_application_verification/{report_id}, where detailed findings about the web application's security posture can be reviewed.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "report_url": "https://demo.cybercentry.io/web_application_verification/1786984448835"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-web-application-verification-eae8ec45/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)
