BreakGuard Upgrade Scanner

外掛說明

BreakGuard Upgrade Scanner helps site owners and agencies catch upgrade problems before they hit production.

Unlike tools that only read WordPress.org metadata, BreakGuard Upgrade Scanner scans your installed plugin and theme PHP files locally for deprecated syntax, dangerous functions, suspicious obfuscation, and legacy database calls. It combines that with public listing data, update gaps, abandonment signals and readiness checklists for WordPress and PHP targets.

Why use BreakGuard Upgrade Scanner?

  • Local code scanner — actionable warnings from files on your server (eval, shell_exec, base64_decode, mysql_query, and more).
  • Security heuristics — clear messages like “Plugin X contains eval()”.
  • Maintenance badges — Updated recently, Stale, Abandoned, Unknown source.
  • Missing update detector — installed vs latest version with severity (Low/Medium/High).
  • Source classification — WordPress.org, Premium/commercial, Custom/local, Unknown.
  • Chunked scanning — scans 10 components per request with progress (“Scanning 34 / 97”) so admin stays responsive.
  • Weekly scheduled scans — optional WP-Cron with email when new risks appear.
  • WordPress & PHP readiness — checklist before upgrading core or PHP.
  • Site Compatibility Score — simple 0–100 health score with breakdown.
  • HTML report export — shareable compatibility report for clients and staging reviews.

Important

This plugin provides heuristic guidance, not a guarantee of runtime compatibility. Always test upgrades on staging. Premium and custom code may need vendor confirmation.

螢幕擷圖

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/ or install from the WordPress.org plugin directory.
  2. Activate through the Plugins screen.
  3. Open BreakGuard Upgrade Scanner in the admin menu and click Rescan.

常見問題集

Does this replace staging tests?

No. Use BreakGuard Upgrade Scanner to prioritize what to test before you upgrade WordPress or PHP.

Does it upload my code anywhere?

No. File scanning runs locally on your server. WordPress.org API calls only fetch public metadata for known slugs.

Will scanning slow down my site?

Scans run in the admin (chunked) or via weekly cron. They do not run on front-end page loads.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈BreakGuard Upgrade Scanner〉的開發相關工作。

參與者

將〈BreakGuard Upgrade Scanner〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

2.0.0

  • Added local PHP file scanner for plugins and themes.
  • Added security risk heuristics, maintenance badges, and source classification.
  • Added chunked AJAX scanning with progress bar.
  • Added weekly scheduled scans with email notifications.
  • Added WordPress/PHP readiness checklists and site health score.
  • Added HTML compatibility report export.

1.0.0

  • Initial release with WordPress.org metadata audit.