Linux 软件免费装
Banner图

SudoWP Radar

开发者 sudowp
更新时间 2026年3月24日 07:28
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

security permissions scanner audit abilities-api

下载

1.0.1

详情介绍:

SudoWP Radar is a runtime security auditor for the WordPress 6.9 Abilities API. It scans every registered ability across all active plugins and themes, applying a rule engine that detects the vulnerability patterns most likely to be exploited in production. What it audits: How it works: SudoWP Radar reads the live abilities registry after all plugins and themes have loaded. It applies static rules to each ability and returns a structured findings report with severity ratings (Critical, High, Medium, Low) and actionable remediation guidance. A risk score from 0-100 summarises the overall exposure of the site. Security model: Optional premium extension (SudoWP Pro): The free plugin is a fully functional standalone security auditor. An optional premium add-on extends it with SudoWP Vulnerability Dataset matching (CVE references, CVSS scores, patch guidance), scheduled audits with email alerts, multi-site dashboard aggregation, and report export. None of these are required to use the core auditing features. SudoWP Radar is a complement to static analysis tools. It audits the live, runtime state of your site -- what is actually registered and executing -- not just what is declared in code.

安装:

  1. Upload the sudowp-radar directory to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Navigate to Radar in the admin menu.
  4. Click "Run Audit" to scan your site's registered abilities.
WordPress 6.9 or higher is required. The plugin will display an admin notice and deactivate gracefully on older versions.

升级注意事项:

1.0.0 Initial release.

常见问题:

Does this plugin modify my site?

No. SudoWP Radar is a read-only auditor. It reads the Abilities registry and reports findings. It does not modify any registered abilities, alter plugin settings, or write to the database (other than storing the last audit report in your own user meta).

What does a "Critical" finding mean?

Critical findings are abilities that any authenticated (or in some cases unauthenticated) user can execute. These represent the highest risk and should be addressed before lower severity findings.

Will this slow down my site?

The audit runs on demand only, triggered by clicking the "Run Audit" button on the admin page. It does not run automatically and has no effect on front-end performance.

Is there a REST API?

SudoWP Radar registers a sudowp-radar/audit ability via the WP Abilities API, allowing MCP-connected AI agents to trigger audits programmatically. REST exposure is disabled by default.

What PHP version is required?

PHP 8.1 or higher. The plugin uses constructor property promotion, readonly properties, and named arguments.

更新日志:

1.0.1 1.0.0