# AgentAegis SSL/TLS Audit

> AgentAegis SSL/TLS Audit is a paid API for AI agents from agentaegis-mcp-production.up.railway.app, paid per call via x402, $1/call, status unknown (last checked 2026-09-14).

Grades the TLS/certificate health of a hostname, returning supported protocols, cipher strength, certificate validity, days-to-expiry, and known TLS vulnerabilities.

## Facts

- Endpoint: POST https://agentaegis-mcp-production.up.railway.app/x402/ssl-tls-audit
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentaegis-ssl-tls-audit-ca885524
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_awLY8goAndnO9zVBDMwnK

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 agentaegis-ssl-tls-audit-ca885524 -d '<json body>'
```

Example prompt: Can you run a full TLS/SSL audit on stripe.com and tell me the grade, whether the certificate is still valid, how many days until it expires, and if there are any known TLS vulnerabilities?

## When to prefer this

Use this endpoint when you need a comprehensive TLS/SSL security grade for a specific hostname, including certificate expiry, protocol support, cipher analysis, and vulnerability detection — especially when you want a single structured score rather than raw certificate data alone.

## Known failure modes

- Hostname unreachable or does not support HTTPS — connection error returned
- Invalid or malformed hostname input — validation error
- Host exists but TLS handshake fails entirely — partial result or error
- Payment not included or invalid — 402 Payment Required
- Rate limiting or upstream timeout — 429 or 504 response

## How this service works

AgentAegis ssl_tls_audit — TLS/certificate health grade for a host: supported protocols, cipher strength, certificate validity + days-to-expiry, and known TLS vulnerabilities.

## Output

Returns a TLS health grade (e.g. A+) with a numeric score, along with details on supported protocols, cipher strength, certificate validity, days to expiry, and any known TLS vulnerabilities for the audited hostname.

## Example request

```json
{
 "hostname": "google.com"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentaegis-ssl-tls-audit-ca885524/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentaegis-mcp-production.up.railway.app](https://www.zero.xyz/host/agentaegis-mcp-production.up.railway.app/llms.txt)
