← Back to Skills Marketplace
crazycompanyinc

zoo-security-scanner

by Crazy Company Inc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zoo-security-scanner
Description
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...
README (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

Usage Guidance
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.
Capability Tags
cryptorequires-walletcan-make-purchasesrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zoo-security-scanner
  3. After installation, invoke the skill by name or use /zoo-security-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug zoo-security-scanner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments