Good Reads Security & Risk Analysis

wordpress.org/plugins/good-reads

An ordered blogroll widget for your sidebar that displays your favorite blogs, what they're writing, and when.

10 active installs v1.5 PHP + WP 3.0+ Updated Mar 4, 2011
blogrollblogslinksrsssidebar
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Good Reads Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "good-reads" plugin v1.5 exhibits a mixed security posture. On one hand, the absence of known CVEs and the complete use of prepared statements for SQL queries are positive indicators. The static analysis also reveals a minimal attack surface with no identified AJAX handlers, REST API routes, shortcodes, or cron events that lack authentication or permission checks.

However, significant concerns arise from the code signals. The presence of a dangerous function like `ini_set` is a red flag, as it can be misused to alter PHP configuration. More critically, 100% of output escaping is missing, meaning any data displayed to users could be vulnerable to cross-site scripting (XSS) attacks. The lack of nonce checks and capability checks for entry points, though currently representing zero entry points without them, leaves a potential gap if new entry points are introduced without proper safeguards. The plugin also performs file operations without apparent checks.

Given the lack of historical vulnerabilities, it's difficult to draw strong conclusions about long-term security patterns. However, the current static analysis highlights critical weaknesses in output sanitization and the use of potentially dangerous functions. While the plugin currently appears to have a limited attack surface, the identified code quality issues pose a tangible risk, particularly the unescaped output.

Key Concerns

  • No output escaping detected
  • Presence of dangerous function (ini_set)
  • No nonce checks
  • No capability checks
  • File operations without explicit checks
Vulnerabilities
None known

Good Reads Security Vulnerabilities

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

Good Reads Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Good Reads Code Analysis

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

Dangerous Functions Found

ini_setini_set('display_errors', 0);good-reads.php:83

Output Escaping

0% escaped20 total outputs
Attack Surface

Good Reads Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionwidgets_initgood-reads.php:13
Maintenance & Trust

Good Reads Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedMar 4, 2011
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Good Reads Developer Profile

iamgarrett

1 plugin · 10 total installs

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

How We Detect Good Reads

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/good-reads/good-reads.php

HTML / DOM Fingerprints

CSS Classes
grblog_titlelatest_post
HTML Comments
<!-- Widget Title: Text Input -->
Data Attributes
id="blogroll"
JS Globals
$
Shortcode Output
<ul id="blogroll"> <li></a> <div class="latest_post"> </div> </li>
FAQ

Frequently Asked Questions about Good Reads