Meta Optimizer Security & Risk Analysis

wordpress.org/plugins/meta-optimizer

Meta Optimizer is a WordPress plugin that helps you speed up your website by using meta data. It lets you optimize the meta tables for your posts, com …

0 active installs v1.4 PHP 7.3+ WP 5.0+ Updated Sep 12, 2023
comment-metametapost-metaterm-metauser-meta
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Meta Optimizer Safe to Use in 2026?

Generally Safe

Score 85/100

Meta Optimizer has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "meta-optimizer" plugin version 1.4 presents a generally good security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and the plugin's reliance on prepared statements for SQL queries (60%) and proper output escaping (75%) are positive indicators. Furthermore, the identified entry points (4 AJAX handlers) are all protected by authentication checks, and there are no exposed REST API routes or shortcodes without permission callbacks. The plugin also demonstrates good security practices by implementing nonce checks (7) and capability checks (4), and it does not appear to perform file operations or external HTTP requests, reducing common attack vectors.

However, there are a few areas that warrant attention. While 60% of SQL queries use prepared statements, this leaves 40% that do not, which could potentially be vulnerable to SQL injection if not handled carefully within the context of the application. Similarly, 25% of output escaping is not properly handled, which could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is being outputted without sanitization. The taint analysis reported zero critical or high severity flows with unsanitized paths, which is excellent, but the low number of flows analyzed (2) means this might not be a comprehensive assessment.

Overall, the plugin shows a commitment to security, with no known past vulnerabilities. The strengths lie in its protected entry points, use of prepared statements, and output escaping. The weaknesses, though not critical based on this snapshot, lie in the unstated but present percentage of raw SQL queries and unescaped output. A more thorough taint analysis might provide further confidence.

Key Concerns

  • SQL queries not using prepared statements
  • Output not properly escaped
Vulnerabilities
None known

Meta Optimizer Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Meta Optimizer Code Analysis

Dangerous Functions
0
Raw SQL Queries
21
32 prepared
Unescaped Output
34
104 escaped
Nonce Checks
7
Capability Checks
4
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

60% prepared53 total queries

Output Escaping

75% escaped138 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
renameTableColumn (inc\Actions.php:111)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Meta Optimizer Attack Surface

Entry Points4
Unprotected0

AJAX Handlers 4

authwp_ajax_wpmo_delete_table_columninc\Actions.php:16
authwp_ajax_wpmo_rename_table_columninc\Actions.php:17
authwp_ajax_wpmo_add_remove_black_listinc\Actions.php:18
authwp_ajax_wpmo_change_table_indexinc\Actions.php:19
WordPress Hooks 20
actiondeleted_postinc\Actions.php:21
actiondeleted_commentinc\Actions.php:22
actiondeleted_userinc\Actions.php:23
actiondelete_terminc\Actions.php:24
filtercron_schedulesinc\Actions.php:26
actioninitinc\Actions.php:27
actionimport_metas_wpmoinc\Actions.php:28
actionadmin_enqueue_scriptsinc\Actions.php:29
filtercomments_clausesinc\CommentQueries.php:22
filteracf/pre_load_metadatainc\Integration.php:12
actionadmin_menuinc\Options.php:14
actioninitinc\Options.php:15
filterposts_groupbyinc\PostQueries.php:21
filterposts_orderbyinc\PostQueries.php:22
filterget_meta_sqlinc\Queries.php:35
actionpre_get_termsinc\TermQueries.php:22
filterterms_clausesinc\TermQueries.php:23
filterwp_dashboard_setupinc\Tools.php:11
filterwp_revisions_to_keepinc\Tools.php:12
actionpre_user_queryinc\UserQueries.php:22

Scheduled Events 1

import_metas_wpmo
Maintenance & Trust

Meta Optimizer Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedSep 12, 2023
PHP min version7.3
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs0
Developer Profile

Meta Optimizer Developer Profile

Parsa

4 plugins · 120 total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Meta Optimizer

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/meta-optimizer/assets/css/backend.css/wp-content/plugins/meta-optimizer/assets/js/backend.js
Script Paths
/wp-content/plugins/meta-optimizer/assets/js/backend.js
Version Parameters
meta-optimizer/assets/css/backend.css?ver=meta-optimizer/assets/js/backend.js?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Meta Optimizer