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.