Advanced Theme Search Security & Risk Analysis

wordpress.org/plugins/advanced-theme-search

Free yourself from the limitations of the standard theme search delivered by WordPress core. List themes that have been updated within the last X mont …

0 active installs v0.0.2 PHP 5.4+ WP 3.8+ Updated Unknown
advanced-theme-searchatsklicktheme
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Advanced Theme Search Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "advanced-theme-search" plugin version 0.0.2 exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one AJAX handler, which, based on the static analysis, appears to be protected by authorization checks. The plugin also has no known CVEs in its history, suggesting a generally stable and secure past. However, there are significant concerns within the code itself. The presence of the `unserialize` function is a major red flag, as it can lead to object injection vulnerabilities if not handled with extreme caution and proper validation of the serialized data. Furthermore, the low percentage of properly escaped output (10%) indicates a high risk of cross-site scripting (XSS) vulnerabilities, as user-supplied or dynamic data is likely being rendered directly in the browser without sanitization. The taint analysis showing unsanitized paths further corroborates the risk of data leakage or manipulation. While the plugin has no recorded vulnerabilities, the internal code quality issues, particularly `unserialize` and poor output escaping, present a substantial risk that could manifest in future exploits.

Key Concerns

  • Use of unserialize function
  • Low percentage of properly escaped output
  • Flows with unsanitized paths
Vulnerabilities
None known

Advanced Theme Search Security Vulnerabilities

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

Advanced Theme Search Code Analysis

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

Dangerous Functions Found

unserializereturn unserialize(wp_remote_retrieve_body($response));includes\class-klick-ats-db-operations.php:132
unserialize$res = unserialize(wp_remote_retrieve_body($response));includes\class-klick-ats-db-operations.php:288
unserializeforeach (unserialize($theme->versions) as $key => $value) {templates\klick-ats-tab-ats-manage.php:206

SQL Query Safety

33% prepared6 total queries

Output Escaping

10% escaped83 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

3 flows2 with unsanitized paths
wpklickats10500_admin_action (advanced-theme-search.php:85)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Advanced Theme Search Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_klick_ats_ajaxadvanced-theme-search.php:63
WordPress Hooks 7
actionadmin_menuadvanced-theme-search.php:65
actionplugins_loadedadvanced-theme-search.php:67
actionplugins_loadedadvanced-theme-search.php:69
actionwp_footeradvanced-theme-search.php:71
actionwp_headadvanced-theme-search.php:73
actionadmin_action_wpklickats10500advanced-theme-search.php:76
actionall_admin_noticesincludes\class-klick-ats-dashboard.php:43
Maintenance & Trust

Advanced Theme Search Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedUnknown
PHP min version5.4
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Advanced Theme Search Developer Profile

klickonit

17 plugins · 130 total installs

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

How We Detect Advanced Theme Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/advanced-theme-search/assets/css/klick-ats-admin.css/wp-content/plugins/advanced-theme-search/assets/css/klick-ats-admin-responsive.css/wp-content/plugins/advanced-theme-search/assets/css/klick-ats-user-end.css/wp-content/plugins/advanced-theme-search/assets/js/klick-ats-admin.js/wp-content/plugins/advanced-theme-search/assets/js/klick-ats-user-end.js/wp-content/plugins/advanced-theme-search/assets/js/jquery.mCustomScrollbar.concat.min.js
Script Paths
/wp-content/plugins/advanced-theme-search/assets/js/klick-ats-admin.js/wp-content/plugins/advanced-theme-search/assets/js/klick-ats-user-end.js/wp-content/plugins/advanced-theme-search/assets/js/jquery.mCustomScrollbar.concat.min.js
Version Parameters
advanced-theme-search/assets/css/klick-ats-admin.css?ver=advanced-theme-search/assets/css/klick-ats-admin-responsive.css?ver=advanced-theme-search/assets/css/klick-ats-user-end.css?ver=advanced-theme-search/assets/js/klick-ats-admin.js?ver=advanced-theme-search/assets/js/klick-ats-user-end.js?ver=advanced-theme-search/assets/js/jquery.mCustomScrollbar.concat.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
klick-ats-containerklick-ats-settings-formklick-ats-search-resultsklick-ats-pagination
HTML Comments
<!-- This plugin developed by klick-on-it.com --><!-- Copyright 2017 klick on it (http://klick-on-it.com) --><!-- Plugin Name: Advanced Theme Search --><!-- Version: 0.0.2 -->+4 more
Data Attributes
data-plugin-urldata-plugin-main-path
JS Globals
window.klick_ats_ajax_object
FAQ

Frequently Asked Questions about Advanced Theme Search