skill-vetter

Evaluates AI agent skill security by checking provenance, code, and permissions.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill skill-vetter-dingdyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetter
Source: https://github.com/dingdyan/openclaw-workspace-v2/tree/main/skills/skill-vetter
Command: npx skills add https://github.com/dingdyan/openclaw-workspace-v2 --skill skill-vetter-dingdyan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you avoid installing or running unsafe AI agent skills by providing a repeatable security review checklist before code from ClawdHub, GitHub, or other sources is adopted.

Core Features & Use Cases

  • Source checks: Helps you evaluate provenance, author reputation, activity recency, and community feedback signals.
  • Mandatory code review: Guides reviewers to scan for high-risk patterns such as credential access attempts, network exfiltration behavior, obfuscation, and risky execution primitives.
  • Permission scope assessment: Forces you to enumerate required file access, network needs, and executed commands to ensure least privilege.
  • Risk classification & decision output: Produces a standardized report with a clear verdict (safe, caution, or do not install).

Quick Start

Use the skill-vetter protocol to vet the target skill before installing it and produce a SKILL VETTING REPORT.

Frequently Asked Questions about skill-vetter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the security risk of an AI agent skill before installation?

To check the security risk of an AI agent skill, you need to evaluate its provenance, scan for suspicious code behavior like credential access or network exfiltration, and assess requested permission scopes to produce a structured risk verdict.

What is a safety checklist for reviewing unknown GitHub agent skills?

A safety checklist for reviewing unknown GitHub agent skills requires scanning for risky execution primitives, obfuscation, unsafe network activity, and sensitive-file access, ensuring you apply least privilege before adopting the code.

How do I assess permission scope and code behavior for ClawdHub skills?

Assess permission scope for ClawdHub skills by enumerating required file access, network needs, and executed commands, then scan code behavior for high-risk patterns to produce a standardized safe, caution, or do not install verdict.

Can I use a structured vetting report to decide whether to install an untrusted AI skill?

Yes, you can use a structured vetting report to decide whether to install an untrusted AI skill by relying on its clear risk verdict, which classifies the skill as safe, caution, or do not install based on code behavior.

What high-risk patterns should I scan for during AI agent code review?

During AI agent code review, you should scan for high-risk patterns including credential access attempts, network exfiltration behavior, obfuscation, and risky execution primitives to ensure safe adoption from unknown authors.