What problem does it solve? Installing third-party Claude Skills without vetting exposes your environment to malicious code, credential theft, and data exfiltration. This Skill provides a structured, risk-based review process so you can evaluate skills before adding them to your registry. ## Core Features & Use Cases - Risk-Based Classification: Categorizes skills as doc, compute, or network level based on frontmatter and directory inspection, applying light or formal review accordingly. - Formal Code Audit Checklist: Covers dependency pinning, vulnerability scanning with pip-audit/npm audit/Snyk, obfuscation detection, file system access boundaries, and network policy review. - Sandbox Test Execution: Guides running scripts in Docker containers with network monitoring and file system diffing to verify documented behavior. - Use Case: Before installing a community skill that fetches web data, run the formal review to confirm it uses HTTPS, reads API keys from environment variables, and sends no data to undisclosed endpoints, then record the decision in a review report. ## Quick Start Review the third-party skill at .claude/skills/third-party/example-skill and produce a security review report with an approve or reject decision.