
Related tags Security & Risk Analysis
wordpress.org/plugins/related-tagsAdd related tags list(link list, text list, or cloud-style list) on the tag page, based on posts that have this tag.
Is Related tags Safe to Use in 2026?
Generally Safe
Score 85/100Related tags has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "related-tags" v1.0 plugin exhibits a seemingly strong security posture based on the static analysis. There are no identified attack surface entry points such as AJAX handlers, REST API routes, shortcodes, or cron events that are exposed without proper authentication or permission checks. The code also avoids dangerous functions, file operations, and external HTTP requests. Furthermore, the single SQL query utilizes prepared statements, which is a good practice for preventing SQL injection vulnerabilities. Taint analysis shows no flows with unsanitized paths, indicating no obvious injection vulnerabilities were detected in the analyzed code paths.
However, significant concerns arise from the extremely low percentage of properly escaped output (14%). This suggests a high likelihood of Cross-Site Scripting (XSS) vulnerabilities, where user-supplied data could be injected and executed in the browser. The complete absence of nonce checks and capability checks, especially if there are any hidden or implicit entry points not captured by the static analysis, is another major weakness. This lack of authorization checks makes any interaction with the plugin potentially exploitable by unauthenticated users.
The plugin's vulnerability history is clean, with no known CVEs. This is positive, but it could also be a result of limited historical analysis or the plugin being relatively new or obscure. The absence of past vulnerabilities does not inherently guarantee current security, especially given the identified output escaping issues. In conclusion, while the plugin avoids common pitfalls like raw SQL and external requests, the severe lack of output escaping and authorization checks presents a significant risk of XSS and unauthorized access.
Key Concerns
- Low output escaping percentage
- Missing nonce checks
- Missing capability checks
Related tags Security Vulnerabilities
Related tags Release Timeline
Related tags Code Analysis
SQL Query Safety
Output Escaping
Related tags Attack Surface
WordPress Hooks 3
Maintenance & Trust
Related tags Maintenance & Trust
Maintenance Signals
Community Trust
Related tags Alternatives
VK All in One Expansion Unit
vk-all-in-one-expansion-unit
This plug-in is an integrated plug-in with a variety of features that make it powerful your web site.
Custom Sitemap Generator
custom-sitemap-generator
The most powerful standalone XML sitemap generator for WordPress with support for all post types, taxonomies, authors, and advanced SEO features.
Landing sites
landing-sites
When visitors is referred to your site from a search engine, the plugin is showing them related posts to their search on your blog.
Vibe SEO Pack
vibe-seo-pack
Vibe SEO Pack is a simple powerful and easy to use SEO tool to optimize your website for search engines without having to edit a single line of code.
News Keywords
news-keywords
Adds easily the Google-specific metatag "news_keywords" with Post Tags into wp_head().
Related tags Developer Profile
1 plugin · 10 total installs
How We Detect Related tags
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.