rtPanel Hooks Editor Security & Risk Analysis

wordpress.org/plugins/rtpanel-hooks-editor

This plugin is add-on for [rtPanel Theme Framework](https://wordpress.org/themes/rtpanel "rtPanel Theme Framework") and should be used along …

10 active installs v2.5.1 PHP + WP 3.6+ Updated Unknown
actionsfiltershooksrtcamprtpanel
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is rtPanel Hooks Editor Safe to Use in 2026?

Generally Safe

Score 100/100

rtPanel Hooks Editor has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "rtpanel-hooks-editor" plugin version 2.5.1 presents a mixed security posture. On one hand, the absence of known CVEs, unpatched vulnerabilities, and a zero attack surface from common entry points like AJAX, REST API, shortcodes, and cron events are positive indicators. The fact that all SQL queries utilize prepared statements is also a significant strength, mitigating risks of SQL injection.

However, several concerning signals emerge from the static code analysis. The presence of two instances of the deprecated and potentially dangerous `create_function` is a red flag. More critically, the finding that 100% of output handling is not properly escaped poses a significant Cross-Site Scripting (XSS) risk. While the taint analysis shows no flows with unsanitized paths, the lack of output escaping means that if any user-controlled data were to enter the application (even if not detected by the current taint analysis), it could be reflected in the output and executed by a victim's browser. The complete lack of nonce and capability checks on entry points, while there are no explicit entry points detected, means that if any were to be introduced in the future, they would be unprotected.

Given the historical lack of vulnerabilities and the minimal attack surface, the plugin might appear safe. However, the identified code signals, particularly the unescaped output and the use of `create_function`, introduce tangible risks that outweigh the current low CVE count. The potential for XSS due to unescaped output is a serious concern that requires immediate attention.

Key Concerns

  • Unescaped output detected
  • Use of dangerous function: create_function
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

rtPanel Hooks Editor Security Vulnerabilities

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

rtPanel Hooks Editor Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'rtp_' . $hook_name, create_function( '', 'echo rtp_eval_php( "' . addslashes( stripslasrtpanel-hooks-editor.php:268
create_functionadd_action( 'rtp_hook_' . $hook_name, create_function( '', 'echo rtp_eval_php( "' . addslashes( strirtpanel-hooks-editor.php:270

Output Escaping

0% escaped5 total outputs
Attack Surface

rtPanel Hooks Editor Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_initrtpanel-hooks-editor.php:25
filterrtp_add_theme_pagesrtpanel-hooks-editor.php:109
actionrtp_hooks_metaboxesrtpanel-hooks-editor.php:133
actionload-appearance_page_rtp_hooksrtpanel-hooks-editor.php:146
actionload-appearance_page_rtp_hooksrtpanel-hooks-editor.php:147
actionload-appearance_page_rtp_generalrtpanel-hooks-editor.php:148
actionload-appearance_page_rtp_post_commentsrtpanel-hooks-editor.php:149
Maintenance & Trust

rtPanel Hooks Editor Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedUnknown
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

rtPanel Hooks Editor Developer Profile

rtCamp

19 plugins · 119K total installs

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

How We Detect rtPanel Hooks Editor

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

Asset Fingerprints

Version Parameters
rtpanel-hooks-editor/rtpanel-hooks-editor.php?ver=rtpanel-hooks-editor/css/rtpanel-hooks-editor.css?ver=

HTML / DOM Fingerprints

CSS Classes
options-main-containerexpand-collapseoptions-containermetabox-holderinner-sidebarhas-sidebarhas-sidebar-contentrtp_submit
Data Attributes
name="rtp_hooks[id="name="rtp_hooks"id="rt_hooks_form"name="rtp_submit"name="rtp_reset"
JS Globals
postboxes
FAQ

Frequently Asked Questions about rtPanel Hooks Editor