AL Pack

PL 통합 플러그인 PL 통합 플러그인은 presslearn.co.kr에 가입한 회원들을 위한 워드프레스 운영 보조 기능을 제공합니다.

v1.3.1lowordUpdated Added 2k+ installs100% rating
29
Score
13
Errors
816
Warnings
+0
Change

Category Scores

Security0
Repo83
Performance100
Maintainability34

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

829 findings

Maintainability

616

11 issue groups

Security

210

12 issue groups

Repo Compliance

2

2 issue groups

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

Sample message

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

WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $banners_table at "DROP TABLE IF EXISTS $banners_table"86
Category
Security
Occurrences
86
Severity
warning

Sample message

Use placeholders and $wpdb->prepare(); found interpolated variable $banners_table at "DROP TABLE IF EXISTS $banners_table"

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.83
Category
Maintainability
Occurrences
83
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().69
Category
Maintainability
Occurrences
69
Severity
warning

Sample message

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

WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $banners_table used in $wpdb->query()\n$banners_table assigned unsafely at line 206.64
Category
Security
Occurrences
64
Severity
warning

Sample message

Unescaped parameter $banners_table used in $wpdb->query()\n$banners_table assigned unsafely at line 206.

WARNINGMaintainabilityerror log error logerror_log() found. Debug code should not normally be used in production.24
Category
Maintainability
Occurrences
24
Severity
warning

Sample message

error_log() found. Debug code should not normally be used in production.

WARNINGMaintainabilityMissing VersionResource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.19
Category
Maintainability
Occurrences
19
Severity
warning

Sample message

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

WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_FILES['banner_image']15
Category
Security
Occurrences
15
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_FILES['banner_image']

WARNINGSecuritywp redirect wp redirectwp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.14
Category
Security
Occurrences
14
Severity
warning

Sample message

wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" 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.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "alpack_calculate_change".10
Category
Maintainability
Occurrences
10
Severity
warning

Sample message

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

Show 15 more
WARNINGSecurityNonce verification recommended9
Category
Security
Occurrences
9
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGMaintainabilitySchema Change7
Category
Maintainability
Occurrences
7
Severity
warning

Sample message

Attempting a database schema change is discouraged.

WARNINGSecurityUnfinished Prepare7
Category
Security
Occurrences
7
Severity
warning

Sample message

Replacement variables found, but no valid placeholders found in the query.

ERRORSecurityOutput is not escaped5
Category
Security
Occurrences
5
Severity
error

Sample message

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

WARNINGSecurityRequest data is not unslashed5
Category
Security
Occurrences
5
Severity
warning

Sample message

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

WARNINGSecurityInput is not validated2
Category
Security
Occurrences
2
Severity
warning

Sample message

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

ERRORMaintainabilityparse url parse url2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.

ERRORSecurityDatabase parameter is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

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

ERRORSecuritySQL query is not prepared1
Category
Security
Occurrences
1
Severity
error

Sample message

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

WARNINGSecurityReplacements Wrong Number1
Category
Security
Occurrences
1
Severity
warning

Sample message

Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 2.

WARNINGMaintainabilityslow db query meta query1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

ERRORMaintainabilitydate date1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

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

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "AL Pack" is different from the name declared in plugin header "AL Pack - 워드프레스를 위한 통계, 광고 도구".

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

ERRORRepo Compliancereadme description non official language1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

The readme description contains unofficial language. It must be written in standard English.

External Connections

Not analyzed yet.

Score History

First score snapshot

v1.3.1

29

Latest

Findings
829
Errors
13
Warnings
816
Check
2.0.0

Relationship Map

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

25 nodes