Adds a sortable and filterable Stock Status column to the Admin product grid, enabling quick identification of in-stock and out-of-stock products without opening each product individually.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Extends the Admin product grid SKU filter to accept comma-separated values, allowing store managers to search for multiple SKUs at once instead of one at a time.
Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.
Fixes intermittent 404 errors for .min.js files in Magento 2 production mode caused by stale baseUrl closures and double-wrapping in the requirejs-min-resolver. Patches both frontend and admin contexts with an idempotent guard.
Mitigates the PolyShell unrestricted file upload vulnerability in the Magento REST API by enforcing an image-only extension allowlist on custom option file uploads. Blocks executable file uploads at both the validator and uploader level.
Automatically scans and removes malware files from the Magento media directory every 15 minutes, protecting the store from uploaded malicious files.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.
Creates landing pages based on category and filter attributes. Allows custom URLs and SEO-friendly content for these pages, which are also added to the sitemap.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.
A Magento 2 extension that replaces Luma's js stack with its own implementation.
Adds address autocompletion to checkout using the Postcode.eu API. Supports multiple countries and retrieves address data based on postal codes.
Manages Content Security Policy rules via Magento CLI, storing them in env.php for environment-specific control without database access. Includes automatic CSP header splitting to avoid size limits on servers.