Browse Topic Security & Risk Analysis

wordpress.org/plugins/browse-topic

It creates browse topic or tags with ( ASC/DESC ) control filter at the top. It makes your blog readers easy to choose what topic they want to read.

10 active installs v0.1 PHP + WP 2.7+ Updated Nov 10, 2013
linkspageshortcodetag
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Browse Topic Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "browse-topic" plugin version 0.1 exhibits a mixed security posture. On the positive side, it has a very small attack surface consisting of a single shortcode and no AJAX handlers, REST API routes, or cron events. The plugin also demonstrates good practices regarding SQL queries, with 100% using prepared statements, and shows no known vulnerabilities in its history, which is a strong indicator of stable, secure development. However, there are significant concerns stemming from the static analysis. Crucially, 100% of its output is not properly escaped, posing a high risk of Cross-Site Scripting (XSS) vulnerabilities. Furthermore, the complete absence of nonce and capability checks, even on its single shortcode entry point, makes it susceptible to various attacks that leverage authenticated users or bypass authorization checks. The lack of taint analysis findings is positive but cannot fully mitigate the identified risks due to the other issues.

Key Concerns

  • Unescaped output detected
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Browse Topic Security Vulnerabilities

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

Browse Topic Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Browse Topic Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[browse-topic] browse-topic.php:120
WordPress Hooks 2
actionwp_enqueue_scriptsbrowse-topic.php:27
actionbrowse_topic_hookbrowse-topic.php:101
Maintenance & Trust

Browse Topic Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedNov 10, 2013
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Browse Topic Developer Profile

Kharis Sulistiyono

5 plugins · 230 total installs

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

How We Detect Browse Topic

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/browse-topic/browse-topic.css

HTML / DOM Fingerprints

CSS Classes
browse-topic-filter-formbt-topics
Data Attributes
name="sort_topic"id="sortby"
Shortcode Output
<form class="browse-topic-filter-form" action="
FAQ

Frequently Asked Questions about Browse Topic