run-route Security & Risk Analysis

wordpress.org/plugins/run-route

Adds a shortcode to display links to routes in Endomondo and RunKeeper

10 active installs v1.1 PHP + WP 3.7+ Updated Sep 17, 2015
endomondorunkeepershortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is run-route Safe to Use in 2026?

Generally Safe

Score 85/100

run-route has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The 'run-route' v1.1 plugin exhibits a strong security posture based on the provided static analysis and vulnerability history. The absence of dangerous functions, reliance on prepared statements for all SQL queries, and proper output escaping are excellent security practices. The fact that there are no unpatched CVEs, no recorded vulnerabilities, and no critical or high-severity taint flows further reinforces this positive assessment. The plugin's attack surface is minimal, with only one shortcode, and importantly, no unprotected entry points were identified in the static analysis, indicating that known entry points have some form of protection.

However, a key concern arises from the complete absence of nonce checks and capability checks. While the static analysis reported zero unprotected entry points, this could be due to the specific way the shortcode is implemented or how other potential entry points are handled internally. The lack of explicit nonce and capability checks, especially for any logic that might be triggered by the shortcode, leaves room for potential CSRF (Cross-Site Request Forgery) attacks or privilege escalation if user context isn't rigorously verified. Overall, the plugin demonstrates a good foundation in secure coding, but the reliance on implicit security for its entry points, particularly the shortcode, warrants attention.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

run-route Security Vulnerabilities

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

run-route 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

run-route Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[run_route] run-route.php:39
WordPress Hooks 1
actionwp_enqueue_scriptsrun-route.php:38
Maintenance & Trust

run-route Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 17, 2015
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

run-route Developer Profile

neilb27

3 plugins · 30 total installs

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

How We Detect run-route

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/run-route/run-route.css
Version Parameters
run-route.css?ver=

HTML / DOM Fingerprints

CSS Classes
run-routeendomondorunkeeperrun-route-image
Shortcode Output
<div class='run-route'><span class='endomondo'><a href='http://endomondo.com/routes/<img class='run-route-image' src='' alt='Show route in Endomondo' title='Show route in Endomondo' width='50' height='54' /></a></span>
FAQ

Frequently Asked Questions about run-route