โ† All skills
Tencent SkillHub ยท Security & Compliance

OpenClaw Skill Auditor

Scans ClawHub skills to detect malicious code, obfuscated payloads, and social engineering via pattern matching, deobfuscation, and LLM analysis before insta...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Scans ClawHub skills to detect malicious code, obfuscated payloads, and social engineering via pattern matching, deobfuscation, and LLM analysis before insta...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/audit.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

Skill Auditor ๐Ÿ”

Audit ClawHub skills for security threats before installing them.

Triggers

Use this skill when: "Audit this skill" "Check skill security" Before installing any third-party skill

Method 1: Pre-install audit (recommended)

# Inspect without installing clawhub inspect <skill-name> # Run the audit script ~/.openclaw/workspace/skills/skill-auditor/scripts/audit.sh <skill-name>

Method 2: Audit an installed skill

~/.openclaw/workspace/skills/skill-auditor/scripts/audit.sh --local <skill-path>

L1: Pattern Matching

SeverityPatternRisk๐Ÿ”ด Highbase64.*|.*bashEncoded execution๐Ÿ”ด Highcurl.*|.*bashRemote script execution๐Ÿ”ด Higheval\( / exec\(Dynamic code execution๐Ÿ”ด HighKnown C2 server IPsMalicious communication๐ŸŸก MediumAccess to ~/.openclaw/Config theft๐ŸŸก MediumReads $API_KEY etc.Credential leakage๐ŸŸก MediumSocial engineering keywordsUser deception๐ŸŸข LowRequires sudoElevated privileges

L2: Deobfuscation

Automatically decodes hidden malicious payloads: Base64 โ€” Decodes and scans for hidden commands Hex โ€” Decodes \x41\x42 format strings Checks decoded content for C2 servers and dangerous commands

L3: LLM Analysis (optional)

Uses Gemini CLI to analyze suspicious code intent: Semantic understanding beyond pattern matching Detects novel/unknown threats Requires gemini CLI installed

C2 Server IPs

91.92.242.30 # ClawHavoc primary server

Malicious Domains

glot.io # Hosts obfuscated scripts webhook.site # Data exfiltration endpoint

Social Engineering Keywords

OpenClawDriver # Non-existent "driver" ClawdBot Driver # Social engineering lure Required Driver # Tricks users into installing malware

Output Format

โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• SKILL AUDIT REPORT: <skill-name> โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ๐Ÿ”ด HIGH RISK FINDINGS: [LINE 23] base64 encoded execution detected [LINE 45] curl|bash pattern found ๐ŸŸก MEDIUM RISK FINDINGS: [LINE 12] Accesses ~/.openclaw/ directory ๐ŸŸข LOW RISK FINDINGS: [LINE 5] Requires sudo for installation โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• VERDICT: โŒ DO NOT INSTALL โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Best Practices

Always audit before install โ€” Never skip the security check Trust no skill blindly โ€” Including highly starred or popular ones Check updates โ€” Skill updates may introduce malicious code Report suspicious skills โ€” Send to steipete@gmail.com

Maintenance

Update this skill when new threats are discovered: New malicious IP โ†’ Add to MALICIOUS_IPS New malicious domain โ†’ Add to MALICIOUS_DOMAINS New social engineering lure โ†’ Add to SOCIAL_ENGINEERING New attack pattern โ†’ Add regex detection Update location: variable definitions at the top of scripts/audit.sh

References

341 Malicious ClawHub Skills Incident OpenClaw Security Guide

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/audit.sh Scripts