Private Feed Key Security & Risk Analysis

wordpress.org/plugins/private-feed-key

Private Feed Key adds a 32bit (or 40bit) key for each of your users, creating a unique feed url for every registered user on the site.

10 active installs v0.1 PHP + WP 3.6+ Updated Aug 17, 2013
accessadminauthenticationfeedfeeds
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Private Feed Key Safe to Use in 2026?

Generally Safe

Score 85/100

Private Feed Key has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The 'private-feed-key' v0.1 plugin exhibits a concerning security posture despite its apparent small attack surface. While there are no registered CVEs and the plugin doesn't expose any AJAX handlers, REST API routes, shortcodes, or cron events directly, the static analysis reveals significant underlying risks. A single SQL query is present, and critically, none of it uses prepared statements. This is a major security concern, as it opens the door to SQL injection vulnerabilities.

Furthermore, the plugin fails to properly escape any of its outputs. With 15 total outputs analyzed and 0% properly escaped, this indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis further reinforces these concerns, showing 2 flows with unsanitized paths, both categorized as high severity. This suggests that user-supplied data is being processed without adequate sanitization, making it susceptible to malicious input. The absence of nonce checks and capability checks on any potential entry points (even though none were found in this analysis) is also a weakness, as it implies a lack of robust authorization mechanisms should any entry points be added or discovered in future versions.

In conclusion, while the plugin's limited direct attack surface and lack of historical vulnerabilities are positive aspects, the identified code-level issues are severe. The unescaped outputs and unsanitized SQL queries represent critical security weaknesses that require immediate attention. The high severity taint flows are particularly alarming and suggest a fundamental lack of secure coding practices in handling data.

Key Concerns

  • Raw SQL query without prepared statements
  • No output escaping
  • High severity taint flow (x2)
  • No capability checks
  • No nonce checks
Vulnerabilities
None known

Private Feed Key Security Vulnerabilities

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

Private Feed Key Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped15 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
prepare (private-feed-key.php:88)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Private Feed Key Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_initprivate-feed-key.php:22
actionadmin_menuprivate-feed-key.php:23
actioninitprivate-feed-key.php:25
actiontemplate_redirectprivate-feed-key.php:26
actionshow_user_profileprivate-feed-key.php:27
actionedit_user_profileprivate-feed-key.php:28
actionprofile_updateprivate-feed-key.php:29
Maintenance & Trust

Private Feed Key Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedAug 17, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Private Feed Key Developer Profile

Poetic Coding

2 plugins · 20 total installs

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

How We Detect Private Feed Key

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

Asset Fingerprints

HTML / DOM Fingerprints

Shortcode Output
<h2>Private Feed Key</h2>
FAQ

Frequently Asked Questions about Private Feed Key