System Info Security & Risk Analysis

wordpress.org/plugins/system-info

The System Info plugin generates a composer.json file and provides system information based on the active plugins and theme in your WordPress installa …

10 active installs v0.1.12 PHP 7.3.5+ WP 5.3.0+ Updated Nov 8, 2024
infosystemtools
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is System Info Safe to Use in 2026?

Generally Safe

Score 92/100

System Info 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 "system-info" plugin version 0.1.12 exhibits a strong security posture based on the provided static analysis. The complete absence of an attack surface, including AJAX handlers, REST API routes, shortcodes, and cron events, significantly reduces the potential for external exploitation. Furthermore, the code demonstrates good practices with a high percentage of properly escaped outputs, the presence of nonce checks, and capability checks for its limited entry points. The lack of file operations and external HTTP requests further limits potential attack vectors.

While the static analysis reveals no critical or high-severity issues, including taint flows and dangerous functions, there is a minor concern regarding SQL queries. Fifty percent of the four SQL queries are not using prepared statements, which could potentially introduce SQL injection vulnerabilities if the data used in these queries is not properly sanitized before insertion. The vulnerability history is exceptionally clean, with no recorded CVEs, which suggests a history of secure development or a lack of widespread testing and exploitation of past versions. Overall, this plugin appears to be developed with security in mind, but the use of raw SQL queries warrants attention to ensure data sanitization is robust.

Key Concerns

  • SQL queries not using prepared statements
Vulnerabilities
None known

System Info Security Vulnerabilities

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

System Info Code Analysis

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

SQL Query Safety

50% prepared4 total queries

Output Escaping

95% escaped58 total outputs
Attack Surface

System Info Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menusrc\SystemInfo\Plugin.php:22
actionadmin_bar_menusrc\SystemInfo\Updates.php:24
actioninitsrc\SystemInfo\Updates.php:25
actionadmin_bar_updates_indicator_cronsrc\SystemInfo\Updates.php:26
actionadmin_menusrc\SystemInfo\Updates.php:27
Maintenance & Trust

System Info Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedNov 8, 2024
PHP min version7.3.5
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

System Info Developer Profile

uri

15 plugins · 1K total installs

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

How We Detect System Info

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
update-summaryupdate-detailsplugin-updates-listtheme-updates-list
Data Attributes
readonly
Shortcode Output
<h2>System Info Generator</h2><h2>Generated composer.json ( Exact Version )</h2><h2>Generated composer.json ( Caret Version Range )</h2><h2>System Info</h2>
FAQ

Frequently Asked Questions about System Info