WP Contributions Security & Risk Analysis

wordpress.org/plugins/wp-contributions

Provides an easy way to display your WordPress.org Themes, Plugins, Core tickets, and Codex contributions with handy widgets and template tags.

10 active installs v1.3.1 PHP 7.4+ WP 3.8.0+ Updated Sep 6, 2024
codexcontributionscorepluginsthemes
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Contributions Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The 'wp-contributions' plugin version 1.3.1 exhibits a generally positive security posture based on the static analysis. The absence of dangerous functions, raw SQL queries, file operations, and the adherence to prepared statements for all SQL interactions are commendable. The high percentage of properly escaped output also suggests good development practices to prevent cross-site scripting vulnerabilities. Furthermore, the lack of any recorded vulnerabilities, including CVEs, indicates a history of relatively secure development or diligent patching by users if vulnerabilities did exist in past versions.

However, several areas present potential concerns. The plugin has two entry points via shortcodes, and the static analysis indicates that these do not have explicit capability checks. While the total entry points are low, the lack of authorization checks on shortcode execution could potentially lead to unauthorized actions if the shortcode performs sensitive operations. The absence of nonce checks on any entry points, including the shortcodes, is a significant omission that leaves the plugin vulnerable to cross-site request forgery (CSRF) attacks. Additionally, the plugin makes six external HTTP requests, and the analysis does not provide information on whether these requests are properly validated or escaped before use, potentially introducing risks if external data is not handled securely.

In conclusion, 'wp-contributions' v1.3.1 demonstrates strengths in its handling of database interactions and output sanitization. However, the lack of capability checks on shortcodes and the absence of nonce checks across all entry points represent notable security weaknesses that should be addressed. The clean vulnerability history is a positive indicator, but it doesn't fully mitigate the risks identified in the code analysis, particularly regarding CSRF vulnerabilities.

Key Concerns

  • Shortcodes lack capability checks
  • Missing nonce checks on entry points
  • External HTTP requests without auth context
  • Output escaping not 100%
Vulnerabilities
None known

WP Contributions Security Vulnerabilities

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

WP Contributions Code Analysis

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

Output Escaping

85% escaped213 total outputs
Attack Surface

WP Contributions Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[wp_contributions_plugin_card] inc\shortcodes.php:35
[wp_contributions_theme_card] inc\shortcodes.php:58
WordPress Hooks 17
actionsave_postinc\class-wds-wp-contributions-codex-widget.php:60
actiondeleted_postinc\class-wds-wp-contributions-codex-widget.php:61
actionswitch_themeinc\class-wds-wp-contributions-codex-widget.php:62
actionsave_postinc\class-wds-wp-contributions-core-widget.php:60
actiondeleted_postinc\class-wds-wp-contributions-core-widget.php:61
actionswitch_themeinc\class-wds-wp-contributions-core-widget.php:62
actionsave_postinc\class-wds-wp-contributions-plugin-widget.php:58
actiondeleted_postinc\class-wds-wp-contributions-plugin-widget.php:59
actionswitch_themeinc\class-wds-wp-contributions-plugin-widget.php:60
actionsave_postinc\class-wds-wp-contributions-theme-widget.php:58
actiondeleted_postinc\class-wds-wp-contributions-theme-widget.php:59
actionswitch_themeinc\class-wds-wp-contributions-theme-widget.php:60
actionwidgets_initwp-contributions.php:77
actionwp_enqueue_scriptswp-contributions.php:80
actioninitwp-contributions.php:83
actionplugins_loadedwp-contributions.php:257
actioninitwp-contributions.php:261
Maintenance & Trust

WP Contributions Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedSep 6, 2024
PHP min version7.4
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

WP Contributions Developer Profile

Michael Beckwith

9 plugins · 370 total installs

94
trust score
Avg Security Score
91/100
Avg Patch Time
1 days
View full developer profile
Detection Fingerprints

How We Detect WP Contributions

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-contributions/assets/css/style.css
Version Parameters
wp-contributions/assets/css/style.css?ver=

HTML / DOM Fingerprints

CSS Classes
wp-contributions-messagealert
Data Attributes
data-blockdata-aligndata-typedata-preferred-usernamedata-themedata-contribution-type
JS Globals
wp_contributions
Shortcode Output
[wp_contributions_plugin_card slug='{slug}'][wp_contributions_theme_card slug='{slug}'][wp_contributions_core_card slug='{slug}'][wp_contributions_codex_card slug='{slug}']
FAQ

Frequently Asked Questions about WP Contributions