Frequently Searched Words Security & Risk Analysis

wordpress.org/plugins/wp-frequently-searched-words

It is possible to register and display frequently searched words in site search.

100 active installs v2.1.3 PHP + WP 4.7.2+ Updated Feb 14, 2021
searchshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Frequently Searched Words Safe to Use in 2026?

Generally Safe

Score 85/100

Frequently Searched Words has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "wp-frequently-searched-words" v2.1.3 plugin exhibits a generally positive security posture based on the static analysis provided. The absence of known CVEs and a clean vulnerability history are strong indicators of good development practices and diligence in addressing security issues.

The static analysis reveals a very small attack surface with zero entry points, and importantly, zero unprotected ones. This suggests that the plugin's functionality is not directly exposed to common web attack vectors like AJAX, REST API, or shortcodes without appropriate authorization. The code also avoids dangerous functions and file operations, and does not make external HTTP requests, further reducing potential risks.

However, there are areas for concern. The analysis flags two "flows with unsanitized paths," indicating that user-supplied input might be handled in a way that could lead to path traversal or other file-related vulnerabilities if an attacker can influence these paths. While the overall output escaping rate is decent at 71%, this still means that nearly 30% of outputs are not properly escaped, posing a risk of cross-site scripting (XSS) vulnerabilities if sensitive data is displayed without sanitization. The complete lack of nonce and capability checks, while mitigated by the small attack surface, represents a missed opportunity for robust authorization, especially if the plugin's functionality were to expand in the future.

Key Concerns

  • Flows with unsanitized paths detected
  • Significant portion of outputs not properly escaped
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

Frequently Searched Words Security Vulnerabilities

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

Frequently Searched Words Release Timeline

v2.1.3Current
v2.1.2
v2.1.1
v2.1.0
v2.0.0
v1.1.2
v1.1.1
v1.1.0
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Frequently Searched Words Code Analysis

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

SQL Query Safety

88% prepared8 total queries

Output Escaping

71% escaped21 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
page_render (includes\wp-frequently-searched-words-admin-list.php:50)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Frequently Searched Words Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionplugins_loadedwp-frequently-searched-words.php:51
actionadmin_initwp-frequently-searched-words.php:54
actionadmin_menuwp-frequently-searched-words.php:55
actionwp_footerwp-frequently-searched-words.php:58
Maintenance & Trust

Frequently Searched Words Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedFeb 14, 2021
PHP min version
Downloads3K

Community Trust

Rating20/100
Number of ratings1
Active installs100
Developer Profile

Frequently Searched Words Developer Profile

miiitaka

1 plugin · 100 total installs

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

How We Detect Frequently Searched Words

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-frequently-searched-words/css/style.css
Version Parameters
wp-frequently-searched-words/css/style.css?ver=

HTML / DOM Fingerprints

Shortcode Output
[wp-frequently-searched-words]
FAQ

Frequently Asked Questions about Frequently Searched Words