FloInfo38 Search Tool Security & Risk Analysis

wordpress.org/plugins/floinfo38-search-tool

A search form that searches your pages and posts – no code needed.

0 active installs v1.2.0 PHP 8.3+ WP 5.0+ Updated Apr 7, 2026
ajaxinternal-searchpagespostssearch
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is FloInfo38 Search Tool Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The "floinfo38-search-tool" v1.2.0 plugin exhibits a generally strong security posture based on the provided static analysis. All identified entry points, including AJAX handlers and shortcodes, appear to be protected by nonce and capability checks, which is a significant strength. The code demonstrates excellent adherence to secure coding practices by exclusively using prepared statements for all SQL queries and properly escaping all output, indicating a good understanding of preventing common web vulnerabilities like SQL injection and cross-site scripting.

The absence of any dangerous function calls, file operations, or external HTTP requests further contributes to its secure design. The taint analysis showing zero flows, especially with no unsanitized paths, is also a very positive indicator, suggesting that user-supplied data is not being processed in a way that could lead to vulnerabilities. Furthermore, the plugin's vulnerability history is clean, with no known CVEs, which implies either a historically well-developed plugin or a lack of targeted research against it.

However, while the current analysis reveals no direct exploitable flaws, a slightly larger number of entry points (5 total) compared to some simpler plugins could theoretically increase the attack surface if future vulnerabilities were introduced. The plugin also has a moderate number of total outputs (70) that are properly escaped, which is good, but the sheer volume without explicit sanitization checks in the provided data warrants a minor caution. Overall, this plugin appears to be developed with security in mind, but continuous monitoring and updates are always recommended for any software.

Vulnerabilities
None known

FloInfo38 Search Tool Security Vulnerabilities

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

FloInfo38 Search Tool Release Timeline

v1.2.0Current
Code Analysis
Analyzed Apr 16, 2026

FloInfo38 Search Tool Code Analysis

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

Output Escaping

100% escaped70 total outputs
Attack Surface

FloInfo38 Search Tool Attack Surface

Entry Points5
Unprotected0

AJAX Handlers 2

authwp_ajax_fi38st_searchinc/fi38st-functions.php:27
noprivwp_ajax_fi38st_searchinc/fi38st-functions.php:28

Shortcodes 3

[floinfo38_search] floinfo38-search-tool.php:47
[floinfo38_search_posts] floinfo38-search-tool.php:65
[floinfo38_search_pages] floinfo38-search-tool.php:83
WordPress Hooks 6
actionsave_postfloinfo38-search-tool.php:113
actiondelete_postfloinfo38-search-tool.php:114
actionadmin_enqueue_scriptsinc/fi38st-functions-admin.php:16
actionadmin_menuinc/fi38st-functions-admin.php:28
actionadmin_initinc/fi38st-functions-admin.php:44
actionwp_enqueue_scriptsinc/fi38st-functions.php:24
Maintenance & Trust

FloInfo38 Search Tool Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedApr 7, 2026
PHP min version8.3
Downloads61

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

FloInfo38 Search Tool Developer Profile

floinfo38

1 plugin · 0 total installs

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

How We Detect FloInfo38 Search Tool

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/floinfo38-search-tool/css/admin-style.css/wp-content/plugins/floinfo38-search-tool/js/admin.js
Version Parameters
floinfo38-search-tool/css/admin-style.css?ver=floinfo38-search-tool/js/admin.js?ver=

HTML / DOM Fingerprints

CSS Classes
fi38st-search-containerfi38st-searchfi38st-search-inputfi38st-reset-buttonfi38st-search-resultsfi38st-titlefi38st-admin-layoutfi38st-main-content
Data Attributes
data-search-type="posts"data-search-type="pages"
Shortcode Output
<div class="fi38st-search-container"> <div class="fi38st-search"> <input class="fi38st-search-input" type="text" placeholder="Search..." aria-label="Search" minlength="3"> <button class="fi38st-reset-button" aria-label="Clear search"> Clear </button> </div> <div class="fi38st-search-results" role="region" aria-live="polite"></div> </div><div class="fi38st-search-container" data-search-type="posts"> <div class="fi38st-search"> <input class="fi38st-search-input" type="text" placeholder="Search in posts..." aria-label="Search" minlength="3"> <button class="fi38st-reset-button" aria-label="Clear search"> Clear </button> </div> <div class="fi38st-search-results" role="region" aria-live="polite"></div> </div><div class="fi38st-search-container" data-search-type="pages"> <div class="fi38st-search"> <input class="fi38st-search-input" type="text" placeholder="Search in pages..." aria-label="Search" minlength="3"> <button class="fi38st-reset-button" aria-label="Clear search"> Clear </button> </div> <div class="fi38st-search-results" role="region" aria-live="polite"></div> </div>
FAQ

Frequently Asked Questions about FloInfo38 Search Tool