A security-focused static analysis tool designed to audit Openclaw Skills for malicious patterns and vulnerabilities before they are installed.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ai-skill-scanner
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 ai-skill-scanner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Security Scanner is a specialized utility for developers and users within the OpenBot and Clawdbot ecosystem. It serves as a defensive layer by analyzing the source code of Openclaw Skills to detect critical red flags such as hardcoded credentials, suspicious network calls, and obfuscated logic. By performing static analysis on a skill folder, the scanner helps prevent the execution of malicious scripts that could compromise sensitive data or system integrity.
This tool is essential for anyone integrating third-party components into their workflow. It provides a structured way to verify trust and ensure that any Openclaw Skills you deploy meet high security standards. By identifying potential prompt injection risks and malware patterns early, you can maintain a safe environment for your AI-driven automations.
To begin using the security scanner for your Openclaw Skills, you can run the following commands in your terminal:
# Scan a specific local skill folder
python3 scripts/scan.py /path/to/skill
# Run a scan with detailed verbose output to see matched lines
python3 scripts/scan.py /path/to/skill --verbose
# Generate JSON output for integration with security automation tools
python3 scripts/scan.py /path/to/skill --json
The scanner evaluates Openclaw Skills based on a specific scoring system and returns results that can be interpreted via exit codes or JSON objects. Below is the interpretation of the scoring and exit codes:
| Score | Severity | Recommendation | Exit Code |
|---|---|---|---|
| CLEAN | Low | Safe to install | 0 |
| INFO | Low | Safe to install | 0 |
| REVIEW | Medium | Review manually before installing | 1 |
| SUSPICIOUS | High | Do NOT install without thorough review | 2 |
| DANGEROUS | Critical | Do NOT install — likely malicious | 3 |
Loading
A hybrid memory management system that transforms raw episodic logs into structured semantic knowledge using the PARA method.

An encrypted communication layer for AI agents that secures sensitive data using AES-256-CBC and stealth activation.

Ichiro-Mind is a sophisticated unified memory architecture that provides AI agents with persistent, hierarchical recall through a 4-layer system of hot, warm, cold, and archive storage.

A FastAPI-based REST service for Qwen3 text-to-speech optimized for consistent voice cloning and high-speed audio synthesis.

An automated deployment utility that simplifies launching web applications to Vercel, Railway, and Supabase via integrated CLI workflows.

A lightweight Python-based command-line toolkit for French freelancers to manage clients, track time, and generate professional HTML invoices.








































