What problem does it solve? Installing third-party agent skills without review exposes your environment to prompt injection, credential theft, data exfiltration, and hidden code execution. This Skill audits a skill directory before adoption so you can decide whether it is safe to install. ## Core Features & Use Cases - Static Security Scanning: Runs a bundled Python scanner that detects prompt injection patterns, obfuscation (zero-width characters, Unicode tag smuggling, base64), hardcoded secrets, dangerous code patterns, and structural attacks like symlinks, frontmatter hooks, npm lifecycle scripts, and PNG metadata injection. - Behavioral and Permission Analysis: Guides the agent through frontmatter validation, description-vs-instructions alignment checks, least-privilege tool assessment, and supply chain review of URLs and dependencies. - Structured Risk Report: Produces a severity-ranked findings report with confidence levels, evidence, remediation advice, and a final install recommendation. - Use Case: Before installing a community skill, ask the agent to scan its directory; the Skill runs the scanner, reviews scripts and references for malicious intent, and returns a risk rating from Clean to Critical. ## Quick Start Scan the skill in .agents/skills/my-new-skill for security issues and tell me whether it is safe to install.