← All skills
Tencent SkillHub · Security & Compliance

Skill Trust Guard

Enforces skill-trust-scanner security checks before installing skills, blocking or alerting based on risk scores to reduce supply chain threats.

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

Enforces skill-trust-scanner security checks before installing skills, blocking or alerting based on risk scores to reduce supply chain 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
integrate.sh, TEST_REPORT.md, install.sh, SKILL.md, README.md, TESTING.md

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 6 sections Open source page

skill-trust-guard

在安装 skill 前强制执行 skill-trust-scanner 安全扫描,并按评分执行拦截策略。

目标

把 clawhub install 前置为“先扫描再安装” 默认阻断高风险 skill,降低供应链投毒风险 保持现有 CLI 习惯(可用 shim 覆盖原命令)

评分策略

score < 50:拒绝安装(block) 50 <= score < 75:告警,需人工确认(--yes 可自动继续) score >= 75:直接安装

组成

install.sh:主包装器(方案 B) hooks/pre-install.sh:可复用 pre-install hook(本地路径扫描 + 决策) integrate.sh:生成 PATH shim,让 clawhub install 自动走 guard README.md:安装/集成/测试说明

依赖

scanner: /home/guofeng/clawd/skill-trust-scanner/src/cli.ts Node.js + npx clawhub CLI

用法

~/.openclaw/skills/skill-trust-guard/install.sh <slug|path|git-url> 或执行: ~/.openclaw/skills/skill-trust-guard/integrate.sh export PATH="$HOME/.openclaw/bin:$PATH" 之后直接使用: clawhub install <skill> (自动触发 trust guard)

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
  • README.md Docs
  • TEST_REPORT.md Docs
  • TESTING.md Docs
  • install.sh Scripts
  • integrate.sh Scripts