
Disable Responsive Images Security & Risk Analysis
wordpress.org/plugins/disable-responsive-imagesDisables responsive images introduced in 4.4.
Is Disable Responsive Images Safe to Use in 2026?
Generally Safe
Score 85/100Disable Responsive Images has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "disable-responsive-images" v1.1 plugin exhibits a strong security posture based on the provided static analysis. It boasts zero identified attack surface points, meaning no direct entry points like AJAX handlers, REST API routes, shortcodes, or cron events are exposed. Furthermore, all SQL queries are secured with prepared statements, and all outputs are properly escaped. The absence of file operations and external HTTP requests further contributes to its secure design. The plugin also demonstrates a clean vulnerability history with no known CVEs, indicating a history of responsible development and maintenance.
Despite the overwhelmingly positive static analysis, a single "dangerous function" (create_function) was detected. While not immediately exploitable in this context due to the lack of a discernible attack surface, the use of `create_function` is generally discouraged in modern PHP due to security risks, particularly if it were ever to process user-supplied input. This, coupled with the complete absence of nonce and capability checks, presents a potential, albeit currently theoretical, weakness. If the plugin's functionality were to expand or interact with user input in the future, these missing checks could become critical vulnerabilities.
In conclusion, the "disable-responsive-images" v1.1 plugin is remarkably secure in its current iteration, with a near-zero attack surface and robust code practices. The sole area of concern is the deprecated `create_function` usage. The lack of historical vulnerabilities is a significant strength. While the plugin is presently very safe, the absence of capability checks leaves a door open for potential future issues should its feature set evolve to handle sensitive operations or user data.
Key Concerns
- Use of deprecated 'create_function'
- Missing capability checks
- Missing nonce checks
Disable Responsive Images Security Vulnerabilities
Disable Responsive Images Code Analysis
Dangerous Functions Found
Disable Responsive Images Attack Surface
WordPress Hooks 1
Maintenance & Trust
Disable Responsive Images Maintenance & Trust
Maintenance Signals
Community Trust
Disable Responsive Images Alternatives
Disable Responsive Images Complete
disable-responsive-images-complete
Completely disables WP responsive images.
RICG Responsive Images
ricg-responsive-images
Bringing automatic default responsive images to WordPress.
Responsify WP
responsify-wp
Responsive images. Plug and play.
Force HTTPS srcset
force-https-srcset
Replace Responsive images srcset since wp 4.4 to https!
Post Script Responsive Images
post-script-responsive-images
SRCSET responsive images on wordpress for content images.
Disable Responsive Images Developer Profile
4 plugins · 2K total installs
How We Detect Disable Responsive Images
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.