openclaw-security-monitor
Proactive security monitoring, threat scanning, and auto-remediation for OpenClaw deployments
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adibirzu/openclaw-security-monitorWhat This Skill Does
The openclaw-security-monitor is an essential defensive layer for OpenClaw deployments, providing a comprehensive 59-point security audit to protect your agent environment. It serves as a real-time shield, detecting sophisticated threats ranging from memory poisoning and reverse shells to modern exploitation chains like CVE-2026-25253. By integrating ClawHavoc threat intelligence, the skill actively scans for known malicious IPs, credential exfiltration endpoints, and persistence mechanisms such as unauthorized LaunchAgents or crontabs. It validates your gateway configuration, audits Docker security settings, and verifies MCP server integrity to prevent tool poisoning and prompt injection. Beyond passive monitoring, it offers auto-remediation capabilities to harden your environment against both known vulnerabilities and emerging attack vectors like path hijacking and browser-relay unauthenticated access.
Installation
To integrate this security suite into your instance, execute the following command in your terminal:
clawhub install openclaw/skills/skills/adibirzu/openclaw-security-monitor
After installation, you may optionally set the OPENCLAW_TELEGRAM_TOKEN environment variable to receive instant security alerts on your mobile device. Ensure that bash, curl, node, and lsof are present in your system path, as these are strict requirements for the scanner to function effectively.
Use Cases
- Continuous Compliance: Regularly audit your environment configuration to ensure it adheres to secure deployment standards.
- Threat Detection: Identify unauthorized attempts to exfiltrate credentials or inject malicious memory payloads into the OpenClaw runtime.
- Post-Incident Forensics: Run a deep scan immediately after potential exposure to identify if persistence mechanisms were established.
- Hardening: Automatically identify misconfigured sandbox environments or dangerous Docker container permissions before they are exploited.
Example Prompts
- "@openclaw-security-monitor run a full 59-point security scan and report any high-risk vulnerabilities found."
- "@openclaw-security-monitor check my current docker configuration and ensure no containers are running in privileged mode."
- "@openclaw-security-monitor show me the status of my gateway and verify if there are any active WebSocket origin validation issues."
Tips & Limitations
This skill is designed for proactive defense, but it should not be the sole security layer for your server. Regularly update your skills using ClawHub to ensure you have the latest threat intelligence signatures. Note that while auto-remediation can fix many misconfigurations, some critical security alerts may require manual intervention to ensure that business logic is not interrupted. Always review the logs in the web dashboard if the skill flags a sensitive file permission issue, as some automated tasks may inadvertently alter your workflow configuration if not properly tuned.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adibirzu-openclaw-security-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, code-execution
Related Skills
doctorbot-ci-validator
Stop failing in production. Validate your GitHub Actions, GitLab CI & Keep workflows offline with surgical precision. Born from Keep bounty research, perfected for agents.
feishu-cron-announce
创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。
social-vault
社交平台账号凭证管理器。提供登录态获取、AES-256-GCM 加密存储、定时健康监测和自动续期。Use when managing social media account credentials, importing cookies, checking login status, or automating session refresh. Also covers platform adapter creation and browser fingerprint management.
arc-shield
Output sanitization for agent responses - prevents accidental secret leaks
undertow
Skill discovery engine for AI coding agents. Recommends and installs the right skill when you need it — code review, test generation, debugging, commit messages, PR preparation, security scanning, dependency audits, Docker setup, CI/CD pipelines, API documentation, refactoring, performance optimization, bundle analysis, git recovery, README generation, license compliance, migration guides, dead code removal, and secret detection. One install gives your agent access to a curated library of 20+ developer workflow skills. Use when the user asks for help with any development workflow, code quality, DevOps, security, testing, documentation, or project setup task.