Unique Slug Checker Security & Risk Analysis

wordpress.org/plugins/unique-slug-checker

Prevent duplicate slugs in WordPress with real-time detection for editors and SEO plugins.

50 active installs v1.3.0 PHP 7.2+ WP 5.4+ Updated May 4, 2025
all-in-one-seogutenbergrank-mathslug-checkeryoast
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Unique Slug Checker Safe to Use in 2026?

Generally Safe

Score 100/100

Unique Slug Checker has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11mo ago
Risk Assessment

The "unique-slug-checker" v1.3.0 plugin demonstrates a generally strong security posture. The plugin has no recorded vulnerabilities (CVEs) and the static analysis reveals no critical or high-severity issues in taint flows. It utilizes prepared statements for all SQL queries, avoids file operations and external HTTP requests, and implements nonce checks on its AJAX handlers. The attack surface is minimal, consisting of only two AJAX handlers, both of which appear to have authentication checks, which is a positive sign. However, a weakness is observed in the output escaping, where only 75% of outputs are properly escaped, leaving 25% potentially vulnerable to cross-site scripting (XSS) if user-supplied data is directly reflected without proper sanitization. Additionally, while nonce checks are present, the lack of capability checks on the AJAX handlers means that any authenticated user could potentially trigger these actions, which could be a concern depending on the functionality of these handlers.

Key Concerns

  • Unescaped output present
  • No capability checks on AJAX handlers
Vulnerabilities
None known

Unique Slug Checker Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Unique Slug Checker Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
4
12 escaped
Nonce Checks
2
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Output Escaping

75% escaped16 total outputs
Attack Surface

Unique Slug Checker Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_usc_check_slugtrunk\unique-slug-checker.php:71
authwp_ajax_usc_check_slugunique-slug-checker.php:71
WordPress Hooks 8
actionadmin_enqueue_scriptstrunk\unique-slug-checker.php:18
actionenqueue_block_editor_assetstrunk\unique-slug-checker.php:50
filtermanage_posts_columnstrunk\unique-slug-checker.php:164
actionmanage_posts_custom_columntrunk\unique-slug-checker.php:170
actionadmin_enqueue_scriptsunique-slug-checker.php:18
actionenqueue_block_editor_assetsunique-slug-checker.php:50
filtermanage_posts_columnsunique-slug-checker.php:164
actionmanage_posts_custom_columnunique-slug-checker.php:170
Maintenance & Trust

Unique Slug Checker Maintenance & Trust

Maintenance Signals

WordPress version tested6.8.5
Last updatedMay 4, 2025
PHP min version7.2
Downloads473

Community Trust

Rating0/100
Number of ratings0
Active installs50
Developer Profile

Unique Slug Checker Developer Profile

Mohsen

1 plugin · 50 total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Unique Slug Checker

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/unique-slug-checker/assets/usc-script.js/wp-content/plugins/unique-slug-checker/assets/usc-style.css/wp-content/plugins/unique-slug-checker/assets/usc-gutenberg.js
Script Paths
/wp-content/plugins/unique-slug-checker/assets/usc-script.js/wp-content/plugins/unique-slug-checker/assets/usc-gutenberg.js
Version Parameters
usc-scriptusc-styleusc-gutenberg

HTML / DOM Fingerprints

CSS Classes
usc-nausc-duplicateusc-unique
JS Globals
usc_ajax
FAQ

Frequently Asked Questions about Unique Slug Checker