
Ad Rakuten Security & Risk Analysis
wordpress.org/plugins/add-rakutenWith this plugin you can add Rakuten products in your website.
Is Ad Rakuten Safe to Use in 2026?
Generally Safe
Score 85/100Ad Rakuten has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The add-rakuten plugin v0.0.11 exhibits a generally positive security posture with several good practices implemented. Notably, there are no known vulnerabilities (CVEs) associated with this plugin, and all SQL queries are executed using prepared statements, significantly reducing the risk of SQL injection. The presence of nonce and capability checks on the limited entry points further strengthens its defenses. However, the static analysis reveals a significant concern regarding output escaping, with nearly half of the outputs not being properly escaped. This could lead to Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not sanitized before being displayed to other users. Additionally, the taint analysis indicates two flows with unsanitized paths, which warrants further investigation to understand their potential impact. While the attack surface is small, the presence of these potential XSS vectors and unsanitized paths detracts from an otherwise solid security foundation. The lack of vulnerability history is a positive sign, suggesting a history of secure development or a low profile that has not attracted attackers. Overall, the plugin has strengths in its handling of database interactions and authentication on entry points, but weaknesses in output sanitization and potential unsanitized data flows require attention.
Key Concerns
- Significant portion of outputs not properly escaped
- Taint analysis shows unsanitized paths
Ad Rakuten Security Vulnerabilities
Ad Rakuten Release Timeline
Ad Rakuten Code Analysis
Output Escaping
Data Flow Analysis
Ad Rakuten Attack Surface
Shortcodes 1
WordPress Hooks 10
Maintenance & Trust
Ad Rakuten Maintenance & Trust
Maintenance Signals
Community Trust
Ad Rakuten Alternatives
WP Shortcodes Plugin — Shortcodes Ultimate
shortcodes-ultimate
A comprehensive collection of visual components for your site
MW WP Form
mw-wp-form
MW WP Form is shortcode base contact form plugin. This plugin have many features. For example you can use many validation rules, inquiry data saving, …
Shortcoder — Create Shortcodes for Anything
shortcoder
Create custom "Shortcodes" easily for HTML, JavaScript, CSS code snippets and use the shortcodes within posts, pages & widgets
Display Posts – Easy lists, grids, navigation, and more
display-posts-shortcode
Add a listing of content on your website using a simple shortcode. Filter the results by category, author, and more.
WP Show Posts
wp-show-posts
Add posts to your website from any post type using a simple shortcode.
Ad Rakuten Developer Profile
3 plugins · 40 total installs
How We Detect Ad Rakuten
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/add-rakuten/assets/js/rakuten-plugin.js/wp-content/plugins/add-rakuten/assets/js/rakuten-plugin.jsadd-rakuten/style.css?ver=add-rakuten/assets/js/rakuten-plugin.js?ver=HTML / DOM Fingerprints
rakuten_item_thumbnailrakuten_item_namerakuten_item_price SDK:
https://webservice.rakuten.co.jp/sdk/
https://github.com/rakuten-ws/rws-php-sdk
Create a buttons:
https://code.tutsplus.com/tutorials/guide-to-creating-your-own-wordpress-editor-buttons--wp-30182
http://demo.wp-affiliate-store.com/
rakuten_item_bgcolorrakuten_item_max_widthrakuten_item_price_colorrakuten_item_price_sizerakuten_tinymce<a href='{item.url}' target='_blank'>
<div class='img-container'>
<img class='rakuten_item_thumbnail' src='{item.thumbnail}' />
</div>
<dl>
<dt class='rakuten_item_name'>{item.name}</dt>
<dd class='rakuten_item_price'>{item.price} 円</dd>
</dl>
</a>