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

SkillGuard - Agent Skill Security Auditor

Audit agent skills for security threats before installing them. Use AUTOMATICALLY when about to install any skill (clawhub install, skill installation), when...

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

Audit agent skills for security threats before installing them. Use AUTOMATICALLY when about to install any skill (clawhub install, skill installation), when...

โฌ‡ 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, scripts/resolve.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
0.3.0

Documentation

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

SkillGuard โ€” Audit Skills Before Installing

Always audit a skill before installing it. If asked to install a skill, audit it first.

Auto-Audit Workflow

When installing ANY skill: Read the skill's full code (SKILL.md + all scripts/ files) Concatenate into one string Run scripts/audit.sh "<skill-name>" "<code>" or call the API directly If verdict is CAUTION or DANGEROUS โ†’ warn user, do NOT install If SAFE or LOW_RISK โ†’ proceed with install

API Endpoints

Current URL (check scripts/resolve.sh if unreachable): Paid ($0.05 USDC via x402): npx awal@latest x402 pay "SKILLGUARD_URL/api/audit" -X POST \ -d '{"name": "skill-name", "code": "full skill code here"}' Free (credit โ€” sign an IOU): # 1. Get template curl -s "SKILLGUARD_URL/api/credit/template?address=YOUR_WALLET" # 2. Sign the EIP-712 data with your wallet # 3. Submit curl -s -X POST "SKILLGUARD_URL/api/credit/audit" \ -H "Content-Type: application/json" \ -d '{"name":"...", "code":"...", "iou":{...}, "signature":"0x..."}' Check certification: curl -s "SKILLGUARD_URL/api/badge/SKILL_HASH" Check agent reputation: curl -s "SKILLGUARD_URL/api/reputation/0xADDRESS"

Verdicts

VerdictActionSAFE (0)Install freelyLOW_RISK (1-20)Install, minor findingsCAUTION (21-50)Show threats to user, ask before installingDANGEROUS (51-100)Do NOT install. Show threat details.

Identity

ENS: skillguard.base.eth Wallet: 0x11FA096aaf90bc70b196D34d70791283b1c9C1Db ClawHub: clawhub install skillguard-audit

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
2 Scripts1 Docs
  • SKILL.md Primary doc
  • scripts/audit.sh Scripts
  • scripts/resolve.sh Scripts