zoo-security-scanner
/install zoo-security-scanner
ZOO Security Scanner
Scan URLs, skills, and infrastructure for security vulnerabilities. Uses x402 for automatic payment — no API keys, no accounts.
Quick Start
Scan a URL
curl -X POST https://api.zootechnologies.com/scan \
-H "Content-Type: application/json" \
-d '{"target": "https://example.com", "scan_type": "full"}'
Scan Types
quick— Headers + basic checks ($0.005 USDC)full— Complete security audit ($0.01 USDC)dependencies— Vulnerability scan ($0.005 USDC)
How It Works
- Agent sends scan request to
POST /scan - Server returns
402 Payment Requiredwith x402 payment instructions - Agent pays in USDC on Base network
- Server verifies payment and returns scan results
Response Format
{
"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"
]
}
Score Guide
- 8-10: PASS — Good security
- 5-7.9: WARN — Needs attention
- 0-4.9: FAIL — Critical issues
API Endpoints
| Endpoint | Method | Description |
|---|---|---|
/scan |
POST | Run a scan (x402 payment) |
/health |
GET | Service health |
/pricing |
GET | Current pricing |
/scans |
GET | Recent scans |
Wallet
Payments: 0x697D7c4B60cA15C03479189c63463a30e230F2AD (Base)
Links
- https://zootechnologies.com
- https://xgate.run (x402 discovery)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zoo-security-scanner - After installation, invoke the skill by name or use
/zoo-security-scanner - Provide required inputs per the skill's parameter spec and get structured output
What is zoo-security-scanner?
Scan any URL, skill, or infrastructure for security vulnerabilities. Uses ZOO Security Scanner API with x402 payment — pay per scan with USDC. No API keys ne... It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install zoo-security-scanner?
Run "/install zoo-security-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zoo-security-scanner free?
Yes, zoo-security-scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zoo-security-scanner support?
zoo-security-scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zoo-security-scanner?
It is built and maintained by Crazy Company Inc (@crazycompanyinc); the current version is v1.0.0.