GlotCore REST API Security & Risk Analysis

wordpress.org/plugins/glotcore-rest-api

Extends GlotPress with REST API endpoints for programmatic access to translation data.

0 active installs v0.1 PHP 7.4+ WP 4.9+ Updated Jan 21, 2026
apiendpointglotpressinterfacerest
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GlotCore REST API Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The glotcore-rest-api plugin version 0.1 exhibits a generally strong security posture based on the provided static analysis. The absence of any identified attack surface entry points (AJAX handlers, REST API routes, shortcodes, cron events) is a significant positive. Furthermore, the code demonstrates excellent practices by utilizing prepared statements for all SQL queries and properly escaping all output. The plugin also incorporates a substantial number of capability checks, suggesting an intent to control access to its functionalities. The vulnerability history is also clean, with no known CVEs recorded.

However, the static analysis does reveal a critical lack of nonce checks across all entry points. While the analysis reports zero unprotected entry points and zero direct AJAX or REST API routes that are directly vulnerable due to missing permission callbacks, the absence of any nonce checks at all is a major concern. Nonces are a fundamental security mechanism in WordPress to prevent Cross-Site Request Forgery (CSRF) attacks. Their complete absence, even if the plugin appears to have no directly exposed endpoints in this specific analysis, creates a potential weakness that could be exploited if any functionality were to be inadvertently exposed or if the plugin's architecture changes in future versions. The complete lack of taint analysis flows could also be due to the limited scope of the analysis or the plugin's simplicity, but it means there's no confirmation of sanitization for data that might enter the system in ways not captured by the 'attack surface' metrics.

Key Concerns

  • Complete absence of nonce checks
Vulnerabilities
None known

GlotCore REST API Security Vulnerabilities

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

GlotCore REST API Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

GlotCore REST API Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
2 prepared
Unescaped Output
0
74 escaped
Nonce Checks
0
Capability Checks
22
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared2 total queries

Output Escaping

100% escaped74 total outputs
Attack Surface

GlotCore REST API Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actiongp_initglotcore-rest-api.php:74
actionrest_api_initsrc\class-gp-rest-controller.php:29
filterquerysrc\class-gp-rest-originals-controller.php:392
Maintenance & Trust

GlotCore REST API Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 21, 2026
PHP min version7.4
Downloads101

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

GlotCore REST API Developer Profile

meloniq

16 plugins · 710 total installs

99
trust score
Avg Security Score
98/100
Avg Patch Time
1 days
View full developer profile
Detection Fingerprints

How We Detect GlotCore REST API

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

Asset Fingerprints

HTML / DOM Fingerprints

REST Endpoints
/wp-json/glotcore-rest-api/v1/formats/wp-json/glotcore-rest-api/v1/glossaries/wp-json/glotcore-rest-api/v1/glossary-entries/wp-json/glotcore-rest-api/v1/languages/wp-json/glotcore-rest-api/v1/originals/wp-json/glotcore-rest-api/v1/projects/wp-json/glotcore-rest-api/v1/project-permissions/wp-json/glotcore-rest-api/v1/profile/wp-json/glotcore-rest-api/v1/translations/wp-json/glotcore-rest-api/v1/translation-sets
FAQ

Frequently Asked Questions about GlotCore REST API