Page Builder Audit Security & Risk Analysis

wordpress.org/plugins/page-builder-audit

Audit all your pages to see which page builder each one uses. Detects 10+ popular page builders.

0 active installs v1.0.0 PHP 8.2+ WP 6.0+ Updated Feb 2, 2026
auditbeaver-builderdivielementorpage-builder
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Page Builder Audit Safe to Use in 2026?

Generally Safe

Score 100/100

Page Builder Audit 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 "page-builder-audit" plugin version 1.0.0 exhibits an excellent security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits its attack surface. Furthermore, the code demonstrates strong security practices, with all SQL queries utilizing prepared statements and all output properly escaped. The presence of nonce and capability checks, despite a single file operation and no external HTTP requests, suggests that the developers have implemented basic security measures where applicable.

The taint analysis shows zero flows, indicating no identifiable vulnerabilities related to unsanitized input. The plugin's vulnerability history is also clean, with no recorded CVEs of any severity. This suggests a well-written and securely developed plugin.

Overall, "page-builder-audit" v1.0.0 appears to be a very secure plugin. Its minimal attack surface, adherence to secure coding practices like prepared statements and output escaping, and lack of any known vulnerabilities or concerning taint flows all contribute to a strong security profile. The only area of slight consideration is the single file operation, which, without further context, is not a direct vulnerability but warrants awareness.

Vulnerabilities
None known

Page Builder Audit Security Vulnerabilities

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

Page Builder Audit Release Timeline

v1.0.0Current
Code Analysis
Analyzed Apr 16, 2026

Page Builder Audit Code Analysis

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

Output Escaping

100% escaped64 total outputs
Attack Surface

Page Builder Audit Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menupage-builder-audit.php:70
actionadmin_initpage-builder-audit.php:71
actionadmin_enqueue_scriptspage-builder-audit.php:72
Maintenance & Trust

Page Builder Audit Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 2, 2026
PHP min version8.2
Downloads123

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Page Builder Audit Developer Profile

CHRS Interactive

5 plugins · 310 total installs

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

How We Detect Page Builder Audit

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/page-builder-audit/page-builder-audit.php

HTML / DOM Fingerprints

CSS Classes
chrs-pba-wrapchrs-pba-headerchrs-pba-summarychrs-pba-installedchrs-pba-badgechrs-pba-badge block_editorchrs-pba-badge classic_editorchrs-pba-badge empty+12 more
HTML Comments
Page Builder Audit * * Audit all pages to identify which page builder each uses. Detects Elementor, * WPBakery, Divi, Beaver Builder, Brizy, Oxygen, Thrive Architect, SeedProd, * Bricks, and Breakdance. * * @package CHRS_Page_Builder_Audit * * @wordpress-plugin * Plugin Name: Page Builder Audit * Plugin URI: https://wordpress.org/plugins/page-builder-audit/ * Description: Audit all pages to identify which page builder each uses. Detects Elementor, WPBakery, Divi, Beaver Builder, Brizy, Oxygen, Thrive Architect, SeedProd, Bricks, and Breakdance. * Version: 1.0.0 * Author: CHRS Interactive * Author URI: https://www.chrsinteractive.com/ * Text Domain: page-builder-audit * Requires at least: 6.0 * Tested up to: 6.9 * Requires PHP: 8.2 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html */ /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ Main plugin class for Page Builder Audit. * * Provides functionality to audit all pages and identify which page builder * was used to create each page. * * @since 1.0.0 * Cache for active page builders. * * @var array|null * Constructor. Sets up hooks for admin functionality. * * @since 1.0.0 *+4 more
FAQ

Frequently Asked Questions about Page Builder Audit