Install
openclaw skills install zoo-security-scannerScan any URL, skill, or infrastructure for security vulnerabilities. Uses ZOO Security Scanner API with x402 payment — pay per scan with USDC. No API keys needed.
openclaw skills install zoo-security-scannerScan URLs, skills, and infrastructure for security vulnerabilities. Uses x402 for automatic payment — no API keys, no accounts.
curl -X POST https://api.zootechnologies.com/scan \
-H "Content-Type: application/json" \
-d '{"target": "https://example.com", "scan_type": "full"}'
quick — Headers + basic checks ($0.005 USDC)full — Complete security audit ($0.01 USDC)dependencies — Vulnerability scan ($0.005 USDC)POST /scan402 Payment Required with x402 payment instructions{
"scan_id": "abc123...",
"target": "https://example.com",
"scan_type": "full",
"status": "PASS|WARN|FAIL",
"score": 8.5,
"findings": [
{"severity": "MEDIUM", "type": "missing_header", "detail": "HSTS missing"}
],
"recommendations": [
"Add Strict-Transport-Security header"
]
}
| Endpoint | Method | Description |
|---|---|---|
/scan | POST | Run a scan (x402 payment) |
/health | GET | Service health |
/pricing | GET | Current pricing |
/scans | GET | Recent scans |
Payments: 0x697D7c4B60cA15C03479189c63463a30e230F2AD (Base)