
GET Params Security & Risk Analysis
wordpress.org/plugins/get-paramsShortcodes allowing you to display GET parameters from the current URL in pages and posts, or show/hide content depending on GET param values
Is GET Params Safe to Use in 2026?
Generally Safe
Score 85/100GET Params has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'get-params' plugin version 1.1 exhibits a strong security posture based on the provided static analysis. The code demonstrates excellent adherence to secure coding practices, with all SQL queries utilizing prepared statements and all output being properly escaped. The absence of dangerous functions, file operations, and external HTTP requests further contributes to its robust security. Furthermore, the lack of any recorded vulnerabilities in its history is a positive indicator of diligent development and ongoing maintenance. The plugin also effectively minimizes its attack surface by not exposing any AJAX handlers or REST API routes without proper authentication or permission checks.
While the static analysis shows no immediate critical security flaws, the presence of three shortcodes as entry points without explicit capability checks, as indicated by the 'Capability checks: 0' signal, represents a potential area of concern. Although no taint flows were identified, shortcodes can sometimes be susceptible to injection if they process user-supplied data without adequate sanitization or validation before being rendered. The absence of nonce checks on these shortcodes also means that their functionality could theoretically be triggered by external requests, though the lack of identified dangerous functions and sanitized path issues mitigates this risk significantly in this specific analysis.
In conclusion, 'get-params' v1.1 appears to be a secure plugin with a strong foundation of good coding practices and a clean vulnerability history. The primary area for improvement lies in implementing capability checks for its shortcode entry points to further harden its security posture against potential misuse, even though the current analysis does not reveal active vulnerabilities.
Key Concerns
- Shortcodes without capability checks
- Shortcodes without nonce checks
GET Params Security Vulnerabilities
GET Params Code Analysis
GET Params Attack Surface
Shortcodes 3
Maintenance & Trust
GET Params Maintenance & Trust
Maintenance Signals
Community Trust
GET Params Alternatives
Display URL Params
display-url-params
A simple shortcode to get URL parameters from the Query String and display them as dynamic content on pages, posts and forms.
VI: Include Post By
vi-include-post-by
Shortcodes allowing you to display posts inside other posts/pages
Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress
contact-form-plugin
The most powerful and user-friendly WordPress contact form plugin. Create beautiful contact forms, widgets and pages using shortcodes.
Apollo13 Framework Extensions
apollo13-framework-extensions
Adds custom post types, shortcodes and some features that are used in themes built on Apollo13 Framework.
Kaya QR Code Generator
kaya-qr-code-generator
Generate QR Code through Widgets and Shortcodes, without any dependencies.
GET Params Developer Profile
1 plugin · 1K total installs
How We Detect GET Params
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
<b>display-get-param requires a name attribute</b><b>display-get-param must have opening and closing tags</b><b>display-if-get requires a name attribute</b><b>display-if-get must have opening and closing tags</b>