Delicious Curator Security & Risk Analysis

wordpress.org/plugins/delicious-curator

Create WordPress post based on Delicious bookmarks

10 active installs v0.3 PHP + WP 3.3+ Updated May 28, 2012
bookmarkscuratingdelicious
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Delicious Curator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The delicious-curator v0.3 plugin exhibits a strong security posture in several key areas, notably the absence of known vulnerabilities and robust practices regarding SQL queries and file operations. The plugin correctly utilizes prepared statements for all its SQL queries, which is a significant strength. Furthermore, the lack of external HTTP requests and no recorded vulnerability history suggest a developer who is conscious of common security pitfalls. The plugin also incorporates nonce checks, which is a positive step towards preventing CSRF attacks.

However, there are areas that warrant attention. The presence of the `create_function` dangerous function is a notable concern, as it can lead to arbitrary code execution if not handled with extreme care and strict sanitization of its arguments. While the taint analysis shows no unsanitized flows, the existence of this function itself poses a potential risk. Additionally, a significant portion of output (30%) is not properly escaped, which could lead to Cross-Site Scripting (XSS) vulnerabilities if the data originates from user input or untrusted sources. The absence of capability checks on any entry points, although the attack surface appears limited, leaves a gap in fine-grained access control.

Overall, delicious-curator v0.3 has a good foundation with no recorded vulnerabilities and sound SQL practices. However, the identified use of `create_function` and the significant unescaped output represent potential weaknesses that could be exploited. Addressing these specific issues would further strengthen the plugin's security.

Key Concerns

  • Presence of dangerous function 'create_function'
  • Significant unescaped output (30%)
  • No capability checks on entry points
Vulnerabilities
None known

Delicious Curator Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Delicious Curator Release Timeline

v0.3Current
v0.2
v0.1
Code Analysis
Analyzed Apr 16, 2026

Delicious Curator Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
6
14 escaped
Nonce Checks
2
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

create_functionadd_filter( 'wp_feed_cache_transient_lifetime', create_function( '$a', 'return 60;' ) );delicious-curator.php:105

Output Escaping

70% escaped20 total outputs
Data Flows · Security
All sanitized

Data Flow Analysis

2 flows
delicious_curator_admin_page (delicious-curator.php:65)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Delicious Curator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
filterwp_feed_cache_transient_lifetimedelicious-curator.php:105
actioninitdelicious-curator.php:298
actionadmin_menudelicious-curator.php:299
Maintenance & Trust

Delicious Curator Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedMay 28, 2012
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Delicious Curator Developer Profile

windyjonas

4 plugins · 140 total installs

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

How We Detect Delicious Curator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/delicious-curator/css/delicious-curator.css/wp-content/plugins/delicious-curator/js/delicious-curator.js
Script Paths
/wp-content/plugins/delicious-curator/js/delicious-curator.js
Version Parameters
delicious-curator/css/delicious-curator.css?ver=delicious-curator/js/delicious-curator.js?ver=

HTML / DOM Fingerprints

CSS Classes
delicious-curator-form-table
HTML Comments
Copyright (c) 2012 Jonas Nordstrom. All rights reserved.Released under the GPL licenseThis is an add-on for WordPressThis program is free software; you can redistribute it and/or modify+4 more
Data Attributes
id="delicious-curator-maxitems"name="delicious-curator-maxitems"id="delicious-curator-delicious-user"name="delicious-curator-delicious-user"id="delicious-curator-delicious-tag"name="delicious-curator-delicious-tag"+14 more
FAQ

Frequently Asked Questions about Delicious Curator