Repository Zip Security & Risk Analysis

wordpress.org/plugins/repositoryzip

With this plugin a zip download link of a subversion or git repository can be created within blog articles and pages

10 active installs v0.14 PHP + WP 2.7+ Updated Nov 1, 2012
downloadgitsubversionsvnzip
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Repository Zip Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "repositoryzip" plugin v0.14 presents a mixed security profile. On the positive side, there are no known vulnerabilities, no external HTTP requests, and all SQL queries utilize prepared statements, indicating some good development practices. The attack surface appears minimal with no identified entry points for direct exploitation through typical WordPress mechanisms like AJAX, REST API, shortcodes, or cron jobs.

However, significant concerns arise from the static analysis. The presence of the `proc_open` function is a major red flag, as it can be a vector for remote code execution if not handled with extreme care and robust input sanitization. Coupled with this, a very low percentage of output is properly escaped (13%), suggesting a high risk of cross-site scripting (XSS) vulnerabilities where user-supplied data might be rendered directly in the browser.

Furthermore, the absence of nonce checks and capability checks for any potential (though currently undiscovered) entry points is a critical oversight, leaving the plugin vulnerable to CSRF attacks and unauthorized actions if new entry points are introduced or if `proc_open` is triggered through an indirect vector. The lack of recorded vulnerabilities might be due to the plugin's age, limited usage, or simply that the present risks have not yet been exploited or discovered. Overall, while the plugin avoids common pitfalls like unpatched CVEs and raw SQL, the identified `proc_open` function and widespread unescaped output create substantial security risks that require immediate attention.

Key Concerns

  • Dangerous function proc_open used
  • Low output escaping percentage (13%)
  • No nonce checks found
  • No capability checks found
Vulnerabilities
None known

Repository Zip Security Vulnerabilities

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

Repository Zip Code Analysis

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

Dangerous Functions Found

proc_open$process = proc_open($lc, $descriptorspec, $pipes, null, $env);transfer.php:112

Output Escaping

13% escaped16 total outputs
Attack Surface

Repository Zip Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filterthe_contentrepositoryzip.php:55
filterthe_contentrepositoryzip.php:56
actioninitrepositoryzip.php:57
actionadmin_menurepositoryzip.php:60
actionadmin_initrepositoryzip.php:61
Maintenance & Trust

Repository Zip Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedNov 1, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Repository Zip Developer Profile

flashpixx

4 plugins · 90 total installs

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

How We Detect Repository Zip

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/repositoryzip/repositoryzip.php

HTML / DOM Fingerprints

Shortcode Output
<strong>Repository Zip</strong>
FAQ

Frequently Asked Questions about Repository Zip