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

ClawSkillShield

Locally scans OpenClaw/ClawHub skills for security risks like hardcoded secrets, dangerous calls, and risky imports, then scores and quarantines threats.

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

Locally scans OpenClaw/ClawHub skills for security risks like hardcoded secrets, dangerous calls, and risky imports, then scores and quarantines threats.

โฌ‡ 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
.gitignore, LICENSE.txt, pyproject.toml, README.md, SKILL.md, clawskillshield/analyzer.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
1.0.0

Documentation

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

ClawSkillShield ๐Ÿ›ก๏ธ

Local-first security scanner for OpenClaw/ClawHub skills.

What It Does

Static analysis for security risks and malware patterns Detects: Hardcoded secrets (API keys, credentials, private keys) Risky imports (os, subprocess, socket, ctypes) Dangerous calls (eval(), exec(), open()) Obfuscation (base64 blobs, suspicious encoding) Hardcoded IPs Risk scoring (0โ€“10) + detailed threat reports Quarantine high-risk skills automatically

Dual-Use Design

CLI for humans: Quick safety checks before installing skills Agent API: Importable functions for autonomous agents/Moltbots to proactively scan and quarantine risky skills (essential post-ClawHavoc)

CLI (Humans)

pip install -e . clawskillshield scan-local /path/to/skill clawskillshield quarantine /path/to/skill

Python API (Agents)

from clawskillshield import scan_local, quarantine threats = scan_local("/path/to/skill") if risk_score < 4: # HIGH RISK quarantine("/path/to/skill")

Zero Dependencies

Pure Python. No network calls. Runs entirely locally.

Why This Matters

ClawHavoc demonstrated how easily malicious skills can slip into the ecosystem. ClawSkillShield provides a trusted, open-source defense layerโ€”audit the code, run offline, stay safe. GitHub: https://github.com/AbYousef739/clawskillshield License: MIT Author: Ab Yousef Contact: contact@clawskillshield.com

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
3 Files2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • clawskillshield/analyzer.py Scripts
  • .gitignore Files
  • LICENSE.txt Files
  • pyproject.toml Files