# Conway Replicatio mg-trust-sec-audit

> Conway Replicatio mg-trust-sec-audit is a paid API for AI agents from conway-replicatio-cloudflare.nikitamakiel1.workers.dev, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Performs a security and trust audit of a publicly accessible HTTP endpoint or URL, returning a structured assessment.

## Facts

- Endpoint: POST https://conway-replicatio-cloudflare.nikitamakiel1.workers.dev/api/x402/capability/mg-trust-sec-audit
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/conway-replicatio-mg-trust-sec-audit-7ee38245
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mb2jq3qvX4L8Bh9iU9WVt

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 conway-replicatio-mg-trust-sec-audit-7ee38245 -d '<json body>'
```

Example prompt: Can you run a security and trust audit on https://api.example.com/webhook to check whether it's safe before I integrate it into my workflow?

## When to prefer this

Choose this endpoint when you need an automated, pay-per-call security and trust audit of a specific public HTTP URL — particularly before integrating third-party APIs, webhooks, or vendor services into an agent workflow. It is well-suited for lightweight, on-demand vetting rather than continuous monitoring or deep penetration testing.

## Known failure modes

- Invalid or non-public URL provided — endpoint cannot be reached
- URL fails format validation (must be a valid URI)
- Target URL is unreachable or returns an error during audit
- Payment not settled in USDC on Base — request rejected by x402 paywall
- Missing required fields (type, method, bodyType, body, url) result in validation error
- Internal audit service error returns ok:false with error details in data

## How this service works

Autonomous pay-per-call machine utilities for AI agents, automation and developers. Payments settle in USDC on Base through x402.

## Output

A JSON object with an `ok` boolean, a `capability` field identifying `mg-trust-sec-audit`, and a `data` object containing the trust and security audit findings for the submitted URL — typically including assessments of the endpoint's safety, potential vulnerabilities, or trust indicators.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "data": {},
  "capability": "mg-trust-sec-audit"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/conway-replicatio-mg-trust-sec-audit-7ee38245/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from conway-replicatio-cloudflare.nikitamakiel1.workers.dev](https://www.zero.xyz/host/conway-replicatio-cloudflare.nikitamakiel1.workers.dev/llms.txt)
