Remove Feed Links Security & Risk Analysis

wordpress.org/plugins/remove-feed-links

Remove Feed Links is a simple plugin for removing feed links from the head of your web site.

50 active installs v1.0 PHP + WP 3.0.1+ Updated Feb 5, 2016
comments-feedfeedfeed-linksmetaposts-feed
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Remove Feed Links Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "remove-feed-links" plugin, version 1.0, presents a mixed security posture. On the positive side, its attack surface is minimal, with no exposed AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all identified SQL queries utilize prepared statements, indicating good practice in database interaction.

However, several concerns warrant attention. The presence of two "unserialize" calls is a significant risk. If user-controlled data is ever passed to these functions, it could lead to remote code execution vulnerabilities. The taint analysis revealing three flows with unsanitized paths further exacerbates this risk, suggesting a potential for malicious input to reach vulnerable functions. Additionally, the output escaping is only 57% proper, meaning that some output might not be sanitized, creating a potential for cross-site scripting (XSS) vulnerabilities if user-controlled data is displayed directly.

The plugin's vulnerability history is currently clean, with no recorded CVEs. This is a positive sign, but it does not negate the inherent risks identified in the code analysis. The lack of any capability checks or nonce checks for its entry points, though currently not exposed, means that if an attack surface were to be introduced in the future, these vulnerabilities would be immediately exploitable without any built-in protection.

Key Concerns

  • Use of unserialize with potentially unsanitized input
  • Unsanitized paths identified in taint analysis
  • Insufficient output escaping (57% proper)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Remove Feed Links Security Vulnerabilities

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

Remove Feed Links Code Analysis

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

Dangerous Functions Found

unserialize$options = unserialize( get_option( '_wpsos_rfl_options' ) );remove-feed-links.php:19
unserialize<?php $options = unserialize( get_option( '_wpsos_rfl_options' ) ); ?>settings-page.php:37

Output Escaping

57% escaped7 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
wpsos_rfl_display_settings_page (settings-page.php:26)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Remove Feed Links Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionwp_headremove-feed-links.php:29
actionwp_headremove-feed-links.php:32
actionafter_setup_themeremove-feed-links.php:36
filterplugin_row_metaremove-feed-links.php:78
actionadmin_enqueue_scriptsremove-feed-links.php:82
actionadmin_menusettings-page.php:21
Maintenance & Trust

Remove Feed Links Maintenance & Trust

Maintenance Signals

WordPress version tested4.4.34
Last updatedFeb 5, 2016
PHP min version
Downloads3K

Community Trust

Rating60/100
Number of ratings2
Active installs50
Developer Profile

Remove Feed Links Developer Profile

Miina Sikk

9 plugins · 8K total installs

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

How We Detect Remove Feed Links

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/remove-feed-links/css/style.css
Version Parameters
remove-feed-links/css/style.css?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Remove Feed Links