Ada FeedWordPress Keyword Filters Security & Risk Analysis

wordpress.org/plugins/ada-feedwordpress-keyword-filters

Filters posts syndicated through FeedWordPress by keywords.

40 active installs v2024.0210 PHP + WP 3.1+ Updated Oct 22, 2024
adaadadaafeedwordpressfilterkeyword
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ada FeedWordPress Keyword Filters Safe to Use in 2026?

Generally Safe

Score 92/100

Ada FeedWordPress Keyword Filters has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The plugin 'ada-feedwordpress-keyword-filters' v2024.0210 exhibits a generally good security posture based on the static analysis provided. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, which significantly limits the potential attack surface. The code also demonstrates strong practices regarding SQL queries, using prepared statements exclusively, and a high percentage of properly escaped output.

However, the presence of the `unserialize` function is a notable concern. While no taint analysis flows with unsanitized paths were detected, `unserialize` is inherently risky as it can lead to remote code execution if used with untrusted data. The complete lack of nonce checks and capability checks across all entry points (though there are none identified) is also a weakness. The absence of any recorded vulnerabilities in its history is a positive sign, suggesting the developers may be security-conscious or the plugin has not been a target.

In conclusion, the plugin benefits from a very small attack surface and good handling of sensitive code areas like SQL. The primary risk lies in the `unserialize` function, which, despite the current lack of detected flows, represents a potential vulnerability. The absence of security checks like nonces and capabilities, while less critical given the zero entry points, should be noted as a general best practice that is not being followed.

Key Concerns

  • Usage of unserialize function
  • 0 nonce checks found
  • 0 capability checks found
Vulnerabilities
None known

Ada FeedWordPress Keyword Filters Security Vulnerabilities

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

Ada FeedWordPress Keyword Filters Code Analysis

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

Dangerous Functions Found

unserialize$keywords = unserialize($rule['keywords']); //unserializing the double serialized $rule['keywords']ada-feedwordpress-filter-by-keywords.php:440

Output Escaping

87% escaped23 total outputs
Attack Surface

Ada FeedWordPress Keyword Filters Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionfeedwordpress_admin_page_posts_meta_boxesada-feedwordpress-filter-by-keywords.php:18
actionfeedwordpress_admin_page_posts_saveada-feedwordpress-filter-by-keywords.php:24
filtersyndicated_feed_itemsada-feedwordpress-filter-by-keywords.php:31
Maintenance & Trust

Ada FeedWordPress Keyword Filters Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 22, 2024
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Ada FeedWordPress Keyword Filters Developer Profile

Adadaa

3 plugins · 60 total installs

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

How We Detect Ada FeedWordPress Keyword Filters

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ada-feedwordpress-keyword-filters/css/ada-feedwordpress-keyword-filters.css

HTML / DOM Fingerprints

CSS Classes
ada-settingsada-key-filter-help-boxada-key-filter-liada-inside
Data Attributes
id="adaFilterRulesList"id="ada-key-filter--logic"id="ada-key-filter--keywords"class="ada-key-filter-keywords"+1 more
JS Globals
visibleAdaFilterRuleaddRule
FAQ

Frequently Asked Questions about Ada FeedWordPress Keyword Filters