Pricing Table by Supsystic

Pricing Table generator by Supsystic allows you to create responsive pricing tables or comparison table without any programming skills

v1.10.04supsysticUpdated Added 10k+ installs82% rating
23
Score
1,299
Errors
447
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability0

Top Issues by Category

security856
i18n447
maintainability406

Issues Details

1,746 issues found in latest scan

ERROR387
WordPress.WP.I18n.NonSingularStringLiteralDomain

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

ERROR310
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR228
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR221
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The block '$name' has already been defined line %d"'.

WARNING62
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DS".

WARNING56
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING53
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

WARNING52
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING48
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

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

WARNING40
WordPress.DB.DirectDatabaseQuery.NoCaching

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

ERROR39
missing_direct_file_access_protection

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

WARNING29
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR28
WordPress.WP.I18n.MissingArgDomain

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

WARNING25
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING23
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

ERROR22
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.

WARNING17
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR17
WordPress.WP.AlternativeFunctions.rand_mt_rand

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

WARNING10
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR10
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $configOptions[$key]['description']

WARNING9
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR8
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING7
WordPress.DB.PreparedSQLPlaceholders.UnquotedComplexPlaceholder

Complex placeholders used for values in the query string in $wpdb->prepare() will NOT be quoted automagically. Found: %1s.

ERROR4
Generic.PHP.ForbiddenFunctions.Found

The use of function eval() is forbidden

WARNING4
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

Latest Snapshot

Findings

1,746

Errors

1,299

Warnings

447

Score History

First score snapshot

First scan completed

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

v1.10.04

23

Latest

Findings
1,746
Errors
1,299
Warnings
447
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins