
My Permalink Demo Security & Risk Analysis
wordpress.org/plugins/my-permalink-demoDemo plugin to show how to add a custom permalink to your plugin
Is My Permalink Demo Safe to Use in 2026?
Generally Safe
Score 85/100My Permalink Demo has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'my-permalink-demo' plugin v1.1.3 exhibits a strong security posture based on the provided static analysis. The absence of dangerous functions, the exclusive use of prepared statements for SQL queries, and proper output escaping are excellent security practices. Furthermore, the lack of file operations and external HTTP requests minimizes potential attack vectors. The plugin also shows no recorded vulnerabilities, which suggests a history of secure development or a lack of public scrutiny for past versions.
However, a significant concern is the complete absence of nonce and capability checks. While the current attack surface is limited to a single shortcode, this lack of fundamental security controls means that if the plugin were to introduce new entry points or if the existing shortcode were to process user-supplied data in the future, it could be susceptible to various attacks such as Cross-Site Request Forgery (CSRF) or privilege escalation. The absence of taint analysis flows is also noted, although this could simply indicate that the analysis tool did not detect any user-controllable data reaching sensitive sinks within the analyzed code.
In conclusion, 'my-permalink-demo' v1.1.3 is currently very secure due to its clean code and lack of known vulnerabilities. The primary weakness lies in the foundational security mechanisms, specifically the missing nonce and capability checks, which, if not addressed, could pose a risk as the plugin evolves. It's recommended to implement these checks to ensure robust security.
Key Concerns
- Missing nonce checks
- Missing capability checks
My Permalink Demo Security Vulnerabilities
My Permalink Demo Release Timeline
My Permalink Demo Code Analysis
My Permalink Demo Attack Surface
Shortcodes 1
WordPress Hooks 4
Maintenance & Trust
My Permalink Demo Maintenance & Trust
Maintenance Signals
Community Trust
My Permalink Demo Alternatives
Debug Bar Rewrite Rules
debug-bar-rewrite-rules
Debug Bar Rewrite Rules adds a new panel to Debug Bar that displays information about WordPress Rewrites Rules (if used).
WP Permastructure
wp-permastructure
Adds the ability to configure permalinks for custom post types using rewrite tags like %post_id% and %author%.
Rewrite Rule Testing
rewrite-testing
Unit test your rewrite rules from the WordPress Admin.
Category Post URLs
category-post-urls
Add Category and Subcategory in Wordpress Post URLs, Set a hierarchical URLs like nested sub category : category-name/sub-category-name/sub-category- …
Custom Post Type Permalinks
custom-post-type-permalinks
Edit the permalink of custom post type.
My Permalink Demo Developer Profile
102 plugins · 177K total installs
How We Detect My Permalink Demo
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<!-- demo shortcode --><!-- A simple shortcode used to demonstrate the plugin. --><!-- default values --><!-- permalink hooks: -->+23 moreval<a href="%s">My permalink</a>