
Post Filter Security & Risk Analysis
wordpress.org/plugins/post-filterPrevent from publishing posts with unwanted content/words Delete posts on your WordPress blog by keyword immediately after published
Is Post Filter Safe to Use in 2026?
Generally Safe
Score 85/100Post Filter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The security posture of post-filter v1.1.0 presents a mixed bag of good practices and significant concerns. On the positive side, the plugin demonstrates a strong adherence to secure database practices with 100% of SQL queries utilizing prepared statements and a lack of file operations or external HTTP requests. Furthermore, the absence of known CVEs and a clean vulnerability history are encouraging indicators of past security diligence. However, the static analysis reveals critical weaknesses that overshadow these strengths.
The presence of the `unserialize` function without any apparent sanitization or capability checks is a major red flag. This function, when used with untrusted input, can lead to Remote Code Execution (RCE) vulnerabilities. Compounding this issue is the fact that 100% of output is not properly escaped, creating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The lack of any nonce or capability checks across its limited attack surface, while seemingly benign given the absence of entry points, means that if any were introduced in the future without proper security, they would be immediately exploitable.
In conclusion, while the plugin avoids common pitfalls like raw SQL and known vulnerabilities, the identified use of `unserialize` and universally unescaped output creates a substantial security risk. These are critical vulnerabilities that could be exploited to compromise WordPress sites. The plugin would require immediate remediation to address these specific issues to be considered secure.
Key Concerns
- Unescaped output on all outputs
- Dangerous function 'unserialize' used
- Missing nonce checks
- Missing capability checks
Post Filter Security Vulnerabilities
Post Filter Code Analysis
Dangerous Functions Found
Output Escaping
Post Filter Attack Surface
WordPress Hooks 2
Maintenance & Trust
Post Filter Maintenance & Trust
Maintenance Signals
Community Trust
Post Filter Alternatives
WP Delete Posts
wp-delete-posts
Delete posts on your WordPress blog by keyword searching
Automatic Post Tagger
automatic-post-tagger
Adds relevant taxonomy terms to posts using a keyword list provided by the user.
HeadMeta
headmeta
Automatically add <link>, <meta> description and <meta> keywords to your HTML on a per-post (or page) basis.
YARPP – Yet Another Related Posts Plugin
yet-another-related-posts-plugin
The best WordPress plugin for displaying related posts. Simple and flexible, with a powerful proven algorithm and inbuilt caching.
Contextual Related Posts
contextual-related-posts
Keep visitors on your site longer with intelligent, fast-loading, contextually related posts. Block, shortcode, custom post type and widget ready.
Post Filter Developer Profile
10 plugins · 2K total installs
How We Detect Post Filter
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.