Program Output Security & Risk Analysis

wordpress.org/plugins/program-output

Simple plugin to display formatted output of any program.

10 active installs v1.1.1 PHP + WP 2.5+ Updated Mar 27, 2024
codeformatted-outputoutputprograms
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Program Output Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The "program-output" v1.1.1 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of dangerous functions, SQL injection risks (all queries use prepared statements), file operations, and external HTTP requests are significant strengths. The high percentage of properly escaped output (89%) is also a positive indicator. However, there are a few areas that warrant attention. The plugin lacks nonce checks entirely, which is a concern for any plugin that has entry points, even if the attack surface is currently limited.

The vulnerability history is clean, with no known CVEs, which is excellent. This suggests that the developers have either been diligent in security practices or that the plugin's functionality hasn't been a target for exploits. The lack of any recorded vulnerabilities, common or recent, further reinforces this positive impression. Despite the absence of critical or high-severity issues in the code analysis or taint flows, the lack of nonce checks represents a potential weakness that could be exploited if a vulnerability were introduced in the future or if the plugin's functionality were to expand without proper security considerations.

In conclusion, "program-output" v1.1.1 is a plugin with many good security practices in place, particularly regarding its handling of SQL and output. The absence of historical vulnerabilities is a strong positive. The primary concern lies in the complete absence of nonce checks, which, while not leading to a direct deduction based on the current static analysis, represents a gap in security hardening that should ideally be addressed. The limited attack surface and lack of exploitable code signals currently mitigate immediate risk, but a lack of comprehensive security controls could become problematic with future updates or changes.

Key Concerns

  • Missing nonce checks
Vulnerabilities
None known

Program Output Security Vulnerabilities

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

Program Output Release Timeline

No version history available.
Code Analysis
Analyzed Mar 16, 2026

Program Output Code Analysis

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

Output Escaping

89% escaped18 total outputs
Attack Surface

Program Output Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[output] includes\program-output-functions.php:70
WordPress Hooks 8
actioninitincludes\program-output-functions.php:72
actionwp_headincludes\program-output-functions.php:80
actionadmin_menuincludes\program-output-functions.php:93
filterplugin_action_linksincludes\program-output-functions.php:104
actionadmin_enqueue_scriptsincludes\program-output-functions.php:131
actionadmin_initincludes\program-output-functions.php:234
filtermce_buttonsincludes\program-output-functions.php:238
filtermce_external_pluginsincludes\program-output-functions.php:239
Maintenance & Trust

Program Output Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedMar 27, 2024
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Program Output Developer Profile

Vicky Agravat

2 plugins · 2K total installs

78
trust score
Avg Security Score
85/100
Avg Patch Time
35 days
View full developer profile
Detection Fingerprints

How We Detect Program Output

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/program-output/public/css/style.css
Version Parameters
program-output/public/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
program-outputtitle-bartitlebodycmdbrowserwrapsection+19 more
HTML Comments
<!-- html code of settings page --><!-- The indent of this <pre> is 0, because it should dispaly as it is. --><!-- The indent of this <pre> is 0, because it should dispaly as it is. -->
Data Attributes
id="program-output"class="cmd"id="program-output"class="cmd"class="hljs cpp"class="hljs php"+5 more
JS Globals
$
Shortcode Output
<div id="program-output" class="cmd"><div class="title-bar"><div class="title">Command Prompt</div></div>
FAQ

Frequently Asked Questions about Program Output