
Google+ Page Badge Security & Risk Analysis
wordpress.org/plugins/google-page-badgeShow one or multiple Google+ badges for your G+ page in a widget, using a shortcode, or with template tags.
Is Google+ Page Badge Safe to Use in 2026?
Generally Safe
Score 85/100Google+ Page Badge has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The google-page-badge plugin v1.0 exhibits a mixed security posture. On the positive side, it has a very small attack surface with no AJAX or REST API endpoints, and no cron events, which limits potential entry points. Furthermore, all its SQL queries use prepared statements, and there are no file operations or external HTTP requests, which are good security practices. However, significant concerns arise from the static analysis. The use of `create_function` is a dangerous function that can lead to code injection vulnerabilities if not handled with extreme care. Critically, 100% of its 19 output instances are not properly escaped, meaning any dynamic data displayed by the plugin could be vulnerable to Cross-Site Scripting (XSS) attacks. The taint analysis, while not reporting critical or high severity issues, did identify two flows with unsanitized paths, which could potentially be leveraged in conjunction with the unescaped output. The plugin's vulnerability history is clean, with no known CVEs, which is a positive indicator of past security diligence. However, this clean history, combined with the identified code quality issues, suggests a potential for undiscovered vulnerabilities. The plugin's strengths lie in its limited attack surface and secure database interaction, but its significant weakness in output escaping and the use of a dangerous function necessitate caution.
Key Concerns
- 100% of outputs are not properly escaped
- Use of dangerous function: create_function
- Taint flows with unsanitized paths
- No nonce checks
- No capability checks
Google+ Page Badge Security Vulnerabilities
Google+ Page Badge Code Analysis
Dangerous Functions Found
Output Escaping
Data Flow Analysis
Google+ Page Badge Attack Surface
Shortcodes 1
WordPress Hooks 4
Maintenance & Trust
Google+ Page Badge Maintenance & Trust
Maintenance Signals
Community Trust
Google+ Page Badge Alternatives
Google+ Follow Box
google-plus-badge-like-fb-like-box
Google+ Badge / Follow Box Widget like FB Like Box
Google+ Badge Widget
google-badge-widget
Google+ Badge Widget integrated with Official Google Plus API. Google+ Widget enable users to adds beautiful widget on your Wordpress Blog.
ThemeDiv Social Widget
themediv-social-widget
This plugin allows you to quickly and easily add the new Google Plus badge widget and facebook like box widget with timeline and messages to your blog …
Add to Circle Widget
add-to-circle-widget
This plugin generates a widget to add Google+ badge on your blog with 'Add to Circles' button.
Business Badges
business-badges
Business Badges allows you to display customizable social badges on your website, like Google Business badge, facebook badge. Google+ badge Widget.
Google+ Page Badge Developer Profile
1 plugin · 10 total installs
How We Detect Google+ Page Badge
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
gppb-wrapgPlusPageBadge_widget<!-- script for Google+ Page Badge plugin -->data-gppb-iddata-gppb-size<div class="gppb-wrap"><g:plus href="https://plus.google.com/" size="badge"></g:plus></div><div class="gppb-wrap"><g:plus href="https://plus.google.com/" size="smallbadge"></g:plus></div>