Simple Job Board

job board plugin for job listings, managing applicants, applications, categories, job types, taxonomies, career page, job openings, and recruiters

v2.14.4PressTigersUpdated 2026-06-04Added Jun 18, 201510k+ installs94% rating75% support resolved
22
Score
634
Errors
1,355
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance100
Maintainability0

Top Issues by Category

maintainability1,355
security473
i18n126

Issues Details

1,989 issues found in latest scan

WARNING608
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING497
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR276
WordPress.Security.EscapeOutput.OutputNotEscaped

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

ERROR112
missing_direct_file_access_protection

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

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

WARNING68
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

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

WARNING66
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

WARNING58
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR46
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.WP.I18n.NonSingularStringLiteralText

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

ERROR16
WordPress.WP.AlternativeFunctions.file_system_operations_fwrite

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERROR13
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

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

ERROR12
WordPress.WP.I18n.NoEmptyStrings

The $text text string should have translatable content. Found: "%s"

ERROR11
WordPress.WP.I18n.MissingArgDomain

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

ERROR9
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING9
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING8
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

WARNING6
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING6
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING6
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $table_postmeta at LEFT JOIN $table_posts ON $table_postmeta.post_id = $table_posts.ID\r\n

ERROR6
WordPress.WP.AlternativeFunctions.file_system_operations_fopen

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERROR5
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

WARNING5
WordPress.WP.EnqueuedResourceParameters.MissingVersion

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

WARNING4
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

ERROR4
wp_function_not_compatible_with_requires_wp

Function "get_post_parent()" requires WordPress 5.7.0, but your plugin minimum supported version is WordPress 5.1.0.

Latest Snapshot

Findings

1,989

Errors

634

Warnings

1,355

Score History

First score snapshot

First scan completed Jun 20, 2026

v2.14.4 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v2.14.4

22

Latest

Findings
1,989
Errors
634
Warnings
1,355
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins