My Permalink Demo Security & Risk Analysis

wordpress.org/plugins/my-permalink-demo

Demo plugin to show how to add a custom permalink to your plugin

10 active installs v1.1.3 PHP + WP 3.4+ Updated Dec 12, 2016
flush_rewrite_rulesgenerate_rewrite_rulesparse_requestpermalinkrewrite-rules
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is My Permalink Demo Safe to Use in 2026?

Generally Safe

Score 85/100

My Permalink Demo has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

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
Vulnerabilities
None known

My Permalink Demo Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

My Permalink Demo Release Timeline

v1.1.3Current
v1.1.2
v1.1.1
v1.1.0
v1.0.3
Code Analysis
Analyzed Mar 16, 2026

My Permalink Demo Code Analysis

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

My Permalink Demo Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[mypermalink] my-permalink-demo.php:30
WordPress Hooks 4
filtergenerate_rewrite_rulesmy-permalink-demo.php:33
filterquery_varsmy-permalink-demo.php:34
filteradmin_initmy-permalink-demo.php:35
actionparse_requestmy-permalink-demo.php:36
Maintenance & Trust

My Permalink Demo Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.33
Last updatedDec 12, 2016
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

My Permalink Demo Developer Profile

PersianScript

102 plugins · 177K total installs

72
trust score
Avg Security Score
90/100
Avg Patch Time
304 days
View full developer profile
Detection Fingerprints

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

HTML Comments
<!-- demo shortcode --><!-- A simple shortcode used to demonstrate the plugin. --><!-- default values --><!-- permalink hooks: -->+23 more
Data Attributes
val
Shortcode Output
<a href="%s">My permalink</a>
FAQ

Frequently Asked Questions about My Permalink Demo