SOOZ – AI for SEO – Bulk Generate Focus Keyphrases, Metadata, Alt Text (SEO Autopilot)
Slug: ai-for-seo · Space Codes · 2,000+
Overall Score
Excellent quality and security
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.
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 10:47 pm (50 minutes ago)
AI-Generated Summary
SOOZ – AI for SEO – Bulk Generate Focus Keyphrases, Metadata, Alt Text (SEO Autopilot) currently scores 92/100 (excellent). Latest scan findings include 0 errors and 9 warnings.
Strengths
- Overall score is in a strong range for production use.
- No open vulnerabilities are currently recorded in tracked sources.
Recommended Next Actions
- Address warning-level findings to improve maintainability and reduce future risk.
Generated from latest scan and metadata signals. Validate in staging before production changes.
Score Breakdown
Why this score?
Top deductions are based on 1 affected rules, reducing this category by 20 total points.
| Rule | Hits | Impact | Share |
|---|---|---|---|
| Security issue: Warning | 5 | -20 | 100% |
Why this score?
Top deductions are based on 1 affected rules, reducing this category by 3 total points.
| Rule | Hits | Impact | Share |
|---|---|---|---|
| Repo issue: Notice | 3 | -3 | 100% |
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.
Why this score?
Top deductions are based on 1 affected rules, reducing this category by 3 total points.
| Rule | Hits | Impact | Share |
|---|---|---|---|
| Code Quality issue: Warning | 1 | -3 | 100% |
Why this score?
Top deductions are based on 2 affected rules, reducing this category by 11 total points.
| Rule | Hits | Impact | Share |
|---|---|---|---|
| Accessibility issue: Warning | 3 | -6 | 54.5% |
| Accessibility issue: Notice | 5 | -5 | 45.5% |
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
- Version: 2.3.5
- Active Installs: 2,000+
- Last Updated: 2026-05-27 20:22:00
- Tested up to: 7.0
- Requires PHP: 7.4
- Rating: 4.6/5 (11 ratings)
- View on WordPress.org
- Download Plugin
Scan Summary
- Errors: 0
- Warnings: 9
- Notices: 8
- Last Scanned: 2026-05-23 23:09:42
- Score confidence: 100/100
What Changed Since Last Scan
Run at least two completed scans to view issue deltas.
Detected Issues
| Severity | Category | Message | File | Fix Guidance |
|---|---|---|---|---|
| WARNING | SECURITY | Declared minimum WordPress 4.7 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.
|
|
| NOTICE | REPO | Main plugin file does not declare a Domain Path header. | ai-for-seo.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.
|
| 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.
|
|
| NOTICE | ACCESSIBILITY | Clickable div/span markup detected. | includes/modal_schemas/select-credits-pack.php |
Quick
Replace clickable div/span elements with semantic button or link elements.
Moderate
Standardize interactive UI patterns in shared components with keyboard and focus support.
Advanced
Create accessibility component standards and enforce them with UI linting and automated tests.
|
| NOTICE | ACCESSIBILITY | Clickable div/span markup detected. | includes/modal_schemas/tos.php |
Quick
Replace clickable div/span elements with semantic button or link elements.
Moderate
Standardize interactive UI patterns in shared components with keyboard and focus support.
Advanced
Create accessibility component standards and enforce them with UI linting and automated tests.
|
| WARNING | ACCESSIBILITY | Image markup without an alt attribute detected. | includes/ajax/display/attachment-attributes-editor.php |
Quick
Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate
Audit all templates/components for missing alternative text and update content guidelines.
Advanced
Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
|
| WARNING | SECURITY | Raw superglobal access detected. | includes/ajax/process/generate-attachment-attributes.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 | Raw superglobal access detected. | includes/ajax/process/generate-metadata.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 | Raw superglobal access detected. | includes/pages/account.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.
|
| NOTICE | ACCESSIBILITY | Clickable div/span markup detected. | includes/pages/account.php |
Quick
Replace clickable div/span elements with semantic button or link elements.
Moderate
Standardize interactive UI patterns in shared components with keyboard and focus support.
Advanced
Create accessibility component standards and enforce them with UI linting and automated tests.
|
| WARNING | SECURITY | Direct database query detected without an immediately visible $wpdb->prepare() wrapper. | includes/pages/content_types/attachment.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.
|
| WARNING | ACCESSIBILITY | Image markup without an alt attribute detected. | includes/pages/help.php |
Quick
Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate
Audit all templates/components for missing alternative text and update content guidelines.
Advanced
Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
|
| NOTICE | ACCESSIBILITY | Clickable div/span markup detected. | includes/pages/help.php |
Quick
Replace clickable div/span elements with semantic button or link elements.
Moderate
Standardize interactive UI patterns in shared components with keyboard and focus support.
Advanced
Create accessibility component standards and enforce them with UI linting and automated tests.
|
| WARNING | ACCESSIBILITY | Image markup without an alt attribute detected. | includes/pages/dashboard.php |
Quick
Add alt attributes to the flagged image tags, or alt="" for decorative images.
Moderate
Audit all templates/components for missing alternative text and update content guidelines.
Advanced
Integrate accessibility testing in CI (axe/pa11y) and block releases with critical a11y violations.
|
| NOTICE | ACCESSIBILITY | Clickable div/span markup detected. | includes/pages/dashboard.php |
Quick
Replace clickable div/span elements with semantic button or link elements.
Moderate
Standardize interactive UI patterns in shared components with keyboard and focus support.
Advanced
Create accessibility component standards and enforce them with UI linting and automated tests.
|
| WARNING | CODE_QUALITY | No WordPress hooks were detected in the plugin source. |
Quick
Register actions, filters, and lifecycle hooks explicitly so plugin behavior integrates cleanly with WordPress.
Moderate
Apply the same remediation pattern across code quality 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 | 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
Showing all known historical vulnerabilities for this plugin, including open and closed records.
| Vulnerability | CVE | Severity | Status | Affected Versions | Patched Version | Updated | Source |
|---|---|---|---|---|---|---|---|
| AI for SEO <= 1.2.9 - Missing Authorization | N/A | LOW | Closed | *-1.2.9 | 1.2.10 | 2025-01-06 00:00:00 | Wordfence |