WP-Meetup-Activity Security & Risk Analysis

wordpress.org/plugins/wp-meetup-activity

WP-Meetup-Activity display your groups latest activities (discussions, photos...) and events in a sidebar widget

10 active installs v0.1.7 PHP + WP 3.0+ Updated Unknown
activityeventsgroupmeetupmeetup-com
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP-Meetup-Activity Safe to Use in 2026?

Generally Safe

Score 100/100

WP-Meetup-Activity has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs
Risk Assessment

The "wp-meetup-activity" plugin v0.1.7 exhibits a mixed security posture. On the positive side, the plugin has a very small attack surface with no apparent AJAX handlers, REST API routes, shortcodes, or cron events exposed. Furthermore, there is no known vulnerability history (CVEs) for this plugin, suggesting a generally stable past. However, significant concerns arise from the code analysis. The presence of the "create_function" dangerous function is a red flag, as it can lead to code injection vulnerabilities if used with user-supplied input. The low rate of proper output escaping (14%) is another major concern, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities where data displayed to users is not properly sanitized. The lack of any nonce or capability checks on any potential entry points, while the attack surface is currently zero, means that if any entry points are added in the future without these checks, they would be immediately vulnerable. The taint analysis showing unsanitized paths, although not critical or high severity in this specific scan, warrants attention as it highlights potential pathways for malicious data to enter the system.

Key Concerns

  • Dangerous function: create_function used
  • Low output escaping rate (14%)
  • No nonce checks found
  • No capability checks found
  • Taint flows with unsanitized paths
Vulnerabilities
None known

WP-Meetup-Activity Security Vulnerabilities

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

WP-Meetup-Activity Code Analysis

Dangerous Functions
2
Raw SQL Queries
4
21 prepared
Unescaped Output
55
9 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
5
Bundled Libraries
0

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', "register_widget('Meetup_Activity_Widget');" ) );wp-meetup-activity.php:36
create_functionadd_action( 'widgets_init', create_function( '', "register_widget('Meetup_Events_Widget');" ) );wp-meetup-activity.php:37

SQL Query Safety

84% prepared25 total queries

Output Escaping

14% escaped64 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
wpmeetupactivity_plugin_options (wp-meetup-activity.php:512)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP-Meetup-Activity Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuwp-meetup-activity.php:33
actioninitwp-meetup-activity.php:34
actionwidgets_initwp-meetup-activity.php:36
actionwidgets_initwp-meetup-activity.php:37
Maintenance & Trust

WP-Meetup-Activity Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedUnknown
PHP min version
Downloads2K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

WP-Meetup-Activity Developer Profile

Michele Pinassi

2 plugins · 10 total installs

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

How We Detect WP-Meetup-Activity

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-meetup-activity/css/wp-meetup-activity-style.css/wp-content/plugins/wp-meetup-activity/css/wp-meetup-activity-widget.css
Version Parameters
wp-meetup-activity/css/wp-meetup-activity-style.css?ver=wp-meetup-activity/css/wp-meetup-activity-widget.css?ver=

HTML / DOM Fingerprints

CSS Classes
wp-meetup-activity-widgetwp-meetup-activity-event-widget
HTML Comments
<!-- WP Meetup Activity --><!-- Meetup API -->
FAQ

Frequently Asked Questions about WP-Meetup-Activity