Simple Mastodon Verification Security & Risk Analysis

wordpress.org/plugins/simple-mastodon-verification

Provides a General Settings menu option to define a rel=\"me\" in metatags for the whole site and also individual contributors.

800 active installs v2.0.3 PHP 7.4+ WP 6.1+ Updated Oct 15, 2024
fediversemastodonverification
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Mastodon Verification Safe to Use in 2026?

Generally Safe

Score 92/100

Simple Mastodon Verification has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "simple-mastodon-verification" plugin v2.0.3 demonstrates a strong security posture based on the provided static analysis. The absence of any detected dangerous functions, raw SQL queries, file operations, or external HTTP requests is commendable. Crucially, all SQL queries are handled with prepared statements, and all output is properly escaped, significantly mitigating common injection and XSS vulnerabilities. The plugin also shows no evidence of a large attack surface through AJAX handlers, REST API routes, or shortcodes, and importantly, any potential entry points (though none are detected) would theoretically be protected. The lack of any recorded vulnerabilities or CVEs in its history further reinforces this positive assessment. However, the complete absence of nonce and capability checks is a notable concern. While the current code doesn't appear to have exploitable entry points, this omission leaves the plugin susceptible to authorization bypass if new entry points are introduced or if existing ones are not strictly controlled by WordPress core. This could become a significant risk if the plugin's functionality were to evolve to handle sensitive operations.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple Mastodon Verification Security Vulnerabilities

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

Simple Mastodon Verification Code Analysis

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

Output Escaping

100% escaped6 total outputs
Attack Surface

Simple Mastodon Verification Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filteradmin_initsimple-mastodon-verification.php:38
actionwp_headsimple-mastodon-verification.php:78
filteruser_contactmethodssimple-mastodon-verification.php:89
Maintenance & Trust

Simple Mastodon Verification Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 15, 2024
PHP min version7.4
Downloads8K

Community Trust

Rating100/100
Number of ratings3
Active installs800
Developer Profile

Simple Mastodon Verification Developer Profile

OpenDNA

2 plugins · 860 total installs

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

How We Detect Simple Mastodon Verification

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- * function smverification_input_css() { * echo '<style>input#smverification_site_url:invalid {outline: 2px solid #ff0000};}</style>' . "\n\n"; * } * add_action( 'admin_head', 'smverification_input_css', 500); -->
Data Attributes
id="smverification_site_url"name="smverification_site_url"pattern="https(:\/\/)(([a-zA-z0-9\-_]+(\.)?)){0,2}([a-zA-z0-9\-_]+)(\.)([a-zA-z0-9\-_]+)(\/)(@)([a-zA-z0-9\-_.]+)"title="Mastodon profile URL must be in the form of https://domain.tld/@user"id="smverification_allow_authors"name="smverification_allow_authors"+2 more
FAQ

Frequently Asked Questions about Simple Mastodon Verification