Add Link Security & Risk Analysis

wordpress.org/plugins/add-link

Add Link enables your users to add links to your blog.

10 active installs v1.1 PHP + WP 2.8+ Updated Apr 15, 2010
add-linkblogrolluserwordpress-muwpmu
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Add Link Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "add-link" plugin v1.1 demonstrates a strong security posture in several key areas. The absence of identified CVEs and a clean vulnerability history are positive indicators. The code also utilizes prepared statements for all SQL queries and has a negligible attack surface with no exposed AJAX handlers, REST API routes, shortcodes, or cron events. This suggests a focus on secure coding practices by the developers. However, a significant concern lies in the output escaping, with only 21% of outputs being properly escaped. This leaves the plugin vulnerable to Cross-Site Scripting (XSS) attacks if user-supplied data is ever rendered directly in the output without proper sanitization. While taint analysis shows no critical or high severity unsanitized flows, the low percentage of proper output escaping is a notable weakness that could be exploited.

Key Concerns

  • Low percentage of properly escaped outputs
Vulnerabilities
None known

Add Link Security Vulnerabilities

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

Add Link Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
4 prepared
Unescaped Output
75
20 escaped
Nonce Checks
2
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

100% prepared4 total queries

Output Escaping

21% escaped95 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
widget (add-link.php:86)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Add Link Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwidgets_initadd-link.php:33
actionadmin_enqueue_scriptsadd-link.php:34
Maintenance & Trust

Add Link Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedApr 15, 2010
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Add Link Developer Profile

ctltwp

15 plugins · 6K total installs

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

How We Detect Add Link

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/add-link/add-link.js/wp-content/plugins/add-link/add-link.css
Script Paths
/wp-content/plugins/add-link/add-link.js

HTML / DOM Fingerprints

CSS Classes
add-link
HTML Comments
<!-- ADD LINK --><!-- DELETE LINK -->
Data Attributes
data-add-link-widget-passworddata-add-link-widget-linkdata-add-link-widget-namedata-add-link-widget-descriptiondata-add-link-widget-feeddata-add-link-widget-notes+2 more
JS Globals
window.add_link_ajax_url
FAQ

Frequently Asked Questions about Add Link