Jameel's Dev Tools Security & Risk Analysis

wordpress.org/plugins/jameels-dev-tools

Chalked full of little helpers for developing websites, including search and replace function and shortcode to create columns.

10 active installs v1.0.2 PHP + WP 3.0.1+ Updated Aug 26, 2013
columnsdevelopmentfind-and-replacetoolsurl
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Jameel's Dev Tools Safe to Use in 2026?

Generally Safe

Score 85/100

Jameel's Dev Tools has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "jameels-dev-tools" plugin v1.0.2 exhibits a generally good security posture based on the provided static analysis. There are no reported vulnerabilities in its history, and the code analysis reveals a lack of dangerous functions, file operations, and external HTTP requests. The presence of only two SQL queries, with 50% using prepared statements, is also a positive sign. The plugin also performs nonce checks on one entry point, indicating some awareness of security best practices.

However, several areas present potential concerns. The plugin has a significant attack surface with 6 shortcodes, all of which are identified as unprotected entry points. Furthermore, the output escaping is very poor, with only 13% of outputs being properly escaped, leaving it susceptible to Cross-Site Scripting (XSS) vulnerabilities. The complete absence of capability checks on any entry points is a major oversight, meaning any authenticated user, regardless of their role, could potentially trigger functionality within the plugin.

While the vulnerability history is clean, this could be due to the plugin's relatively small size or lack of historical scrutiny. The combination of a large, unprotected attack surface and insufficient output escaping, coupled with a lack of capability checks, creates a notable risk. Despite its positive aspects, these weaknesses warrant careful consideration and remediation.

Key Concerns

  • Unprotected shortcodes
  • Poor output escaping
  • Missing capability checks
  • SQL queries without prepare
Vulnerabilities
None known

Jameel's Dev Tools Security Vulnerabilities

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

Jameel's Dev Tools Code Analysis

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

SQL Query Safety

50% prepared2 total queries

Output Escaping

13% escaped8 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
jdt_options_page (inc\admin_verbiage.php:91)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Jameel's Dev Tools Attack Surface

Entry Points6
Unprotected0

Shortcodes 6

[column_wrap] inc\jdt_columns.php:14
[column] inc\jdt_columns.php:15
[col] inc\jdt_columns.php:16
[showerrors] inc\jdt_columns.php:17
[showlogs] inc\jdt_columns.php:18
[homeurl] inc\jdt_urls.php:19
WordPress Hooks 3
actionadmin_menuinc\jdt_admin.php:7
actionadmin_enqueue_scriptsinc\jdt_admin.php:9
actionwp_enqueue_scriptsinc\jdt_columns.php:19
Maintenance & Trust

Jameel's Dev Tools Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedAug 26, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Jameel's Dev Tools Developer Profile

jameelbokhari

2 plugins · 20 total installs

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

How We Detect Jameel's Dev Tools

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/jameels-dev-tools/css/jdt_admin.css/wp-content/plugins/jameels-dev-tools/js/jdt_tmce_buttons.js/wp-content/plugins/jameels-dev-tools/js/jdt_tmce_home_url.js/wp-content/plugins/jameels-dev-tools/css/jdt_columns.css
Script Paths
/wp-content/plugins/jameels-dev-tools/js/jdt_tmce_buttons.js/wp-content/plugins/jameels-dev-tools/js/jdt_tmce_home_url.js
Version Parameters
jameels-dev-tools/css/jdt_admin.css?ver=jameels-dev-tools/js/jdt_tmce_buttons.js?ver=jameels-dev-tools/js/jdt_tmce_home_url.js?ver=jameels-dev-tools/css/jdt_columns.css?ver=

HTML / DOM Fingerprints

CSS Classes
column-wrapperfirstlasttwocolthreecolfourcolfivecolsixcol+6 more
HTML Comments
<!-- End Column --><!-- End Column Group -->
Data Attributes
data-col-class
JS Globals
JDT_Global
Shortcode Output
[column_wrap][/column_wrap][column][/column]
FAQ

Frequently Asked Questions about Jameel's Dev Tools