An essential security hardening and vulnerability scanning skill designed to protect codebases, servers, and databases against OWASP Top 10 risks and data compliance failures.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install security-plus
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 security-plus using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Security Plus is a comprehensive, production-grade security enhancement skill designed to secure applications from development to deployment. By integrating this intelligence into your development workflow, you ensure complete alignment with OWASP Top 10 (2021) guidelines, automatic secrets detection, and compliance readiness for standards like GDPR, HIPAA, and SOC2.
This extension empowers developers and automated agents to shift security left. It provides built-in reference configurations, automated vulnerability scanning (SAST/DAST), dependency checks, and actionable guides to harden servers, applications, and database configurations. By using Openclaw Skills like Security Plus, teams can enforce robust defense-in-depth strategies and prevent costly security misconfigurations before code reaches production.
Install scanning tools globally or within your project environment. Below are commands to configure the primary scanners:
# Install Python-based scanners
pip install bandit safety pre-commit detect-secrets
# Install Snyk CLI and Node security auditors
npm install -g snyk
Add the following configuration to your .pre-commit-config.yaml to prevent secret leaks during commits:
repos:
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Initialize the pre-commit configuration:
pre-commit install
detect-secrets scan > .secrets.baseline
The Security Plus framework categorizes security vulnerabilities, mitigations, and compliance tasks systematically. This structure organizes tools and rules across the development lifecycle:
| Category | Core Focus | Supported Tools / Specifications |
|---|---|---|
| SAST | Code scanning & pattern matching | Semgrep, Bandit, SonarQube |
| DAST | Dynamic runtime testing | OWASP ZAP, Nikto |
| Dependency Scanning | Open-source vulnerabilities | Snyk, npm audit, safety, bundler-audit |
| Secrets Detection | Preventing token and key exposure | gitleaks, detect-secrets, truffleHog |
| Infrastructure (IaC) | Container and IaC scanning | Trivy, Clair, Checkov, tfsec |
| Hardening Guides | System and network security configurations | SSH keys, Firewalls, Security Headers, Database configs |
Loading
A fast and smart weather querying tool supporting multilingual inputs to retrieve global weather information for AI agents.

An advanced development skill equipping AI agents with modern, asynchronous, type-safe, and highly optimized Python engineering capabilities.

An enhanced Git skill supporting advanced branching strategies, custom automated Git hooks, monorepo architectures, and robust CI/CD workflow integrations.

An advanced containerization extension delivering secured Docker templates, multi-stage build optimization, and battle-tested production blueprints.

Monitoring Plus delivers an advanced, end-to-end observability suite featuring pre-configured Prometheus metrics, Grafana visualization dashboards, Loki log aggregation, and SLO/SLI tracking.

MCP Server Plus is an advanced toolkit designed to streamline the creation, deployment, and monitoring of high-performance Model Context Protocol (MCP) servers.








































