# The Stall — Vulnerability Intelligence (vuln-intel)

> The Stall — Vulnerability Intelligence (vuln-intel) is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $1.5/call, status unknown (last checked 2026-09-14).

Returns vulnerability intelligence data for a given set of properties, payable per-call via USDC on Base mainnet with no API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/vuln-intel
- Price: $1.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-vulnerability-intelligence-vuln-intel-503e93d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iQSw-1VKzsySs28JuT68c

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 the-stall-vulnerability-intelligence-vuln-intel-503e93d1
```

Example prompt: Can you pull vulnerability intelligence on the properties associated with log4j 2.14.1 — I need to know what known exploits or CVEs apply to it?

## When to prefer this

Choose this endpoint when you need on-demand, pay-per-call vulnerability intelligence without setting up API keys or accounts — ideal for agents that need sporadic CVE or exploit lookups billed directly in USDC on Base. Prefer it over traditional vulnerability databases when operating in a crypto-native or x402-enabled payment environment.

## Known failure modes

- Missing or malformed 'properties' input may return an empty or error response
- Insufficient USDC balance or failed x402 payment results in 402 Payment Required with no data
- Unknown or unrecognized property strings may yield no matching vulnerability records
- Network or service unavailability returns a 5xx error
- Rate limiting or quota exhaustion may block requests temporarily

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

A vulnerability intelligence payload covering known CVEs, exploit availability, severity scores, affected versions, and related security advisories for the queried properties or software identifiers.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-vulnerability-intelligence-vuln-intel-503e93d1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
