=== Master Health Scanner ===
Contributors: yourname
Tags: plugins, health, diagnostic, scanner, report
Requires at least: 5.5
Tested up to: 6.5
Stable tag: 4.7.0
Requires PHP: 7.4
License: GPLv2 or later

Scans all installed WordPress plugins for problems and generates a detailed health report.

== Description ==

Master Health Scanner audits every plugin installed on your WordPress site and generates a visual health report with a score for each plugin.

**Checks performed:**

* Update availability
* PHP version compatibility
* WordPress version compatibility
* Missing or corrupted plugin files
* Loose file permissions
* Inactive (unused) plugins
* Missing plugin metadata (version, author, description, text domain)
* Plugin URI presence
* Readme file presence

**Scoring:**
Each plugin starts at 100 and loses points per issue found. Issues are colour-coded:
* 🔴 Critical — immediate action required
* 🟠 Error — should be fixed
* 🟡 Warning — recommended to address
* 🔵 Info — advisory notice

== Installation ==

1. Upload the `plugin-health-scanner` folder to `/wp-content/plugins/`
2. Activate the plugin via **Plugins → Installed Plugins**
3. Go to **Plugin Health** in the admin sidebar
4. Click **Run Full Scan**

== Changelog ==

= 1.0.0 =
* Initial release
