Integrates Tabby payment gateway with Magento 2. Allows customers to pay in installments.
Implements Google's Universal Commerce Protocol so AI shopping agents can discover and drive checkout, exposing the /.well-known/ucp profile and the five UCP checkout session endpoints mapped to Magento quote state.
MinResolver - RequireJS .min.js Fix
zwernemann/magento2-minresolver 73
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.
Media Folder Malware Cleaner
lotsofpixels/module-media-cleaner-magento2 77
Automatically scans and removes malware files from the Magento media directory every 15 minutes, protecting the store from uploaded malicious files.
Sends Magento 2 Monolog records to a Buggregator debugging server endpoint, enabling centralized log viewing and analysis outside of the Magento file system.
Adds a debug toolbar to Magento 2, displaying request/response data, SQL queries, profiler information, layout details, and cached items. Helps developers debug by providing insights into application execution.
Mitigates PolyShell-style file upload abuse by blocking file custom option uploads and restricting allowed extensions to images only. Includes a CLI command to scan and clear suspicious files from the custom_options media directory.
Integrates the Swiper touch slider as a Magento 2 JS Widget. Allows creation of mobile-friendly, hardware-accelerated image and content sliders.
Adds an admin panel section for managing .well-known/ directory content, allowing creation and serving of plain-text or JSON files (such as apple-developer-merchantid-domain-association or security.txt) without filesystem access.
Novaposhta Catalog
perspectiveteam/module-novaposhtacatalog 45
Integrates Nova Poshta warehouse and branch catalog data into Magento 2 via the Nova Poshta API. Syncs delivery location data on a configurable cron schedule for use in shipping workflows.
Generates Magento catalogs from YAML configuration files. Uses direct SQL queries to create categories, products, websites, and customer groups.