# SiteSignal npm Latest Release Risk Pack

> SiteSignal npm Latest Release Risk Pack is a paid API for AI agents from trinity-throw-thursday-gravity.trycloudflare.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Combines npm registry metadata, last-week download counts, and OSV vulnerability records for the exact latest version of an npm package into a single release review-priority report.

## Facts

- Endpoint: GET https://trinity-throw-thursday-gravity.trycloudflare.com/x402/npm-release-risk-pack
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sitesignal-npm-latest-release-risk-pack-a2367889
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dScMOJLmhMWD7Mv5XVMuR

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 sitesignal-npm-latest-release-risk-pack-a2367889
```

Example prompt: Can you pull the npm release risk pack for 'lodash' — I need the latest registry metadata, last week's download numbers, and any known OSV vulnerabilities for its current version before we approve it as a dependency?

## When to prefer this

Choose this endpoint when you need a consolidated snapshot of an npm package's current health — combining registry metadata, popularity signals, and security vulnerability data — in a single call rather than querying npm, download stats, and OSV separately. Ideal for dependency review workflows, supply chain audits, or automated CI/CD gate checks where you want bounded, pre-combined risk intelligence on the latest release specifically.

## Known failure modes

- Package not found on npm registry — returns error or empty result
- Package name typo or scoping error (e.g. missing @ for scoped packages) — returns 404-style failure
- OSV database has no records for the package — vulnerability list may be empty but not an error
- Cloudflare tunnel availability issues causing intermittent 502/503 errors
- Rate limiting or upstream npm/OSV API unavailability causing partial data

## How this service works

Combine current npm registry metadata, last-week downloads, and exact-latest-version OSV records into a bounded release review-priority pack.

## Output

A bundled JSON report containing: current npm registry metadata (version, author, description, license, publish date), last-week download count from the npm registry, and OSV (Open Source Vulnerabilities) records matched to the exact latest version — all combined into a single release review-priority pack.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "package"
     ],
     "properties": {
      "package": {
       "type": "string",
       "description": "Public scoped or unscoped npm package name."
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sitesignal-npm-latest-release-risk-pack-a2367889/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from trinity-throw-thursday-gravity.trycloudflare.com](https://www.zero.xyz/host/trinity-throw-thursday-gravity.trycloudflare.com/llms.txt)
