URL ShortCodes Security & Risk Analysis

wordpress.org/plugins/url-shortcodes

URL ShortCodes plugin adds support for a basic short codes to use in your post/page editor that produce correct absolute URLs.

2K active installs v1.2 PHP + WP 2.9.0+ Updated Dec 8, 2018
cgarveyshort-codeshortcodestylesheettemplate
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is URL ShortCodes Safe to Use in 2026?

Generally Safe

Score 85/100

URL ShortCodes has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The 'url-shortcodes' plugin v1.2 demonstrates a strong security posture in several key areas. Static analysis reveals no dangerous functions, all SQL queries utilize prepared statements, and all outputs are properly escaped. The absence of file operations and external HTTP requests further reduces potential attack vectors. Crucially, the plugin has no recorded vulnerabilities, including critical or high-severity CVEs, which suggests a history of secure development and maintenance.

However, there are areas of concern. The plugin lacks any nonce checks or capability checks across its entry points. While the attack surface is small (two shortcodes) and currently has no unprotected entry points, the absence of these fundamental security mechanisms means that if any of the shortcodes were to become susceptible to injection or unauthorized execution in the future, there would be no built-in protection against such attacks. The lack of taint analysis results might indicate either no flows were analyzed or no relevant flows were found, but a complete absence of taint analysis can sometimes mask potential vulnerabilities.

In conclusion, 'url-shortcodes' v1.2 benefits from good coding practices regarding SQL and output handling, and a clean vulnerability history. The primary weakness lies in the omission of nonce and capability checks, which is a significant oversight in WordPress plugin security. While the current known risk is low due to the limited attack surface and lack of historical issues, this deficiency represents a potential future risk if the plugin's functionality were to evolve or be exploited.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

URL ShortCodes Security Vulnerabilities

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

URL ShortCodes 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

URL ShortCodes Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[url_base] url_short_codes.php:33
[url_template] url_short_codes.php:44
Maintenance & Trust

URL ShortCodes Maintenance & Trust

Maintenance Signals

WordPress version tested5.0.25
Last updatedDec 8, 2018
PHP min version
Downloads13K

Community Trust

Rating100/100
Number of ratings1
Active installs2K
Developer Profile

URL ShortCodes Developer Profile

cgarvey

2 plugins · 3K total installs

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

How We Detect URL ShortCodes

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/url-shortcodes/url_short_codes.php

HTML / DOM Fingerprints

Shortcode Output
[url_base][url_template]
FAQ

Frequently Asked Questions about URL ShortCodes