Secure Copy Content Protection and Content Locking

Copy Protection plugin is activated it disables the right click, copy paste, content selection and copy shortcut keys

v5.1.9Ays ProUpdated Added 20k+ installs84% rating
25
Score
958
Errors
799
Warnings
+0
Change

Category Scores

Security0
Repo97
Performance100
Maintainability0

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

1,757 findings

Security

1,091

11 issue groups

Maintainability

633

14 issue groups

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$bstyle}' {$selected}>"'.813
Category
Security
Occurrences
813
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<option value='{$bstyle}' {$selected}>"'.

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$actions&quot;.413
Category
Maintainability
Occurrences
413
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$actions&quot;.

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

Sample message

Processing form data without nonce verification.

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

Sample message

Use of a direct database call is discouraged.

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

Sample message

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

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

Sample message

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

WARNINGSecurityRequest data is not unslashed$_GET[&#039;ays_sccp_tab&#039;] not unslashed before sanitization. Use wp_unslash() or similar48
Category
Security
Occurrences
48
Severity
warning

Sample message

$_GET[&#039;ays_sccp_tab&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERRORSecurityDatabase parameter is not escapedUnescaped parameter $ays_sb_email used in $wpdb->get_row()\n$ays_sb_email assigned unsafely at line 636.28
Category
Security
Occurrences
28
Severity
error

Sample message

Unescaped parameter $ays_sb_email used in $wpdb->get_row()\n$ays_sb_email assigned unsafely at line 636.

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET[&#039;orderbyuserrole&#039;]26
Category
Security
Occurrences
26
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_GET[&#039;orderbyuserrole&#039;]

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;12
Category
Maintainability
Occurrences
12
Severity
error

Sample message

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

Show 15 more
WARNINGSecurityInput is not validated11
Category
Security
Occurrences
11
Severity
warning

Sample message

Detected usage of a possibly undefined superglobal array index: $_GET[&#039;result&#039;]. Check that the array index exists before using it.

ERRORMaintainabilityShort PHP open tag found10
Category
Maintainability
Occurrences
10
Severity
error

Sample message

Short PHP opening tag used with echo; expected "<?php echo __ ..." but found "<?= __ ..."

WARNINGSecurityMissing nonce verification10
Category
Security
Occurrences
10
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilityNon-prefixed hook name9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;active_plugins&quot;.

WARNINGMaintainabilityprevent path disclosure error reporting9
Category
Maintainability
Occurrences
9
Severity
warning

Sample message

error_reporting() can lead to full path disclosure.

ERRORMaintainabilitywp function not compatible with requires wp8
Category
Maintainability
Occurrences
8
Severity
error

Sample message

Function "get_user_locale()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 4.0.0.

WARNINGSecuritywp redirect wp redirect7
Category
Security
Occurrences
7
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the &quot;allowed_redirect_hosts&quot; filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.

WARNINGSecurityInterpolated SQL is not prepared6
Category
Security
Occurrences
6
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $settings_table at &quot;DROP TABLE IF EXISTS `$settings_table`&quot;

ERRORMaintainabilitydate date6
Category
Maintainability
Occurrences
6
Severity
error

Sample message

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

WARNINGSecurityDatabase parameter is not escaped5
Category
Security
Occurrences
5
Severity
warning

Sample message

Unescaped parameter $block_content used in $wpdb-&gt;query()\n$block_content assigned unsafely at line 37.

WARNINGMaintainabilitySchema Change5
Category
Maintainability
Occurrences
5
Severity
warning

Sample message

Attempting a database schema change is discouraged.

ERRORMaintainabilitycurl curl init5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNINGMaintainabilityslow db query meta key4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Detected usage of meta_key, possible slow query.

WARNINGMaintainabilityNon-prefixed function4
Category
Maintainability
Occurrences
4
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;activate_secure_copy_content_protection&quot;.

ERRORMaintainabilitycurl curl close4
Category
Maintainability
Occurrences
4
Severity
error

Sample message

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

External Connections

Potential connections found in static code analysis.

37 domains

Outbound calls

244

External assets

0

Incoming endpoints

18

Notable Domains

ays-pro.com97 · outbound
ays-demo.com8 · outbound
openoffice.org6 · outbound
purl.org5 · outbound

Platform / Reference Domains

w3.org33 · platform/reference
wordpress.org19 · platform/reference
github.com7 · platform/reference
downloads.wordpress.org2 · platform/reference
opensource.org2 · platform/reference
codex.wordpress.org1 · platform/reference
gnu.org1 · platform/reference

External Asset Domains

No external asset domains detected.

Incoming Endpoints

wp_ajax_nopriv_ays_sccp_activate_pluginpublic

wp_ajax

wp_ajax_nopriv_ays_sccp_dismiss_buttonpublic

wp_ajax

wp_ajax_nopriv_ays_sccp_install_pluginpublic

wp_ajax

wp_ajax_nopriv_ays_sccp_reports_user_searchpublic

wp_ajax

wp_ajax_nopriv_ays_sccp_results_export_filepublic

wp_ajax

wp_ajax_nopriv_ays_sccp_results_export_filterpublic

wp_ajax

Admin AJAX endpoints10
admin_post_sccp_download_exportauthenticated

admin_post

wp_ajax_ays_sccp_activate_pluginauthenticated

wp_ajax

wp_ajax_ays_sccp_deactivate_feedbackauthenticated

wp_ajax

wp_ajax_ays_sccp_dismiss_buttonauthenticated

wp_ajax

wp_ajax_ays_sccp_install_pluginauthenticated

wp_ajax

wp_ajax_ays_sccp_reports_user_searchauthenticated

wp_ajax

wp_ajax_ays_sccp_results_export_fileauthenticated

wp_ajax

wp_ajax_ays_sccp_results_export_filterauthenticated

wp_ajax

wp_ajax_ays_sccp_show_filtersauthenticated

wp_ajax

wp_ajax_deactivate_sccp_option_sccpauthenticated

wp_ajax

Score History

2 score snapshots

+0
1007550250Jun 20, 2026, 11:01 AM UTC Score 25/100 Plugin v5.1.8 Plugin Check 2.0.0 958 errors, 799 warningsJun 24, 2026, 06:51 AM UTC Score 25/100 Plugin v5.1.9 Plugin Check 2.0.0 958 errors, 799 warningsJun 20, 2026Jun 24, 2026

v5.1.9

25

Latest

Findings
1,757
Errors
958
Warnings
799
Check
2.0.0

v5.1.8

25

Score

Findings
1,757
Errors
958
Warnings
799
Check
2.0.0

Relationship Map

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

37 nodes

Related Plugins