Simple FAQ Manager Security & Risk Analysis

wordpress.org/plugins/simple-faq-manager

Adds an FAQ section to the site that can be displayed with a shortcode

0 active installs v1.0.1 PHP + WP 4.4+ Updated Unknown
faqfaqsfrequently-asked-questions
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Simple FAQ Manager Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "simple-faq-manager" plugin v1.0.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by avoiding dangerous functions, using prepared statements for all SQL queries, and having no recorded CVEs or vulnerability history. The static analysis also reports no taint flows, indicating no directly observable unsanitized data processing paths. However, significant concerns arise from the complete lack of output escaping across all identified outputs. This means that any data rendered by the plugin could potentially be exploited for Cross-Site Scripting (XSS) attacks if the data itself originates from an untrusted source or is manipulated by an attacker. Furthermore, the absence of nonce checks and capability checks on its single shortcode entry point is a major oversight, leaving it vulnerable to unauthorized actions or privilege escalation if the shortcode's functionality is sensitive. While the plugin has a small attack surface, these unmitigated output and authorization weaknesses present a notable risk.

While the plugin's clean vulnerability history and adherence to secure SQL practices are commendable, the identified code signals point to critical security flaws. The complete lack of output escaping is a fundamental security anti-pattern that can lead to severe XSS vulnerabilities. Coupled with the absence of proper authorization checks (nonces and capabilities) on its shortcode, the plugin is susceptible to attacks that could compromise user sessions or execute arbitrary code within the WordPress context. The absence of taint analysis findings, while seemingly positive, does not negate the risks presented by unescaped output and missing authorization, as these are often the initial vectors for exploitation that taint analysis might later detect. The overall security is thus compromised by these critical weaknesses.

Key Concerns

  • 0% output escaping
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Simple FAQ Manager Security Vulnerabilities

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

Simple FAQ Manager Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Simple FAQ Manager Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[simple-faq] includes\class-simple-faq-shortcode.php:25
WordPress Hooks 4
actioninitincludes\class-faq-post-type.php:95
filterquery_varsincludes\class-simple-faq-shortcode.php:22
actionadmin_noticesincludes\class-simple-faq-shortcode.php:35
actionwp_enqueue_scriptsincludes\class-simple-faq.php:29
Maintenance & Trust

Simple FAQ Manager Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedUnknown
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Simple FAQ Manager Developer Profile

Jon Boss

4 plugins · 110 total installs

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

How We Detect Simple FAQ Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-faq-manager/assets/js/simple_faq.js/wp-content/plugins/simple-faq-manager/assets/styles/simple_faq.css
Script Paths
/wp-content/plugins/simple-faq-manager/assets/js/simple_faq.js
Version Parameters
simple_faq.js?ver=simple_faq.css?ver=

HTML / DOM Fingerprints

Shortcode Output
<!-- FAQ Section --><div class="simple-faq-wrap"><div class="simple-faq-question"><span class="simple-faq-icon">+</span>
FAQ

Frequently Asked Questions about Simple FAQ Manager