Password Generator Security & Risk Analysis

wordpress.org/plugins/password-generator

Password Generator is a plugin which adds a widget to WordPress which generates various length random passwords (with or without special characters).

90 active installs v1.7 PHP + WP 4.7+ Updated Sep 1, 2022
password-generatorspecial-charactersstrong-password
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Password Generator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The 'password-generator' plugin version 1.7 presents a mixed security posture. On the positive side, the plugin exhibits no known CVEs, has a completely clear vulnerability history, and shows no signs of dangerous functions, raw SQL queries, file operations, or external HTTP requests. The lack of any reported vulnerabilities historically suggests a generally well-maintained codebase.

However, significant concerns arise from the static code analysis. The most critical finding is that 100% of output, representing 14 total outputs, is not properly escaped. This creates a substantial risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the WordPress site through the plugin's output. Additionally, the taint analysis revealed two flows with unsanitized paths, indicating potential injection vulnerabilities, although these are not categorized as critical or high severity in this analysis. The complete absence of nonce and capability checks on any entry points, although the attack surface is currently zero, means that if any were introduced in the future without proper security considerations, they would be inherently unprotected.

Key Concerns

  • Unescaped output across all outputs
  • Taint flows with unsanitized paths
  • No nonce checks on any entry points
  • No capability checks on any entry points
Vulnerabilities
None known

Password Generator Security Vulnerabilities

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

Password Generator Code Analysis

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

Output Escaping

0% escaped14 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
widget (outerbridge-password-generator.php:43)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Password Generator Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionwp_loadedouterbridge-password-generator.php:38
actionwp_headouterbridge-password-generator.php:39
actionwidgets_initouterbridge-password-generator.php:199
Maintenance & Trust

Password Generator Maintenance & Trust

Maintenance Signals

WordPress version tested6.0.11
Last updatedSep 1, 2022
PHP min version
Downloads5K

Community Trust

Rating100/100
Number of ratings2
Active installs90
Developer Profile

Password Generator Developer Profile

Outerbridge

3 plugins · 1K total installs

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

How We Detect Password Generator

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
oouterbridge_pass_gen_widget
HTML Comments
Using Outerbridge Password Generator. Find out more at https://outerbridge.co.uk/
Data Attributes
data-field-name="title"data-field-id="title"
FAQ

Frequently Asked Questions about Password Generator