Remove layout destroying HTML-Tags Security & Risk Analysis

wordpress.org/plugins/remove-layout-destroying-html-tags

Copy&Paste Cleaner. Cleanup the code in post and page editor after using copy&paste content from different sources and automatic saving.

100 active installs v0.4.2 PHP 7.4+ WP 6.7+ Updated Dec 3, 2025
cleanuphtmlsafesecurewysiwyg
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Remove layout destroying HTML-Tags Safe to Use in 2026?

Generally Safe

Score 100/100

Remove layout destroying HTML-Tags has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 4mo ago
Risk Assessment

The 'remove-layout-destroying-html-tags' plugin v0.4.2 exhibits a generally strong security posture based on the provided static analysis. The plugin avoids dangerous functions, all SQL queries are properly prepared, and the vast majority of output is correctly escaped. Furthermore, there are no recorded vulnerabilities (CVEs) for this plugin, and the taint analysis revealed no problematic data flows. The presence of a nonce check on its single AJAX handler is a positive indicator of security awareness.

However, a notable concern arises from the complete absence of capability checks on its AJAX handler. While it has a nonce check, which prevents cross-site request forgery, it does not verify if the logged-in user has the necessary permissions to execute the AJAX action. This could potentially allow any authenticated user, regardless of their role, to trigger the plugin's functionality, which might be undesirable or lead to unexpected consequences if the AJAX action has side effects. The plugin also bundles TinyMCE, and while no specific issues are flagged here, relying on bundled libraries can sometimes introduce risks if they are outdated or have their own vulnerabilities that are not addressed.

In conclusion, the plugin demonstrates good practices in several critical areas like SQL and output sanitization and boasts a clean vulnerability history. The primary weakness lies in the lack of capability checks for its AJAX endpoint. Addressing this would significantly bolster its security. The absence of other common vulnerabilities suggests a well-developed plugin, but the permission handling on the AJAX endpoint is a key area for improvement.

Key Concerns

  • Missing capability check on AJAX handler
Vulnerabilities
None known

Remove layout destroying HTML-Tags Security Vulnerabilities

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

Remove layout destroying HTML-Tags Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
1
17 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
1

Bundled Libraries

TinyMCE

Output Escaping

94% escaped18 total outputs
Attack Surface

Remove layout destroying HTML-Tags Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_rldht_cleanup_contentremove-layout-destroying-html-tags.php:142
WordPress Hooks 7
actionelementor/editor/footerinc\rldht_inc_elementor.php:16
actioninitinc\rldht_inc_wpbakery.php:11
filtermce_buttonsremove-layout-destroying-html-tags.php:132
filtermce_external_pluginsremove-layout-destroying-html-tags.php:139
actionadmin_initremove-layout-destroying-html-tags.php:145
actionenqueue_block_editor_assetsremove-layout-destroying-html-tags.php:238
actionadmin_enqueue_scriptsremove-layout-destroying-html-tags.php:265
Maintenance & Trust

Remove layout destroying HTML-Tags Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedDec 3, 2025
PHP min version7.4
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs100
Developer Profile

Remove layout destroying HTML-Tags Developer Profile

Stefano Picco

1 plugin · 100 total installs

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

How We Detect Remove layout destroying HTML-Tags

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/remove-layout-destroying-html-tags/js/rldht_tinymce-cleanup-button.js/wp-content/plugins/remove-layout-destroying-html-tags/js/rldht_gutenberg-block.js/wp-content/plugins/remove-layout-destroying-html-tags/images/rldht_icon.svg

HTML / DOM Fingerprints

Data Attributes
data-rldht-noncedata-rldht-ajaxurldata-rldht-iconurl
JS Globals
window.rldht_vars
FAQ

Frequently Asked Questions about Remove layout destroying HTML-Tags