
Disk Space Pie Chart Security & Risk Analysis
wordpress.org/plugins/disk-space-pie-chartShows your server space (free and used) as a funky Pie Chart in your backend. It also shows a percentage bar in your WordPress dahsboard.
Is Disk Space Pie Chart Safe to Use in 2026?
Generally Safe
Score 85/100Disk Space Pie Chart has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'disk-space-pie-chart' plugin version 0.6 exhibits a mixed security posture. While it boasts a very small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events, and all SQL queries are properly prepared, significant concerns arise from the static code analysis. The presence of dangerous functions like `shell_exec` and `create_function` is a major red flag, as these can be exploited for arbitrary code execution if not handled with extreme care. Furthermore, a complete lack of output escaping on all identified output points means that any data processed and displayed by the plugin is vulnerable to cross-site scripting (XSS) attacks. The plugin's vulnerability history is clean, with no recorded CVEs, which is positive, but this does not mitigate the inherent risks identified within the code itself. The absence of nonce checks on the limited entry points (though there are none listed) and only one capability check further indicate potential weaknesses in access control and input validation.
Key Concerns
- Dangerous functions like shell_exec present
- All outputs are unescaped (XSS risk)
- No nonce checks on potential entry points
- Limited capability checks detected
Disk Space Pie Chart Security Vulnerabilities
Disk Space Pie Chart Code Analysis
Dangerous Functions Found
Output Escaping
Data Flow Analysis
Disk Space Pie Chart Attack Surface
WordPress Hooks 5
Maintenance & Trust
Disk Space Pie Chart Maintenance & Trust
Maintenance Signals
Community Trust
Disk Space Pie Chart Alternatives
Hosting Monitor
hosting-monitor
Track how much disk and database space WordPress is using.
Disk Usage Sunburst
disk-usage-sunburst
Visualize and drill down the disk usage of your whole WordPress installation. Find and identify big files immediately!
My Simple Space
my-simple-space
Disk Space, Database and Memory Usage in the dashboard.
WP Charts and Graphs – WordPress Chart Plugin
wp-charts-and-graphs
WP Charts and Graphs provides stunning, interactive charts to visualize any numbers on an attractive way using different charts.
TP PieBuilder
tp-piebuilder
Allow user to manipulate data on pie chart on your site with TP PieBuilder.
Disk Space Pie Chart Developer Profile
4 plugins · 10K total installs
How We Detect Disk Space Pie Chart
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/disk-space-pie-chart/includes/piechart.phpdisk-space-pie-chart/style.css?ver=HTML / DOM Fingerprints
<!-- original code from Memory Usage plugin -->name="guru_unit"value="GB"value="MB"name="guru_space"name="guruspace_hidden"<img src="<?php echo plugins_url('includes/piechart.php?data=', __FILE__); echo round(($usedspace / ($totalspace / 100)),1) . '*' . (100-(round(($usedspace / ($totalspace / 100)),1))); ?>&label=Used Space*Free Space" />