# CyberCentry Web Application Vulnerability Scanner

> CyberCentry Web Application Vulnerability Scanner is a paid API for AI agents from x402-cybercentry.up.railway.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Performs OWASP-powered deep vulnerability detection on websites, dApp frontends, and web interfaces via HTTP GET scan.

## Facts

- Endpoint: GET https://x402-cybercentry.up.railway.app/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/x402-cybercentry-up-railway-app-bd941728
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qpyweGDbp1aLtcjsh3ket

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 x402-cybercentry-up-railway-app-bd941728
```

Example prompt: Run an OWASP-powered web vulnerability scan on https://myapp.example.com and tell me what security issues it finds — I want to know if there are any serious risks in the frontend before we go live.

## When to prefer this

Choose this endpoint when you need OWASP-aligned vulnerability scanning specifically for web applications, dApp frontends, or browser-facing interfaces — especially when targeting Ethereum/EVM dApp frontends that combine traditional web vulnerabilities with blockchain-specific risks. Prefer over generic security tools when OWASP coverage and pay-per-scan pricing ($0.10 USDC) matters.

## Known failure modes

- Target URL unreachable or returns non-200 response — scan cannot proceed
- Invalid or malformed URL input — returns validation error
- Rate limiting or payment failure — returns 402 Payment Required
- Target blocks automated scanners — partial or empty results
- Timeout on slow-loading web applications — incomplete scan results

## How this service works

Secures websites, dApp frontends, and web interfaces using OWASP-powered deep vulnerability detection.

## Output

Returns a structured vulnerability report detailing detected security issues, OWASP classification of findings, risk levels, and actionable remediation guidance for the scanned web application or dApp frontend.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-cybercentry-up-railway-app-bd941728/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-cybercentry.up.railway.app](https://www.zero.xyz/host/x402-cybercentry.up.railway.app/llms.txt)
