JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 142,
"has_wiki": false,
"homepage": "https://spryker.com",
"languages": {
"PHP": 30464,
"Twig": 11299
},
"pushed_at": "2026-07-24T12:13:17Z",
"created_at": "2018-01-09T18:14:08Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T12:14:25Z",
"description": "[READ ONLY] Subtree split of the DiscountPromotionWidget module.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"Twig"
]
},
"owner": {
"blog": "https://spryker.com/",
"name": null,
"type": "Organization",
"login": "spryker-shop",
"company": null,
"location": null,
"followers": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/31899411?v=4",
"created_at": "2017-09-12T17:45:09Z",
"is_verified": null,
"public_repos": 210,
"account_age_days": 3236
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "3.7.0",
"kind": "minor",
"published_at": "2024-12-24T10:26:32Z"
},
{
"tag": "3.6.0",
"kind": "minor",
"published_at": "2024-05-22T10:55:45Z"
},
{
"tag": "3.5.2",
"kind": "patch",
"published_at": "2023-01-30T21:49:06Z"
},
{
"tag": "3.5.1",
"kind": "patch",
"published_at": "2022-03-21T16:53:01Z"
},
{
"tag": "3.5.0",
"kind": "minor",
"published_at": "2022-02-01T08:35:18Z"
},
{
"tag": "3.4.0",
"kind": "minor",
"published_at": "2021-11-11T12:37:20Z"
},
{
"tag": "3.3.1",
"kind": "patch",
"published_at": "2021-01-19T12:34:14Z"
},
{
"tag": "3.3.0",
"kind": "minor",
"published_at": "2021-01-05T14:09:18Z"
},
{
"tag": "3.2.1",
"kind": "patch",
"published_at": "2020-06-17T15:05:09Z"
},
{
"tag": "3.2.0",
"kind": "minor",
"published_at": "2020-05-18T17:07:25Z"
},
{
"tag": "3.1.2",
"kind": "patch",
"published_at": "2020-04-24T09:55:10Z"
},
{
"tag": "3.1.1",
"kind": "patch",
"published_at": "2019-10-14T14:07:05Z"
},
{
"tag": "3.1.0",
"kind": "minor",
"published_at": "2019-09-27T14:12:36Z"
},
{
"tag": "3.0.1",
"kind": "patch",
"published_at": "2019-07-18T14:07:18Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2019-06-28T12:14:16Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2019-06-21T17:54:16Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2019-06-03T09:17:50Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2019-03-18T16:07:06Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2019-02-19T12:29:32Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2019-02-04T22:12:07Z"
},
{
"tag": "1.2.2",
"kind": "patch",
"published_at": "2018-12-11T08:51:47Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2018-10-31T16:37:26Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2018-10-17T07:28:32Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2018-08-09T13:24:56Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2018-06-15T10:09:53Z"
},
{
"tag": "0.2.1",
"kind": "patch",
"published_at": "2018-06-05T23:14:57Z"
},
{
"tag": "0.2.0",
"kind": "minor",
"published_at": "2018-06-05T20:14:39Z"
},
{
"tag": "0.1.3",
"kind": "patch",
"published_at": "2018-05-30T09:55:54Z"
},
{
"tag": "0.1.2",
"kind": "patch",
"published_at": "2018-03-05T10:42:08Z"
},
{
"tag": "0.1.1",
"kind": "patch",
"published_at": "2018-01-10T20:22:03Z"
},
{
"tag": "0.1.0",
"kind": "minor",
"published_at": "2018-01-10T18:49:50Z"
}
],
"recent_commits": [
{
"oid": "e51198c4c01217de569e84559dc8615e4001b1e6",
"body": "…sniffer (#960)\n\n* Add {@inheritDoc} tags to API plugin methods flagged by architecture sniffer\n\nThe architecture sniffer's ImplementsApiInheritDocRule requires every public\nmethod on *Plugin/*Client/*Service/*Facade/*QueryContainer classes to carry an\n{@inheritDoc} tag. This adds the tag to the 380\n[…]\nhat merely restate an existing native parameter/return type hint.\n\nType-hint-aware: tags on methods without a native hint, and array-shape or\ngeneric tags (e.g. \\ArrayObject<int, ...>), are preserved.",
"is_bot": false,
"headline": "Add {@inheritDoc} tags to API plugin methods flagged by architecture …",
"author_name": "René Klatt",
"author_login": "stereomon",
"committed_at": "2026-07-24T10:16:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ca316c181e585f028dcf5cf95dc5eacccba931c",
"body": null,
"is_bot": false,
"headline": "Fixed CS",
"author_name": "vol4onok",
"author_login": "vol4onok",
"committed_at": "2026-03-02T15:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc52e66aab0da9163389a2d72aa274c260ec17c4",
"body": null,
"is_bot": false,
"headline": "warming up split",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2025-11-01T12:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2bac5d76259ba6bc36dde7ca49909c323828e8",
"body": null,
"is_bot": false,
"headline": "FRW-10648 Fixed phpstan",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2025-08-14T14:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f344cc4784440c49c3c04d5737f4fafe20bc9b09",
"body": null,
"is_bot": false,
"headline": "FRW-10648 Bumped PHP version",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2025-08-13T09:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f9366f7ca83047ffa5b86d3ec3ea80c0ad8500",
"body": "…564)\n\nACP-4316 Use abstract product as identifier for external reviews.",
"is_bot": false,
"headline": "ACP-4316 Use abstract product as identifier for external reviews. (#2…",
"author_name": "Alexander Veselov",
"author_login": "vol4onok",
"committed_at": "2024-12-24T10:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f05a0b519cbef79eed2fffee1d92701aa2f8a2",
"body": null,
"is_bot": false,
"headline": "Update Bundles/DiscountPromotionWidget/.github/PULL_REQUEST_TEMPLATE.md",
"author_name": "Spryker Release Bot",
"author_login": "spryker-release-bot",
"committed_at": "2024-10-07T12:26:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79b4dd3de430b989e3b4bf587f487368452db04",
"body": "…port of PHP 8.3. (#2521)\n\nFRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled support of PHP 8.3.",
"is_bot": false,
"headline": "FRW-8801 Switched PHP version from 8.1 to 8.2 by default, enabled sup…",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2024-09-20T14:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "655ab31be8cf14f5faca7355df465eb91bf5e045",
"body": "FRW-8526 Update contribution.md content for all repos with the Spryker license",
"is_bot": false,
"headline": "FRW-8526 Updated and added missing CONTRIBUTING.md files. (#2500)",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2024-07-18T11:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15fee26d5582f674e0e83eaec0e62a68586b91d4",
"body": "…485)\n\nCC-16986 Yves Cart: Dynamic Page Update without Full Page Reload",
"is_bot": false,
"headline": "CC-16986 Yves Cart: Dynamic Page Update without Full Page Reload. (#2…",
"author_name": "Ilya Kubanov",
"author_login": "ilyakubanov",
"committed_at": "2024-05-22T10:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93fdc118ead0bf21a8d6f5e377a79adc2d161428",
"body": "…ort of PHP 8.2. (#2417)\n\nFRW-998 Dropped PHP 8.0 and added PHP 8.2 support.",
"is_bot": false,
"headline": "FRW-998 Switched PHP version from 8.0 to 8.1 by default, enabled supp…",
"author_name": "Anton Smarovydlo",
"author_login": "asmarovydlo",
"committed_at": "2023-11-02T20:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "445867bbee0438ce206361bdcc06bc2925118de7",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Fixed CI files according to Spryk's CI file version",
"author_name": "Anton Zubariev",
"author_login": null,
"committed_at": "2023-08-21T07:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637590183faa36877c52e42a1041aa00a3be14d2",
"body": "…est-check",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into remove-composer-low…",
"author_name": "Ahmed Sabaa",
"author_login": "a-sabaa",
"committed_at": "2023-02-24T12:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288f3f9f48f74f07a06ace8d1badfe0771fb1bc5",
"body": null,
"is_bot": false,
"headline": "Removed composer validate lowest check from CI",
"author_name": "Ahmed Sabaa",
"author_login": "a-sabaa",
"committed_at": "2023-02-24T12:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58214e56b72caa24da0960692c95433e69e2edcc",
"body": null,
"is_bot": false,
"headline": "FRW-19 Get rid of query->get() method for arrays and CR",
"author_name": "Yaroslav Krutikov",
"author_login": "yaroslav-spryker",
"committed_at": "2023-01-27T14:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58f8c169c975d89bc952106c376760cc9a40b874",
"body": null,
"is_bot": false,
"headline": "FRW-912 Updated licence (#2314)",
"author_name": "Dmitry Tsemma",
"author_login": null,
"committed_at": "2022-11-30T13:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3984371c25d94f5fff49011a400bfc4f6c9f92e9",
"body": "FRW-332 PHP 8+ and Symfony 5+",
"is_bot": false,
"headline": "FRW-332 Drop PHP 7 and Symfony 4 support. (#2272)",
"author_name": "Svyatoslav Varpikhovsky",
"author_login": "geega",
"committed_at": "2022-10-18T17:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d998dfd99cb6ef3ba4d3084fb6671f26754f0240",
"body": null,
"is_bot": false,
"headline": "FRW-66 updated psalm reports by filtered deprecations (#2254)",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2022-08-19T15:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d591203de448716404582794a35a1803995251e",
"body": "…n (#2179)\n\nCC-16031 Promotional Products widget shows name instead of description",
"is_bot": false,
"headline": "CC-16031 Promotional Products widget shows name instead of descriptio…",
"author_name": "Andrii Pushkar",
"author_login": "Zingeon",
"committed_at": "2022-03-21T16:50:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f69a7ed681a482192bb591cb4154ed67b58899f",
"body": null,
"is_bot": false,
"headline": "Fix up Docs URLs.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2022-03-17T15:43:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07650b756cb3521c2acb50df180e94a97946a96",
"body": "* Update baselines",
"is_bot": false,
"headline": "Update baselines (#2152)",
"author_name": "Mark Scherer",
"author_login": "dereuromark",
"committed_at": "2022-02-17T09:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0964611982427b1a7f602833a3948cd74037a55",
"body": "…products. (#2094)\n\nCC-14561: Support multiple abstract products in discount promotional products.",
"is_bot": false,
"headline": "CC-14561: Support multiple abstract products in discount promotional …",
"author_name": "Roman Havrylko",
"author_login": "romanhavrylko",
"committed_at": "2022-02-01T08:28:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f9b5443f1e46fb63ba71f12356c1d653ab2793a",
"body": "* TE-10574 Fix up phpstan config",
"is_bot": false,
"headline": "TE-10574 Fix up phpstan config (#2130)",
"author_name": "Mark Scherer",
"author_login": "dereuromark",
"committed_at": "2022-01-26T16:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2a923d70dee4f201a05d8306d58ad01e7bfb859",
"body": null,
"is_bot": false,
"headline": "Update composer files for 2.2+ and allow-plugins config.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2022-01-14T12:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71ab1f46922f23066034feb35c472b23eec9e9bb",
"body": "CC-14559 Display discounted price on promotional products",
"is_bot": false,
"headline": "CC-14559 Display discounted price on promotional products (#2069)",
"author_name": "Pyvovarov Stanislav",
"author_login": "pyvovarov-s",
"committed_at": "2021-11-11T12:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f434d7919f2fca508367b1657325c14bf9cbb5ac",
"body": null,
"is_bot": false,
"headline": "TE-9955 Require PHP 7.4+ now.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-10-18T16:05:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f6f41f0d966b092764d2a95608da570d7b592a9",
"body": "* TE-10017 Fix IdeHelper typehints, upgrade PHPStan levels.\r\n\r\n* TE-10017 Remove unneeded ignores.",
"is_bot": false,
"headline": "TE-10017 Fix IdeHelper typehints, upgrade PHPStan levels. (#2053)",
"author_name": "Mark Scherer",
"author_login": "dereuromark",
"committed_at": "2021-10-13T08:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e164ac73663f1e50a86d741c82898b05630e198f",
"body": null,
"is_bot": false,
"headline": "TE-9955 Clean up meta files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-10-09T01:05:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46dd89d6890cf321bc5652d1cbf11d0854eeb9eb",
"body": null,
"is_bot": false,
"headline": "TE-9955 Update PHP min version.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-10-09T00:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe8f3dfd4092727bce9a6f834df9d2a9af952efb",
"body": "TE-9886 CodeSniffer update for iterable generics",
"is_bot": false,
"headline": "TE-9886 CS iterable generics (#2039)",
"author_name": "Mark Scherer",
"author_login": "dereuromark",
"committed_at": "2021-09-17T11:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3febc1947592716f94083bfafa77987aa3c0922f",
"body": "TE-9806 Const docblock sniff",
"is_bot": false,
"headline": "TE-9806 Improve CS by adding const docblocks with var type (#2033)",
"author_name": "Mark Scherer",
"author_login": "dereuromark",
"committed_at": "2021-09-07T15:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55099662b3025575e9f74a654caff32cec36ed1d",
"body": null,
"is_bot": false,
"headline": "TE-9134 Remove codecept test file from export-ignore",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-07-07T15:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c60ff4c92e03a51df9f0e1fc570155da44fca8b",
"body": null,
"is_bot": false,
"headline": "TE-8692 Reactivated modules A-L",
"author_name": "Olha Livitchuk",
"author_login": "olhalivitchuk",
"committed_at": "2021-05-28T14:04:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dedeae56dbc163fa3c2afdadfbd0f45ef5626e74",
"body": null,
"is_bot": false,
"headline": "TE-9104 CI to GithubActions",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-05-05T17:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d77820c56833746118c6f091fc9fb5dd116dfa0c",
"body": null,
"is_bot": false,
"headline": "format: apply to yaml and xml files",
"author_name": "Alex Malkevich",
"author_login": "gund",
"committed_at": "2021-05-04T13:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ad93115b9ed9a3cbb4e76244a8f39a50b5a4343",
"body": null,
"is_bot": false,
"headline": "TE-9106 Fix composer.json indentation",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2021-05-03T14:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2281eeea7bf3ce3d6325b437c1348743f0683100",
"body": "…863)\n\nCC-12364 Fixed application of discount for promotional products",
"is_bot": false,
"headline": "CC-12364: Fixed application of discount for promotional products. (#1…",
"author_name": "Andrey Maslov",
"author_login": "andrew-maslov",
"committed_at": "2021-01-19T12:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0651dfc9400b58b3f1107eee41803debee938a30",
"body": "…-fe-setup-single-formatter\n\n# Conflicts:\n#\tBundles/AgentPage/phpstan.json\n#\tBundles/CustomerPage/phpstan.json",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into feature/te-7291/dev…",
"author_name": "maslov",
"author_login": "andrew-maslov",
"committed_at": "2021-01-08T08:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50044065ba7530713c49580e3b4768c6198ed22",
"body": null,
"is_bot": false,
"headline": "TE-8140 moved cache key generation to the separate class",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2020-12-29T08:14:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2254e05ef8a9e492d922129e6af8a5f636e57c5c",
"body": null,
"is_bot": false,
"headline": "TE-8140 adjusted plugins",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2020-12-24T14:16:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18fd764f0726dbd842394debae1a95991dd95993",
"body": null,
"is_bot": false,
"headline": "TE-8140 fixed dependencies",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2020-12-24T09:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b387cfef0af40958260e555b25b9f94c1f64d2",
"body": null,
"is_bot": false,
"headline": "TE-8140 CR fixes",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2020-12-24T08:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea3696f678ff8da548e488277f45696ee79b6f09",
"body": null,
"is_bot": false,
"headline": "TE-8140 prepared widget cache key infrustucture",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2020-12-23T09:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cfe4fdb597bb50f4a5eee4d21829c3c82e7995",
"body": "* TE-7291: formatted files according to prettier config\r\n\r\n* TE-7414: fixed path to prettier config\r\n\r\nTE-7414: fixed formatting\r\n\r\n* TE-7414: fixed according to CR\r\n\r\n* TE-7291: ignored prettier code\r\n\r\n* TE-7414: Executed formatter for new files\r\n\r\n* TE-7402 Execute format check in CI (#1835)\r\n\r\n* TE-7402: added checks to travis\r\n\r\n* TE-7414: updated ignore files for travis\r\n\r\n* TE-7402: updated travis config",
"is_bot": false,
"headline": "TE-7414 Execute formatter on whole project (#1791)",
"author_name": "Andrey Maslov",
"author_login": "andrew-maslov",
"committed_at": "2020-12-22T20:04:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670afdedb8f47da0597bb6cca5e9d23679972dac",
"body": null,
"is_bot": false,
"headline": "Sync meta files",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-11-20T10:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35a342814b3401ffa40bf269c496c98aadb3c216",
"body": null,
"is_bot": false,
"headline": "TE-7661 Upgrade to PHP 7.3+",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-10-27T11:32:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83964dfefaf1e5fd90ac5e2b876c401e0b661022",
"body": null,
"is_bot": false,
"headline": "TE-7661 Upgrade to PHP 7.3+",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-10-27T10:00:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac757eacaf3e32a0168b87c0ea4857e9edb3f15c",
"body": null,
"is_bot": false,
"headline": "Update psalm report.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-10-22T13:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ad96c8ef4c2a8e075a6c1410898b96979d609d8",
"body": null,
"is_bot": false,
"headline": "TE-7001 Reverted change in composer.json's.",
"author_name": "René Klatt",
"author_login": "stereomon",
"committed_at": "2020-10-02T11:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5c29cf0a59c3eb5f679e878a02b55c104d4a2a",
"body": null,
"is_bot": false,
"headline": "TE-7001 Updated constraints.",
"author_name": "René Klatt",
"author_login": "stereomon",
"committed_at": "2020-10-02T11:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5744333061596d50954244593c1611091661c90f",
"body": null,
"is_bot": false,
"headline": "Set PHPStan levels higher where possible.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-09-24T13:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f243504f5e6c7d4116b9a3081ed278f810e9bb61",
"body": null,
"is_bot": false,
"headline": "Add missing twig template transfers",
"author_name": "Stanislav Matveev",
"author_login": "matweew",
"committed_at": "2020-09-07T20:50:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2510509756f0cd993597d0c15d7959dcf1c6296f",
"body": null,
"is_bot": false,
"headline": "Add missing twig template transfers",
"author_name": "Stanislav Matveev",
"author_login": "matweew",
"committed_at": "2020-09-07T08:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef17194287477ad5d8defe0b4d9ea9b3d48b081f",
"body": null,
"is_bot": false,
"headline": "CC-10133: adjust widgets with csrf token",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2020-07-08T15:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073e62aa4bb19bd8c43ee0bc3030ce58fbedd899",
"body": "… in github diff.",
"is_bot": false,
"headline": "Use linguist-generated=true as binary replacement for display removal…",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-06-23T10:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d7ef61dc61a1eb76f2fb4399a35f8a634c32d57",
"body": null,
"is_bot": false,
"headline": "Add deprecations per module for shop modules. nonsplit only.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-06-23T10:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff6ce7167b68700597012f0b4e3efc87d5be6cb",
"body": null,
"is_bot": false,
"headline": "TE-5961 Merged master",
"author_name": "Denis Gnusov",
"author_login": "denis-gnusov",
"committed_at": "2020-06-15T13:37:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03def8809a84534f32996126ba1fa305e68e6f34",
"body": null,
"is_bot": false,
"headline": "Fix PHPStan issues.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-06-04T17:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b075e0146a51a0905a57dd4c1540cc5f2fb142d5",
"body": null,
"is_bot": false,
"headline": "TE-5961 Refactored all ContainerInterface array access to setter.",
"author_name": "René Klatt",
"author_login": "stereomon",
"committed_at": "2020-05-29T13:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12afe78635c85135224c029f8b4fe5056f413070",
"body": null,
"is_bot": false,
"headline": "Refactor deprecations to clickable links.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-05-19T12:20:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d8181bec2d3e2e7e146401f16e5cbb08519d4b",
"body": null,
"is_bot": false,
"headline": "resolve conflict",
"author_name": "dmytro.volkov",
"author_login": "dmitry-volkov",
"committed_at": "2020-04-24T12:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72dfbe542f9d5f30732d9e0e1fa65063def4e880",
"body": null,
"is_bot": false,
"headline": "PS-13062: Fixed according to CR",
"author_name": "maslov",
"author_login": "andrew-maslov",
"committed_at": "2020-04-20T14:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39e4c88e3f5b156a6d245f9348778bcf21d5cda",
"body": "…cart-manipulation-forms",
"is_bot": false,
"headline": "Merge branch 'master' into bugfix/te-4053-adding-csrf-protection-for-…",
"author_name": "dmytro.volkov",
"author_login": "dmitry-volkov",
"committed_at": "2020-04-16T15:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "609f01bbdef49316502ee61d6a699aff3af356be",
"body": null,
"is_bot": false,
"headline": "cc-9105: Fixed color issue for promotional product",
"author_name": "maslov",
"author_login": "andrew-maslov",
"committed_at": "2020-04-13T12:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9de8df9551897f5d9be9e97427e240f3d662c7b",
"body": null,
"is_bot": false,
"headline": "TE-4052: added protection for addItems action, added addItems widget",
"author_name": "dmytro.volkov",
"author_login": "dmitry-volkov",
"committed_at": "2020-04-07T16:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d62aee1cffc1cf6ee592d5daa107e963c2bdd15",
"body": "…ToCart widget",
"is_bot": false,
"headline": "TE-4052: added protection for remove and addToCart actions, added add…",
"author_name": "dmytro.volkov",
"author_login": "dmitry-volkov",
"committed_at": "2020-04-07T15:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "644d71b88fa8679f8379092d4367d4a6d5969284",
"body": null,
"is_bot": false,
"headline": "chore(git): remove *.ts files from binary list",
"author_name": "Alex",
"author_login": "gund",
"committed_at": "2020-04-03T15:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8804e03a29431fe14db190e7548bc594a1cc2a10",
"body": null,
"is_bot": false,
"headline": "TE-4821 Fix up transfers",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-02-04T15:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03919e4112a6fbd8729c6e67da8be8eceff672df",
"body": null,
"is_bot": false,
"headline": "Fix up meta files. Remove codeception.yml where no tests.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2020-01-14T12:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453860c227ffb9044265f7c5f561ccce8df3ef87",
"body": null,
"is_bot": false,
"headline": "Sync README files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-19T16:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5221f2c46ad0eb071fdd57aa6ae9db55cf69c61d",
"body": null,
"is_bot": false,
"headline": "Sync meta files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-19T13:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33284e1394ca7d9ed3bbacb17428f673fecb163f",
"body": null,
"is_bot": false,
"headline": "Fix require dev dependencies.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-19T11:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0292b16d56228a2de238a183f71700509f472274",
"body": null,
"is_bot": false,
"headline": "Sync meta files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-19T09:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fa43466bfd78dac67893e1e0bd799146ecd3ff",
"body": null,
"is_bot": false,
"headline": "Fix missing cs commands. Sync meta files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-18T16:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540cb3277d92006a79fa6a628c2b3cd16fe65c0e",
"body": null,
"is_bot": false,
"headline": "Fix missing cs commands. Sync meta files.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-18T16:20:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0597d33ccb380883714b48287797838b9b92e850",
"body": null,
"is_bot": false,
"headline": "Fix meta files",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-12-17T15:57:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "438e5d4944a5b0a85b53cd6ce8d58f1f9f54175f",
"body": null,
"is_bot": false,
"headline": "Auto-fix composer branch aliases.",
"author_name": "Spryker CI",
"author_login": null,
"committed_at": "2019-11-30T11:37:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad5f3c43c4dbbb7d79252d61df7d1fad7ff3f0f4",
"body": "TE-4334 updated travis files\n\nTE-4334 Travis version update\n\nTE-4334 Update more composer.json",
"is_bot": false,
"headline": "TE-4334 raised minimum version of php to 7.2",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2019-11-13T16:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55eda3d0eaaaf22f6225331856779de80afe32f",
"body": null,
"is_bot": false,
"headline": "TE-4264 Fix transfer definitions to include missing uses - STRICT mode.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-10-14T14:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839d7d6cf1fdec392c518d58a6c4ca6ecd6118de",
"body": null,
"is_bot": false,
"headline": "TE-4264 Fix transfer definitions to include missing uses - STRICT mode.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-10-14T12:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836f3bccff9f1f2863a5cc13c61698ca69476b1e",
"body": null,
"is_bot": false,
"headline": "TE-4264 Fix transfer definitions to include missing uses.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-10-14T10:22:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e70ed5ff87540cdbc9eae3a57f4195804fb7db89",
"body": null,
"is_bot": false,
"headline": "TE-4275 Fix databuilder XSD usage.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-10-01T12:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29ebbf139deffd641e1aa30085fd96a5160a280f",
"body": "…mance-test\n\nTE-1371 Full performance test - part 2",
"is_bot": false,
"headline": "Merge pull request #1114 from spryker/feature/te-1371/dev-full-perfor…",
"author_name": "Mark Sch",
"author_login": "dereuromark",
"committed_at": "2019-09-27T14:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac021d4a3f72b84b9213713716ab6c0ffa03b62",
"body": null,
"is_bot": false,
"headline": "Fix XML syntax.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-09-24T15:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "669495fc4a9cb99ce15df9b07a61e6244255ce44",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/te-1371/dev-full-performance-test",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2019-09-03T09:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab3048ea6088ce2897d2cac1988aa03eb4fe68c8",
"body": "…'master' of github.com:spryker/spryker-shop into feature/te-3415/master-define-atomic-design-api",
"is_bot": false,
"headline": "Merge branches 'feature/te-3415/master-define-atomic-design-api' and …",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-08-29T11:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bda7cafae3d6632763442b266421a6f9ef347d9",
"body": null,
"is_bot": false,
"headline": "TE-3940 Use composer name instead of module name in dependency.json",
"author_name": "René Klatt",
"author_login": "stereomon",
"committed_at": "2019-08-15T04:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d04f7981bdc3d7adac495e69c80c99e8b6ce9e75",
"body": null,
"is_bot": false,
"headline": "TE-1371 raised versions of product storage module in dependencies",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2019-07-24T15:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac797919f6cffc8f3ab6593ed5127925e91cdbc8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/te-1371/dev-full-performance-test",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2019-07-24T10:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1231ce2e18455c838ec84d530e02787433eb77e8",
"body": null,
"is_bot": false,
"headline": "TE-3881: fix API according to sniffer rules",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-23T09:27:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "199bc28e5dea3e1a296c1089c629df453c2a4bbd",
"body": null,
"is_bot": false,
"headline": "TE-945: update composer dependency on ShopUi",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-18T13:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3054864b248c79303a50b857b4d96de5dc517ad6",
"body": null,
"is_bot": false,
"headline": "TE-945: fix composer dependency in Modules",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-11T13:42:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c2da9ca5b4401d5abb383ac9d47e0b1e7b0d4c",
"body": "…of github.com:spryker/spryker-shop into feature/te-945-move-b2c-b2b-components",
"is_bot": false,
"headline": "Merge branches 'feature/te-945-move-b2c-b2b-components' and 'master' …",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-08T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53a80fcab0b8777c794c58d80a7fa0b6cf779e8",
"body": null,
"is_bot": false,
"headline": "TE-552 merged with dev epic",
"author_name": "gechetspr",
"author_login": "gechetspr",
"committed_at": "2019-07-08T11:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94311d556c8423c3e822cadcff7a378c4a02aa7a",
"body": null,
"is_bot": false,
"headline": "Adjust to Kernel minor for container set() availability.",
"author_name": "mscherer",
"author_login": "dereuromark",
"committed_at": "2019-07-08T08:25:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356d20718828468704db4a48b70bb35e7cece220",
"body": "…of github.com:spryker/spryker-shop into feature/te-945-move-b2c-b2b-components\n\n# Conflicts:\n#\tBundles/ShoppingListWidget/src/SprykerShop/Yves/ShoppingListWidget/Theme/default/views/shopping-list/shopping-list.twig\n\nMerge branches 'feature/te-945-move-b2c-b2b-components' and 'master' of github.com:spryker/suite-nonsplit into feature/te-945-move-b2c-b2b-components\n\n# Conflicts:\n#\tcomposer.lock",
"is_bot": false,
"headline": "Merge branches 'feature/te-945-move-b2c-b2b-components' and 'master' …",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-01T09:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff3f19e679828f63fa97522c7adaf02437c529d5",
"body": "…tter-component\n\nTE-954 Form-submitter component",
"is_bot": false,
"headline": "Merge pull request #651 from spryker/feature/te-945/te-954-form-submi…",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-01T09:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb4d3b1b3ca3575e16467d33ea9dd840decbf150",
"body": "…te-945/te-949-box-atom' of github.com:spryker/spryker-shop into feature/te-945/te-949-box-atom\n\n# Conflicts:\n#\tBundles/CartPage/src/SprykerShop/Yves/CartPage/Theme/default/components/molecules/cart-summary/cart-summary.twig\n#\tBundles/CartPage/src/SprykerShop/Yves/CartPage/Theme/default/views/cart/c\n[…]\n/src/SprykerShop/Yves/QuoteRequestPage/Theme/default/views/quote-request-edit/quote-request-edit.twig\n#\tBundles/ShopUi/src/SprykerShop/Yves/ShopUi/Theme/default/components/molecules/banner/banner.twig",
"is_bot": false,
"headline": "Merge branches 'feature/te-945-move-b2c-b2b-components' and 'feature/…",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-07-01T09:26:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19511b4e7aeefd5fefa250f6cb4ab1df9001e7ad",
"body": "…ster' of github.com:spryker/spryker-shop into feature/te-945/te-955-product-item-component\n\n# Conflicts:\n#\tBundles/CartPage/src/SprykerShop/Yves/CartPage/Theme/default/views/cart/cart.twig\n#\tBundles/DiscountPromotionWidget/src/SprykerShop/Yves/DiscountPromotionWidget/Theme/default/views/cart-discount-promotion-products-list/cart-discount-promotion-products-list.twig",
"is_bot": false,
"headline": "Merge branches 'feature/te-945/te-955-product-item-component' and 'ma…",
"author_name": "Yuriy Gerton",
"author_login": null,
"committed_at": "2019-06-26T14:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e962bff5f3087ca5eb4047acb1980aa35581f03",
"body": "…rier",
"is_bot": false,
"headline": "CC-5321 Float stock revert: removed horrizontal module dependency bar…",
"author_name": "Tamas Nyulas",
"author_login": "tamasnyulas",
"committed_at": "2019-06-25T14:13:00Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 31,
"commits_last_year": 4,
"latest_release_at": "2024-12-24T10:26:32Z",
"latest_release_tag": "3.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 577,
"mean_days_between_releases": 186.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "spryker-shop/discount-promotion-widget",
"exists": true,
"license": "proprietary",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/spryker-shop/discount-promotion-widget",
"is_deprecated": false,
"latest_version": "3.7.0",
"repository_url": "https://github.com/spryker-shop/discount-promotion-widget",
"versions_count": 31,
"total_downloads": 2097736,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 15653,
"first_published_at": null,
"latest_published_at": "2024-12-24T10:22:59Z",
"latest_version_yanked": null,
"days_since_latest_publish": 577
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 3,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": 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": 5507,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "spryker-shop/cart-page-extension",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.1.0"
},
{
"name": "spryker-shop/shop-application-extension",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.2.0"
},
{
"name": "spryker-shop/shop-ui",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.27.0"
},
{
"name": "spryker/discount",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^9.19.0"
},
{
"name": "spryker/kernel",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.30.0"
},
{
"name": "spryker/product-storage",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.14.0"
},
{
"name": "spryker/symfony",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.1.0"
},
{
"name": "spryker/transfer",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.25.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "spryker-shop/cart-page-extension",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker-shop/shop-application-extension",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker-shop/shop-ui",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/discount",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/kernel",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/product-storage",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/symfony",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/transfer",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker-shop/cart-page",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spryker/code-sniffer",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 8,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 3,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dereuromark",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/39854?v=4"
},
{
"type": "User",
"login": "tamasnyulas",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/3429362?v=4"
},
{
"type": "User",
"login": "gechetspr",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/42143273?v=4"
},
{
"type": "User",
"login": "ehsanmx",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/7711957?v=4"
},
{
"type": "User",
"login": "stereomon",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/1382877?v=4"
},
{
"type": "User",
"login": "olhalivitchuk",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/77281282?v=4"
},
{
"type": "User",
"login": "andrew-maslov",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/37797323?v=4"
},
{
"type": "User",
"login": "kraal-spryker",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/42177964?v=4"
},
{
"type": "User",
"login": "dmitry-volkov",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/56629149?v=4"
},
{
"type": "User",
"login": "a-sabaa",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1667759?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.3
},
"quality_signals": {
"has_ci": true,
"has_tests": false,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
"phpstan.neon"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 5,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e51198c4c01217de569e84559dc8615e4001b1e6",
"ran_at": "2026-07-24T12:21:57Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T12:14:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/spryker-shop/discount-promotion-widget",
"host": "github.com",
"name": "discount-promotion-widget",
"owner": "spryker-shop"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 35,
"vitality": 47,
"community": 40,
"governance": 55,
"engineering": 57
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"commits_last_year": 4,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4 commits in the last year",
"points": 6.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 31,
"latest_release_tag": "3.7.0",
"releases_from_tags": false,
"days_since_latest_release": 577,
"mean_days_between_releases": 186.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "31 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 31
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 577 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 577
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~186.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 186.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"packages": [
"spryker-shop/discount-promotion-widget"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 2097736,
"monthly_downloads": 15653
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "15,653 downloads/month across packagist",
"points": 55.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 15653,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"bus_factor": 3,
"contributors_sampled": 28,
"top_contributor_share": 0.3
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "3 contributor(s) cover half of all commits",
"points": 36,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 3
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"followers": 46,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "spryker-shop",
"public_repos": 210,
"account_age_days": 3236
},
"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": "46 followers of spryker-shop",
"points": 12,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 46,
"login": "spryker-shop"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "210 public repos, account ~8 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 210
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"spryker-shop/discount-promotion-widget"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 577
},
"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 577 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 577
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "31 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 31
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 57,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"has_ci": true,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 0,
"status": "missed",
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://spryker.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": "https://spryker.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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.5
},
"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": "branch protection is not maximal on development and all release branches",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 6
},
"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": "critical",
"name": "AI Readiness",
"value": 21,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.28,
"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": "28 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 12,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 5507,
"source_files_sampled": 18,
"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/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T12:22:13.239678Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/spryker-shop/discount-promotion-widget.svg",
"full_name": "spryker-shop/discount-promotion-widget",
"license_state": "custom",
"license_spdx": null
}