# Ecosystems Security Advisories via clonecho

> Ecosystems Security Advisories via clonecho is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns recent open-source security advisories for a given package ecosystem (e.g. npm, PyPI, Maven) sourced from ecosyste.ms

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/ecosystems-advisories
- 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/ecosystems-security-advisories-via-clonecho-6b952d47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_f_LzKExIl9iVOilakHwZv

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 ecosystems-security-advisories-via-clonecho-6b952d47 -d '<json body>'
```

Example prompt: Can you pull the latest open-source security advisories for the npm ecosystem from ecosyste.ms?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call lookup of recent open-source security advisories scoped to a specific package ecosystem (npm, PyPI, Maven, etc.) without managing API keys or subscriptions. Prefer it over manual CVE database queries when you want ecosystem-filtered results in structured JSON via a simple GET request.

## Known failure modes

- Unknown or misspelled ecosystem name returns empty results or error
- Missing q parameter may return error or default results
- Rate limiting or payment failure (x402) returns 402 Payment Required
- ecosyste.ms upstream unavailability causes timeout or 503
- Non-JSON response if upstream data is malformed

## How this service works

Recent open-source security advisories for ecosystem {q} via ecosyste.ms. Query: ?q= Returns JSON.

## Output

A JSON array of recent security advisories for the specified package ecosystem, likely including advisory IDs, severity, affected packages, descriptions, and publication dates, sourced from ecosyste.ms.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecosystems-security-advisories-via-clonecho-6b952d47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
