skill-vetter

Review AI agent skills for malicious code and excessive permissions.

46|6|Updated May 5, 2026
One-click install
npx skills add https://github.com/Rion-Wu-tech/ai-daily-briefing --skill skill-vetter-rion-wu-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetter
Source: https://github.com/Rion-Wu-tech/ai-daily-briefing/tree/main/skills/openclaw-skill-vetter
Command: npx skills add https://github.com/Rion-Wu-tech/ai-daily-briefing --skill skill-vetter-rion-wu-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Vetter addresses the security risks associated with installing untrusted AI agent skills by providing a vetting protocol to detect potential threats.

Core Features & Use Cases

  • Source Reputation Check: Validates the source of the skill for reputation and trustworthiness.
  • Code Review: Identifies red flags such as credential theft attempts, obfuscated code, and unauthorized system access.
  • Permission Scope Analysis: Evaluates the skill's required permissions against the principle of least privilege.
  • Risk Classification: Categorizes the risk level of the skill as LOW, MEDIUM, HIGH, or EXTREME.
  • Vetting Report Generation: Produces a structured report detailing the findings and recommendations.

Quick Start

Before installing a skill, use the skill-vetter to vet it by saying: "Vet the [skill-name] skill from ClawHub."

Frequently Asked Questions about skill-vetter

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

FAQPage Schema
How do I check AI agent skills for malicious code before installing them?

To check AI agent skills for malicious code, use a security vetting protocol that performs source reputation checks, code review for obfuscated code and credential theft, and permission scope analysis against the principle of least privilege.

What is skill vetting and how does it detect unauthorized data access?

Skill vetting is a security protocol that detects unauthorized data access by reviewing code for red flags, analyzing required permissions, and classifying risk levels to ensure safe installation of AI agent skills.

How do I analyze AI skill permissions to prevent excessive access?

To analyze AI skill permissions and prevent excessive access, evaluate the skill's required permissions against the principle of least privilege as part of a comprehensive security vetting protocol.

Do I need curl and jq installed to vet AI skills?

Yes, you need curl and jq installed, as these are the required dependencies for executing the security vetting scripts that perform source checking and risk analysis.

What's the best way to generate a security risk report for AI agent skills?

The best way to generate a security risk report for AI agent skills is to run a vetting protocol that categorizes risk levels as LOW, MEDIUM, HIGH, or EXTREME and produces a structured report detailing findings and recommendations.

When should I not rely on automated skill vetting for AI security?

You should not rely solely on automated skill vetting when a skill requires execution in highly sensitive environments, as automated risk classification may miss novel obfuscation techniques not yet captured in reference scripts.