GET API Manager Security & Risk Analysis

wordpress.org/plugins/get-api-manager

Provides REST API endpoints for WooCommerce orders, blog posts, and pages, plus a setup wizard for API user/app password. Easily integrate your WooCom …

0 active installs v1.0 PHP 7.2+ WP 5.6+ Updated Aug 7, 2025
apiapp-passwordordersrest-apiwoocommerce
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is GET API Manager Safe to Use in 2026?

Generally Safe

Score 100/100

GET API Manager has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8mo ago
Risk Assessment

The "get-api-manager" plugin v1.0 demonstrates a strong security posture in several key areas. The static analysis reveals no critical or high severity taint flows, and all SQL queries are properly prepared, indicating a good understanding of secure coding practices regarding data manipulation. Furthermore, the plugin implements nonce and capability checks on its AJAX handlers and REST API routes, and there are no known vulnerabilities (CVEs) associated with this version. This absence of past vulnerabilities suggests a proactive approach to security.

However, a significant concern arises from the output escaping. With only 33% of outputs properly escaped, there is a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. Attackers could potentially inject malicious scripts into the WordPress admin area or frontend that are rendered by the plugin, especially if user-supplied data is directly outputted without adequate sanitization. While the attack surface is limited and all entry points have authentication checks, the low percentage of properly escaped output is a critical weakness that requires immediate attention to mitigate XSS risks.

Key Concerns

  • Low percentage of properly escaped output
Vulnerabilities
None known

GET API Manager Security Vulnerabilities

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

GET API Manager Code Analysis

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

SQL Query Safety

100% prepared1 total queries

Output Escaping

33% escaped45 total outputs
Attack Surface

GET API Manager Attack Surface

Entry Points7
Unprotected0

AJAX Handlers 3

authwp_ajax_get_api_manager_generate_userget-api-manager.php:38
authwp_ajax_get_api_manager_regen_app_pwdget-api-manager.php:39
authwp_ajax_get_api_manager_save_delete_user_settingget-api-manager.php:42

REST API Routes 4

GET/wp-json/get-api-manager/v1/ordersget-api-manager.php:135
GET/wp-json/get-api-manager/v1/orders/(?P<id>\d+)get-api-manager.php:143
GET/wp-json/get-api-manager/v1/postsget-api-manager.php:157
GET/wp-json/get-api-manager/v1/pagesget-api-manager.php:165
WordPress Hooks 8
actionplugins_loadedget-api-manager.php:31
actionrest_api_initget-api-manager.php:33
actionadmin_menuget-api-manager.php:34
actionadmin_enqueue_scriptsget-api-manager.php:37
actionadmin_initget-api-manager.php:40
actionadmin_initget-api-manager.php:41
actionadmin_noticesget-api-manager.php:117
actionadmin_noticesget-api-manager.php:122
Maintenance & Trust

GET API Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedAug 7, 2025
PHP min version7.2
Downloads233

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

GET API Manager Developer Profile

Syed Gohar Ali

1 plugin · 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 GET API Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/get-api-manager/assets/css/admin.css/wp-content/plugins/get-api-manager/assets/js/admin.js
Script Paths
/wp-content/plugins/get-api-manager/assets/js/admin.js
Version Parameters
get-api-manager/assets/css/admin.css?ver=get-api-manager/assets/js/admin.js?ver=

HTML / DOM Fingerprints

REST Endpoints
/wp-json/get-api-manager/v1/orders/wp-json/get-api-manager/v1/orders/(?P<id>\d+)/wp-json/get-api-manager/v1/posts/wp-json/get-api-manager/v1/pages
FAQ

Frequently Asked Questions about GET API Manager