Database Addon for Contact Form 7 – CFDB7

Save and manage Contact Form 7 messages. Never lose important data. It is a lightweight contact form 7 database plugin.

v1.3.6ArshidUpdated 2026-05-20Added Mar 18, 2017600k+ installs100% rating0% support resolved
40
Score
35
Errors
56
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability75

Top Issues by Category

security70
maintainability16
i18n4
repo_compliance1

Issues Details

91 issues found in latest scan

WARNING31
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR15
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$arr_str_data'.

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['contact_form']

WARNING7
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['contact_form'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR5
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_GET['fid']. Check that the array index exists before using it.

ERROR3
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR2
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERROR2
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $result->form_date

WARNING1
PluginCheck.CodeAnalysis.DiscouragedFunctions.load_plugin_textdomainFound

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNING1
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING1
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING1
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_fputs

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().

ERROR1
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING1
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.

ERROR1
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING1
mismatched_plugin_name

Plugin name "Database Addon for Contact Form 7 - CFDB7" is different from the name declared in plugin header "Contact Form CFDB7".

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING1
plugin_header_nonexistent_domain_path

The "Domain Path" header in the plugin file must point to an existing folder. Found: "languages"

Latest Snapshot

Findings

91

Errors

35

Warnings

56

Score History

First score snapshot

First scan completed Jun 19, 2026

v1.3.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 19, 2026

v1.3.6

40

Latest

Findings
91
Errors
35
Warnings
56
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins