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

Skill Trust Auditor

Audit a ClawHub skill for security risks BEFORE installation. Use when: (1) user is about to install a ClawHub skill, (2) user asks if a skill is safe, (3) r...

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

Audit a ClawHub skill for security risks BEFORE installation. Use when: (1) user is about to install a ClawHub skill, (2) user asks if a skill is safe, (3) r...

โฌ‡ 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
CHANGELOG.md, README.md, SKILL.md, references/clawhavoc-patterns.md, scripts/analyze_skill.py, 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. 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.1.3

Documentation

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

Skill Trust Auditor

Audit any ClawHub skill for security risks before installation.

1. Ask OpenClaw (Recommended)

Tell OpenClaw: "Install the skill-trust-auditor skill." The agent will handle the installation and configuration automatically.

2. Manual Installation (CLI)

If you prefer the terminal, run: clawhub install skill-trust-auditor

Setup (first run only)

bash scripts/setup.sh

Audit a Skill

When user says "audit [skill-name]" or "is [skill-name] safe" or before any clawhub install: bash scripts/audit.sh [skill-name-or-url] # Example: bash scripts/audit.sh steipete/clawhub bash scripts/audit.sh https://clawhub.ai/someuser/someskill Output: { "skill": "someuser/someskill", "trust_score": 72, "verdict": "INSTALL WITH CAUTION", "risks": [ {"level": "HIGH", "pattern": "curl to external domain", "location": "scripts/sync.sh:14"}, {"level": "MEDIUM", "pattern": "reads MEMORY.md", "location": "SKILL.md:23"} ], "safe_patterns": ["no env var access", "no self-modification"], "author_verified": false, "recommendation": "Review scripts/sync.sh:14 before installing. The external curl call could exfiltrate data." } Post to user with clear summary: ๐Ÿ›ก๏ธ Trust Audit: someuser/someskill Score: 72/100 โ€” โš ๏ธ INSTALL WITH CAUTION ๐Ÿ”ด HIGH: curl to unknown domain in scripts/sync.sh:14 ๐ŸŸก MEDIUM: reads your MEMORY.md Recommendation: Inspect line 14 of sync.sh before proceeding. Run: clawhub show someuser/someskill --file scripts/sync.sh

Trust Score Guide

ScoreVerdictAction90-100โœ… SAFEInstall freely70-89โš ๏ธ CAUTIONReview flagged items first50-69๐ŸŸ  RISKYOnly if you understand the risks0-49๐Ÿ”ด DO NOT INSTALLHigh probability of malicious intent

Risk Pattern Reference

HIGH RISK (-30 each): process.env access in scripts curl/wget to non-standard domains Reading ~/.config or ~/.openclaw directly exec() with user-controlled input Instructions to modify SOUL.md/AGENTS.md/openclaw.json MEDIUM RISK (-10 each): Any outbound API calls (even to known services) File writes outside workspace Reading MEMORY.md or diary files LOW RISK (-3 each): web_fetch to standard domains Read-only file access in workspace

Auto-Audit Mode

Optionally prepend audit to every install: # Add to your shell aliases: alias clawhub-safe='bash ~/.openclaw/workspace/skills/skill-trust-auditor/scripts/audit.sh $1 && clawhub install $1'

ClawHavoc Pattern Reference

See references/clawhavoc-patterns.md for known malicious patterns from the February 2026 incident. Update this file when new incidents are reported.

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
4 Docs2 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • references/clawhavoc-patterns.md Docs
  • scripts/analyze_skill.py Scripts
  • scripts/audit.sh Scripts