动物园安全扫描器(zoo-security-scanner)
v1.0.0扫描任何 URL、skill 或基础设施以检测安全漏洞。使用 ZOO Security Scanner API,采用 x402 支付方式,使用 USDC 按扫描次数付费,无需 API 密钥。
运行时依赖
安装命令
点击复制技能文档
ZOO 安全扫描器 扫描 URL、技能和基础设施以发现安全漏洞。使用 x402 进行自动付款 —— 无需 API 密钥,无需账户。
快速开始 扫描 URL curl -X POST https://api.zootechnologies.com/scan \ -H "Content-Type: application/json" \ -d '{"target": "https://example.com", "scan_type": "full"}'
扫描类型 quick —— 标头 + 基本检查($0.005 USDC) full —— 完整的安全审计($0.01 USDC) dependencies —— 漏洞扫描($0.005 USDC)
工作原理 代理向 POST /scan 发送扫描请求 服务器返回 402 Payment Required 以及 x402 支付说明 代理在 Base 网络上使用 USDC 支付 服务器验证付款并返回扫描结果
响应格式 { "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 缺失" } ], "recommendations": [ "添加 Strict-Transport-Security 标头" ] }
评分指南 8-10:PASS —— 良好的安全性 5-7.9:WARN —— 需要关注 0-4.9:FAIL —— 严重问题
API 端点 端点 方法 描述 /scan POST 运行扫描(x402 支付) /health GET 服务健康状况 /pricing GET 当前价格 /scans GET 最近的扫描
钱包付款: 0x697D7c4B60cA15C03479189c63463a30e230F2AD (Base)
链接 https://zootechnologies.com https://xgate.run (x402 发现)