Hagakure – Yet Another Error Reporter Security & Risk Analysis

wordpress.org/plugins/hagakure

A WordPress plugin to clarify meaningless errors like "Allowed memory size of xxxxxxxx bytes exhausted".

30 active installs v1.3.2 PHP 7.4+ WP 5.9+ Updated Mar 28, 2025
errorphprecovery
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Hagakure – Yet Another Error Reporter Safe to Use in 2026?

Generally Safe

Score 92/100

Hagakure – Yet Another Error Reporter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The "hagakure" plugin version 1.3.2 presents a generally positive security posture with several strengths. The absence of known vulnerabilities, coupled with a clean taint analysis and a high percentage of SQL queries using prepared statements and output escaping, indicates good development practices in these critical areas. Furthermore, the plugin has no recorded history of vulnerabilities, which is a strong indicator of its historical stability. The static analysis also reveals a minimal attack surface with zero AJAX handlers, REST API routes, shortcodes, or cron events, and importantly, no unprotected entry points. This significantly reduces the potential for direct exploitation.

However, there are a few areas that warrant attention. The presence of the `ini_set` function, while not inherently a vulnerability, can sometimes be misused or indicate less secure coding practices, especially if not used in a controlled environment. The static analysis also flags a file operation, which, without further context, could represent a risk if not handled with proper sanitization and permission checks. The lack of nonce checks and capability checks on any potential entry points is also a notable concern, as these are fundamental security measures for WordPress plugins to prevent cross-site request forgery (CSRF) and unauthorized actions. The absence of these checks, even with a currently small attack surface, leaves the plugin vulnerable if any new entry points are introduced in the future or if existing ones are not adequately secured by other means (which is not evident from the provided data).

In conclusion, the "hagakure" plugin has a strong foundation with excellent protection against common web vulnerabilities like SQL injection and XSS, and a negligible attack surface. Its vulnerability history is pristine. The main areas for improvement lie in implementing standard WordPress security checks such as nonces and capability checks, and careful scrutiny of the file operation and `ini_set` usage to ensure they are implemented securely and do not introduce unforeseen risks.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Presence of dangerous function 'ini_set'
  • File operations present
Vulnerabilities
None known

Hagakure – Yet Another Error Reporter Security Vulnerabilities

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

Hagakure – Yet Another Error Reporter Release Timeline

v1.3.2Current
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.4
v1.0.3
v0.8.0
Code Analysis
Analyzed Apr 16, 2026

Hagakure – Yet Another Error Reporter Code Analysis

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

Dangerous Functions Found

ini_setif ( false === ini_set( 'memory_limit', $limit ) ) {src/Kunoichi/Hagakure/Command.php:60
Attack Surface

Hagakure – Yet Another Error Reporter Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
filterquerysrc/Kunoichi/Hagakure/DbLogger.php:24
filterlog_query_custom_datasrc/Kunoichi/Hagakure/SlowQuery.php:26
Maintenance & Trust

Hagakure – Yet Another Error Reporter Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedMar 28, 2025
PHP min version7.4
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs30
Developer Profile

Hagakure – Yet Another Error Reporter Developer Profile

TAROSKY INC.

14 plugins · 710 total installs

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

How We Detect Hagakure – Yet Another Error Reporter

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

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Hagakure – Yet Another Error Reporter