← Back to Scanner

About ClawSploit

Open-source OpenClaw vulnerability scanner and security audit framework.

What Is ClawSploit?

ClawSploit is a purpose-built security audit tool for OpenClaw — the open-source browser automation and orchestration platform. It identifies known CVEs, misconfigurations, insecure defaults, and exploitable weaknesses in OpenClaw deployments before attackers can.

Every scan runs entirely on your local machine. No telemetry, no cloud dependencies, no data exfiltration. You own every byte of your scan results.

Why ClawSploit Exists

OpenClaw is powerful, but its default configuration exposes WebSocket endpoints without authentication, allows cross-origin connections, and leaks internal configuration data. Enterprises deploying OpenClaw often inherit these risks without realizing it.

ClawSploit was created to give security teams, DevOps engineers, and penetration testers a fast, reliable way to audit OpenClaw instances and generate actionable remediation reports.

Our Methodology

ClawSploit uses a two-phase scanning architecture:

All tests are non-destructive and read-only. ClawSploit never modifies target state, writes files, or executes arbitrary code on scanned instances.

CVE Coverage

ClawSploit maintains an actively curated database of OpenClaw-specific CVEs, including:

The database covers 16+ vulnerabilities across all severity levels, from critical RCE flaws to informational version disclosures.

Technical Expertise

ClawSploit is built entirely with Node.js standard library — no heavy dependencies, no bloated frameworks. The scanner implements WebSocket frame parsing from scratch, performs raw TLS handshakes, and constructs custom HTTP probes for precise vulnerability detection.

Key technical details:

Who Should Use ClawSploit

Responsible Disclosure

ClawSploit is intended exclusively for authorized security testing. Always obtain proper authorization before scanning any system you do not own. If you discover a new vulnerability in OpenClaw, we encourage responsible disclosure through the OpenClaw project's security policy.