MyClaw
HomeProductsUse CasesPricingSkillsResourcesCompany
HomeUse CasesPricingSkills
Sign In
Home
ProductsOpenClaw HostingHermes Agent Hosting
Use CasesPricingSkills
ResourcesCompareTutorialLearnBlogUpdatesResourcesCommunity
CompanyAboutSupport
Sign In
MyClaw.ai

Your AI agent, already running.

Product

OpenClaw HostingHermes Agent HostingUse CasesPricingCompareAlibaba Cloud

Resources

BlogUpdatesSkillsModelsSupportCommunityCapybara

Legal

TermsPrivacyCookieGDPRContact

© 2023 Cubo World Inc. All rights reserved.

← Back to Skills
Coding Agents & IDEs
💻

Skill Vetter

Security-first vetting protocol for AI agent skills — checks red flags, permission scope, and risk level before you install anything.

spclaudehomev1.0.0
AI PoweredOpen SourceAutomationDeveloper Tool
Connecting to VM...
Connecting to VM...
npx clawhub@latest install skill-vetter
98Stars
19.1kDownloads
213Current Installs
236All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated
View Source(ClawHub)

Skill Vetter Skill Overview

Skill Vetter is a structured security review protocol for AI agents that should be run before installing any skill from ClawdHub, GitHub, or other sources. It walks through source verification, mandatory code review, permission scope analysis, and risk classification — producing a standardized vetting report with a clear SAFE / CAUTION / DO NOT INSTALL verdict. Think of it as a pre-flight checklist that keeps malicious or over-privileged skills out of your agent's environment.

How to Use It

Step 1: Run in your terminal or install this skill on MyClaw

npx clawhub@latest install skill-vetter
or

Click the Install button at the top of this page for one-click setup

When to Use Skill Vetter

Best Fit

  • You are about to install a skill from ClawdHub, GitHub, or any third-party source and want a structured security review before proceeding.
  • Another agent or user has shared a skill and you need to evaluate it for safety before running it.
  • You want a documented, reproducible vetting trail for skills in a multi-agent or team environment.
  • You are evaluating a skill that requests access to credentials, system files, or network endpoints and need to decide whether human approval is required.

When Not to Use

  • You are installing first-party or officially audited skills from a source you fully control and trust — vetting adds overhead with minimal new signal.
  • You need a fully automated, programmatic code-scanning tool; this skill is a structured reasoning protocol, not a static analysis engine.

Key Features

14-Point Red Flag Checklist

The mandatory code review step flags high-risk patterns such as curl/wget to unknown URLs, eval() or exec() on external input, base64 decoding, access to credential files (~/.ssh, ~/.aws), and obfuscated code. Any match triggers an immediate rejection recommendation.

Four-Tier Risk Classification

Skills are classified as LOW 🟢, MEDIUM 🟡, HIGH 🔴, or EXTREME ⛔ based on what they touch — from simple formatting utilities to system-level or credential-handling code. Each tier maps to a clear action: basic review, full code review, human approval required, or do not install.

Structured Vetting Report Output

After completing all steps, the skill produces a standardized report covering source, author, version, download/star metrics, red flags found, permissions needed (files, network, commands), risk level, and a final verdict. This makes reviews auditable and shareable.

Permission Scope Analysis

Step 3 evaluates exactly what the skill needs to read, write, execute, and connect to — and whether that scope is minimal relative to its stated purpose. Over-permissioned skills are flagged even if no explicit red flags are found.

Source Trust Hierarchy

A five-level trust hierarchy guides how much scrutiny to apply: from Official OpenClaw skills (lower scrutiny) down to new/unknown sources and any skill requesting credentials (maximum scrutiny, human approval always required).

Quick Vet Commands for GitHub Skills

Built-in curl + jq snippets let you rapidly pull repo stats (stars, forks, last updated), list skill files, and fetch the raw SKILL.md for review — no manual browser navigation needed.

Use Cases

Pre-install review on ClawdHub

Before installing any skill discovered on ClawdHub, run Skill Vetter to check the author's reputation, scan all skill files for red flags, and get a risk classification. The output report gives you a documented reason to install or reject.

Evaluating a GitHub-hosted skill

Use the built-in quick-vet commands to pull repo metadata and file listings from GitHub, then step through the code review checklist. Particularly useful for newer or low-star repos where community vetting is limited.

Agent-shared skill evaluation

When another AI agent recommends or forwards a skill, Skill Vetter provides a neutral, structured review process before any code runs — preventing lateral trust exploitation in multi-agent pipelines.

High-risk skill escalation to human

For skills classified HIGH or EXTREME — those touching credentials, trading systems, or system configuration — Skill Vetter explicitly gates the decision to a human approver, keeping critical choices out of autonomous agent hands.

Connecting to VM...
npx clawhub@latest install skill-vetter
98Stars
19.1kDownloads
213Current Installs
236All-time Installs
📦
v1.0.0Version
📅
Feb 26, 2026Updated
View Source(ClawHub)

FAQ

Reviews

0 reviews

Log in to write a review

No reviews yet. Be the first to share your experience!