Unagi Security & Risk Analysis

wordpress.org/plugins/unagi

Unagi clean-up your WordPress notices from the dashboard and show them under the "Notifications" pages.

700 active installs v0.2.2 PHP 5.6+ WP 5.0+ Updated Nov 21, 2025
admin-noticenagsnotification
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Unagi Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 4mo ago
Risk Assessment

The static analysis of the "unagi" v0.2.2 plugin reveals a generally good security posture with a very limited attack surface. The absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly reduces potential entry points for attackers. Furthermore, the analysis shows no dangerous functions, no file operations, no external HTTP requests, and no taint flows, which are all positive indicators of secure coding practices. The presence of capability checks, even if only one is noted, is also a good sign.

However, there are areas for improvement. The plugin has raw SQL queries present, with only 50% utilizing prepared statements, which could lead to SQL injection vulnerabilities if not handled carefully. Additionally, the output escaping is low, with only 25% of outputs properly escaped. This raises concerns about Cross-Site Scripting (XSS) vulnerabilities, as unsanitized output can be injected with malicious scripts. The lack of nonce checks on potential entry points (though the attack surface is zero) is also a minor concern for future development. The plugin's vulnerability history is clean, with no known CVEs, which is a strong positive, suggesting a lack of historical security issues. This suggests the developers are either diligent or the plugin is relatively new/unpopular, limiting past exposure.

In conclusion, "unagi" v0.2.2 demonstrates strengths in minimizing its attack surface and avoiding common pitfalls like bundled libraries and external requests. The clean vulnerability history is a significant advantage. However, the identified issues with SQL query preparation and output escaping represent tangible risks that should be addressed to improve the plugin's overall security. Addressing these points would elevate its security posture considerably.

Key Concerns

  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
Vulnerabilities
None known

Unagi Security Vulnerabilities

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

Unagi Code Analysis

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

SQL Query Safety

50% prepared2 total queries

Output Escaping

25% escaped4 total outputs
Attack Surface

Unagi Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actioninitincludes\core.php:22
actioninitincludes\core.php:23
actionadmin_menuincludes\notifications.php:24
actionadmin_noticesincludes\shovel.php:25
actionadmin_noticesincludes\shovel.php:26
actionplugins_loadedplugin.php:43
Maintenance & Trust

Unagi Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedNov 21, 2025
PHP min version5.6
Downloads11K

Community Trust

Rating100/100
Number of ratings2
Active installs700
Developer Profile

Unagi Developer Profile

handyplugins

10 plugins · 8K total installs

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

How We Detect Unagi

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/unagi/includes/css/notifications.css/wp-content/plugins/unagi/includes/js/notifications.js
Script Paths
/wp-content/plugins/unagi/includes/js/notifications.js
Version Parameters
unagi/includes/css/notifications.css?ver=unagi/includes/js/notifications.js?ver=

HTML / DOM Fingerprints

CSS Classes
unagi-notification-centerupdate-pluginsupdate-count
HTML Comments
Don't need to display count if we are not showing the output in the nice wayDon't care if the notices don't respect default "notice" classes. * But adding a filter just in case someone else neededDirty way to make it work with WooCommerce setup wizard * It is what it is!!!...
Data Attributes
data-unagi-notification-content
JS Globals
window.Unagi
FAQ

Frequently Asked Questions about Unagi