
WP Kuchikomi Security & Risk Analysis
wordpress.org/plugins/wp-kuchikomiThis plugin add a 5-point rating system for your wordpress, and can also accept ratings from users.
Is WP Kuchikomi Safe to Use in 2026?
Generally Safe
Score 85/100WP Kuchikomi has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The wp-kuchikomi plugin v1.1.1 exhibits a mixed security posture. On the positive side, there is a very limited attack surface, with no identified AJAX handlers, REST API routes, shortcodes, or cron events. This significantly reduces the potential avenues for exploitation. Furthermore, the plugin implements nonce and capability checks, and a decent portion of its SQL queries utilize prepared statements. The absence of any known historical vulnerabilities or critical taint flows is also a strong indicator of good security practices.
However, there are significant concerns regarding code quality and potential for vulnerabilities. The presence of two instances of the `create_function` construct is a major red flag, as this function is deprecated and can lead to arbitrary code execution if user-supplied input is not strictly sanitized. Additionally, the very low percentage of properly escaped output (15%) suggests a high risk of Cross-Site Scripting (XSS) vulnerabilities. While taint analysis showed no immediate critical or high severity flows, the lack of comprehensive taint analysis (0 flows analyzed) and the poor output escaping create a fertile ground for such issues to emerge.
In conclusion, while the plugin's minimal attack surface and lack of historical vulnerabilities are strengths, the use of `create_function` and the extensive unescaped output present serious, actionable security risks. The plugin needs significant code refactoring to address these issues before it can be considered secure.
Key Concerns
- Use of deprecated and dangerous create_function
- Low percentage of properly escaped output
- Limited taint analysis coverage
WP Kuchikomi Security Vulnerabilities
WP Kuchikomi Release Timeline
WP Kuchikomi Code Analysis
Dangerous Functions Found
SQL Query Safety
Output Escaping
WP Kuchikomi Attack Surface
WordPress Hooks 26
Maintenance & Trust
WP Kuchikomi Maintenance & Trust
Maintenance Signals
Community Trust
WP Kuchikomi Alternatives
WP Ultimate Review
wp-ultimate-review
WP Ultimate Review is the perfect plugin to collect & display customers' feedback effortlessly on products, services, & content in WordPress.
Site Reviews
site-reviews
Site Reviews is a complete review management solution that integrates with WooCommerce and SureCart and works similarly to reviews on Amazon, Tripadvi …
Testimonial – Testimonial Slider and Showcase Plugin
testimonial-slider-and-showcase
Display customer testimonials beautifully with responsive slider and grid layouts. Build trust and boost conversions with this WordPress testimonial p …
Reviews and Rating – Google Reviews
g-business-reviews-rating
Completely restriction-free Google reviews and rating as Shortcode/Widget. Extensive display options; delicious themes; includes Structured Data.
Review Schema – Review & Structure Data Schema Plugin
review-schema
WordPress Review Plugin with Schema adds Google Rich Snippets markup according to Schema.org guidelines to structure your website for SEO.
WP Kuchikomi Developer Profile
1 plugin · 10 total installs
How We Detect WP Kuchikomi
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/wp-kuchikomi/assets/js/admin-scripts.js/wp-content/plugins/wp-kuchikomi/assets/css/github-markdown.css/wp-content/plugins/wp-kuchikomi/assets/js/admin-scripts.jswp-kuchikomi/assets/js/admin-scripts.js?ver=wp-kuchikomi/assets/css/github-markdown.css?ver=HTML / DOM Fingerprints
<!-- 口コミ機能 --><!-- 直アクセスの防止 -->/*
管理画面での設定
/***********************************************//*
初期化
@param str $option_name WPのオプション設定に保存する為の名前
@param str $item_option_name WPの評価項目オプション設定に保存する為の名前
@param str $doamin 翻訳ファイル識別用ドメイン
@param str $plugin_slug プラグインのスラッグ
*/+10 morename="wp_kuchikomi_options[post_types]"name="wp_kuchikomi_options[check_multiple]"name="wp_kuchikomi_options[user_rating]"