Top Coin Security & Risk Analysis

wordpress.org/plugins/top-coin

Virtual currency rankings wordpress plugin

10 active installs v1.0 PHP + WP 3.3+ Updated Dec 11, 2017
bitcoin-plugincurrency-rankingstop-coin
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Top Coin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The 'top-coin' plugin v1.0 exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries and has a seemingly small attack surface with no recorded vulnerabilities or known CVEs. The absence of external HTTP requests and bundled libraries also reduces potential risks. However, significant concerns arise from the static analysis. The plugin lacks any nonce or capability checks, meaning that even though there are no unprotected entry points identified, any action triggered by its single shortcode is essentially unauthenticated and unprivileged, posing a risk for unauthorized actions if the shortcode functionality allows for it.

Furthermore, the presence of the `create_function` dangerous function is a critical red flag, as it can be exploited for remote code execution if user-supplied data influences its execution. The most concerning finding is that 100% of the output from the plugin is not properly escaped. This opens the door to Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected into the website through the plugin's output, impacting users who interact with those outputs. Given the lack of vulnerability history, it's difficult to ascertain if these issues have been exploited previously, but the current state of the code presents clear and present dangers.

Key Concerns

  • Dangerous function create_function used
  • All output unescaped (XSS risk)
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Top Coin Security Vulnerabilities

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

Top Coin Code Analysis

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

Dangerous Functions Found

create_functionadd_action('widgets_init', create_function('', 'return register_widget("BHK_plugin_widget");'));includes\widget.php:67

Output Escaping

0% escaped21 total outputs
Attack Surface

Top Coin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[topcoin] includes\shortcode.php:34
WordPress Hooks 3
actionwp_enqueue_scriptsbitcoin-plugin.php:24
actionadmin_menubitcoin-plugin.php:37
actionwidgets_initincludes\widget.php:67
Maintenance & Trust

Top Coin Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedDec 11, 2017
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Top Coin Developer Profile

Huy Kira

6 plugins · 100 total installs

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

How We Detect Top Coin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/top-coin/css/bhk_style.css

HTML / DOM Fingerprints

CSS Classes
bhk-content-coinbhk-table-coinwp-heading-inlineinfo-plugin
Data Attributes
id="col-container"class="wp-clearfix"id="col-left"id="col-right"
Shortcode Output
[topcoin num="5"][topcoin num="10"]
FAQ

Frequently Asked Questions about Top Coin