WP All Import – Import SEO Settings for Rank Math SEO

Slug: import-xml-csv-settings-to-rank-math-seo · WP All Import · 7,000+

Not updated in last 3 months
WP All Import – Import SEO Settings for Rank Math SEO banner image

Overall Score

Good overall quality

88
Good

What this score means

Scores are calculated on a 100-point scale by analysing six weighted categories: Security, WP.org Readiness, Performance, Code Quality, Accessibility, and Vulnerabilities. Open vulnerabilities are weighted by severity, CVSS, and patch availability, and incomplete source data can reduce confidence slightly.

  • Excellent The plugin follows best practices across every measured category. It is well-maintained, low-risk, and recommended for production use.
  • Good Strong overall quality with minor areas for improvement. Generally safe to use on most sites.
  • Needs Review Some areas of concern detected. Review the full issues report and weigh the risks before installing on production.
  • High Risk Significant quality or security problems found. Exercise caution — check the details carefully before using this plugin.
Score computed: May 22, 2026 10:20 pm (1 month ago). Vulnerability data mode: Live.
High confidence (100/100) based on metadata completeness and vulnerability evidence quality.
Open vulnerabilities are weighted by severity, CVSS, and patch availability, then adjusted slightly when the source data is incomplete.
  • Wordfence: June 28, 2026 7:47 pm (53 minutes ago)

No known open vulnerabilities found.

AI-Generated Summary

WP All Import – Import SEO Settings for Rank Math SEO currently scores 88/100 (good). Latest scan findings include 1 errors and 7 warnings.

Strengths

  • Overall score is in a strong range for production use.
  • No open vulnerabilities are currently recorded in tracked sources.

Risks

  • 1 error-level issue was detected in the latest scan.
  • Tested-up-to metadata is behind the current WordPress version.

Recommended Next Actions

  • Resolve error-level findings first because they usually carry the highest impact.
  • Address warning-level findings to improve maintainability and reduce future risk.
  • Validate compatibility against the latest WordPress core and refresh tested-up-to metadata.

Generated from latest scan and metadata signals. Validate in staging before production changes.

Score Breakdown

Shield
Security
66
Needs Review
Why this score?

Top deductions are based on 2 affected rules, reducing this category by 34 total points.

Rule Hits Impact Share
Security issue: Warning 6 -24 70.6%
Security issue: Error 1 -10 29.4%
W
WP.org Readiness
91
Excellent
Why this score?

Top deductions are based on 3 affected rules, reducing this category by 9 total points.

Rule Hits Impact Share
Repo issue: Notice 3 -3 33.3%
Repo issue: Warning 1 -3 33.3%
Tested up to version is behind current WordPress 1 -3 33.3%
Speed
Performance
100
Excellent
Why this score?

Top deductions are based on 0 affected rules, reducing this category by 0 total points.

No deductions were applied for this category in the latest score run.

Code
Code Quality
100
Excellent
Why this score?

Top deductions are based on 0 affected rules, reducing this category by 0 total points.

No deductions were applied for this category in the latest score run.

A11y
Accessibility
100
Excellent
Why this score?

Top deductions are based on 0 affected rules, reducing this category by 0 total points.

No deductions were applied for this category in the latest score run.

Bug
Vulnerability Status
100
Excellent
Why this score?

Top deductions are based on 0 affected rules, reducing this category by 0 total points.

No deductions were applied for this category in the latest score run.

Plugin Details

Scan Summary

  • Errors: 1
  • Warnings: 7
  • Notices: 3
  • Last Scanned: 2026-05-22 21:20:52
  • Score confidence: 100/100
Scans are performed automatically once per day, and the report will note when source data is stale or incomplete.

What Changed Since Last Scan

Comparing latest scan (2026-05-22 21:20:52) to previous scan (2026-05-21 17:41:47).
New: 0 Resolved: 0 Worsened: 0

New Issues

No items in this category.

Resolved Issues

No items in this category.

Worsened Issues

No items in this category.

Detected Issues

Severity Category Message File Fix Guidance
ERROR SECURITY Declared minimum PHP 5.6 is end-of-life and has known unpatched security vulnerabilities.
Quick Raise minimum PHP requirement to at least 8.1 and update plugin metadata.
Moderate Refactor incompatible code paths and remove legacy polyfills tied to EOL PHP.
Advanced Continuously test and enforce supported PHP baselines via CI and release policy.
WARNING SECURITY Declared minimum WordPress 4.9 is very outdated and lacks modern security APIs.
Quick Raise minimum WordPress version to a modern supported release.
Moderate Replace deprecated APIs and confirm compatibility across current WordPress branches.
Advanced Run multi-version WordPress integration tests in CI and block unsupported API usage.
WARNING REPO Main plugin file does not declare a Text Domain header. wpai-rank-math-seo-add-on.php
Quick Add a Text Domain header so translation tooling and WordPress.org can identify the plugin textdomain.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm warning issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
NOTICE REPO Main plugin file does not declare a Domain Path header. wpai-rank-math-seo-add-on.php
Quick Add a Domain Path header if language files are stored in a languages directory.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm notice issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING SECURITY Main plugin file does not appear to guard direct access with an ABSPATH check. wpai-rank-math-seo-add-on.php
Quick Add an ABSPATH guard near the top of the main plugin file to prevent direct execution.
Moderate Apply the same remediation pattern across security findings and re-scan to confirm warning issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
NOTICE REPO Plugin package does not include a license file.
Quick Add a LICENSE or COPYING file so distribution terms are explicit.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm notice issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.
WARNING SECURITY Use of unserialize() detected. rapid-addon.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Use of unserialize() detected. classes/class-helpers.php
Quick Switch the flagged payload to JSON decoding where practical.
Moderate If serialization is required, enforce allowed_classes=false and strict input validation before parsing.
Advanced Move state transfer to signed/typed schemas and add security tests for malformed payloads.
WARNING SECURITY Raw superglobal access detected. classes/class-helpers.php
Quick Wrap direct request values with sanitization and nonce verification in the affected code path.
Moderate Centralize request normalization in helper methods so handlers consume validated input only.
Advanced Adopt typed request DTOs and automated security lint checks for unsanitized superglobal access.
WARNING SECURITY Direct database query detected without an immediately visible $wpdb->prepare() wrapper. classes/class-schema.php
Quick Wrap dynamic SQL arguments with $wpdb->prepare() in the flagged query.
Moderate Refactor repeated SQL into repository/helper methods that enforce prepared statements by default.
Advanced Add integration tests and static checks that fail builds when direct dynamic SQL is introduced.
NOTICE REPO Translation functions are present, but no textdomain loader was detected.
Quick Call load_plugin_textdomain() during plugin bootstrap so translations can be loaded.
Moderate Apply the same remediation pattern across repo findings and re-scan to confirm notice issues drop.
Advanced Add automated linting, CI checks, and team review guidance so this issue class is prevented in future releases.

Score History

No history available yet. · All-Time High: N/A

All Past Vulnerabilities

No vulnerabilities have been recorded for this plugin yet.