API Grid Viewer Security & Risk Analysis

wordpress.org/plugins/api-grid-viewer

A WordPress plugin for testing complex JSON APIs directly from the admin panel. Simple, secure, and lightweight with no external libraries.

10 active installs v1.0 PHP + WP 5.0+ Updated Oct 24, 2024
apigridpostmanrest-apiviewer
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is API Grid Viewer Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "api-grid-viewer" plugin version 1.0 exhibits a generally good security posture based on the provided static analysis. The code demonstrates strong adherence to secure coding practices by utilizing prepared statements for all SQL queries and properly escaping all output. The absence of dangerous functions, file operations, and critical/high severity taint flows further reinforces this positive assessment. The plugin also correctly implements nonce checks for its AJAX handlers.

However, a notable area for improvement is the lack of explicit capability checks on its AJAX handlers. While nonce checks provide a layer of protection against CSRF attacks, they do not verify whether the logged-in user has the necessary permissions to perform the action. This could potentially allow lower-privileged users to access functionality intended for administrators or other roles, depending on the plugin's internal logic. The presence of external HTTP requests, while only one, could also be a minor concern if the target URL is not trusted or if sensitive data is sent without proper encryption.

The vulnerability history being completely clear of any recorded CVEs is a significant strength, suggesting a mature and likely well-maintained codebase. This, combined with the positive static analysis findings, indicates that the plugin is currently not known to be vulnerable. Overall, "api-grid-viewer" v1.0 presents a low-risk profile, with the primary area for attention being the implementation of capability checks for enhanced authorization.

Key Concerns

  • Missing capability checks on AJAX handlers
  • External HTTP requests without context
Vulnerabilities
None known

API Grid Viewer Security Vulnerabilities

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

API Grid Viewer Release Timeline

v1.0Current
Code Analysis
Analyzed Apr 16, 2026

API Grid Viewer Code Analysis

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

Output Escaping

100% escaped5 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
apigridviewer_proxy_request (api-grid-viewer.php:38)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

API Grid Viewer Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_proxy_requestapi-grid-viewer.php:17
noprivwp_ajax_proxy_requestapi-grid-viewer.php:18
WordPress Hooks 2
actionadmin_menuapi-grid-viewer.php:15
actionadmin_enqueue_scriptsapi-grid-viewer.php:16
Maintenance & Trust

API Grid Viewer Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 24, 2024
PHP min version
Downloads738

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

API Grid Viewer Developer Profile

gladwingt

1 plugin · 10 total installs

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

How We Detect API Grid Viewer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/api-grid-viewer/css/api-grid-viewer-style.css/wp-content/plugins/api-grid-viewer/img/coffee-cup.svg/wp-content/plugins/api-grid-viewer/img/default-yellow.png
Script Paths
/wp-content/plugins/api-grid-viewer/js/api-grid-viewer-script.js
Version Parameters
api-grid-viewer/css/api-grid-viewer-style.css?ver=api-grid-viewer/js/api-grid-viewer-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
mac-inputmac-buttonmac-dropdownapi-grid-about-card
Data Attributes
id="apigridviewer-app"id="url"id="send-request"id="auth-type"id="auth-fields"id="params"+5 more
JS Globals
apiGridViewer
REST Endpoints
/wp-json/api-grid-viewer/
FAQ

Frequently Asked Questions about API Grid Viewer