
FloInfo38 Search Tool Security & Risk Analysis
wordpress.org/plugins/floinfo38-search-toolA search form that searches your pages and posts – no code needed.
Is FloInfo38 Search Tool Safe to Use in 2026?
Generally Safe
Score 100/100FloInfo38 Search Tool has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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.
FloInfo38 Search Tool Security Vulnerabilities
FloInfo38 Search Tool Release Timeline
FloInfo38 Search Tool Code Analysis
Output Escaping
FloInfo38 Search Tool Attack Surface
AJAX Handlers 2
Shortcodes 3
WordPress Hooks 6
Maintenance & Trust
FloInfo38 Search Tool Maintenance & Trust
Maintenance Signals
Community Trust
FloInfo38 Search Tool Alternatives
Search in Place
search-in-place
Search in Place improves blog search by displaying query results in real time. It displays the results dynamically as you enter the search criteria.
Autocomplete Search
autocomplete-search
Add an autocomplete search feature to your WordPress site.Search across posts,pages, and WooCommerce products with a fast,AJAX-powered search box.
Search by ID
search-by-id
Enables the user to search by post ID using the built-in search within the control panel. Works for all kinds of posts.
Jarvis
jarvis
Jarvis is your admin assistant, putting WordPress at your fingertips via a quicksearch interface.
Ajax Dropdowns
ajax-dropdowns
Display a group of posts that can be switched using dropdowns.
FloInfo38 Search Tool Developer Profile
1 plugin · 0 total installs
How We Detect FloInfo38 Search Tool
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/floinfo38-search-tool/css/admin-style.css/wp-content/plugins/floinfo38-search-tool/js/admin.jsfloinfo38-search-tool/css/admin-style.css?ver=floinfo38-search-tool/js/admin.js?ver=HTML / DOM Fingerprints
fi38st-search-containerfi38st-searchfi38st-search-inputfi38st-reset-buttonfi38st-search-resultsfi38st-titlefi38st-admin-layoutfi38st-main-contentdata-search-type="posts"data-search-type="pages"<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>