Steem WP Security & Risk Analysis

wordpress.org/plugins/steem-wp

Connect your site the Steem Blockchain the smart way!

0 active installs v0.0.5 PHP 5.6.20+ WP 5.2.4+ Updated Nov 23, 2019
blockchainsteemsteemwp
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Steem WP Safe to Use in 2026?

Generally Safe

Score 85/100

Steem WP 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 steem-wp plugin v0.0.5 exhibits a generally positive security posture with a remarkably small attack surface and no reported vulnerabilities in its history. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits potential entry points for attackers. Furthermore, the code demonstrates good practices by using prepared statements for all SQL queries and properly escaping the vast majority of its output. The plugin also correctly utilizes capability checks, indicating an awareness of WordPress's security model.

However, a significant concern arises from the presence of the `unserialize` function, which is a known source of critical security vulnerabilities if used with untrusted user input. While the static analysis did not identify any direct taint flows leading to `unserialize`, the mere presence of this function without explicit sanitization and validation of its input poses a latent risk. The lack of nonce checks, though not directly tied to an exposed attack vector in this analysis, is a missed opportunity for enhanced security on any potential future administrative actions or data submissions.

In conclusion, steem-wp v0.0.5 is strong in its limited attack surface and SQL security. The vulnerability history being clean is a positive indicator. The primary weakness lies in the `unserialize` function, which, despite not currently showing exploitable flows, represents a critical potential risk that should be addressed. The lack of nonce checks is a minor oversight in an otherwise well-protected plugin.

Key Concerns

  • Use of unserialize function
  • 0 Nonce checks
Vulnerabilities
None known

Steem WP Security Vulnerabilities

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

Steem WP Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Steem WP Code Analysis

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

Dangerous Functions Found

unserialize$steemwp_options = unserialize( get_option( STEEMWP_AUTH_GROUP ) );src\constants.php:8

Output Escaping

90% escaped10 total outputs
Attack Surface

Steem WP Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menusrc\modules\menus.php:4
actionadmin_enqueue_scriptssrc\ui\init.php:14
Maintenance & Trust

Steem WP Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedNov 23, 2019
PHP min version5.6.20
Downloads911

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Steem WP Developer Profile

Steem WP

1 plugin · 0 total installs

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

How We Detect Steem WP

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/steem-wp/assets/css/skeleton.css/wp-content/plugins/steem-wp/assets/css/custom.css/wp-content/plugins/steem-wp/vendor/vue/vue.js/wp-content/plugins/steem-wp/vendor/dsteem/dsteem.js/wp-content/plugins/steem-wp/src/ui/admin/vue/about.js/wp-content/plugins/steem-wp/vendor/apexcharts/apexcharts.min.js/wp-content/plugins/steem-wp/vendor/apexcharts/vue-apexcharts.js/wp-content/plugins/steem-wp/src/ui/admin/vue/dashboard.js+3 more
Script Paths
/wp-content/plugins/steem-wp/vendor/vue/vue.js/wp-content/plugins/steem-wp/vendor/dsteem/dsteem.js/wp-content/plugins/steem-wp/src/ui/admin/vue/about.js/wp-content/plugins/steem-wp/vendor/apexcharts/apexcharts.min.js/wp-content/plugins/steem-wp/vendor/apexcharts/vue-apexcharts.js/wp-content/plugins/steem-wp/src/ui/admin/vue/dashboard.js+3 more
Version Parameters
steem-wp/assets/css/skeleton.css?ver=steem-wp/assets/css/custom.css?ver=steem-wp/src/ui/admin/vue/about.js?ver=steem-wp/src/ui/admin/vue/dashboard.js?ver=steem-wp/src/ui/admin/vue/settings.js?ver=steem-wp/src/ui/admin/vue/statistics.js?ver=steem-wp/src/ui/admin/vue/trends.js?ver=

HTML / DOM Fingerprints

CSS Classes
steemwp-containersteemwp-columnssteemwp-buttonsteemwp-socialsteemwp-loader
Data Attributes
steemwp-containersteemwp-columnssteemwp-buttonsteemwp-socialsteemwp-loader
JS Globals
_dashboardData_settingsData_statisticsData
FAQ

Frequently Asked Questions about Steem WP