Language Downloader Security & Risk Analysis

wordpress.org/plugins/language-downloader

Allows for on-the-fly downloading of new translations using WordPress 4.0 Translation API improvements. Early version, use at your own risk.

10 active installs v0.4 PHP + WP 4.0+ Updated Oct 10, 2023
languagestranslation
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Language Downloader Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "language-downloader" plugin v0.4 exhibits a generally good security posture based on the provided static analysis. It has a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that are exposed. Furthermore, the code does not utilize dangerous functions and all SQL queries are properly prepared, which are excellent security practices.

However, there are areas of concern. The taint analysis revealed two flows with unsanitized paths, although no critical or high severity issues were flagged from these. The lack of nonce checks and capability checks across all entry points is a significant weakness, meaning that any interaction with these (if they existed) would not be properly secured. Additionally, 40% of output escaping is not properly handled, which could lead to cross-site scripting vulnerabilities if user-supplied data is outputted without sanitization.

The plugin's vulnerability history is a strong positive, with zero recorded CVEs. This, combined with the absence of dangerous functions and prepared SQL statements, suggests the developers have prioritized security in known areas. Despite the identified taint flows and output escaping issues, the overall lack of a significant attack surface and past vulnerabilities points to a relatively low risk profile, but the potential for XSS and unauthorized action remains due to the missing security checks.

Key Concerns

  • Unsanitized paths in taint flows
  • Improper output escaping (40% unescaped)
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Language Downloader Security Vulnerabilities

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

Language Downloader Code Analysis

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

Output Escaping

60% escaped5 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
ld_options_page (language-downloader.php:31)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Language Downloader Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitlanguage-downloader.php:16
actionadmin_menulanguage-downloader.php:29
Maintenance & Trust

Language Downloader Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedOct 10, 2023
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Language Downloader Developer Profile

Brandon Kraft

6 plugins · 41K total installs

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

How We Detect Language Downloader

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
success
Data Attributes
lang="language-downloader"name="ld_language_downloader"
FAQ

Frequently Asked Questions about Language Downloader