# QuickIntel Full Vulnerability Scan

> QuickIntel Full Vulnerability Scan is a paid API for AI agents from x402.quickintel.io, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Runs a comprehensive full scan of a target to detect vulnerabilities, exposures, and threat intelligence indicators.

## Facts

- Endpoint: POST https://x402.quickintel.io/v1/scan/full
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-quickintel-io-a0341e70
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_v8yp32ROfgFF5cbOkkLwD

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 x402-quickintel-io-a0341e70 -d '<json body>'
```

Example prompt: Run a full security scan on example.com and tell me about any vulnerabilities, exposures, or threat intelligence indicators you find.

## When to prefer this

Use this endpoint when you need a comprehensive, all-in-one security scan of a domain, URL, or IP address and want to surface vulnerabilities, exposures, and threat intelligence signals in a single call. Prefer this over targeted or partial scans when full coverage is required.

## Known failure modes

- Invalid or unreachable target — scan cannot proceed if target is offline or malformed
- Payment failure — $0.03 USDC x402 payment not fulfilled
- Rate limiting — too many scan requests in a short window
- Target blocked — some targets may refuse or block scan probes
- Timeout — large or complex targets may cause scan timeouts

## How this service works

Runs a comprehensive full scan of targets to detect vulnerabilities, exposures, and intelligence indicators.

## Output

Returns a comprehensive security scan report including detected vulnerabilities, exposures, misconfigurations, and threat intelligence indicators for the scanned target.

## Example request

```json
{
 "chain": "ethereum",
 "tokenAddress": "0x0000000000000000000000000000000000000000"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "chain",
  "tokenAddress"
 ],
 "properties": {
  "chain": {
   "type": "string",
   "description": "Blockchain network name. Supports 63 chains e.g. \"base\", \"eth\", \"bsc\", \"sol\", \"arb\", \"op\", \"sui\", \"trx\"."
  },
  "tokenAddress": {
   "type": "string",
   "description": "Token contract address. EVM: 0x-prefixed hex. Solana: base58. Sui: full object ID."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "tokenDynamicDetails"
 ],
 "properties": {
  "isScam": {
   "type": [
    "boolean",
    "null"
   ],
   "description": "True = known scam. null = unknown."
  },
  "quickiAudit": {
   "type": "object",
   "properties": {
    "can_Mint": {
     "type": "boolean"
    },
    "is_Proxy": {
     "type": "boolean"
    },
    "has_Scams": {
     "type": "boolean"
    },
    "can_Blacklist": {
     "type": "boolean"
    },
    "contract_Renounced": {
     "type": "boolean"
    }
   },
   "description": "Ownership, proxy, mint/blacklist/pause capabilities, scam patterns"
  },
  "tokenDetails": {
   "type": "object",
   "description": "Token name, symbol, decimals, total supply"
  },
  "contractVerified": {
   "type": "boolean",
   "description": "Source code verified on block explorer"
  },
  "tokenDynamicDetails": {
   "type": "object",
   "properties": {
    "buy_Tax": {
     "type": "string",
     "description": "Buy tax percentage e.g. \"5.0\""
    },
    "sell_Tax": {
     "type": "string",
     "description": "Sell tax percentage"
    },
    "is_Honeypot": {
     "type": "boolean",
     "description": "True if token cannot be sold"
    },
    "transfer_Tax": {
     "type": "string",
     "description": "Transfer tax percentage"
    }
   },
   "description": "Honeypot status, buy/sell/transfer tax, liquidity info"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-quickintel-io-a0341e70/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.quickintel.io](https://www.zero.xyz/host/x402.quickintel.io/llms.txt)
