# Cloudflare Zero Trust Access Policy Auditor

> Cloudflare Zero Trust Access Policy Auditor is a paid API for AI agents from x402-hono-api.inraby.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Analyzes Cloudflare Zero Trust Access policy JSON for bypass rules, allow-everyone patterns, and weak identity constraints

## Facts

- Endpoint: POST https://x402-hono-api.inraby.workers.dev/api/v1/cloudflare-zero-trust-audit
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cloudflare-zero-trust-access-policy-auditor-c3be6cef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aoiZFmeXQKr7TBWnpC9vT

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 cloudflare-zero-trust-access-policy-auditor-c3be6cef -d '<json body>'
```

Example prompt: Can you audit this Cloudflare Zero Trust Access policy JSON for me and flag any bypass rules, allow-everyone patterns, or weak identity constraints? Here's the policy: {"policies": [{"name": "allow-all", "decision": "allow", "include": [{"everyone": {}}]}]}

## When to prefer this

Use this endpoint when you need targeted security analysis specifically for Cloudflare Zero Trust Access policies, particularly to detect bypass rules, allow-everyone configurations, and weak identity constraints. It complements the sibling general IAM/Zero Trust validator by focusing deeper on Cloudflare Access-specific misconfigurations rather than general wildcard or scope risks.

## Known failure modes

- Invalid or malformed JSON submitted — returns parsing error
- Empty policyText field — returns validation error
- Policy JSON does not match Cloudflare Zero Trust schema — may return empty findings or schema mismatch error
- Payment not included or insufficient — returns 402 Payment Required
- Request timeout for very large policy documents

## How this service works

Analyze Cloudflare Zero Trust Access policy JSON for bypass rules, allow-everyone patterns, and weak identity constraints.

## Output

Returns a structured audit report identifying bypass rules, allow-everyone patterns, weak identity constraints, and other security misconfigurations found in the submitted Cloudflare Zero Trust Access policy JSON, with severity indicators and specific findings per rule.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "policyText": {
   "type": "string",
   "description": "Cloudflare Zero Trust Access policy JSON"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cloudflare-zero-trust-access-policy-auditor-c3be6cef/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-hono-api.inraby.workers.dev](https://www.zero.xyz/host/x402-hono-api.inraby.workers.dev/llms.txt)
