WP OpenAPI Security & Risk Analysis

wordpress.org/plugins/wp-openapi

WP OpenAPI is a WordPress plugin to provide the OpenAPI spec and a beautifu viewer for your WordPress REST API.

300 active installs v1.0.27 PHP 7.1+ WP 5.8+ Updated Nov 18, 2025
apidocumentationopenapirest-apiswagger
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP OpenAPI Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The wp-openapi plugin v1.0.27 demonstrates a generally good security posture, with no known historical vulnerabilities or critical issues identified in the static analysis. The plugin effectively utilizes prepared statements for all SQL queries and performs capability checks for its single REST API route. The absence of AJAX handlers, shortcodes, cron events, and external HTTP requests significantly limits its attack surface. However, there are a couple of areas for improvement. The taint analysis identified a flow with an unsanitized path, which, while not currently rated as critical or high severity, represents a potential risk if not properly handled. Additionally, a significant portion of output (35%) is not properly escaped, which could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is directly outputted without sanitization.

Key Concerns

  • Taint flow with unsanitized path found
  • Significant portion of output not properly escaped
  • No nonce checks on entry points
Vulnerabilities
None known

WP OpenAPI Security Vulnerabilities

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

WP OpenAPI Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
6
11 escaped
Nonce Checks
0
Capability Checks
1
File Operations
4
External Requests
0
Bundled Libraries
0

Output Escaping

65% escaped17 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<wp-openapi> (wp-openapi.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP OpenAPI Attack Surface

Entry Points1
Unprotected0

REST API Routes 1

GET/wp-json/wp-openapi/v1schemawp-openapi.php:53
WordPress Hooks 8
actionplugin_action_links_wp-openapi/wp-openapi.phpsrc\SettingsPage.php:66
actionadmin_menusrc\SettingsPage.php:85
actionadmin_initsrc\SettingsPage.php:106
actionadmin_menuwp-openapi.php:210
actioninitwp-openapi.php:211
actionrest_api_initwp-openapi.php:222
actionwpwp-openapi.php:223
actioncli_initwp-openapi.php:232
Maintenance & Trust

WP OpenAPI Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedNov 18, 2025
PHP min version7.1
Downloads21K

Community Trust

Rating76/100
Number of ratings4
Active installs300
Developer Profile

WP OpenAPI Developer Profile

moon0326

2 plugins · 300 total installs

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

How We Detect WP OpenAPI

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-openapi/build/assets/css/index.css/wp-content/plugins/wp-openapi/build/assets/js/index.js
Script Paths
/wp-content/plugins/wp-openapi/build/assets/js/index.js
Version Parameters
wp-openapi/build/assets/css/index.css?ver=wp-openapi/build/assets/js/index.js?ver=

HTML / DOM Fingerprints

CSS Classes
wp-openapi-settings-page-containerwp-openapi-settings-page-tab-link
Data Attributes
data-wp-openapi-route-namedata-wp-openapi-methoddata-wp-openapi-path
JS Globals
window.wpOpenAPIData
REST Endpoints
/wp-openapi/v1/schema
FAQ

Frequently Asked Questions about WP OpenAPI