What problem does it solve? Installing an untrusted agent skill or MCP server can expose you to prompt injection, credential theft, and data exfiltration hidden in prose or code. This Skill runs a fast static security pre-screen before you install anything, producing a 0-100 risk score with a clear safe / caution / do-not-install verdict. ## Core Features & Use Cases - Static SkillSpector scan in Docker: Runs the scanner in a throwaway read-only container with --no-llm, so no API keys are needed and scanned content never leaves the machine. - Broad threat coverage: Checks roughly 19 threat categories including prompt injection, hidden instructions, data exfiltration, MCP tool-poisoning, supply-chain typosquats, and live CVE lookups. - Machine-readable gating: JSON output exposes risk_assessment.recommendation (SAFE / CAUTION / DO_NOT_INSTALL) and a 0-100 score for scripted install gates. - Use Case: Before installing a community skill from GitHub, point the scanner at the repo URL, get a risk score and top findings, and only proceed to a full manual review if the pre-screen passes. ## Quick Start Scan this skill folder with skill-scan and tell me the risk score, the top findings, and whether it is safe to install.