← 返回
未分类

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...
使用 ZOO Security Scanner API 对任意 URL、技能或基础设施进行安全漏洞扫描,支持按次付费(USDC),无需 API 密钥。
crazycompanyinc crazycompanyinc 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 321
下载
💾 0
安装
1
版本
#audit#latest#scanning#security#vulnerabilities#x402

概述

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

  1. Agent sends scan request to POST /scan
  2. Server returns 402 Payment Required with x402 payment instructions
  3. Agent pays in USDC on Base network
  4. 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

EndpointMethodDescription
-------------------------------
/scanPOSTRun a scan (x402 payment)
/healthGETService health
/pricingGETCurrent pricing
/scansGETRecent scans

Wallet

Payments: 0x697D7c4B60cA15C03479189c63463a30e230F2AD (Base)

Links

  • https://zootechnologies.com
  • https://xgate.run (x402 discovery)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 14:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,639
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,915
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,949