riskified / magento2new

riskified/magento2new

Riskified decider module for Magento 2

magento2-module Compatibility: 2.4.7-2.4.8 Code Quality: Fail Tests: N/A Security: Pass

Magento 2 fraud protection extension by Riskified

Overview

This extension allows for automatic and/or manual submission of purchase orders to Riskified for fraud review and guarantee.

If you don't have an existing account, please start by signing up to Riskified here - it's free and takes just a few minutes.

Features

  • Automatic/manual submission of orders to review.
  • Order cancellation also excludes it from review.
  • Magento order status reflects Riskified's review decision.
  • Includes a Sandbox Environment option for testing and integration.

https://www.riskified.com/magento/

Installation

You may install the extension by cloning the repository, downloading the ZIP file, or by using Composer.

To use Composer, follow these steps in the command line:

1. composer config repositories.riskified-decider git [email protected]:Riskified/magento2new.git
2. composer require Riskified/magento2new dev-master
3. php bin/magento module:enable Riskified_Decider
4. php bin/magento setup:upgrade

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.13.4 stable Fail Magento 2.4.7-2.4.8 Details 2026-06-15 10:13:36
1.13.3 stable Not tested Not yet tested Details 2026-05-28 08:23:29
1.13.2 stable Not tested Not yet tested Details 2026-05-14 11:10:08
1.13.1 stable Not tested Not yet tested Details 2026-05-04 10:14:29
1.13.0 stable Not tested Not yet tested Details 2026-03-06 10:51:59
1.12.28 stable Not tested Not yet tested Details 2026-01-21 16:53:35
1.12.27 stable Not tested Not yet tested Details 2025-04-28 08:53:19
1.12.26 stable Not tested Not yet tested Details 2024-09-03 22:14:09
1.12.25 stable Not tested Not yet tested Details 2024-08-15 13:04:52
1.12.24 stable Not tested Not yet tested Details 2024-07-10 13:04:49
1.12.23 stable Not tested Not yet tested Details 2024-07-02 14:12:29
1.12.22 stable Not tested Not yet tested Details 2024-06-28 03:57:57
1.12.21 stable Not tested Not yet tested Details 2024-06-26 00:37:36
1.12.20 stable Not tested Not yet tested Details 2024-05-02 14:56:49
1.12.19 stable Not tested Not yet tested Details 2024-01-21 21:28:26
1.12.18 stable Not tested Not yet tested Details 2023-11-22 13:24:37
1.12.17 stable Not tested Not yet tested Details 2023-11-07 16:53:25
1.12.16 stable Not tested Not yet tested Details 2023-09-28 04:35:06
1.12.15 stable Not tested Not yet tested Details 2023-09-20 17:38:47
1.12.14 stable Not tested Not yet tested Details 2023-09-07 00:27:50
1.12.13 stable Not tested Not yet tested Details 2023-08-23 17:50:19
1.12.12 stable Not tested Not yet tested Details 2023-08-17 14:00:08
1.12.11 stable Not tested Not yet tested Details 2023-06-20 12:14:51
1.12.10 stable Not tested Not yet tested Details 2023-04-25 19:12:32
1.12.9 stable Not tested Not yet tested Details 2023-04-20 14:23:25
1.12.8 stable Not tested Not yet tested Details 2023-04-14 15:32:47
1.12.6 stable Not tested Not yet tested Details 2023-03-13 16:33:13
1.12.5 stable Not tested Not yet tested Details 2023-03-02 17:28:02
1.12.4 stable Not tested Not yet tested Details 2023-02-14 14:01:29
1.12.3 stable Not tested Not yet tested Details 2023-01-24 12:30:55
1.12.2 stable Not tested Not yet tested Details 2023-01-19 16:48:35
1.12.1 stable Not tested Not yet tested Details 2023-01-13 16:57:45
1.12.0 stable Not tested Not yet tested Details 2023-01-12 19:06:50
1.11.1 stable Not tested Not yet tested Details 2022-12-22 21:48:49
1.11.0 stable Not tested Not yet tested Details 2022-11-14 17:43:44
1.10.1 stable Not tested Not yet tested Details 2022-07-05 13:13:29
1.10.0 stable Not tested Not yet tested Details 2022-06-27 11:39:42
1.9.2 stable Not tested Not yet tested Details 2021-03-11 15:01:53
1.9.1-2d stable Not tested Not yet tested Details 2021-01-12 15:36:42
1.9.1-2c stable Not tested Not yet tested Details 2020-12-16 22:47:37
1.9.1-2b beta Not tested Not yet tested Details 2020-12-10 17:35:28
1.9.1-2a alpha Not tested Not yet tested Details 2020-12-07 16:57:37
1.9.1-2e stable Not tested Not yet tested Details 2020-12-07 15:06:28
1.9.1-2 stable Not tested Not yet tested Details 2020-12-07 15:04:40
1.9.1-1 stable Not tested Not yet tested Details 2020-11-19 19:38:47
1.9.1 stable Not tested Not yet tested Details 2020-10-25 15:13:55

Requires 3

Package Constraint
magento/framework >=100.1.0
php >=7.4
riskified/php_sdk *

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 Pass Pass
2.4.8 Pass Pass
2.4.9 Fail di error Fail di error

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge — a phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 163 11 errors, 152 warnings (ruleset: Magento2) — 42 auto-fixable with phpcbf
PHPMD Warning 39 39 rule violations (CyclomaticComplexity:7, NPathComplexity:6, UnusedLocalVariable:6, UnusedFormalParameter:6, MissingImport:4)
Cpd Warning 1 1 duplicated chunk spanning 12 total lines (min-lines=5, min-tokens=70)
Composer validate Info 4 valid; 4 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases. Cell → details modal.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 125 125
2.4.8 127 127
2.4.9 129 129

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0

No license declared

This package's composer.json doesn't declare a license, homepage, or authors. Check the source repository for terms of use.

Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.