Custom Guest Authors Security & Risk Analysis

wordpress.org/plugins/custom-guest-authors

Replace the default WordPress post author with custom guest author names via a custom field. Supports multiple comma-separated authors.

0 active installs v2.3.1 PHP 8.2+ WP 5.7+ Updated Mar 10, 2026
author-overridebylinecustom-fieldsguest-authormultiple-authors
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom Guest Authors Safe to Use in 2026?

Generally Safe

Score 100/100

Custom Guest Authors has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 26d ago
Risk Assessment

The custom-guest-authors plugin v2.3.1 demonstrates several good security practices, including a lack of identifiable attack surface points through AJAX, REST API, shortcodes, and cron events. The code also shows a high percentage of properly escaped output and a reasonable number of nonce and capability checks. This suggests the developers have some awareness of common WordPress security vulnerabilities.

However, a significant concern arises from the static analysis indicating 100% of SQL queries are not using prepared statements. This is a substantial risk, as it opens the door to SQL injection vulnerabilities, especially if any of the input data used in these queries is not rigorously sanitized. The taint analysis also identified one flow with unsanitized paths, which, while not classified as critical or high severity, warrants attention as it represents a potential pathway for attackers.

The absence of any recorded vulnerabilities in its history is a positive sign, implying a generally secure past. Nevertheless, the static analysis findings, particularly the raw SQL queries, point to a potential weakness that could be exploited. The overall security posture is therefore a mix of good practices and a critical oversight in database interaction.

Key Concerns

  • Raw SQL queries without prepared statements
  • Taint flow with unsanitized paths
Vulnerabilities
None known

Custom Guest Authors Security Vulnerabilities

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

Custom Guest Authors Code Analysis

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

SQL Query Safety

0% prepared4 total queries

Output Escaping

94% escaped81 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<tab-debug> (admin\views\tab-debug.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Custom Guest Authors Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 24
actionadd_meta_boxesadmin\admin.php:58
actionsave_postadmin\admin.php:118
actionadmin_enqueue_scriptsadmin\admin.php:171
actionenqueue_block_editor_assetsadmin\admin.php:192
actionadmin_menuadmin\admin.php:210
filterwp_redirectadmin\admin.php:236
filterwp_safe_redirectadmin\admin.php:237
actionadmin_initadmin\admin.php:309
actionadmin_enqueue_scriptsadmin\admin.php:342
actioninitcustom-guest-authors.php:45
actionsave_postincludes\cache.php:37
actionupdated_post_metaincludes\cache.php:51
actionadded_post_metaincludes\cache.php:52
actiondeleted_post_metaincludes\cache.php:53
actioninitincludes\cache.php:68
filterthe_authorincludes\front-end.php:135
filterget_the_author_display_nameincludes\front-end.php:136
filterauthor_linkincludes\front-end.php:285
filterthe_author_posts_linkincludes\front-end.php:318
actioninitincludes\front-end.php:360
filterwpseo_schema_graphincludes\front-end.php:362
filterrank_math/schema/articleincludes\front-end.php:363
actioninitincludes\post-meta.php:34
actioninitincludes\post-meta.php:59
Maintenance & Trust

Custom Guest Authors Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 10, 2026
PHP min version8.2
Downloads662

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Custom Guest Authors Developer Profile

Mohd Elfie Nieshaem Juferi

4 plugins · 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 Custom Guest Authors

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-guest-authors/assets/css/meta-box.css/wp-content/plugins/custom-guest-authors/assets/js/meta-box.js
Script Paths
/wp-content/plugins/custom-guest-authors/assets/js/meta-box.js
Version Parameters
custom-guest-authors/assets/css/meta-box.css?ver=custom-guest-authors/assets/js/meta-box.js?ver=

HTML / DOM Fingerprints

CSS Classes
cga-field-groupcga-field-hint
Data Attributes
name="cga_guest_author"id="cga_guest_author"nonce="cga_nonce"
FAQ

Frequently Asked Questions about Custom Guest Authors