Design Experiments Security & Risk Analysis

wordpress.org/plugins/design-experiments

A plugin for trying out design experiments in WP-Admin. Brought to you by the WordPress Design Team.

20 active installs v1.3 PHP 5.2.4+ WP 4.6+ Updated Sep 9, 2019
designexperiments
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Design Experiments Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The plugin "design-experiments" v1.3 exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events, particularly those lacking authentication, significantly limits its attack surface. Furthermore, the code shows no indications of dangerous functions, file operations, or external HTTP requests. The use of prepared statements for all SQL queries is a best practice, and the taint analysis reveals no vulnerabilities related to unsanitized paths. The plugin also has no recorded vulnerability history, suggesting a history of secure development or diligent patching.

However, there are a couple of areas that warrant attention. The analysis indicates that 17% of the output escaping is not properly handled. While not a critical flaw on its own, unescaped output can potentially lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not adequately sanitized before being displayed. The complete lack of nonce checks and capability checks across all entry points (though limited in number) is also a potential concern, as these are fundamental WordPress security mechanisms for preventing CSRF attacks and ensuring proper authorization. Despite these minor areas for improvement, the plugin's overall security is commendable.

Key Concerns

  • Improper output escaping identified
  • No nonce checks on any entry points
  • No capability checks on any entry points
Vulnerabilities
None known

Design Experiments Security Vulnerabilities

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

Design Experiments Code Analysis

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

Output Escaping

83% escaped12 total outputs
Attack Surface

Design Experiments Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuindex.php:29
actionadmin_initindex.php:30
actionadmin_noticesindex.php:31
actionadmin_enqueue_scriptsindex.php:32
Maintenance & Trust

Design Experiments Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 9, 2019
PHP min version5.2.4
Downloads16K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

Design Experiments Developer Profile

Kjell Reigstad

2 plugins · 20 total installs

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

How We Detect Design Experiments

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/design-experiments/css/

HTML / DOM Fingerprints

Data Attributes
name="design-experiments-setting"value="design-experiments-setting"
FAQ

Frequently Asked Questions about Design Experiments