What problem does it solve? Installed third-party Omarchy plugins can silently drift from the exact commits the marketplace reviewed, leaving you running code that was never validated. This Skill audits installed plugins against the marketplace catalog so you know precisely which plugins match a validated commit and which do not. ## Core Features & Use Cases - Commit Comparison: Classifies each installed plugin as validated, ahead, diverged, unverified, unlisted, or unknown by reading the shell's installed list, the marketplace catalog, and local Git facts. - Stacking Flags: Reports modified, disabled, and upstream-moved flags alongside the primary state without collapsing them together. - Structured Output: Supports --json for machine-readable documents, --offline to use the pinned catalog, and --drift as a view filter. - Use Case: Before enabling or updating a third-party plugin, run the audit to confirm its installed HEAD matches a marketplace-validated commit, and get the exact checkout command if it has drifted. ## Quick Start Ask the assistant to audit my installed Omarchy plugins and tell me which ones are running commits the marketplace never validated.