A comprehensive security scanner and hardening toolkit designed to protect Clawdbot and Moltbot installations from external threats and data exposure.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdbot-security
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install clawdbot-security using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Clawdbot Security Audit is an essential utility for developers and power users deploying AI agents on servers or VPS environments. It addresses the critical vulnerability of exposed gateways by scanning for insecure configurations, improper file permissions, and unauthenticated access points. As part of the Openclaw Skills ecosystem, this tool helps users identify if their installation is one of the many found exposed on public scanners like Shodan.
The skill provides both automated scanning and manual hardening guides to ensure that sensitive data—including API keys, conversation histories, and full system shell access—remains protected from prompt injection attacks and unauthorized external actors.
Install the tool globally via npm or through the ClawdHub registry to secure your Openclaw Skills setup:
# Install via npm
npm install -g clawdbot-security-audit
# Or install via ClawdHub
clawdhub install lxgicstudios/clawdbot-security
# Run a standard security scan
npx clawdbot-security-audit
# Run with auto-fix enabled
npx clawdbot-security-audit --fix
The skill analyzes and manages the following configuration and permission schema:
| Component | Safe Value | Risk Level |
|---|---|---|
| Gateway Binding | loopback (127.0.0.1) |
Critical |
| Directory Permissions | 700 (Owner Only) |
High |
| Config Permissions | 600 (Read/Write Owner) |
High |
| Authentication | token or password |
Critical |
| Node.js Version | 22.12.0+ |
Medium |
| mDNS | Disabled |
Low |
--fix) to automatically resolve permission and binding issues without manual intervention.--deep) to simulate an external attack and verify gateway isolation.Loading
Automatically scan your codebase to generate optimized GitHub Actions CI/CD workflows without manual configuration.

A zero-config utility that scans your project to automatically generate optimized GitHub Actions CI/CD workflows.

An AI-powered utility that analyzes API routes to provide tailored caching recommendations for improved application performance.

An AI-driven utility that analyzes API routes to provide specific, actionable caching recommendations for improved performance.

A high-performance CLI tool to instantly generate Cloudflare Workers code and wrangler.toml configurations from natural language prompts.

An AI-powered utility that generates complete Cloudflare Workers code and wrangler.toml configurations from natural language prompts.








































