ClawSentinel
Pure local 2026 ClawHub/OpenClaw skill scanner. Detects ClawHavoc malware, MCP backdoors, obfuscated payloads, and supply-chain attacks. 100% read-only analysis.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chuddyrudd/clawsentinelWhat This Skill Does
ClawSentinel v2.3 is the premier security auditing tool for the OpenClaw ecosystem. Designed as a pure local scanner, it performs static analysis on potential skills before they are integrated into your environment. In the current ClawHavoc landscape, where malicious packages are increasingly common, ClawSentinel acts as an essential firewall for your AI agent. It is specifically engineered to identify MCP (Model Context Protocol) backdoors, obfuscated JavaScript/Python payloads, and sophisticated supply-chain attacks hidden within malicious markdown or GitHub repository structures. By leveraging the comprehensive DataClaw dataset, this skill maps dangerous code patterns to known threat signatures without ever executing the underlying code.
Installation
To secure your environment, install the skill directly via the ClawHub CLI using the following command:
clawhub install openclaw/skills/skills/chuddyrudd/clawsentinel
Once installed, the tool integrates directly into your agent's capability list, allowing you to trigger a deep scan at any time through standard natural language prompts.
Use Cases
ClawSentinel is designed for developers, security researchers, and everyday OpenClaw users who value system integrity. Its primary use case is the pre-installation verification of third-party skills. If you discover a promising skill on GitHub or a public repository, use ClawSentinel to perform a deep-dive analysis of the codebase. It is also an excellent tool for auditing your existing library, helping you ensure that past installations haven't been compromised by upstream dependency tampering.
Example Prompts
- "audit this skill: [paste code here] - tell me if there are any suspicious system calls or hidden network requests."
- "audit github https://github.com/malicious-actor/unknown-utility and list all identified security vulnerabilities."
- "scan the last three skills I installed and verify if they contain known MCP backdoor patterns from the DataClaw dataset."
Tips & Limitations
- Tip: Always run ClawSentinel in a 'trusted' environment. Since it is 100% read-only, it cannot accidentally trigger the malware it detects.
- Tip: Update your local DataClaw dataset frequently to ensure you are protected against the latest 2026 exploit trends.
- Limitation: ClawSentinel is a static analysis tool. While highly effective, it cannot predict the behavior of highly polymorphic or encrypted code that requires runtime de-obfuscation. It remains the strongest first line of defense available for OpenClaw users today.
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-chuddyrudd-clawsentinel": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access
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.
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.
AURA Security Scanner
Scan AI agent skills for malware, credential theft, prompt injection, and dangerous permissions before installing them