What problem does it solve? It prevents shipping plugins that merely look finished by requiring evidence-backed verification of every claim: artifact integrity, MCP contracts, UI behavior, security, and real installation on each required host before a plugin can be marked SHIPPABLE. ## Core Features & Use Cases - Staged Verification Pipeline: Runs eight stages from artifact integrity and static contract checks through build, MCP probe, UI/state tests, UI-to-Agent round trips, security negative tests, and per-target host verification. - Conditional Check Activation: Enables job, network, destructive-action, and complexity-Class-C checks only when plugin.yaml declares them, keeping optional and experimental targets from blocking required ones. - Independent Review Loop: Dispatches a fresh-context plugin-reviewer subagent for two-stage contract and quality review, and routes failures back to the builder skill for fixes with re-verification from the earliest affected gate. - Use Case: After a plugin-builder finishes a Claude Code plugin with an MCP server and UI, run this checker to produce a Plugin-Check-Report.md with per-target HOST_VERIFIED evidence, or a BLOCKED verdict listing required findings and fix paths. ## Quick Start Ask the agent to run the plugin checker on the current plugin project and produce a check report with per-target verification status.