Smart FAQ Security & Risk Analysis

wordpress.org/plugins/smart-faq

Provides A nice Frequently asked Questions Page with answers hidden untill the question is clicked then the desired answer fades smoothly into view.

100 active installs v1.4 PHP + WP 3.0.1+ Updated Sep 16, 2014
fade-infaqfrequently-asked-questions
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Smart FAQ Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The "smart-faq" plugin v1.4 exhibits a generally good security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, and cron events significantly limits the attack surface. Furthermore, the plugin demonstrates good practices by using prepared statements for all SQL queries and implementing capability checks, which are vital for role-based access control. The lack of known CVEs and the absence of any recorded past vulnerabilities suggest a history of responsible development and maintenance regarding security.

However, a notable concern arises from the output escaping. With only 30% of the 20 total outputs properly escaped, there is a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Any user-supplied data that is displayed without proper sanitization could be exploited by attackers to inject malicious scripts. The complete absence of nonce checks is also a weakness, as nonces are crucial for preventing Cross-Site Request Forgery (CSRF) attacks, especially on actions initiated through shortcodes or other potential entry points. While the attack surface is small and seemingly protected, these identified weaknesses in output escaping and nonce implementation represent tangible risks.

In conclusion, the plugin benefits from a limited attack surface and good SQL practices. However, the low percentage of properly escaped output and the complete lack of nonce checks introduce significant potential vulnerabilities, particularly XSS and CSRF. Addressing these issues should be a priority to enhance the plugin's overall security.

Key Concerns

  • Low percentage of properly escaped output
  • Absence of nonce checks
Vulnerabilities
None known

Smart FAQ Security Vulnerabilities

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

Smart FAQ Code Analysis

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

Output Escaping

30% escaped20 total outputs
Attack Surface

Smart FAQ Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[smart_faq] 1.3\smart-faq.php:84
[smart_faq] smart-faq.php:84
WordPress Hooks 16
actionadmin_menu1.3\includes\admin.php:3
actionadmin_init1.3\includes\admin.php:12
actionwp_enqueue_scripts1.3\smart-faq.php:38
actioninit1.3\smart-faq.php:53
actionwp_enqueue_scripts1.3\smart-faq.php:56
actioninit1.3\smart-faq.php:80
actionadd_meta_boxes1.3\smart-faq.php:136
actionsave_post1.3\smart-faq.php:157
actionadmin_menuincludes\admin.php:3
actionadmin_initincludes\admin.php:12
actionwp_enqueue_scriptssmart-faq.php:38
actioninitsmart-faq.php:53
actionwp_enqueue_scriptssmart-faq.php:56
actioninitsmart-faq.php:80
actionadd_meta_boxessmart-faq.php:137
actionsave_postsmart-faq.php:158
Maintenance & Trust

Smart FAQ Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedSep 16, 2014
PHP min version
Downloads11K

Community Trust

Rating82/100
Number of ratings9
Active installs100
Developer Profile

Smart FAQ Developer Profile

Ayebare Mucunguzi Brooks

8 plugins · 340 total installs

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

How We Detect Smart FAQ

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/smart-faq/css/skin1.css/wp-content/plugins/smart-faq/js/smartfaq.min.js
Script Paths
/wp-content/plugins/smart-faq/js/smartfaq.min.js
Version Parameters
smartfaq/style.css?ver=smartfaq.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
faq-bodyfaq-linkanswer
Data Attributes
name="smartfaq_order"
Shortcode Output
<div class="faq-body"> <h2><a class="faq-link" href="" >[Edit Faq]</a></p></div></div>
FAQ

Frequently Asked Questions about Smart FAQ