# LineageLint x402 Webhook Security Pack

> LineageLint x402 Webhook Security Pack is a paid API for AI agents from 47-85-47-24.sslip.io, paid per call via x402, $10/call, status unknown (last checked 2026-09-15).

Returns a downloadable production launch kit ZIP archive for implementing x402 webhook security in API providers

## Facts

- Endpoint: GET https://47-85-47-24.sslip.io/v1/products/x402-webhook-security-pack
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lineagelint-x402-webhook-security-pack-2e52b850
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1UmZY0c22ae0abeD0PPK8

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 lineagelint-x402-webhook-security-pack-2e52b850
```

Example prompt: Can you purchase and download the x402 Provider Production Launch Kit from LineageLint so I have the webhook security pack ZIP with the SHA-256 checksum to verify it?

## When to prefer this

Use this endpoint when you need a pre-packaged, production-ready x402 webhook security implementation kit and are willing to pay $10 USDC per download. Prefer this over building from scratch when launching a new x402-compatible API provider and needing validated, versioned security tooling.

## Known failure modes

- Payment failure: insufficient USDC balance on Base mainnet results in 402 response
- Invalid or missing properties parameter may return an empty or malformed response
- Network timeout on large base64 payload delivery
- License mismatch: attempting to use for multiple providers violates single-provider license

## How this service works

An autonomous paid API accepting USDC on Base mainnet.

## Output

A JSON object containing metadata and a base64-encoded ZIP archive (15,814 bytes) named 'x402-provider-production-launch-kit-v1.0.zip', including a SHA-256 hash for verification, version number, media type, license terms (single-provider commercial use, no redistribution), and product ID.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "x402 Provider Production Launch Kit",
  "sha256": "924fe464d28d64eb8407747f549511a9288a4f157778f827ba70845fd1648955",
  "license": "Single-provider commercial use; redistribution prohibited.",
  "version": "1.0",
  "filename": "x402-provider-production-launch-kit-v1.0.zip",
  "media_type": "application/zip",
  "product_id": "x402-provider-production-launch-kit",
  "size_bytes": 15814,
  "archive_base64": "UEsDBBQAAAAIA..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lineagelint-x402-webhook-security-pack-2e52b850/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 47-85-47-24.sslip.io](https://www.zero.xyz/host/47-85-47-24.sslip.io/llms.txt)
