JWT Auth – WordPress JSON Web Token Authentication

Create JSON Web Token Authentication in WordPress.

v3.0.2BagusUpdated Added 6k+ installs100% rating
35
Score
14
Errors
18
Warnings
+0
Change

Category Scores

Security36
Repo85
Performance100
Maintainability85

Top Issues by Category

Issues Details

32 issues found in latest scan

ERROR8
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING5
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE['refresh_token']

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING2
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING2
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING2
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE['refresh_token'] not unslashed before sanitization. Use wp_unslash() or similar

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.

ERROR1
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR1
WordPress.WP.AlternativeFunctions.parse_url_parse_url

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

ERROR1
application_detected

Application files are not permitted.

ERROR1
hidden_files

Hidden files are not permitted.

WARNING1
mismatched_plugin_name

Plugin name "JWT Auth - WordPress JSON Web Token Authentication" is different from the name declared in plugin header "JWT Auth".

WARNING1
missing_composer_json_file

The "/vendor" directory using composer exists, but "composer.json" file is missing.

ERROR1
outdated_tested_upto_header

Tested up to: 6.5 < 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.

WARNING1
trademarked_term

The plugin name includes a restricted term. Your chosen plugin name - "JWT Auth - WordPress JSON Web Token Authentication" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.

ERROR1
trunk_stable_tag

Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.

Latest Snapshot

Findings

32

Errors

14

Warnings

18

Score History

First score snapshot

First scan completed

v3.0.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.0.2

35

Latest

Findings
32
Errors
14
Warnings
18
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins