Openclaw Skill Auditor
Skill by sypsyp97
Why use this skill?
Audit OpenClaw skills for malicious code, obfuscated payloads, and social engineering threats before installation. Keep your local agent safe.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sypsyp97/openclaw-skill-auditorWhat This Skill Does
The Openclaw Skill Auditor, developed by sypsyp97, serves as an essential security gatekeeper for the ClawHub ecosystem. It is designed to inspect third-party skills for malicious activity, obfuscated payloads, and deceptive social engineering tactics before they are granted access to your local machine. The auditor utilizes a robust three-layer analysis framework: Pattern Matching (L1) to identify known malicious syntax, Deobfuscation (L2) to normalize encoded payloads (Base64/Hex), and optional LLM Intent Analysis (L3) to contextually evaluate the semantic purpose of suspicious code. By providing a clear risk verdict, it prevents the execution of credential-stealing or system-compromising scripts.
Installation
To integrate this security layer, run the following command in your terminal: clawhub install openclaw/skills/skills/sypsyp97/openclaw-skill-auditor
Ensure that you have the necessary environment tools installed, particularly the gemini CLI if you wish to enable the advanced L3 LLM analysis layer, which provides the most comprehensive security assessment.
Use Cases
This skill is indispensable for power users who frequently install community-contributed extensions. Common use cases include: 1) Scanning unknown scripts found on GitHub or ClawHub forums; 2) Auditing local scripts that request elevated privileges (sudo) or access to configuration folders; 3) Verifying that a new tool isn't communicating with known C2 servers or exfiltration endpoints like webhook.site.
Example Prompts
- "Audit this skill: check the security profile of the downloaded package located at ~/downloads/new-skill."
- "Openclaw, please run a security check on the latest trending skill from ClawHub before I install it."
- "Check skill security for the recently added 'OpenClawDriver' to ensure it isn't a social engineering threat."
Tips & Limitations
Always prioritize running the audit in a sandboxed directory. While the L1 pattern matcher is highly effective at identifying known threats, the L3 LLM analysis provides superior detection for zero-day exploits. Note that the Auditor does not prevent execution; it acts as an advisory tool. Always review the final verdict report carefully before choosing to bypass a 'DO NOT INSTALL' warning. Keep your definition files updated to ensure the latest malicious IP ranges and domains are accounted for.
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-sypsyp97-openclaw-skill-auditor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution