Pocket Read it Later Button Security & Risk Analysis

wordpress.org/plugins/getpocket

This plugin lets you easily add a Pocket Read it Later button to your WordPress blog via a shortcode.

10 active installs v1.0 PHP + WP 2.7+ Updated Jan 23, 2013
bookmarkletgetpocketpocketread-it-later
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Pocket Read it Later Button Safe to Use in 2026?

Generally Safe

Score 85/100

Pocket Read it Later Button has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 13yr ago
Risk Assessment

The getpocket plugin version 1.0 exhibits a generally positive security posture based on the static analysis. It has a very small attack surface, consisting of a single shortcode, and no identified AJAX handlers, REST API routes, or cron events that lack authentication or proper permission checks. Furthermore, the code shows good practices in its handling of SQL queries, with 100% using prepared statements, and avoids file operations and external HTTP requests, which are common sources of vulnerabilities. The absence of known CVEs in its vulnerability history is also a strong indicator of a well-maintained and secure codebase.

However, the analysis does reveal a significant concern regarding output escaping. With only 25% of the 8 identified outputs being properly escaped, there is a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. This means that user-supplied data or data processed by the plugin could be rendered directly into the page without proper sanitization, allowing malicious scripts to be executed. The lack of any identified taint flows in this analysis is surprising given the output escaping issues, suggesting that perhaps the analysis was not exhaustive or the taint paths are not immediately obvious through the available data. The absence of nonce checks and capability checks, while not directly exploited by the current attack surface, represents a missed opportunity for defense-in-depth.

In conclusion, while the plugin has a strong foundation with minimal attack surface and good SQL practices, the poor output escaping is a critical weakness that needs immediate attention. The vulnerability history is clean, which is a positive sign, but it does not negate the risks posed by the identified code quality issues. Addressing the output escaping would significantly improve the plugin's security.

Key Concerns

  • Low percentage of properly escaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Pocket Read it Later Button Security Vulnerabilities

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

Pocket Read it Later Button Code Analysis

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

Output Escaping

25% escaped8 total outputs
Attack Surface

Pocket Read it Later Button Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[getpocket] class-frontend.php:12
WordPress Hooks 2
actionadmin_menuclass-admin.php:9
filterwidget_textclass-frontend.php:11
Maintenance & Trust

Pocket Read it Later Button Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJan 23, 2013
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Pocket Read it Later Button Developer Profile

Alex Moss

11 plugins · 4K total installs

67
trust score
Avg Security Score
83/100
Avg Patch Time
249 days
View full developer profile
Detection Fingerprints

How We Detect Pocket Read it Later Button

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/getpocket/admin.css

HTML / DOM Fingerprints

CSS Classes
pea_admin_wrappea_admin_toppea_admin_main_wrappea_admin_main_leftpea_admin_signupmc-field-grouppea_admin_greenpea_admin_box+2 more
Data Attributes
data-hrefdata-senddata-layoutdata-widthdata-show-faces
JS Globals
mc_embed_signupfb-like
Shortcode Output
[getpocket]
FAQ

Frequently Asked Questions about Pocket Read it Later Button