skill-vetter

Reviews AI agent skills for security red flags before installation.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill skill-vetter-tmtgroupbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-vetter
Source: https://github.com/tmtgroupbot/lptracker-deploy/tree/main/skills/skill-vetter
Command: npx skills add https://github.com/tmtgroupbot/lptracker-deploy --skill skill-vetter-tmtgroupbot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Installing unvetted AI agent skills from ClawdHub, GitHub, or other sources can expose your system to credential theft, data exfiltration, and malicious code execution. ## Core Features & Use Cases - Four-Step Vetting Protocol: Systematically checks source reputation, reviews all code for red flags, evaluates permission scope, and assigns a risk classification. - Red Flag Detection: Identifies dangerous patterns like curl to unknown URLs, base64 decoding, credential file access, obfuscated code, and network calls to raw IPs. - Structured Vetting Report: Produces a standardized report with risk level (LOW to EXTREME) and a clear verdict on whether to install. - Use Case: Before installing a GitHub skill that requests API keys, run the vetting protocol to review its files, classify it as HIGH risk, and escalate to human approval. ## Quick Start Vet the skill from this GitHub repository before I install it and give me a risk 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 if an AI agent skill is safe to install?

Follow a four-step vetting protocol: verify the source and author reputation, read every file for red flags like external network calls or credential access, evaluate the permission scope, then assign a risk level from LOW to EXTREME before deciding.

What red flags indicate a malicious AI skill?

Reject skills that curl or wget unknown URLs, send data to external servers, request credentials or API keys, read ~/.ssh or ~/.aws without reason, use base64 decoding or eval on external input, contain obfuscated code, or request sudo permissions.

How do I review a GitHub-hosted skill before installing it?

Use the GitHub API to check repo stars, forks, and last update date, list the skill's files, then fetch and read the SKILL.md and all other files. High-star repos and known authors warrant moderate scrutiny; unknown sources require maximum scrutiny.

When should a skill installation require human approval?

Human approval is required for HIGH risk skills involving credentials, trading, or system access, and for any skill requesting credentials regardless of source. EXTREME risk skills touching security configs or root access should not be installed at all.

What are the limitations of manual skill vetting?

Manual vetting depends on the reviewer's ability to spot obfuscated or cleverly hidden malicious code, and reputable sources can still be compromised. It reduces risk but cannot guarantee a skill is completely safe.