Dynamic Data Search Security & Risk Analysis

wordpress.org/plugins/dynamic-data-search

Fast and lightweight AJAX-powered search for WordPress with WooCommerce and Gutenberg template support.

0 active installs v1.0.1 PHP + WP 5.2+ Updated Dec 19, 2025
ajax-searchgutenberginstant-searchlive-searchwoocommerce-search
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Dynamic Data Search Safe to Use in 2026?

Generally Safe

Score 100/100

Dynamic Data Search has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4mo ago
Risk Assessment

The dynamic-data-search plugin v1.0.1 exhibits a strong security posture based on the provided static analysis and vulnerability history. The code demonstrates excellent adherence to secure coding practices, with all detected SQL queries using prepared statements and all output being properly escaped. There are no reported file operations or external HTTP requests, further minimizing the attack surface. The presence of nonce checks on two AJAX handlers is a positive sign, although the absence of capability checks on any entry points is a notable weakness.

The attack surface is relatively small, with only 5 entry points identified. Crucially, none of these entry points are unprotected, meaning all identified handlers and shortcodes likely have some form of authentication or authorization checks. The taint analysis did not reveal any unsanitized paths or critical/high severity flows, indicating that user-supplied data is being handled with care within the analyzed code segments.

The plugin's vulnerability history is a significant strength, with zero known CVEs, past or present. This, combined with the absence of common vulnerability types and a recent vulnerability, suggests a mature and well-maintained codebase or a plugin that has not historically attracted significant security attention, likely due to its robust initial design. While the lack of capability checks on entry points presents a potential area for improvement, the overall security is good, with no immediate critical vulnerabilities apparent from the provided data.

Key Concerns

  • Missing capability checks on entry points
Vulnerabilities
None known

Dynamic Data Search Security Vulnerabilities

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

Dynamic Data Search Release Timeline

v1.0.1Current
Code Analysis
Analyzed Apr 16, 2026

Dynamic Data Search Code Analysis

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

Output Escaping

100% escaped200 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

3 flows
ddsp_data_search_callback (public/class-dynamic-data-search-public.php:126)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Dynamic Data Search Attack Surface

Entry Points5
Unprotected0

AJAX Handlers 4

authwp_ajax_ddsp_data_search_callbackpublic/class-dynamic-data-search-public.php:39
noprivwp_ajax_ddsp_data_search_callbackpublic/class-dynamic-data-search-public.php:40
authwp_ajax_ddsp_load_more_resultspublic/class-dynamic-data-search-public.php:42
noprivwp_ajax_ddsp_load_more_resultspublic/class-dynamic-data-search-public.php:43

Shortcodes 1

[ddsp_data_search] public/class-dynamic-data-search-public.php:36
WordPress Hooks 8
actionadmin_menuadmin/class-dynamic-data-search-admin.php:27
actionadmin_initadmin/class-dynamic-data-search-admin.php:28
actionadmin_enqueue_scriptsincludes/class-dynamic-data-search.php:133
actionadmin_enqueue_scriptsincludes/class-dynamic-data-search.php:134
actionwp_enqueue_scriptsincludes/class-dynamic-data-search.php:149
actionwp_enqueue_scriptsincludes/class-dynamic-data-search.php:150
filtertemplate_includepublic/class-dynamic-data-search-public.php:46
actionwppublic/class-dynamic-data-search-public.php:49
Maintenance & Trust

Dynamic Data Search Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 19, 2025
PHP min version
Downloads170

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Dynamic Data Search Developer Profile

iflairwebtechnologies

13 plugins · 970 total installs

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

How We Detect Dynamic Data Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/dynamic-data-search/css/dynamic-data-search-admin.css/wp-content/plugins/dynamic-data-search/js/dynamic-data-search-admin.js/wp-content/plugins/dynamic-data-search/css/dynamic-data-search-frontend.css/wp-content/plugins/dynamic-data-search/js/dynamic-data-search-frontend.js/wp-content/plugins/dynamic-data-search/js/ddsp-autocomplete.js
Script Paths
/wp-content/plugins/dynamic-data-search/js/dynamic-data-search-admin.js/wp-content/plugins/dynamic-data-search/js/dynamic-data-search-frontend.js/wp-content/plugins/dynamic-data-search/js/ddsp-autocomplete.js
Version Parameters
dynamic-data-search/css/dynamic-data-search-admin.css?ver=dynamic-data-search/js/dynamic-data-search-admin.js?ver=dynamic-data-search/css/dynamic-data-search-frontend.css?ver=dynamic-data-search/js/dynamic-data-search-frontend.js?ver=dynamic-data-search/js/ddsp-autocomplete.js?ver=

HTML / DOM Fingerprints

CSS Classes
ddsp-search-containerddsp-search-inputddsp-search-buttonddsp-search-resultsddsp-search-itemddsp-layout-gridddsp-layout-listddsp-autocomplete-results+2 more
HTML Comments
<!-- START DDSP SEARCH RESULTS --><!-- END DDSP SEARCHRESULTS --><!-- DDSP SHORTCODE START --><!-- DDSP SHORTCODE END -->
Data Attributes
data-ddsp-post-typedata-ddsp-search-iddata-ddsp-auto-completedata-ddsp-nonce
JS Globals
DDSP_Settingsddsp_ajax_objectDDSPFrontend
Shortcode Output
[dynamic-data-search[ddsp_search
FAQ

Frequently Asked Questions about Dynamic Data Search