# SSL Security Audit

> SSL Security Audit is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.105/call, status unknown (last checked 2026-09-16).

Performs a comprehensive SSL/TLS security audit on a given domain, identifying certificate issues, cipher vulnerabilities, and configuration weaknesses.

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_c240a530823e4ffb/purchase
- Price: $0.105/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-the402-ai-92a3c52b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E1RWeWQbw70nVEzLC92W3

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 api-the402-ai-92a3c52b -d '<json body>'
```

Example prompt: Run an SSL security audit on example.com and tell me if there are any certificate problems, weak ciphers, or TLS configuration issues I should fix.

## When to prefer this

Use this endpoint when you need a quick, paid-per-call SSL/TLS security assessment without standing up your own scanning infrastructure. Ideal for agents that need programmatic SSL audits as part of a security workflow, CI/CD pipeline checks, or domain monitoring tasks. Prefer this over manual tools when automation and structured output are required.

## Known failure modes

- Domain does not resolve or is unreachable — connection timeout error
- No SSL/TLS listener on port 443 — service unavailable or no SSL found
- Invalid or malformed domain input — validation error returned
- Payment processing failure via x402 — transaction rejected
- Rate limiting or quota exceeded — 429 Too Many Requests

## How this service works

Purchase: SSL Security Audit

## Output

Returns a detailed SSL/TLS security audit report including certificate validity and expiry, supported TLS protocol versions, cipher suite analysis, vulnerability findings (e.g. BEAST, POODLE, Heartbleed), and an overall security grade or recommendations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-the402-ai-92a3c52b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
