YM Fast Options Security & Risk Analysis

wordpress.org/plugins/ym-fast-options

Create custom options, settings, global data fields, and more for your WordPress site with just a few lines of code.

10 active installs v2.2.2 PHP 7.4+ WP 6.0+ Updated Unknown
optionssettings
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is YM Fast Options Safe to Use in 2026?

Generally Safe

Score 100/100

YM Fast Options has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "ym-fast-options" plugin v2.2.2 demonstrates a generally strong security posture based on the provided static analysis. All SQL queries are properly prepared, output is consistently escaped, and there are no identified dangerous functions or file operations. The plugin also avoids external HTTP requests and bundled libraries, which can often be sources of vulnerabilities. The presence of a nonce check, albeit only one, is a positive sign for input validation. The absence of any recorded CVEs, current or historical, further reinforces this perception of good security practices.

However, the analysis reveals some areas for improvement. The complete lack of capability checks is a significant concern. While the plugin has a very small attack surface (one shortcode), it's crucial that any entry point, even seemingly innocuous ones, properly verifies user permissions to prevent unauthorized actions. The absence of authentication checks on AJAX handlers and REST API routes (though currently zero) also presents a potential risk if such functionality were to be added in the future without proper authorization. The taint analysis showing zero unsanitized paths is excellent, indicating the developers are mindful of input sanitization.

In conclusion, "ym-fast-options" v2.2.2 is built with some solid security foundations, particularly around preventing common issues like SQL injection and XSS. Its clean vulnerability history is a testament to this. The primary weakness lies in the insufficient implementation of capability checks on its entry points. Addressing this would further strengthen its security profile.

Key Concerns

  • Missing capability checks on entry points
Vulnerabilities
None known

YM Fast Options Security Vulnerabilities

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

YM Fast Options Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

100% escaped47 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
__construct (includes\YMFO_Page.class.php:88)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

YM Fast Options Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ymfo] ym-fast-options.php:55
WordPress Hooks 6
actionadmin_initincludes\YMFO_Page.class.php:132
actionadmin_headincludes\YMFO_Page.class.php:214
actionadmin_initincludes\YMFO_Page.class.php:274
actioninitincludes\YMFO_Page.class.php:344
actionadmin_initincludes\YMFO_Page.class.php:390
actionadmin_enqueue_scriptsym-fast-options.php:45
Maintenance & Trust

YM Fast Options Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedUnknown
PHP min version7.4
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

YM Fast Options Developer Profile

Yan Metelitsa

4 plugins · 220 total installs

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

How We Detect YM Fast Options

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ym-fast-options/assets/css/ymfo-style.css/wp-content/plugins/ym-fast-options/assets/js/ymfo-script.js
Script Paths
/wp-content/plugins/ym-fast-options/assets/js/ymfo-script.js
Version Parameters
ym-fast-options/assets/css/ymfo-style.css?ver=ym-fast-options/assets/js/ymfo-script.js?ver=

HTML / DOM Fingerprints

Shortcode Output
[ymfo page="PAGE" option="OPTION"]
FAQ

Frequently Asked Questions about YM Fast Options