# Strale Website Security Audit

> Strale Website Security Audit is a paid API for AI agents from api.strale.io, paid per call via x402, $0.216001/call, status unknown (last checked 2026-09-15).

Performs a security audit on a given website URL, returning structured findings with audit trails

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/website-security-audit
- Price: $0.216001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-website-security-audit-f8324e85
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-1AmXKRL55IUmbukI2udF

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 strale-website-security-audit-f8324e85 -d '<json body>'
```

Example prompt: Can you run a security audit on https://www.acme-supplier.com and tell me if there are any vulnerabilities or trust issues I should know about before we start working with them?

## When to prefer this

Use this endpoint when you need a quick, structured security assessment of a website with an audit trail — especially in due diligence, vendor vetting, or trust verification workflows where you need documented, machine-readable results rather than a manual scan.

## Known failure modes

- Invalid or malformed URL returns a 400 error
- Unreachable or non-existent domain may result in empty or error response
- Payment failure (insufficient USDC) blocks the request
- Rate limiting may reject rapid repeated calls
- Private/internal URLs may return incomplete results

## How this service works

Is this website secure? SSL, HTTP headers, DNS, and tech stack — the security audit your agent runs before trusting any URL.

## Output

Structured JSON response containing security audit findings for the provided URL, including vulnerability assessments, compliance checks, and an audit trail for accountability

## Example request

```json
{
 "url": "https://www.example.com"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "URL to audit"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-website-security-audit-f8324e85/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
