clawscan 1.0.0

OpenClaw/Moltbot/Clawdbot vulnerability scanner for prompt injection, supply chain, and RAG poisoning attacks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Webamon API Key for OSINT discovery
WEBAMON_API_KEY=your-webamon-api-key-here

# Target OpenClaw instance for testing (optional)
TARGET_GATEWAY_URL=ws://localhost:18789
TARGET_AUTH_TOKEN=your-test-token

# Attack configuration
MAX_CONCURRENT_ATTACKS=5
ATTACK_TIMEOUT_MS=30000
VERIFY_EXPLOITS=true

# Reporting
OUTPUT_FORMAT=json
REPORT_DIR=./reports