Create Faq Security & Risk Analysis

wordpress.org/plugins/create-faq

WordPressサイトにSEOとAI検索に最適化されたFAQページを簡単に作成・管理できるプラグインです。

0 active installs v1.0.2 PHP 7.4+ WP 6.2+ Updated Sep 30, 2025
categoriesfaqinexioseostructured-data
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Create Faq Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 6mo ago
Risk Assessment

The 'create-faq' plugin v1.0.2 exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, cron events, file operations, external HTTP requests, and dangerous functions is a significant strength. Furthermore, the fact that all SQL queries use prepared statements and the taint analysis shows no critical or high severity flows is highly positive. The plugin also reports no known CVEs, indicating a clean historical security record.

However, there are areas for improvement. The plugin lacks nonce checks and capability checks, which are crucial for securing entry points. While the attack surface is small with only one shortcode, the absence of these checks on it presents a potential risk if the shortcode's functionality is sensitive. The output escaping is not perfect, with 20% of outputs not properly escaped, which could lead to cross-site scripting (XSS) vulnerabilities if the unescaped content is user-controllable.

In conclusion, the 'create-faq' plugin has many good security practices in place, especially regarding data handling and SQL. The lack of known vulnerabilities is reassuring. Nevertheless, the missing nonce and capability checks, along with the imperfect output escaping, represent the primary security concerns that should be addressed to further harden the plugin.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Improper output escaping (20%)
Vulnerabilities
None known

Create Faq Security Vulnerabilities

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

Create Faq Code Analysis

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

Output Escaping

80% escaped10 total outputs
Attack Surface

Create Faq Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[creafa_faq] create-faq.php:81
WordPress Hooks 7
actionplugins_loadedcreate-faq.php:72
actioninitcreate-faq.php:79
actioninitcreate-faq.php:80
actionwp_enqueue_scriptscreate-faq.php:82
actionadmin_noticescreate-faq.php:85
actionadmin_menucreate-faq.php:86
actionadmin_initcreate-faq.php:87
Maintenance & Trust

Create Faq Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedSep 30, 2025
PHP min version7.4
Downloads350

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Create Faq Developer Profile

TAKAHIRO

6 plugins · 70 total installs

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

How We Detect Create Faq

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/create-faq/assets/css/create-faq.css/wp-content/plugins/create-faq/assets/js/create-faq.js
Script Paths
/wp-content/plugins/create-faq/assets/js/create-faq.js
Version Parameters
create-faq/assets/css/create-faq.css?ver=create-faq/assets/js/create-faq.js?ver=

HTML / DOM Fingerprints

CSS Classes
creafa-faq-wrappercreafa-faq-itemcreafa-faq-questioncreafa-faq-answercreafa-faq-settings
HTML Comments
<!-- Plugin Name: Create Faq --><!-- Main FAQ class --><!-- FAQ Item --><!-- FAQ Question -->+2 more
Data Attributes
data-creafa-accordion-enabled
JS Globals
window.creafa_settings
REST Endpoints
/wp-json/creafa/v1/faq
Shortcode Output
[creafa_faq]<div class="creafa-faq-wrapper">
FAQ

Frequently Asked Questions about Create Faq