Simple Events List Security & Risk Analysis

wordpress.org/plugins/simple-event-list

Output a simple list of future events. Each event must have it's own post or page.

20 active installs v0.1 PHP + WP 2.5+ Updated Unknown
calendareventslist
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Events List Safe to Use in 2026?

Generally Safe

Score 100/100

Simple Events List has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "simple-event-list" plugin version 0.1 exhibits a generally positive security posture due to a lack of known vulnerabilities and the absence of critical code signals like dangerous functions or external HTTP requests. The static analysis indicates good practices regarding output escaping and file operations. However, several areas present potential security concerns that warrant attention. The presence of SQL queries without prepared statements is a significant risk, as it opens the door to SQL injection vulnerabilities if user input is not meticulously sanitized before being used in these queries. Furthermore, the complete absence of nonce and capability checks across all identified entry points (even though the attack surface is small) is concerning. While the plugin only has one shortcode, any interaction with this shortcode that might involve user-supplied data or administrative actions without proper authorization checks creates an exploitable pathway. The vulnerability history being clean is a positive sign, but it may also reflect the early version of the plugin and a limited attack surface, rather than a guaranteed secure implementation. The lack of taint analysis results is not necessarily positive; it could mean the analysis tool was not able to find any flows to analyze, or the flows identified were deemed safe by the tool. Overall, while the plugin avoids many common pitfalls, the raw SQL query and the missing authorization checks on its sole entry point are critical weaknesses that need to be addressed.

Key Concerns

  • Raw SQL queries without prepared statements
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Simple Events List Security Vulnerabilities

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

Simple Events List Code Analysis

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

SQL Query Safety

0% prepared1 total queries
Attack Surface

Simple Events List Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[events_list] simple-events-list.php:27
Maintenance & Trust

Simple Events List Maintenance & Trust

Maintenance Signals

WordPress version tested2.7.1
Last updatedUnknown
PHP min version
Downloads6K

Community Trust

Rating20/100
Number of ratings1
Active installs20
Developer Profile

Simple Events List Developer Profile

Mark Barnes

2 plugins · 120 total installs

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

How We Detect Simple Events List

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
events_list
Shortcode Output
<ul class="events_list"><li><a href=""></a> (
FAQ

Frequently Asked Questions about Simple Events List