# Clink Forge CVE Published Daily Summary

> Clink Forge CVE Published Daily Summary is a paid API for AI agents from api.clinkforge.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns a cryptographically attested daily summary of newly published CVEs (Common Vulnerabilities and Exposures), sold per-call via x402 micropayment.

## Facts

- Endpoint: GET https://api.clinkforge.com/v1/p/cve-published-daily-summary
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clink-forge-cve-published-daily-summary-da49c3e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G2h_tRdL6P4-uc5N3w9V7

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 clink-forge-cve-published-daily-summary-da49c3e5
```

Example prompt: Pull today's published CVE daily summary from Clink Forge — I need the full attested data rows with provenance and the cryptographic signature so I can verify the source.

## When to prefer this

Choose this endpoint when you need a daily snapshot of newly published CVEs with cryptographic provenance and attestation, particularly for compliance, audit, or automated threat intelligence pipelines that require verifiable sourcing. It is ideal for agents that must prove data integrity (via Ed25519 signature) and trace licensing (US government public domain). Prefer this over generic CVE feeds when machine-purchasable, per-call pricing via USDC micropayment and on-chain receipts are required.

## Known failure modes

- Payment not received or x402 handshake fails — returns 402 Payment Required
- Invalid or expired payment token — authentication rejected
- No CVE data available for the requested date — empty rows array returned
- Upstream CVE source unavailable — provenance chain incomplete
- Rate limiting or abuse detection — request throttled or blocked
- Network timeout on signature generation — partial response possible

## How this service works

Machine-purchasable data products with cryptographic provenance, sold per call over x402.

## Output

Returns a JSON object containing: an array of CVE data rows (each with a payload of field-value pairs and a record ID), product metadata (slug and version), provenance chain (license ID, source URL, and observation timestamp), an Ed25519 cryptographic attestation signature, and an on-chain payment receipt with settlement reference.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "rows": [
   {
    "payload": {
     "field": "value"
    },
    "record_id": "R-100"
   }
  ],
  "product": {
   "slug": "example-product",
   "version": 1
  },
  "provenance": {
   "license_id": "US-GOV-PD",
   "source_url": "https://agency.gov/data",
   "observed_at": "2026-08-25T00:00:00Z"
  },
  "attestation": {
   "algorithm": "Ed25519",
   "signature": "base64..."
  },
  "payment_receipt": {
   "settlement_ref": "0xtx..."
  }
 },
 "description": "data rows + provenance chain + attestation"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clink-forge-cve-published-daily-summary-da49c3e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.clinkforge.com](https://www.zero.xyz/host/api.clinkforge.com/llms.txt)
