Brightery Woo-Order-Api Security & Risk Analysis

wordpress.org/plugins/brightery-woo-order-api

A secure, lightweight custom REST API designed to connect WooCommerce order tracking to customer service bots (ManyChat, Dialogflow, custom AI).

0 active installs v1.0.1 PHP 7.4+ WP 5.6+ Updated Apr 5, 2026
apichatbotmanychatorder-trackingwoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Brightery Woo-Order-Api Safe to Use in 2026?

Generally Safe

Score 100/100

Brightery Woo-Order-Api has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The "brightery-woo-order-api" v1.0.1 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The plugin demonstrates good practices by implementing prepared statements for all SQL queries, properly escaping all outputs, and having no recorded vulnerabilities. The attack surface is minimal and appears to be protected, with no unprotected AJAX handlers or REST API routes identified.

However, a notable concern arises from the absence of capability checks on the identified REST API routes. While there are no identified taint flows with sanitization issues or dangerous functions, the lack of explicit permission checks means that these routes might be accessible to users who should not have access, potentially leading to information disclosure or unauthorized actions if the API's functionality is sensitive.

In conclusion, the plugin is well-coded with sound security fundamentals like prepared SQL statements and output escaping. The absence of a vulnerability history is also a positive indicator. The primary area for improvement is the implementation of capability checks on the REST API endpoints to ensure proper authorization, which would further harden its security.

Key Concerns

  • REST API routes without permission callbacks
Vulnerabilities
None known

Brightery Woo-Order-Api Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Brightery Woo-Order-Api Release Timeline

v1.0.1Current
Code Analysis
Analyzed Apr 16, 2026

Brightery Woo-Order-Api Code Analysis

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

Output Escaping

100% escaped8 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
brightery_api_settings_page (Brightery-woo-order-api.php:31)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Brightery Woo-Order-Api Attack Surface

Entry Points2
Unprotected0

REST API Routes 2

GET/wp-json/Brightery-api/v1/order/(?P<order_id>\d+)Brightery-woo-order-api.php:85
GET/wp-json/Brightery-api/v1/orders/by-contactBrightery-woo-order-api.php:95
WordPress Hooks 2
actionadmin_menuBrightery-woo-order-api.php:19
actionrest_api_initBrightery-woo-order-api.php:83
Maintenance & Trust

Brightery Woo-Order-Api Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedApr 5, 2026
PHP min version7.4
Downloads62

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Brightery Woo-Order-Api Developer Profile

Brightery

2 plugins · 0 total installs

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

How We Detect Brightery Woo-Order-Api

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
wrapform-tablenoticenotice-successis-dismissible
Data Attributes
name="brightery_api_key"name="brightery_api_key_nonce"value="<?php echo esc_attr($current_key); ?>"
REST Endpoints
/Brightery-api/v1/order/(?P<order_id>\d+)/Brightery-api/v1/orders/by-contact
Shortcode Output
<h1 >Brightery Bot API Settings</h1><th scope="row">API Key</th><p class="description">Header: <code>X-Brightery-API-Key</code></p><?php submit_button('Save API Key'); ?>
FAQ

Frequently Asked Questions about Brightery Woo-Order-Api