Basic URL ShortCodes Security & Risk Analysis

wordpress.org/plugins/basic-url-shortcodes

Provides simple shortcodes to output essential WordPress URLs inside posts, pages and widgets.

3K active installs v4.0.2 PHP + WP 4.0.0+ Updated Feb 28, 2026
basic-urlrockonshortcodestylesheettemplate
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Basic URL ShortCodes Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 1mo ago
Risk Assessment

The 'basic-url-shortcodes' plugin, version 4.0.2, exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, file operations, external HTTP requests, and the exclusive use of prepared statements for SQL queries are commendable. Furthermore, all identified output appears to be properly escaped, and there are no recorded vulnerabilities in its history, suggesting a low overall risk profile and consistent security development practices.

However, there are areas that raise concern, particularly the complete lack of nonce checks and capability checks across all identified entry points. With three shortcodes present, this absence creates a potential avenue for Cross-Site Request Forgery (CSRF) attacks if these shortcodes perform any sensitive actions. While the taint analysis found no unsanitized paths, the lack of explicit authorization mechanisms on these shortcodes means that any user, even an unauthenticated one if the shortcodes are accessible publicly, could potentially trigger their functionality. The lack of any identified AJAX handlers or REST API routes does limit the immediate attack surface, but the shortcode functionality remains a point of attention.

In conclusion, 'basic-url-shortcodes' v4.0.2 is a plugin that demonstrates good practices in areas like SQL and output sanitization, and its vulnerability history is clean. The primary weakness lies in the missing authorization and CSRF protection for its shortcode entry points. While no active vulnerabilities are apparent, the potential for exploitation exists due to these missing security controls. It is recommended that the developers implement nonce and capability checks for all shortcodes.

Key Concerns

  • Missing nonce checks on shortcodes
  • Missing capability checks on shortcodes
Vulnerabilities
None known

Basic URL ShortCodes Security Vulnerabilities

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

Basic URL ShortCodes Code Analysis

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

Output Escaping

100% escaped3 total outputs
Attack Surface

Basic URL ShortCodes Attack Surface

Entry Points3
Unprotected0

Shortcodes 3

[home_url] ro_burl_short_codes.php:19
[theme_url_template] ro_burl_short_codes.php:25
[UPLOAD_URL] ro_burl_short_codes.php:32
Maintenance & Trust

Basic URL ShortCodes Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 28, 2026
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings2
Active installs3K
Developer Profile

Basic URL ShortCodes Developer Profile

Vikas Sharma

6 plugins · 3K total installs

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

How We Detect Basic URL ShortCodes

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

Asset Fingerprints

Version Parameters
basic-url-shortcodes/style.css?ver=basic-url-shortcodes/script.js?ver=

HTML / DOM Fingerprints

Shortcode Output
<a href="">
FAQ

Frequently Asked Questions about Basic URL ShortCodes