Feature Flags Security & Risk Analysis

wordpress.org/plugins/feature-flags

Feature flags allows developers to configure features behind the feature flags on both Server(PHP) and Client(JS/TS) side.

10 active installs v0.4.1 PHP 8.1+ WP 6.4+ Updated Sep 4, 2025
feature-flagsflagswp-feature-flags
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Feature Flags Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 7mo ago
Risk Assessment

The 'feature-flags' plugin v0.4.1 exhibits a generally strong security posture with several good practices evident. The plugin has no recorded vulnerabilities, including critical or high severity ones, and has a history free of any CVEs, suggesting a well-maintained and secure codebase. The static analysis further supports this, showing no dangerous functions, file operations, or external HTTP requests, and all SQL queries are properly prepared, with all output correctly escaped. However, a significant concern arises from the presence of one unprotected REST API route. This unprotected endpoint represents a direct attack vector that could potentially be exploited if it handles sensitive data or performs actions without proper authorization checks.

While the absence of dangerous functions, prepared SQL statements, and proper output escaping are commendable, the single unprotected REST API route is a notable weakness that detracts from an otherwise robust security profile. The lack of taint analysis results and the limited number of capability checks might indicate a smaller scope of functionality, which is good for security, but it's crucial to ensure that all entry points, especially REST API routes, are adequately protected against unauthorized access and potential misuse. In conclusion, the plugin is strong in many areas of secure coding, but the unprotected REST API route requires immediate attention to mitigate potential risks.

Key Concerns

  • Unprotected REST API route
Vulnerabilities
None known

Feature Flags Security Vulnerabilities

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

Feature Flags Code Analysis

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

Output Escaping

100% escaped1 total outputs
Attack Surface
1 unprotected

Feature Flags Attack Surface

Entry Points1
Unprotected1

REST API Routes 1

GET/wp-json/feature-flags/v1flagsincludes\Api\Flags.php:51
WordPress Hooks 6
actionrest_api_initincludes\Api\Flags.php:39
actionadmin_menuincludes\Settings.php:29
actionadmin_enqueue_scriptsplugin.php:43
actionwp_enqueue_scriptsplugin.php:81
actionadmin_enqueue_scriptsplugin.php:87
filterplugin_action_links_codeb-feature-flags/plugin.phpplugin.php:134
Maintenance & Trust

Feature Flags Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 4, 2025
PHP min version8.1
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Feature Flags Developer Profile

Mohan Raj

3 plugins · 20 total installs

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

How We Detect Feature Flags

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/feature-flags/build/settings.js/wp-content/plugins/feature-flags/build/settings.css/wp-content/plugins/feature-flags/build/index.js
Script Paths
/wp-content/plugins/feature-flags/build/settings.js/wp-content/plugins/feature-flags/build/index.js
Version Parameters
feature-flags/build/settings.js?ver=feature-flags/build/settings.css?ver=feature-flags/build/index.js?ver=

HTML / DOM Fingerprints

JS Globals
codebFeatureFlags
REST Endpoints
/wp-json/feature-flags/v1/flags
FAQ

Frequently Asked Questions about Feature Flags