StopWords Security & Risk Analysis

wordpress.org/plugins/stop-words

Stop Words фильтрует новый или редактируемый пост и отказывает в публикации при: * при нахождении заперщенных слов; * при слишком коротком или длинно …

10 active installs v1.1 PHP 5.2.4+ WP 4.0+ Updated Jul 23, 2019
spamstopstop-wordsstopwordswords
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is StopWords Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The "stop-words" v1.1 plugin exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The plugin demonstrates good practices by having no detected AJAX handlers, REST API routes, shortcodes, or cron events that could serve as entry points for attacks. Furthermore, the code shows a commitment to secure coding with zero dangerous functions and 100% of SQL queries utilizing prepared statements. The presence of nonce and capability checks, along with the absence of external HTTP requests and file operations, are positive indicators.

However, a significant concern lies in the output escaping. With 22 total outputs and only 32% properly escaped, there's a high probability of Cross-Site Scripting (XSS) vulnerabilities. This is further compounded by the fact that the taint analysis, while not revealing critical or high-severity flaws, only analyzed a very small number of flows (2). This limited scope means that vulnerabilities might exist but were not detected in this specific analysis. The absence of any recorded vulnerabilities in its history is a positive sign, suggesting a stable codebase over time, but it does not negate the potential risks identified in the current code analysis.

In conclusion, while the plugin benefits from a minimal attack surface and secure database practices, the insufficient output escaping is a notable weakness that could lead to security incidents. The limited scope of the taint analysis also means the security is not fully validated. Users should be aware of the potential for XSS due to the low output escaping rate, despite the plugin's otherwise clean security record.

Key Concerns

  • Low rate of proper output escaping
  • Limited taint analysis scope
Vulnerabilities
None known

StopWords Security Vulnerabilities

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

StopWords Release Timeline

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

StopWords Code Analysis

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

Output Escaping

32% escaped22 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
plugin_options (class.stop-words.php:81)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

StopWords Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionadmin_enqueue_scriptsclass.stop-words.php:12
actionadmin_menuclass.stop-words.php:15
actionadmin_bar_menuclass.stop-words.php:16
actionsave_postclass.stop-words.php:18
actionedit_postclass.stop-words.php:19
actionadmin_noticesclass.stop-words.php:20
actionwp_insert_commentclass.stop-words.php:21
actionedit_postclass.stop-words.php:454
actionsave_postclass.stop-words.php:455
filterredirect_post_locationclass.stop-words.php:458
actionplugins_loadedstop-words.php:50
Maintenance & Trust

StopWords Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.0
Last updatedJul 23, 2019
PHP min version5.2.4
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

StopWords Developer Profile

obelchenko

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 StopWords

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/stop-words/stop-words.css

HTML / DOM Fingerprints

CSS Classes
stopwords-imgstopwords-infostopwords-clearstopwords-h2
FAQ

Frequently Asked Questions about StopWords