WikiLink Security & Risk Analysis

wordpress.org/plugins/wikilink

An easier way to link to Wikipedia.

10 active installs v0.1 PHP + WP 2.5+ Updated Sep 27, 2009
googletooltipwikiwikipedia
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WikiLink Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 16yr ago
Risk Assessment

The "wikilink" plugin v0.1 presents a mixed security posture. On the positive side, it has a very small attack surface with only one entry point (a shortcode) and no known historical vulnerabilities. The absence of dangerous functions, external HTTP requests, and the use of prepared statements for all SQL queries are also strong indicators of good security practices.

However, significant concerns arise from the code analysis. The most critical is that 100% of its 11 output operations are not properly escaped. This means user-supplied data displayed by the plugin could be vulnerable to Cross-Site Scripting (XSS) attacks, allowing attackers to inject malicious scripts into a user's browser.

Additionally, the taint analysis reveals 3 flows with unsanitized paths. While no critical or high severity issues were flagged, this indicates that paths processed by the plugin might not be adequately cleaned, potentially leading to directory traversal or other path manipulation vulnerabilities, especially when combined with unescaped output.

The lack of nonce and capability checks on its single entry point (the shortcode) is another worrying sign. This absence of authorization and verification allows any user, even unauthenticated ones, to trigger the shortcode's functionality, increasing the risk of exploitation for any vulnerabilities present. The vulnerability history being clear of CVEs is a positive, but it doesn't mitigate the risks identified in the code analysis, particularly the unescaped output and lack of authorization.

Key Concerns

  • 0% output escaping
  • Unsanitized paths in taint flows
  • No nonce checks on entry points
  • No capability checks on entry points
Vulnerabilities
None known

WikiLink Security Vulnerabilities

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

WikiLink Code Analysis

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

Output Escaping

0% escaped11 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
wiki_ShowOptions (wikilink.php:83)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WikiLink Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wiki] wikilink.php:266
WordPress Hooks 6
actionwp_headwikilink.php:268
actionwp_footerwikilink.php:269
actionadmin_menuwikilink.php:271
filtermce_external_pluginswikilink.php:276
filtermce_buttonswikilink.php:277
actionadmin_print_scriptswikilink.php:294
Maintenance & Trust

WikiLink Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.4
Last updatedSep 27, 2009
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WikiLink Developer Profile

eduardosada

2 plugins · 20 total installs

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

How We Detect WikiLink

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wikilink/css/style.css/wp-content/plugins/wikilink/js/sexy-tooltips.js/wp-content/plugins/wikilink/js/wikicore.js
Script Paths
/wikilink/js/sexy-tooltips/vista.css/wikilink/js/sexy-tooltips/coda.css/wikilink/js/sexy-tooltips/blue.css/wikilink/js/sexy-tooltips/rosita.css/wikilink/js/sexy-tooltips/hulk.css/wikilink/js/sexy-tooltips/sexy-tooltips.js+1 more

HTML / DOM Fingerprints

CSS Classes
wikispan
HTML Comments
<!-- wikiLink Start --><!-- wikiLink End -->
Data Attributes
wiki["dir"]wiki["width"]wiki["event"]wiki["lang"]
JS Globals
wiki
Shortcode Output
<span class="wikispan">
FAQ

Frequently Asked Questions about WikiLink