JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"prestashop-module",
"native-module",
"hacktoberfest",
"prestashop"
],
"is_fork": false,
"size_kb": 101,
"has_wiki": false,
"homepage": "http://www.prestashop.com",
"languages": {
"PHP": 17422
},
"pushed_at": "2026-06-22T15:14:13Z",
"created_at": "2014-03-20T13:17:13Z",
"owner_type": "Organization",
"updated_at": "2026-06-11T09:49:10Z",
"description": "Adds a list of the best-selling products to the Stats dashboard.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AFL-3.0",
"default_branch": "dev",
"license_spdx_raw": "AFL-3.0",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://prestashop-project.org/",
"name": "The PrestaShop Project",
"type": "Organization",
"login": "PrestaShop",
"company": null,
"location": "Paris",
"followers": 574,
"avatar_url": "https://avatars.githubusercontent.com/u/2815696?v=4",
"created_at": "2012-11-16T17:25:52Z",
"is_verified": null,
"public_repos": 292,
"account_age_days": 4998
},
"license": {
"state": "standard",
"spdx_id": "AFL-3.0",
"raw_spdx": "AFL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-06-22T15:14:14Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-11-03T09:45:24Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2022-01-11T07:54:17Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2017-12-08T15:08:49Z"
},
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2017-01-12T16:55:27Z"
}
],
"recent_commits": [
{
"oid": "401d8415211e24f1a040e136038cbba4d6929959",
"body": "CI: migrate PHPStan to PrestaShop/.github action",
"is_bot": false,
"headline": "Merge pull request #30 from mattgoud/fix-ci-migrate-phpstan-to-action",
"author_name": "Jonathan Lelievre",
"author_login": "jolelievre",
"committed_at": "2026-06-11T09:49:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89eac9690ecfe8d66cadc4c4bfc8a13a53bbf11e",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump module version to 3.0.0",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-11T09:38:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a4028b95d1e2237f408fcdca4a78b52caa32c706",
"body": "PrestaShop 9.0.x supports PHP 8.1 up to 8.4 only, so the cross-product\nmatrix was generating an invalid 9.0.3 x 8.5 combination. Switch to an\nexplicit include list so each PrestaShop version tests its proper PHP\nfloor and ceiling (9.0.3: 8.1/8.4, 9.1.x and develop: 8.1/8.5). Also\nmake the \"Prepare PHP env\" step name reflect the actual matrix version.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: exclude unsupported PHP 8.5 for PrestaShop 9.0.x in PHPStan matrix",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-10T13:13:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "259968a773c96523190cd86086656c13f84a6e41",
"body": "…9.0.3\n\n- php-linter: add missing intermediate syntax checks (7.3, 8.1, 8.2, 8.3, 8.4)\n- phpstan-74: lower floor to PHP 7.2 (real minimum for PS 8.2.x)\n- phpstan: add PrestaShop 9.0.3 (tag, the 9.0.x branch no longer exists) + neon config\n\nPart of PrestaShop/PrestaShop#41648\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: address review - full PHP lint matrix, PHPStan floor 7.2, add PS …",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-09T14:12:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b1fb9f8c2d1cf0b2b882bc953c27d24e874231ab",
"body": "Resolve the 3 pre-existing PHPStan errors directly and drop all\nignoreErrors entries from the neon configs:\n- remove the unused $html property (declared, never read)\n- replace isset() on the non-nullable ModuleGridCore::$_direction with !empty()\n- declare the executeS() row shape via @var PHPDoc so the\n avgPriceSold/totalPriceSold array offsets are recognized\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix PHPStan errors instead of suppressing them (Epic #41648)",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-08T16:08:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "34e27c6db19766a75b3638cea4b8305a23a4d6d6",
"body": "Drop the 8.1.7 target to match the project-wide module cleanup Epic\nwhich standardizes native modules on PS 8.2+:\n- php.yml: phpstan-74 matrix now runs against 8.2.x only (PHP 7.4/8.1)\n- ps_versions_compliancy min bumped to 8.2.0\n- remove the now-unreferenced phpstan-8.1.7.neon config\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Align module on PrestaShop 8.2+ minimum (Epic #41648)",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-08T15:49:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9f4097dd71200e4cbe693b0cdc662ec7d4f85af",
"body": "- Add missing blank line after <?php in index.php (php-cs-fixer)\n- Add ignoreErrors for pre-existing PHPStan errors in phpstan-9.1.x.neon\n and phpstan-develop.neon (refs #31, #32)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: fix php-cs-fixer and add ignoreErrors for PS 9.x PHPStan jobs",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-02T17:49:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05535ba92e3c7bcaa7420d92cc7764dad6bcbb25",
"body": "Suppress three pre-existing PHPStan errors exposed by the new 8.1.7/8.2.x\nanalysis that were not caught by the old Docker-based 1.7.x checks.\nThese should be addressed in a separate code-quality PR.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: add ignoreErrors for pre-existing PHPStan issues on PS 8.x",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-02T16:39:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0fd5c7755c50447bb736b59e2d7a8f94af64d81d",
"body": "Replace the Docker-based phpstan.sh approach with the shared\nPrestaShop/.github PHPStan action. The old approach was failing because\nthe prestashop/prestashop:latest Docker image now exits immediately\n(due to entrypoint changes), causing \"No such container: temp-ps\" errors.\n\n- Add tests/php/phpstan/\n[…]\nn-based jobs:\n phpstan-74 (PS 8.x, PHP 7.4-8.1) and phpstan (PS 9.x, PHP 8.1-8.5)\n- Remove tests/phpstan.sh (no longer needed)\n\nFixes #ISSUE\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: migrate PHPStan to PrestaShop/.github action",
"author_name": "mattgoud",
"author_login": "mattgoud",
"committed_at": "2026-06-02T16:10:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "432f45ec485568fb3474cc53d78cfc77b0d9673a",
"body": "GitHub add issue to project workflow",
"is_bot": false,
"headline": "Merge pull request #27 from ga-devfront/github/add-issue-to-project",
"author_name": "Thomas N",
"author_login": "Quetzacoalt91",
"committed_at": "2026-03-03T08:50:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "796db87418c1a6ad8e03d1b51a49f871243d6639",
"body": null,
"is_bot": false,
"headline": "github: new workflow to add issue to project",
"author_name": "Alexis Guyomar",
"author_login": "ga-devfront",
"committed_at": "2026-03-02T16:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba17805a1b01820e2448cca09bccb01c73e44d2",
"body": "Remove space before PHP tag",
"is_bot": false,
"headline": "Merge pull request #23 from Quetzacoalt91/fix-upgrade-script",
"author_name": "Thomas N",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-31T15:14:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db93259bb711774d34ca9b3e36e21fa679d1f5d0",
"body": "Bump version of actions in CI",
"is_bot": false,
"headline": "Merge pull request #25 from Quetzacoalt91/quick-fixes-ci",
"author_name": "Thomas N",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-31T15:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16919c93b6a1ecb3b33b429b57103c3c7389421d",
"body": null,
"is_bot": false,
"headline": "Bump version of actions in CI",
"author_name": "Thomas Nabord",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-31T11:09:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f671f483fa08f76e2217d342c425ab8f3e89ed",
"body": "Bump to v2.1.0",
"is_bot": false,
"headline": "Merge pull request #24 from Quetzacoalt91/bump-to-v2.1.0",
"author_name": "Thomas N",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-31T10:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0569a61f80eb1791d6cbb4b5e1dc9404a4ada26f",
"body": null,
"is_bot": false,
"headline": "Bump to v2.1.0",
"author_name": "Thomas Nabord",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-30T17:32:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd687f31bf4d842e7588af7628793c894e162868",
"body": null,
"is_bot": false,
"headline": "Remove space before PHP tag",
"author_name": "Thomas Nabord",
"author_login": "Quetzacoalt91",
"committed_at": "2025-10-27T13:23:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89c81f75ac6afd75d3c4ce20f71774ad3e1c109e",
"body": "Fix Workflow use actions/cache@v4 instead of V1 or V2",
"is_bot": false,
"headline": "Merge pull request #22 from Touxten/Touxten-patch-1",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2025-06-18T12:52:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "746110afbed195a3812b56dc6f61b9f43e064c22",
"body": null,
"is_bot": false,
"headline": "Update php.yml",
"author_name": "Touxten",
"author_login": "Touxten",
"committed_at": "2025-06-17T17:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6f60281cfe7424dd42a93391cf66da7257323b7",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #20 from PrestaShop/add-ps-compatibility",
"author_name": "Maxime Flasquin",
"author_login": "mflasquin",
"committed_at": "2023-07-07T07:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1649e0f91017e10ffe3c13f171d51f7fb75535ff",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "florine2623",
"author_login": "florine2623",
"committed_at": "2023-07-06T13:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e40bc75473e36d2bf20c06b9c5311c8723a8e13",
"body": "Update build-release.yml with Organization config",
"is_bot": false,
"headline": "Merge pull request #19 from leemyongpakvn/dev",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2023-06-24T12:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afd66b838271c99885a7baafc349b0e756e7e335",
"body": null,
"is_bot": false,
"headline": "Update build-release.yml with Organization config",
"author_name": "leemyongpakvn",
"author_login": "leemyongpakvn",
"committed_at": "2023-06-24T03:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159538b0404adcd567a377433edf44b0716dfa48",
"body": "Delete logo.gif",
"is_bot": false,
"headline": "Merge pull request #17 from Hlavtox/removegif",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2023-01-18T14:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb7f310a3fa7fefa84174b1bb114269a72213f4",
"body": null,
"is_bot": false,
"headline": "Delete logo.gif",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T13:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f61d76e8cda18f25a03e43f09028e9379bcefe",
"body": "Remove no longer reported test ignored error",
"is_bot": false,
"headline": "Merge pull request #18 from Hlavtox/fix-tests",
"author_name": "Krystian Podemski",
"author_login": "kpodemski",
"committed_at": "2023-01-18T12:45:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6546a14fbf7224f85ee31b0b49259ddfa7951caa",
"body": null,
"is_bot": false,
"headline": "Update phpstan-latest.neon",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2023-01-18T11:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1993730d80a3a330e02a0b67af3da2db86eb380b",
"body": "Added Github Action for PHP (and support PHP 5.6 => 8.1)",
"is_bot": false,
"headline": "Merge pull request #16 from Progi1984/issue25921",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2022-02-03T08:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74deb271806984b70dfdec9d447809d34da5d4f",
"body": null,
"is_bot": false,
"headline": "Fixed PHPStan",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T14:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3efbf764eeab087b482b0bbeb910009e8090122b",
"body": null,
"is_bot": false,
"headline": "Fixed PHPCSFixer",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T13:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a75575bf41e5e5c013daaec2911ae57d0508843",
"body": null,
"is_bot": false,
"headline": "Added .gitignore",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T13:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01f423d4b8bca95a1e28264d1d97dcad88b57ef",
"body": null,
"is_bot": false,
"headline": "Added Github Action PHP",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T13:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a18dc0390c29ddb5dabede56d6dde921d8bd669",
"body": null,
"is_bot": false,
"headline": "Improved composer dependencies",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T13:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56393444feb340ec056912f5bfd4fc8dbd621861",
"body": null,
"is_bot": false,
"headline": "Renamed Readme.md in README.md",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-02-02T13:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bc5fb3ca0607ec9d58b2cfbbb218fe6a16044a",
"body": "Set tab property",
"is_bot": false,
"headline": "Merge pull request #15 from PrestaEdit/patch-1",
"author_name": "Matthieu Rolland",
"author_login": "matthieu-rolland",
"committed_at": "2022-01-14T10:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d6c38dfdcac80f101edb8731ac67267ec581df1",
"body": null,
"is_bot": false,
"headline": "Set tab property",
"author_name": "Jonathan Danse",
"author_login": "PrestaEdit",
"committed_at": "2022-01-14T09:30:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "781814c53ab54ab5af86e050f547cb7eb73aa55c",
"body": null,
"is_bot": false,
"headline": "Fix upgrade script",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2022-01-06T18:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebfba1b5db80f9d681ed84ba590e032b029fc13f",
"body": "Add build release",
"is_bot": false,
"headline": "Merge pull request #14 from nenes25/patch-1",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2022-01-06T08:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed3ee6d01028ccb550c8fedb8261ee065c62c8f7",
"body": null,
"is_bot": false,
"headline": "Add build release",
"author_name": "Hervé H",
"author_login": "nenes25",
"committed_at": "2022-01-05T13:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b1fcdab7f574cd96eb5645df6d75f088e76b6c",
"body": "Co-authored-by: atomiix <thomas.baccelli@prestashop.com>",
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2022-01-04T09:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4fcaf7d66e4e7b1d22a6b2ea340642a126e40d",
"body": "Do not use hook AdminStatsModules alias, use displayAdminStatsModules & Bump version to 2.0.1",
"is_bot": false,
"headline": "Merge pull request #12 from PrestaEdit/master",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2021-12-29T14:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086ce7a2d08ef44799e18b65321b78f28cb084d2",
"body": "… & Bump version to 2.0.1",
"is_bot": false,
"headline": "Do not use hook AdminStatsModules alias, use displayAdminStatsModules…",
"author_name": "Jonathan Danse",
"author_login": "PrestaEdit",
"committed_at": "2021-12-29T10:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d45bc09d89155c7e48e28ca70b450c52b8703391",
"body": "Replace deprecated displayPrice methods",
"is_bot": false,
"headline": "Merge pull request #11 from Hlavtox/remove-deprecated",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-10-27T06:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "797488f384cb089f81cfb19bc7185a4322ff6dce",
"body": null,
"is_bot": false,
"headline": "Update compatibility",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2021-10-25T10:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bd03e46c942ed472403695a00d050c979feb0b7",
"body": null,
"is_bot": false,
"headline": "Remove deprecated functions",
"author_name": "Daniel Hlavacek",
"author_login": "Hlavtox",
"committed_at": "2021-10-19T15:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f2fc73443b2b0246010b6f2ca8ab7ad714a8e9",
"body": "Use the good column for total",
"is_bot": false,
"headline": "Merge pull request #10 from okom3pom/okom3pom-fix-total",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2021-01-13T08:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808c1163e6aaaba544496b0475464bed5c479c65",
"body": null,
"is_bot": false,
"headline": "Use the good column for total",
"author_name": "okom3pom",
"author_login": "Touxten",
"committed_at": "2020-12-24T05:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f9acafb15083746036663a424968ee415355fd",
"body": "Update short description and logo",
"is_bot": false,
"headline": "Merge pull request #9 from Julievrz/dev",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2020-10-09T09:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "490a9e99da97e5f1a606c1ee86f9e12c9a2a0130",
"body": null,
"is_bot": false,
"headline": "Update logo",
"author_name": "Julie Varisellaz",
"author_login": "Julievrz",
"committed_at": "2020-10-09T09:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58a2fa2466fd7b41b4edf9b83a97e5648064d833",
"body": null,
"is_bot": false,
"headline": "Update short descrption",
"author_name": "Julie Varisellaz",
"author_login": "Julievrz",
"committed_at": "2020-10-09T09:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e202c1ec4f594e6105f39660e23771b547018e8",
"body": null,
"is_bot": false,
"headline": "Update About section of Readme",
"author_name": "Julie Varisellaz",
"author_login": "Julievrz",
"committed_at": "2020-10-09T09:11:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b169afeba43e509b3f539009d0615fac2fa009",
"body": "Fix license headers - part 2",
"is_bot": false,
"headline": "Merge pull request #8 from matks/fix-license-headers-2",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2020-07-22T13:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb162d7563894b439416c8e3c5c21f30a6248965",
"body": null,
"is_bot": false,
"headline": "Update license header file translations/index.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-07-22T10:11:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad33434e9a7d6984a9bef14b5fe825d853f00b74",
"body": null,
"is_bot": false,
"headline": "Update license header file statsbestproducts.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-07-22T10:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8bf7ce9f6f75514b28bacbdabe535b0a385c06",
"body": null,
"is_bot": false,
"headline": "Update license header file index.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-07-22T10:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f661b650c978b261778fdf019856f013e0572f",
"body": "Add dependabot config file",
"is_bot": false,
"headline": "Merge pull request #7 from PierreRambaud/dev",
"author_name": "Mathieu Ferment",
"author_login": "matks",
"committed_at": "2020-07-20T08:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "915fea123eef4598dde89b7850ecdbc77a2ebf96",
"body": null,
"is_bot": false,
"headline": "Add dependabot config file",
"author_name": "matks",
"author_login": null,
"committed_at": "2020-07-20T08:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43dc64aa0f8708418ddd85828f2180af8c5bc2b7",
"body": "Fix outdated license headers",
"is_bot": false,
"headline": "Merge pull request #6 from matks/dev",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2020-06-09T15:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c093ec35f9e0c3fd779c932427262585beefd914",
"body": null,
"is_bot": false,
"headline": "Update license header file translations/index.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-06-09T09:33:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "078e13d3650ce69732fdef2f53980be424b81877",
"body": null,
"is_bot": false,
"headline": "Update license header file statsbestproducts.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-06-09T09:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee4b93a061e92fe19a8d15f76e1b4362dcc6f462",
"body": null,
"is_bot": false,
"headline": "Update license header file index.php",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-06-09T09:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a1320a3082fc83a594ff862f745f1d45bf1e4a",
"body": "Add CONTRIBUTORS file",
"is_bot": false,
"headline": "Merge pull request #5 from matks/dev",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2020-06-08T07:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "234f3ec138902e8a1cef0fbf2ef0ace10730d258",
"body": null,
"is_bot": false,
"headline": "Add CONTRIBUTORS file",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-06-05T21:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d3b4ea9e3ba31ee87c62d1b6a40a72d17c54e0",
"body": "Enable Release Drafter",
"is_bot": false,
"headline": "Merge pull request #4 from matks/dev",
"author_name": "Progi1984",
"author_login": "Progi1984",
"committed_at": "2020-04-02T07:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da93f4fe263aec8e59b3ef6abfdd5877e8c2ebb",
"body": null,
"is_bot": false,
"headline": "Enable Release Drafter",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-04-01T16:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b84814ca28814c21fb48022eafd666d14bab94",
"body": "Add GitHub PR template",
"is_bot": false,
"headline": "Merge pull request #3 from matks/dev",
"author_name": "GoT",
"author_login": "PierreRambaud",
"committed_at": "2020-03-31T07:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1e637c34058b12a223448dbe6fccc2828552ae1",
"body": null,
"is_bot": false,
"headline": "Add Pull Request template for github",
"author_name": "matks",
"author_login": "matks",
"committed_at": "2020-03-30T16:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cb4c351d2fc2a3e9cf744d33434c68d604f09b",
"body": null,
"is_bot": false,
"headline": "Update readme",
"author_name": "Pablo Borowicz",
"author_login": null,
"committed_at": "2020-01-20T17:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2ddc69940ab67a32cff893c015f19338960397",
"body": null,
"is_bot": false,
"headline": "Add license file",
"author_name": "Pablo Borowicz",
"author_login": null,
"committed_at": "2020-01-20T17:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e07720c025d54dbc17244d55efa519c73d1a743",
"body": null,
"is_bot": false,
"headline": "Make license SPDX compliant",
"author_name": "Pablo Borowicz",
"author_login": null,
"committed_at": "2020-01-20T17:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed33cdcc6cc6657ad97b944620e085a36261bc8",
"body": null,
"is_bot": false,
"headline": "// Version updated to v2.0.0",
"author_name": "Maxime Biloé",
"author_login": "maximebiloe",
"committed_at": "2017-01-30T16:33:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295d757370a1ee796b0fb14077c5155225564006",
"body": "(cherry picked from commit 8271d1fe360c0c01cc6b32dbf9e1ec5912d4ee17)",
"is_bot": false,
"headline": "Update minimum compliancy version",
"author_name": "Michel ANTOINE",
"author_login": "antoin-m",
"committed_at": "2017-01-30T15:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d479b8e5a0aa172718c69f456196d4e842bad5a",
"body": "mp\n\n(cherry picked from commit e92b8953c2036d1d5ef06b2f302ffd2426db602b)",
"is_bot": false,
"headline": ":tada: add translation domains",
"author_name": "Michel ANTOINE",
"author_login": "antoin-m",
"committed_at": "2017-01-30T15:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6a68e7f921c8c1bfde0f97335390bf7433760e",
"body": "(cherry picked from commit 969a4cae9a08548e2eeaa6cc7b87a5729084678e)",
"is_bot": false,
"headline": "CSFIX",
"author_name": "Michel ANTOINE",
"author_login": "antoin-m",
"committed_at": "2017-01-30T15:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dcdf715d84f3d1c04928eefd393d69eaebeb24",
"body": null,
"is_bot": false,
"headline": "// Version updated to v1.5.1",
"author_name": "Maxime Biloé",
"author_login": "maximebiloe",
"committed_at": "2017-01-12T16:55:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edaf3351d83f4f16dec33b95cfad7389afcf119f",
"body": "* master:",
"is_bot": false,
"headline": "Merge branch 'master' into dev",
"author_name": "Maxime Biloé",
"author_login": "maximebiloe",
"committed_at": "2017-01-12T16:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e94ea2c6bfeb17b381ad9f3c874fba5fc64ba039",
"body": "Update max version compliancy",
"is_bot": false,
"headline": "Merge pull request #1 from PrestaShop/antoin-m-patch-1",
"author_name": "Maxime Biloé",
"author_login": null,
"committed_at": "2017-01-11T14:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea9117d6f472a09b03e746852bdbf732fd844153",
"body": null,
"is_bot": false,
"headline": "Update max version compliancy",
"author_name": "antoin_m",
"author_login": "antoin-m",
"committed_at": "2017-01-11T09:16:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f78972f9a8ab7591d6c76c07c776bb6f83c50c",
"body": null,
"is_bot": false,
"headline": "// Happy New Year PrestaShop!",
"author_name": "François Gaillard",
"author_login": "gaillafr",
"committed_at": "2016-01-13T09:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7681c60ead68cc8c00f9e4beab9d4c536c340cd4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2015-08-28T15:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612af0793eced8ce13141fa55298b8d5ef322cbc",
"body": null,
"is_bot": false,
"headline": "// Update composer.json",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2015-08-28T15:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582bad11b9d74d5beff59afc24af5fcb1637c2f0",
"body": null,
"is_bot": false,
"headline": "// Version updated to v1.5.0",
"author_name": "Jérôme Nadaud",
"author_login": null,
"committed_at": "2015-08-27T14:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e95c920822c1a693f55620c4e63f2a35bc087ab",
"body": null,
"is_bot": false,
"headline": "// Add composer.json",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2015-07-20T12:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f2ae638bc355ee2938b78cab5a1f3d0a2b3449b",
"body": null,
"is_bot": false,
"headline": "// Add composer.json",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2015-07-20T09:10:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37207d71badee9c4e1d38bed4d0a46ec1c5bcd85",
"body": null,
"is_bot": false,
"headline": "// Update PrestaShop license headers (2007-2015)",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2015-05-11T09:36:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8890efbadb6b8f6e721c2aba35dff50ce088e2e8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'dev'",
"author_name": "Jerome Nadaud",
"author_login": "jnadaud",
"committed_at": "2014-08-21T12:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0448a6f8e6674cf7dacbe6e124f3ced0528873e7",
"body": null,
"is_bot": false,
"headline": "//Version update",
"author_name": "Jerome Nadaud",
"author_login": "jnadaud",
"committed_at": "2014-08-21T12:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb55ac881bf3e324e22628a7446c2c2f9614139b",
"body": null,
"is_bot": false,
"headline": "// Include deactivated product in best products stats",
"author_name": "Damien Metzger",
"author_login": null,
"committed_at": "2014-08-20T13:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cd2f471bd3f291793349bcfc883865356b74fa",
"body": null,
"is_bot": false,
"headline": "[-] MO : multistore filter in best products modules",
"author_name": "Damien Metzger",
"author_login": null,
"committed_at": "2014-08-19T14:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b21ba64cabbaf78e783795c58a3cb6c79b564cbb",
"body": null,
"is_bot": false,
"headline": "// Added Readme.md",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2014-07-28T16:56:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "229d37305dc0d8bb11f5b073589588c9448b5b7a",
"body": null,
"is_bot": false,
"headline": "// Added Readme.md",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2014-07-28T16:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5793e2f369e9e548d084dfa912f8722aa77fb12",
"body": null,
"is_bot": false,
"headline": "// w3c",
"author_name": "sfroment42",
"author_login": "sfroment",
"committed_at": "2014-07-01T14:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfdf4aba99946b7ea38ce7a89f097db9798ae717",
"body": null,
"is_bot": false,
"headline": "// small fix",
"author_name": "Rémi Gaillard",
"author_login": "rGaillard",
"committed_at": "2014-06-13T12:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "398367ebbdc244adbfc2ed33b822f2d31bb4bfc5",
"body": null,
"is_bot": false,
"headline": "// Changelog updated",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2014-04-22T16:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f16175a699c486d31d96102e1e09f863cfeb4feb",
"body": "… => 1.6)",
"is_bot": false,
"headline": "/ MO statsbestproducts : min ps_versions_compliancy modified (1.5.6.1…",
"author_name": "Quetzacoalt91",
"author_login": "Quetzacoalt91",
"committed_at": "2014-03-27T16:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87dce5953e9553135eaee9b0782a9f1bcc0bab93",
"body": null,
"is_bot": false,
"headline": "/ MO statsbestproducts : ps_versions_compliancy added",
"author_name": "Quetzacoalt91",
"author_login": "Quetzacoalt91",
"committed_at": "2014-03-24T14:22:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "875ed29ec6094132fe70c2574946b7b141205675",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Francois Gaillard",
"author_login": null,
"committed_at": "2014-03-20T13:36:03Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 5,
"commits_last_year": 17,
"latest_release_at": "2026-06-22T15:14:14Z",
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_last_push": 32,
"active_weeks_last_year": 4,
"days_since_latest_release": 32,
"mean_days_between_releases": 862
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "prestashop/statsbestproducts",
"exists": true,
"license": "AFL-3.0",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/prestashop/statsbestproducts",
"is_deprecated": false,
"latest_version": "v3.0.0",
"repository_url": "https://github.com/prestashop/statsbestproducts",
"versions_count": 5,
"total_downloads": 8475528,
"dependents_count": 3,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 195011,
"first_published_at": null,
"latest_published_at": "2026-06-22T14:59:32Z",
"latest_version_yanked": null,
"days_since_latest_publish": 32
}
]
},
"popularity": {
"forks": 14,
"stars": 2,
"watchers": 32,
"fork_history": {
"days": [
{
"date": "2016-06-25",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-12-29",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 8670,
"source_files_sampled": 9,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "symfony/process",
"direct": false,
"version": "5.4.3",
"severity": "high",
"ecosystem": "packagist",
"cvss_score": 8.4,
"advisory_ids": [
"GHSA-qq5c-677p-737q",
"GHSA-r39x-jcww-82v6"
],
"fixed_version": "8.0.5",
"advisory_count": 2,
"oldest_advisory_days": 625
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 33,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "composer/pcre",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "composer/semver",
"direct": false,
"version": "3.2.7",
"ecosystem": "packagist"
},
{
"name": "composer/xdebug-handler",
"direct": false,
"version": "2.0.4",
"ecosystem": "packagist"
},
{
"name": "doctrine/annotations",
"direct": false,
"version": "1.13.2",
"ecosystem": "packagist"
},
{
"name": "doctrine/lexer",
"direct": false,
"version": "1.2.2",
"ecosystem": "packagist"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": "2.19.3",
"ecosystem": "packagist"
},
{
"name": "nikic/php-parser",
"direct": false,
"version": "3.1.5",
"ecosystem": "packagist"
},
{
"name": "php-cs-fixer/diff",
"direct": false,
"version": "1.3.1",
"ecosystem": "packagist"
},
{
"name": "prestashop/autoindex",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "prestashop/header-stamp",
"direct": false,
"version": "1.7",
"ecosystem": "packagist"
},
{
"name": "prestashop/php-dev-tools",
"direct": false,
"version": "3.16.1",
"ecosystem": "packagist"
},
{
"name": "psr/cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "packagist"
},
{
"name": "psr/container",
"direct": false,
"version": "1.1.1",
"ecosystem": "packagist"
},
{
"name": "psr/event-dispatcher",
"direct": false,
"version": "1.0.0",
"ecosystem": "packagist"
},
{
"name": "psr/log",
"direct": false,
"version": "1.1.4",
"ecosystem": "packagist"
},
{
"name": "squizlabs/php_codesniffer",
"direct": false,
"version": "3.6.2",
"ecosystem": "packagist"
},
{
"name": "symfony/console",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/debug",
"direct": false,
"version": "4.4.37",
"ecosystem": "packagist"
},
{
"name": "symfony/deprecation-contracts",
"direct": false,
"version": "2.5.0",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher",
"direct": false,
"version": "5.4.3",
"ecosystem": "packagist"
},
{
"name": "symfony/event-dispatcher-contracts",
"direct": false,
"version": "2.5.0",
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": false,
"version": "5.4.3",
"ecosystem": "packagist"
},
{
"name": "symfony/finder",
"direct": false,
"version": "3.4.47",
"ecosystem": "packagist"
},
{
"name": "symfony/options-resolver",
"direct": false,
"version": "5.4.3",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-ctype",
"direct": false,
"version": "1.24.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-mbstring",
"direct": false,
"version": "1.24.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php70",
"direct": false,
"version": "1.20.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php72",
"direct": false,
"version": "1.24.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php73",
"direct": false,
"version": "1.24.0",
"ecosystem": "packagist"
},
{
"name": "symfony/polyfill-php80",
"direct": false,
"version": "1.24.0",
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": "5.4.3",
"ecosystem": "packagist"
},
{
"name": "symfony/service-contracts",
"direct": false,
"version": "2.5.0",
"ecosystem": "packagist"
},
{
"name": "symfony/stopwatch",
"direct": false,
"version": "5.4.3",
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 33,
"direct_count": 0,
"indirect_count": 33
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 27,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 3
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "Progi1984",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1533248?v=4"
},
{
"type": "User",
"login": "matks",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/3830050?v=4"
},
{
"type": "User",
"login": "Quetzacoalt91",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/6768917?v=4"
},
{
"type": "User",
"login": "mattgoud",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/99822883?v=4"
},
{
"type": "User",
"login": "PierreRambaud",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1462701?v=4"
},
{
"type": "User",
"login": "Hlavtox",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6097524?v=4"
},
{
"type": "User",
"login": "kpodemski",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2137763?v=4"
},
{
"type": "User",
"login": "antoin-m",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3316447?v=4"
},
{
"type": "User",
"login": "Julievrz",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/70583503?v=4"
},
{
"type": "User",
"login": "maximebiloe",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/2203436?v=4"
}
],
"contributors_sampled": 23,
"top_contributor_share": 0.15
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"add-issue-to-project.yml",
"build-release.yml",
"php.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpstan.neon"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"composer.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 8,
"reason": "Found 9/11 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "401d8415211e24f1a040e136038cbba4d6929959",
"ran_at": "2026-07-25T04:14:06Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T04:10:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-06-22T14:59:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/PrestaShop/statsbestproducts",
"host": "github.com",
"name": "statsbestproducts",
"owner": "PrestaShop"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 62,
"vitality": 51,
"community": 46,
"governance": 88,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 51,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 32,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 32 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 32
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"releases_count": 5,
"latest_release_tag": "v3.0.0",
"releases_from_tags": false,
"days_since_latest_release": 32,
"mean_days_between_releases": 862
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "5 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 5
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 32 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 32
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~862 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 862
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 43,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 43 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 43
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"forks": 14,
"stars": 2,
"watchers": 32,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "32 watchers",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 32
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (AFL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AFL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"packages": [
"prestashop/statsbestproducts"
],
"dependents": 3,
"ecosystems": "packagist",
"total_downloads": 8475528,
"monthly_downloads": 195011
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "195,011 downloads/month across packagist",
"points": 70.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 195011,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "3 packages depend on it",
"points": 4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 3
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "excellent",
"name": "Sustainability & Governance",
"value": 88,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 23,
"top_contributor_share": 0.15
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 15% of commits",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 15
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "23 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 23
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"merged_prs": 27,
"open_issues": 0,
"closed_issues": 4,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "27/30 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 27,
"decided": 30
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/11 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 574,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "PrestaShop",
"public_repos": 292,
"account_age_days": 4998
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "574 followers of PrestaShop",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 574,
"login": "PrestaShop"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "292 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 292
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"prestashop/statsbestproducts"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 32
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on packagist",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "packagist"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 32 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 32
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "phpstan.neon",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"prestashop-module",
"native-module",
"hacktoberfest",
"prestashop"
],
"has_wiki": false,
"homepage": "http://www.prestashop.com",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://www.prestashop.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 11 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 9/11 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 33 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 33
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 33,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 33,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "32 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 32,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"composer.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.082,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "phpstan.neon",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "phpstan.neon"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "8 of the last 97 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 8,
"sampled": 97
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 8670,
"source_files_sampled": 9,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/9 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T04:14:28.166850Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/PrestaShop/statsbestproducts.svg",
"full_name": "PrestaShop/statsbestproducts",
"license_state": "standard",
"license_spdx": "AFL-3.0"
}