What problem does it solve? Chrome extensions often fail store review or ship with security flaws due to Manifest V3 migration issues, overly broad permissions, unsafe message passing, and CSP violations. This Skill provides a structured audit procedure that catches these problems before submission. ## Core Features & Use Cases - Manifest V3 Compliance Audit: Verifies service worker background, declarativeNetRequest usage, and the absence of eval or remote code execution. - Security Review: Checks CSP strictness, message sender validation, content script XSS vectors, and web_accessible_resources scoping. - Permission Minimization: Audits every declared permission against actual code usage and flags overly broad host permissions. - Use Case: Before submitting an updated extension to the Chrome Web Store, run this review to produce a findings table with severity ratings, a permission audit, and a store-readiness checklist. ## Quick Start Review the manifest.json, service worker, and content scripts in this extension project for MV3 compliance and Chrome Web Store readiness.