What problem does it solve?
Skill installation is risky because third-party instructions can contain prompt injections or attempt unwanted file/network access. This Skill makes community skill installs safer by showing the raw SKILL.md, running structural and QA checks, and requiring explicit human approval before any files are written.
Core Features & Use Cases
- Allowlist-first gating: Reads an allowlist file before fetching anything, refusing in restrictive mode when the registry/publisher is not permitted.
- Raw-skill transparency: Displays the full SKILL.md content to the user and calls out common injection patterns and suspicious content.
- Structural trust checks + skills-qa: Verifies execution surface risks (hooks, MCP/tool permissions, network calls, and file-write targets) and runs skills-qa to produce a quality/safety verdict.
- Human approval gate: Requires a fresh, explicit “yes” typed by the user before copying any files and updating install logs.
- Safety-minded install flow: Encourages fetching/scanning in a read-only subagent in restrictive mode to reduce the risk of write-capable exploitation.
Quick Start
Run the installer with the registry URL or skill name you want to install, then read the raw SKILL.md and type yes when you explicitly approve the install.