User Generator Security & Risk Analysis

wordpress.org/plugins/user-generator

Generates random users for your WordPress site with completed profiles

20 active installs v1.0.0 PHP 7.0+ WP 5.0+ Updated Jan 22, 2021
generate-usersgeneratorrandom-users
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is User Generator Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The user-generator plugin v1.0.0 exhibits a generally strong security posture based on the provided static analysis. The plugin has a small attack surface, with all identified entry points (REST API routes) protected by permission callbacks. The absence of dangerous functions, raw SQL queries, file operations, and external HTTP requests further enhances its security. Taint analysis also indicates no critical or high severity vulnerabilities found.

However, a significant concern arises from the lack of output escaping. With one output identified and 0% properly escaped, this presents a potential risk of cross-site scripting (XSS) vulnerabilities. Attackers could potentially inject malicious scripts through user-generated content that is then displayed without proper sanitization. Additionally, the absence of nonce checks and capability checks across the board, while not directly exploitable given the protected entry points, indicates a potential for insecure coding practices that could be problematic if the attack surface were to expand or if permission callbacks were misconfigured in the future.

The plugin's vulnerability history is clean, with no recorded CVEs. This, combined with the static analysis, suggests that for its current version and functionality, it has not been a target or has successfully avoided known vulnerabilities. Nonetheless, the unescaped output remains a concrete risk that needs attention. Overall, the plugin has a good foundation but requires immediate attention to its output escaping mechanisms to mitigate potential XSS risks.

Key Concerns

  • Output escaping is completely missing
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

User Generator Security Vulnerabilities

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

User Generator Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

User Generator Attack Surface

Entry Points2
Unprotected0

REST API Routes 2

GET/wp-json/usergenstartfunctions\rest.php:6
POST/wp-json/usergencreatefunctions\rest.php:14
WordPress Hooks 4
actionrest_api_initfunctions\rest.php:3
actionplugins_loadeduser-generator.php:19
actionadmin_enqueue_scriptsuser-generator.php:25
actionadmin_menuuser-generator.php:37
Maintenance & Trust

User Generator Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedJan 22, 2021
PHP min version7.0
Downloads2K

Community Trust

Rating100/100
Number of ratings2
Active installs20
Developer Profile

User Generator Developer Profile

anatolykulikov

1 plugin · 20 total installs

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

How We Detect User Generator

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/user-generator/dist/bundle.js/wp-content/plugins/user-generator/dist/style.css
Script Paths
/wp-content/plugins/user-generator/dist/bundle.js
Version Parameters
user-generator/dist/bundle.js?ver=user-generator/dist/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
usergenerator
Data Attributes
data-apidata-token
REST Endpoints
/wp-json/usergen/start/wp-json/usergen/create
FAQ

Frequently Asked Questions about User Generator