Dev Theme Security & Risk Analysis

wordpress.org/plugins/dev-theme

DEV Theme

30 active installs v1.2.1 PHP 5.6+ WP 4.6+ Updated May 9, 2023
devdevelopmentstagestagingtheme
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Dev Theme Safe to Use in 2026?

Generally Safe

Score 85/100

Dev Theme 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 "dev-theme" plugin v1.2.1 exhibits a generally strong security posture based on the provided static analysis. The absence of known CVEs and a clean vulnerability history for this plugin are positive indicators, suggesting a history of responsible development and maintenance.

From a code analysis perspective, the plugin demonstrates good security practices by having no unprotected AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all detected SQL queries utilize prepared statements, a critical measure to prevent SQL injection. The presence of nonce and capability checks is also encouraging. However, the fact that only 50% of output operations are properly escaped presents a potential risk for cross-site scripting (XSS) vulnerabilities. While taint analysis showed no issues, this is often dependent on the scope of the analysis and the complexity of the code flows. The significant number of file operations (6) without further context raises a minor concern, as such operations can be points of vulnerability if not handled with extreme care.

Overall, the plugin has a solid foundation, particularly in preventing common web vulnerabilities like SQL injection and unauthorized access to entry points. The primary area of concern is the unescaped output, which warrants attention to mitigate potential XSS risks. The limited vulnerability history is a strength, but the code analysis suggests areas for minor improvement to achieve a near-perfect security score.

Key Concerns

  • 50% of outputs not properly escaped
Vulnerabilities
None known

Dev Theme Security Vulnerabilities

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

Dev Theme Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

50% escaped10 total outputs
Attack Surface

Dev Theme Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 18
filtertemplatedev-theme.php:18
filterstylesheetdev-theme.php:19
filteroption_templatedev-theme.php:20
filteroption_stylesheetdev-theme.php:21
actionshow_user_profiledev-theme.php:24
actionedit_user_profiledev-theme.php:25
actionpersonal_options_updatedev-theme.php:27
actionedit_user_profile_updatedev-theme.php:28
actionadmin_initdev-theme.php:31
actionadmin_initdev-theme.php:32
actionadmin_noticesdev-theme.php:35
actionadmin_menudev-theme.php:38
filteradmin_titledev-theme.php:234
filteravf_title_tagdev-theme.php:235
filteraioseop_titledev-theme.php:236
filteradmin_titledev-theme.php:246
filteravf_title_tagdev-theme.php:247
filteraioseop_titledev-theme.php:248
Maintenance & Trust

Dev Theme Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedMay 9, 2023
PHP min version5.6
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Dev Theme Developer Profile

Avi Bashari

1 plugin · 30 total installs

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

How We Detect Dev Theme

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dev-theme/dev-theme.js/wp-content/plugins/dev-theme/css/dev-theme.css
Script Paths
/wp-content/plugins/dev-theme/dev-theme.js
Version Parameters
dev-theme/dev-theme.js?ver=dev-theme/css/dev-theme.css?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- This plugin is for developing themes and is not intended for production use --><!-- The dev theme is a copy of your production theme --><!-- DO NOT EDIT THIS FILE DIRECTLY --><!-- Your changes will be lost when the theme is redeployed -->+1 more
Data Attributes
data-dev-theme-notice
JS Globals
devTheme
Shortcode Output
<div class="dev-theme-notice"><p>You are currently viewing the development theme.</p><p>Changes made here will be lost when the theme is redeployed.</p><p>Use the <strong>development theme</strong> to make your changes.</p>
FAQ

Frequently Asked Questions about Dev Theme