Simple Font Resizer Security & Risk Analysis

wordpress.org/plugins/simple-font-resizer

Just Install and click to resize your font plugins. Simple but flexible.

100 active installs v1.04 PHP 7.4+ WP 5.9+ Updated Dec 23, 2025
accessibilityfontresizerfontresizertextsizetext
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Font Resizer Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 3mo ago
Risk Assessment

The 'simple-font-resizer' plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests is commendable. The plugin also boasts a very small attack surface, with only one entry point identified, and importantly, zero unprotected entry points. Taint analysis shows no identified flows, further reinforcing a clean bill of health in this area. The vulnerability history is also excellent, with no recorded CVEs, indicating a lack of publicly known security flaws.

However, a significant concern arises from the complete lack of output escaping. This means that any data processed by the plugin and displayed on the frontend is not being sanitized, opening the door to Cross-Site Scripting (XSS) vulnerabilities. While there are no currently identified flows in the taint analysis, the absence of escaping is a foundational security weakness that could be exploited if untrusted data were to enter the plugin's processing pipeline. Additionally, the complete absence of nonce and capability checks across all entry points is a notable oversight, especially given the potential for manipulation of the shortcode's functionality.

Key Concerns

  • Unescaped output found
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Simple Font Resizer Security Vulnerabilities

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

Simple Font Resizer 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

Simple Font Resizer Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[sfr_font_shortcode_init] index.php:31
WordPress Hooks 2
actionwp_enqueue_scriptsindex.php:19
actionwp_footerindex.php:32
Maintenance & Trust

Simple Font Resizer Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 23, 2025
PHP min version7.4
Downloads5K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

Simple Font Resizer Developer Profile

Md. Shahinur Islam

7 plugins · 730 total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
11 days
View full developer profile
Detection Fingerprints

How We Detect Simple Font Resizer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-font-resizer/assets/css/style.css/wp-content/plugins/simple-font-resizer/assets/js/custom.js
Script Paths
/wp-content/plugins/simple-font-resizer/assets/js/custom.js
Version Parameters
simple-font-resizer/assets/css/style.css?ver=simple-font-resizer/assets/js/custom.js?ver=

HTML / DOM Fingerprints

CSS Classes
font_resizer_pluswp_font_rp_btn
Data Attributes
id="btn-increase_wp_font_rp"id="btn-orig_wp_font_rp"id="btn-decrease_wp_font_rp"
Shortcode Output
<div class="font_resizer_plus"> <button id="btn-increase_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A+</button><br> <button id="btn-orig_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A</button><br> <button id="btn-decrease_wp_font_rp" class="btn btn-default wp_font_rp_btn" type="button">A-</button> </div>
FAQ

Frequently Asked Questions about Simple Font Resizer