Simple Html Search Security & Risk Analysis

wordpress.org/plugins/simple-html-search

Customize your search bar directly via HTML, as well as for the results. A complete customizable search bar, infinite possibilities for your searches!

0 active installs v1.0 PHP 7.0+ WP 4.7+ Updated May 31, 2023
ajax-searchcustom-layoutsearchsearch-barsearch-filter
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simple Html Search Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Html Search 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 "simple-html-search" v1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and avoids dangerous functions, file operations, and external HTTP requests. The absence of known vulnerabilities and outdated bundled libraries is also a strong indicator of a relatively secure codebase in its history. However, significant concerns arise from the static analysis. The plugin exposes two REST API routes without any permission callbacks, creating a substantial attack vector for unauthenticated users. Additionally, while there is one nonce check present, the overall lack of capability checks across its entry points is a major weakness. The fact that 0% of its output is properly escaped is a critical flaw, as it opens the door to potential Cross-Site Scripting (XSS) vulnerabilities if any user-supplied data is reflected directly into the output. The taint analysis not revealing any issues is somewhat reassuring, but it might be limited by the scope of the analysis or the specific data flows within the plugin. In conclusion, while the plugin avoids common pitfalls like raw SQL and dangerous functions, the unprotected REST API endpoints and widespread unescaped output represent serious security risks that require immediate attention. The lack of historical vulnerabilities is positive but does not mitigate the current code weaknesses.

Key Concerns

  • REST API routes without permission callbacks
  • Unescaped output
  • Entry points without auth checks
Vulnerabilities
None known

Simple Html Search Security Vulnerabilities

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

Simple Html Search Code Analysis

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

SQL Query Safety

100% prepared6 total queries

Output Escaping

0% escaped2 total outputs
Attack Surface
2 unprotected

Simple Html Search Attack Surface

Entry Points4
Unprotected2

REST API Routes 2

GET/wp-json/v1quetzal_shs_save_htmlincludes\QuetzalShsAdmin.php:21
GET/wp-json/v1quetzal_shs_endpointincludes\QuetzalShsApi.php:13

Shortcodes 2

[simple_html_search_bar] includes\QuetzalShsApi.php:19
[simple_html_search_results] includes\QuetzalShsApi.php:20
WordPress Hooks 7
actionadmin_enqueue_scriptsincludes\QuetzalShsAdmin.php:14
actionwp_enqueue_scriptsincludes\QuetzalShsAdmin.php:15
actionplugins_loadedincludes\QuetzalShsAdmin.php:16
actionadmin_menuincludes\QuetzalShsAdmin.php:17
actionrest_api_initincludes\QuetzalShsAdmin.php:20
actionrest_api_initincludes\QuetzalShsApi.php:12
filterposts_whereincludes\QuetzalShsApi.php:115
Maintenance & Trust

Simple Html Search Maintenance & Trust

Maintenance Signals

WordPress version tested6.1.10
Last updatedMay 31, 2023
PHP min version7.0
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Simple Html Search Developer Profile

fabiohh

1 plugin · 0 total installs

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

How We Detect Simple Html Search

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-html-search/lib/bootstrap.bundle.min.js/wp-content/plugins/simple-html-search/lib/bootstrap.min.css/wp-content/plugins/simple-html-search/style.css/wp-content/plugins/simple-html-search/lib/acec9/ace.js/wp-content/plugins/simple-html-search/main.js
Script Paths
/wp-content/plugins/simple-html-search/main.js
Version Parameters
/wp-content/plugins/simple-html-search/style.css?ver=/wp-content/plugins/simple-html-search/lib/bootstrap.min.css?ver=/wp-content/plugins/simple-html-search/lib/bootstrap.bundle.min.js?ver=/wp-content/plugins/simple-html-search/lib/acec9/ace.js?ver=/wp-content/plugins/simple-html-search/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
quetzal_shs_codeviewerquetzal_shs_toolbarquetzal-shs-label-shortcodeace_editorquetzal_shs_bar_1quetzal_shs_result_1preview_quetzal_shs_bar_1preview_quetzal_shs_result_1
Data Attributes
id="quetzal_shs_bar_1"id="quetzal_shs_result_1"
JS Globals
quetzal_shs_save_htmlacec9_initoptions
REST Endpoints
/wp-json/v1/quetzal_shs_save_html/wp-json/v1/quetzal_shs_endpoint
Shortcode Output
[simple_html_search_bar][simple_html_search_results]
FAQ

Frequently Asked Questions about Simple Html Search