# claudelines.com LLM Security Audit

> claudelines.com LLM Security Audit is a paid API for AI agents from claudelines.com, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Triggers an LLM-powered security audit of an existing Claude Code status line listing by its slug, saving results to the listing and delisting rejected scripts.

## Facts

- Endpoint: POST https://claudelines.com/api/audit
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/claudelines-com-llm-security-audit-b9f5fdea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kipiSneVBqCGKtss9vFox

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 claudelines-com-llm-security-audit-b9f5fdea -d '<json body>'
```

Example prompt: Run an LLM security audit on my claudelines listing with the slug 'agentcash-banner' — it's already published and I need the results saved to the listing.

## When to prefer this

Use this endpoint when you need to programmatically trigger a security audit of a specific Claude Code status line already published on claudelines.com, especially when automating post-publish compliance checks or re-auditing a revised script after an initial rejection.

## Known failure modes

- Slug not found — listing does not exist or was already removed
- Payment failure — USDC payment not completed or insufficient funds
- Audit already in progress — duplicate audit request for the same slug
- Invalid slug format — does not match required pattern
- Script rejected and delisted — audit completed but script failed security check

## How this service works

Fund an LLM security audit of an existing listing. The first audit costs $0.15; a re-audit costs $0.50. Results are saved to the listing, and a rejected script is delisted. The audit fee is not refunded.

## Output

The audit result is saved to the listing. If the script fails the security check it is delisted. The caller receives confirmation of the audit outcome. The $0.15 first-audit or $0.50 re-audit fee is non-refundable.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "slug": {
   "type": "string",
   "example": "agentcash-banner",
   "pattern": "^[a-z0-9]+(?:-[a-z0-9]+){0,7}$"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "Audit results are now shown on the listing.",
  "slug": "agentcash-banner",
  "risks": [
   "Review external command usage before installing."
  ],
  "summary": "The script reads local data and invokes an external CLI.",
  "verdict": "caution",
  "delisted": false,
  "fundedBy": "0x0000000000000000000000000000000000000000",
  "auditedBy": "claude-sonnet-4-5"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/claudelines-com-llm-security-audit-b9f5fdea/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from claudelines.com](https://www.zero.xyz/host/claudelines.com/llms.txt)
