Remove All Post Slug Security & Risk Analysis

wordpress.org/plugins/remove-all-post-slug

Add rewrite rules for custom post type so that the urls for them are in the same way as normal posts: http://siteurl/%custom_post_type_title%/.

0 active installs v1.0.0 PHP + WP 2.9+ Updated Sep 11, 2017
custom-post-typepost-typeremoveremove-slugslug
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Remove All Post Slug Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 8yr ago
Risk Assessment

The "remove-all-post-slug" v1.0.0 plugin exhibits a generally positive security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events with unprotected entry points is a significant strength, drastically limiting the plugin's attack surface. Furthermore, all identified SQL queries utilize prepared statements, which is a critical best practice for preventing SQL injection vulnerabilities. The lack of any recorded CVEs and a clean vulnerability history further supports the perception of a secure plugin.

However, a notable concern arises from the output escaping analysis. With 8 total outputs and 0% properly escaped, this indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. Any data processed or displayed by the plugin that originates from user input or external sources is likely to be rendered directly in the browser without sanitization, allowing attackers to inject malicious scripts. While the taint analysis found no unsanitized paths, this does not negate the XSS risk stemming from the lack of output escaping.

In conclusion, the plugin excels in preventing common web vulnerabilities by minimizing its attack surface and securing its database interactions. The primary and significant weakness lies in its inadequate output escaping, which opens the door to XSS attacks. The absence of any past vulnerabilities is encouraging, but the identified output escaping issue requires immediate attention to ensure the plugin's continued security.

Key Concerns

  • Output not properly escaped
Vulnerabilities
None known

Remove All Post Slug Security Vulnerabilities

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

Remove All Post Slug Code Analysis

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

SQL Query Safety

100% prepared6 total queries

Output Escaping

0% escaped8 total outputs
Data Flows
All sanitized

Data Flow Analysis

4 flows
menu_page (index.php:49)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Remove All Post Slug Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 16
actionadmin_menuindex.php:21
actionwp_insert_postindex.php:22
filterpost_type_linkindex.php:23
filterredirect_canonicalindex.php:24
actionadmin_noticesindex.php:188
actionadmin_noticesindex.php:203
filterrequestindex.php:229
actioninitindex.php:272
actionadmin_menuremove-post-slug.php:18
actionwp_insert_postremove-post-slug.php:19
filterpost_type_linkremove-post-slug.php:21
filterredirect_canonicalremove-post-slug.php:22
actionadmin_noticesremove-post-slug.php:198
actionadmin_noticesremove-post-slug.php:216
filterrequestremove-post-slug.php:244
actioninitremove-post-slug.php:275
Maintenance & Trust

Remove All Post Slug Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedSep 11, 2017
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Remove All Post Slug Developer Profile

Saeed Ullah Khan

1 plugin · 0 total installs

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

How We Detect Remove All Post Slug

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

Asset Fingerprints

HTML / DOM Fingerprints

JS Globals
window.asoft_permalink_customtype_suffix
FAQ

Frequently Asked Questions about Remove All Post Slug