Sydney Toolbox

Registers custom post types and custom fields for the Sydney theme

v1.36Syed BalkhiUpdated 2024-12-17Added Mar 18, 201650k+ installs46% rating
39
Score
84
Errors
62
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability75

Top Issues by Category

Issues Details

146 issues found in latest scan

ERROR26
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

ERROR25
WordPress.Security.EscapeOutput.OutputNotEscaped

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

WARNING25
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['sydney_toolbox_background_color'] not unslashed before sanitization. Use wp_unslash() or similar

ERROR18
missing_direct_file_access_protection

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

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['sydney_toolbox_clients_nonce']

ERROR9
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'sydney-toolbox' but got 'sdyney-toolbox'.

WARNING7
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING7
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING4
WordPress.DB.SlowDBQuery.slow_db_query_tax_query

Detected usage of tax_query, possible slow query.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

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

ERROR3
WordPress.WP.I18n.MissingArgDomain

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

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

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING2
WordPress.WP.DeprecatedFunctions.get_page_by_titleFound

get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR1
invalid_plugin_name

Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="

ERROR1
outdated_tested_upto_header

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

Latest Snapshot

Findings

146

Errors

84

Warnings

62

Score History

First score snapshot

First scan completed Jun 20, 2026

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

Jun 20, 2026

v1.36

39

Latest

Findings
146
Errors
84
Warnings
62
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins