Google Docs Shortcode Security & Risk Analysis

wordpress.org/plugins/google-docs-shortcode

Easily embed a Google Doc into your blog posts

200 active installs v0.4 PHP + WP 3.0+ Updated Sep 30, 2015
google-docsshortcode
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Google Docs Shortcode Safe to Use in 2026?

Generally Safe

Score 85/100

Google Docs Shortcode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "google-docs-shortcode" plugin version 0.4 exhibits a strong security posture based on the provided static analysis. The plugin has no known vulnerabilities, and the code analysis reveals no dangerous functions, no raw SQL queries, and all output is properly escaped. Furthermore, there are no file operations or external HTTP requests, and critically, there are no indications of taint flows. The absence of AJAX handlers, REST API routes, and cron events, coupled with the single shortcode entry point having no explicit permission checks, presents a minimal attack surface.

While the lack of nonce and capability checks on the shortcode is a point of concern, it's mitigated by the overall limited attack surface and absence of other common vulnerability vectors. The plugin's history of zero CVEs suggests a pattern of secure development. In conclusion, this version appears relatively secure, but the lack of authentication checks on the shortcode is a weakness that could be exploited if the shortcode's functionality is sensitive. Developers should consider adding appropriate checks to protect against potential misuse.

Key Concerns

  • Shortcode lacks capability checks
  • Shortcode lacks nonce checks
Vulnerabilities
None known

Google Docs Shortcode Security Vulnerabilities

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

Google Docs Shortcode Code Analysis

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

Output Escaping

100% escaped5 total outputs
Attack Surface

Google Docs Shortcode Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[gdoc] gdocs-shortcode.php:20
WordPress Hooks 1
actioninitgdocs-shortcode.php:107
Maintenance & Trust

Google Docs Shortcode Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedSep 30, 2015
PHP min version
Downloads21K

Community Trust

Rating86/100
Number of ratings4
Active installs200
Developer Profile

Google Docs Shortcode Developer Profile

r-a-y

8 plugins · 380 total installs

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

How We Detect Google Docs Shortcode

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

Asset Fingerprints

HTML / DOM Fingerprints

Data Attributes
data-gdoc-linkdata-gdoc-typedata-gdoc-widthdata-gdoc-heightdata-gdoc-seamlessdata-gdoc-size
Shortcode Output
<iframe src="" width="" height="" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
FAQ

Frequently Asked Questions about Google Docs Shortcode