Contact List – Online Staff Directory & Address Book

Build a custom staff directory, address book or any kind of listing with this easy-to-use plugin.

v3.0.21Anssi LaitilaUpdated Added 1k+ installs96% rating
33
Score
118
Errors
342
Warnings
+0
Change

Category Scores

Security0
Repo100
Performance93
Maintainability44

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

460 findings

Security

330

9 issue groups

Maintainability

87

12 issue groups

I18n

27

3 issue groups

Performance

5

1 issue group

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.94
Category
Security
Occurrences
94
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_GET[$nonce_field_name] not unslashed before sanitization. Use wp_unslash() or similar63
Category
Security
Occurrences
63
Severity
warning

Sample message

$_GET[$nonce_field_name] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.53
Category
Security
Occurrences
53
Severity
warning

Sample message

Processing form data without nonce verification.

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$atts'.49
Category
Security
Occurrences
49
Severity
error

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['_page']31
Category
Security
Occurrences
31
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET['_page']

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.22
Category
Maintainability
Occurrences
22
Severity
warning

Sample message

Use of a direct database call is discouraged.

ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $charset_collate21
Category
Security
Occurrences
21
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $charset_collate

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().16
Category
Maintainability
Occurrences
16
Severity
warning

Sample message

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

ERRORI18nMissing Arg DomainMissing $domain parameter in function call to __().16
Category
I18n
Occurrences
16
Severity
error

Sample message

Missing $domain parameter in function call to __().

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$column".10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$column".

Show 15 more
WARNINGSecurityDatabase parameter is not escaped8
Category
Security
Occurrences
8
Severity
warning

Sample message

Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 5379.

WARNINGSecurityInterpolated SQL is not prepared8
Category
Security
Occurrences
8
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable {$column_name} at "ALTER TABLE `{$table_name}` ADD `{$column_name}` VARCHAR(255) NOT NULL"

WARNINGMaintainabilityslow db query meta query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityslow db query tax query8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

ERRORI18nNon Singular String Literal Text7
Category
I18n
Occurrences
7
Severity
error

Sample message

The $text parameter must be a single text string literal. Found: $custom_field_title

WARNINGMaintainabilitySchema Change6
Category
Maintainability
Occurrences
6
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGPerformancePost Not In post not in5
Category
Performance
Occurrences
5
Severity
warning

Sample message

Using exclusionary parameters, like post__not_in, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERRORI18nMissing Translators Comment4
Category
I18n
Occurrences
4
Severity
error

Sample message

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.

ERRORSecurityDatabase parameter is not escaped3
Category
Security
Occurrences
3
Severity
error

Sample message

Unescaped parameter $offset used in $wpdb->get_results()\n$offset assigned unsafely at line 171.

WARNINGMaintainabilityNon-prefixed function3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_contact_list".

ERRORMaintainabilityfile system operations fclose3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations fopen3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityfile system operations mkdir3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilityrand rand3
Category
Maintainability
Occurrences
3
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNINGMaintainabilityNon-prefixed class2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ShortcodeContactList".

External Connections

Potential connections found in static code analysis.

40 domains

Outbound calls

217

External assets

2

Incoming endpoints

11

Notable Domains

freemius.com10 · outbound
contactlistpro.com9 · outbound
anssilaitila.fi8 · outbound
php.net6 · outbound
fontawesome.io4 · outbound
benalman.com2 · outbound

Platform / Reference Domains

gnu.org112 · platform/reference
wordpress.org14 · platform/reference
developer.wordpress.org5 · platform/reference
w3.org5 · platform/reference
github.com4 · platform/reference
api.wordpress.org2 · platform/reference
make.wordpress.org2 · platform/reference
core.trac.wordpress.org1 · platform/reference
opensource.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_cl_get_contactspublic

wp_ajax

wp_ajax_nopriv_cl_get_contacts_simplepublic

wp_ajax

wp_ajax_nopriv_cl_send_mail_publicpublic

wp_ajax

wp_ajax_nopriv_contact_list_search_logpublic

wp_ajax

Admin AJAX endpoints7
admin_post_fs_clone_resolutionauthenticated

admin_post

wp_ajax_cl_get_contactsauthenticated

wp_ajax

wp_ajax_cl_get_contacts_simpleauthenticated

wp_ajax

wp_ajax_cl_send_mail_publicauthenticated

wp_ajax

wp_ajax_contact_list_search_logauthenticated

wp_ajax

wp_ajax_fs_dismiss_notice_action_{$ajax_action_suffix}authenticated

wp_ajax

wp_ajax_fs_toggle_debug_modeauthenticated

wp_ajax

Score History

First score snapshot

v3.0.21

33

Latest

Findings
460
Errors
118
Warnings
342
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

Disable Flamingo Addressbook

4k+ active installs

99
HivePress Favorites

8k+ active installs

99
HivePress Authentication

1k+ active installs

98
Address Book for WooCommerce

4k+ active installs

92
HivePress Messages

7k+ active installs

90