← 返回 Skills 市场
crazycompanyinc

zoo-security-scanner

作者 Crazy Company Inc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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

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

安全使用建议
This is a low-confidence result because the required local artifact inspection failed. Re-run the review in an environment where metadata.json and artifact/ can be read before relying on the verdict.
能力标签
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Unable to verify the skill purpose and capabilities because workspace file inspection failed before any artifact content could be read.
Instruction Scope
Unable to assess instruction scope from SKILL.md because artifact files could not be read.
Install Mechanism
Unable to assess install mechanism from metadata or install specs because artifact files could not be read.
Credentials
Unable to compare requested environment access with stated purpose because artifact files could not be read.
Persistence & Privilege
Unable to assess persistence or privilege behavior because artifact files could not be read.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zoo-security-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zoo-security-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of zoo-security-scanner. - Scan any URL, skill, or infrastructure for vulnerabilities — powered by ZOO Security Scanner API. - Automatic pay-per-scan with x402 and USDC; no API keys or accounts required. - Supports multiple scan types: quick, full, and dependencies. - Simple API endpoints for scanning, health check, pricing, and recent results.
元数据
Slug zoo-security-scanner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 zoo-security-scanner?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zoo-security-scanner」即可一键安装,无需额外配置。

zoo-security-scanner 是免费的吗?

是的,zoo-security-scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zoo-security-scanner 支持哪些平台?

zoo-security-scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zoo-security-scanner?

由 Crazy Company Inc(@crazycompanyinc)开发并维护,当前版本 v1.0.0。

💬 留言讨论