Block Finder Security & Risk Analysis

wordpress.org/plugins/block-finder

Easily find and manage Gutenberg blocks anywhere on your site.

20 active installs v1.0.7 PHP 7.0+ WP 6.3+ Updated Jan 20, 2026
blockgutenberginnerblockssearchtools
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Block Finder Safe to Use in 2026?

Generally Safe

Score 100/100

Block Finder has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 3mo ago
Risk Assessment

The "block-finder" plugin v1.0.7 demonstrates a generally good security posture with a small attack surface and no known vulnerabilities in its history. The use of prepared statements for all SQL queries is a significant strength, mitigating the risk of SQL injection. The plugin also avoids dangerous functions, file operations, and external HTTP requests, further reducing its attack surface. However, there are areas for improvement. The static analysis indicates that 64% of output is properly escaped, suggesting that the remaining 36% is not, which could lead to cross-site scripting (XSS) vulnerabilities if user-controlled data is present in these unescaped outputs. Additionally, while there's one nonce check, there are no capability checks for the single AJAX handler, meaning any authenticated user could potentially trigger this functionality, regardless of their permissions. The taint analysis, while showing no critical or high severity issues, did reveal two flows with unsanitized paths, which warrants attention to ensure these paths are handled securely. In conclusion, the plugin is relatively secure due to its clean history and good practices in SQL handling, but the potential for XSS and the lack of capability checks on the AJAX endpoint represent notable weaknesses.

Key Concerns

  • Unescaped output present
  • AJAX handler lacks capability checks
  • Flows with unsanitized paths found
Vulnerabilities
None known

Block Finder Security Vulnerabilities

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

Block Finder Release Timeline

v1.0.7Current
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Block Finder Code Analysis

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

SQL Query Safety

100% prepared4 total queries

Output Escaping

64% escaped44 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
tc_block_finder_query (classes\class-dashboard.php:157)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Block Finder Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_find_blocksclasses\class-dashboard.php:41
WordPress Hooks 4
actionwp_dashboard_setupclasses\class-dashboard.php:40
actionsave_postclasses\class-dashboard.php:44
actiondelete_postclasses\class-dashboard.php:45
actionadmin_enqueue_scriptsclasses\class-enqueues.php:38
Maintenance & Trust

Block Finder Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 20, 2026
PHP min version7.0
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Block Finder Developer Profile

Troy Chaplin

6 plugins · 30 total installs

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

How We Detect Block Finder

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/block-finder/build/block-finder.css/wp-content/plugins/block-finder/build/block-finder.js
Script Paths
/wp-content/plugins/block-finder/vendor/autoload.php
Version Parameters
block-finder.css?ver=block-finder.js?ver=

HTML / DOM Fingerprints

CSS Classes
block-finder-empty-state
Data Attributes
id="block-finder-form"id="post-type-selector"id="block-finder-selector"id="block-finder-results"
JS Globals
blockFinderAjax
FAQ

Frequently Asked Questions about Block Finder