原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 23304,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 45845,
"JavaScript": 1763,
"TypeScript": 41486
},
"pushed_at": "2026-07-26T09:59:01Z",
"created_at": "2024-01-10T12:35:16Z",
"owner_type": "Organization",
"updated_at": "2026-02-26T21:50:45Z",
"description": "Adds a debug panel to your Neos CMS website",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP",
"TypeScript"
]
},
"owner": {
"blog": "http://flowpack.org/",
"name": "Flowpack",
"type": "Organization",
"login": "Flowpack",
"company": null,
"location": null,
"followers": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/4191862?v=4",
"created_at": "2013-04-18T13:38:13Z",
"is_verified": null,
"public_repos": 74,
"account_age_days": 4846
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2026-02-26T21:51:22Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-09-26T12:03:46Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2025-07-18T06:36:49Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2025-06-25T14:00:13Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2025-06-11T20:11:54Z"
},
{
"tag": "1.0.3",
"kind": "patch",
"published_at": "2025-04-03T13:03:45Z"
},
{
"tag": "1.0.2",
"kind": "patch",
"published_at": "2025-03-28T07:25:51Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2025-03-24T12:46:17Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2025-03-21T09:35:27Z"
}
],
"recent_commits": [
{
"oid": "8ba51a2f3329e2069b0a0c99ef2ff0836cde6b58",
"body": "TASK: PHP8.4 compatibility",
"is_bot": false,
"headline": "Merge pull request #24 from Flowpack/task/php84",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2026-02-26T21:50:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65dc858e2281a6fa8abc7401ce02b119e24ad8a7",
"body": null,
"is_bot": false,
"headline": "TASK: PHP8.4 compatibility",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2026-02-26T21:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d3bb5db4aa2c00aa147d1d5e03db4b0a5e7f489",
"body": null,
"is_bot": false,
"headline": "TASK: Update compiled assets",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-09-26T12:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d08233d8d02145f7b7532dbdf66609c48cc27a9",
"body": "FEATURE: Highlight slow queries",
"is_bot": false,
"headline": "Merge pull request #23 from Flowpack/feature/highlight-slow-queries",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-30T07:01:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53f15881c14fcb33414afff81f186359def1cf20",
"body": "Resolves: #20",
"is_bot": false,
"headline": "FEATURE: Highlight slow queries in query table",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-29T11:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f16ac1cf65a526b5f76a7d37fb2c7997ea1389c",
"body": null,
"is_bot": false,
"headline": "TASK: Add classnames helper",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-29T11:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab692b9b9c8fcf15b407785d167cb0a308b5529d",
"body": null,
"is_bot": false,
"headline": "TASK: Define slowquery type in TS",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-29T11:50:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e4b02c12711aa064a4ffe09653fba3be628604",
"body": "BUGFIX: Less strict html detection",
"is_bot": false,
"headline": "Merge pull request #22 from Flowpack/bugfix/21-html-detector",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-29T09:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c26d844bed9900ea104e46a4a5cb2d1f13d3a975",
"body": "This change allows more variants of html like content type and doctypes\n\nResolves: #21",
"is_bot": false,
"headline": "BUGFIX: Less strict html detection",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-29T07:24:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a4cab433a20a7b3b94221003c0ff91e6dc0369",
"body": "BUGFIX: Correctly add up individual query counts and times by sql string",
"is_bot": false,
"headline": "Merge pull request #16 from Flowpack/bugfix/query-count",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-18T06:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c94ae04eb276303d80ecab0f201250788c52c3",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Correctly add up individual query counts by sql string",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-07-17T08:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3da302470f7c07b011e4effb4a482c16be0d8114",
"body": null,
"is_bot": false,
"headline": "TASK: Further narrow down counting of thumbnail generations",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-25T13:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a91467d028b6ecacf574a8479ee7c6f2a5da0de",
"body": "The aspect also counted when the thumbnail service returned the original",
"is_bot": false,
"headline": "BUGFIX: Only count actual generated thumbnails",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-25T11:58:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c40fdfbdc0785b3d5ff858bf25abac21ef7c2ed7",
"body": null,
"is_bot": false,
"headline": "TASK: Update compiled assets",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T20:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "015cc60e1d96b45475c4e8fc05f4de16e5a7053a",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Correctly parse table name for some edge cases",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T19:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f25f8abe14261db996303eec3b13499eab0da2b5",
"body": null,
"is_bot": false,
"headline": "TASK: Sort queries by execution time",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T19:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d3e567635130db326fdfce555931947b017402",
"body": null,
"is_bot": false,
"headline": "TASK: Update yarn",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T14:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7b8b9f4a6090bc66dd31f0db8daf6e12377a05",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Prevent error when incrementing cache hits",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T14:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c703c75b962f67810fb490b4b9bad934ab31bb2b",
"body": null,
"is_bot": false,
"headline": "TASK: Removed unused code",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T14:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a02dee2fd0371cdcf06e7bc15701100eec4a5d7",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Prevent json encoding error with recursions",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T14:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203e0f8d8f899f64f8d9d0c41d25afeb1d1de125",
"body": "Resolves: #14",
"is_bot": false,
"headline": "BUGFIX: Correctly mark cache hits",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-06-11T14:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d704527a94352e41d9688d4dea6620ba07fd6b0e",
"body": "BUGFIX: Allow ContentCacheSegmentAspect to fetch context variables in Neos 9",
"is_bot": false,
"headline": "Merge pull request #13 from Flowpack/bugfix-cache-segment-aspect",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-04-03T13:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67011ec6734cbf920ca39a1bc6f1e70ab4a43628",
"body": "… Neos 9",
"is_bot": false,
"headline": "BUGFIX: Allow ContentCacheSegmentAspect to fetch context variables in…",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2025-04-03T12:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16bb8b8509e1aee345cd0468d8ec1f043f04e00d",
"body": "Neos 9 bugfixes",
"is_bot": false,
"headline": "Merge pull request #9 from Flowpack/neos-9-bugfixes",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-28T07:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9912f96407c86fc68db845b60bb9e2e9efaf1d70",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Respect Neos 9 return types of FusionView::render()",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2025-03-27T16:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7715e2c513ce1e744adfedd931a9959402a2ffe6",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Check for Backend in Neos 8 and Neos 9",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2025-03-27T16:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b8cbb3ad47d67cf19f253d705aba471192d325d",
"body": "BUGFIX: Neos 9.0 compatibility",
"is_bot": false,
"headline": "Merge pull request #4 from Flowpack/neos-9",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-24T10:20:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee341b1aaf70b6086dbeecb8adb8e1b8cd40499e",
"body": null,
"is_bot": false,
"headline": "TASK: Adapt comment",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2025-03-24T09:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536eac975508cfb4f14e708a9da1aa13aedc2223",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Use correct check for the Neos version",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-24T09:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267ef113ad71667fda297620c23cd1b69763725f",
"body": null,
"is_bot": false,
"headline": "FEATURE: Neos 9.0 compatibility",
"author_name": "Denny Lubitz",
"author_login": "dlubitz",
"committed_at": "2025-03-21T14:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b76e068c74a799646b9aac29a766bd084d101b56",
"body": null,
"is_bot": false,
"headline": "TASK: Update screenshots",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67a6c8918e4f4629d79f76e441be5009b3756e8a",
"body": null,
"is_bot": false,
"headline": "TASK: Update compiled assets",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a3f69da0309e66a5add13758ac78d84a4ea360",
"body": null,
"is_bot": false,
"headline": "FEATURE: Add styles for scrollbars in overlays",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3571e69ea810fc2c96e9486b2c17efcf5f80c89c",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Don’t wrap headers in cache table",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "943849dd41f520ae43e585dc868e4ee30c080293",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Correct JS call for overlay",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a16315e20faad4e3e076960cde8d13ce782116d4",
"body": null,
"is_bot": false,
"headline": "TASK: Update compiled assets",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:07:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f1864092b80d3f9b68b8b932e4bab2924f6a9a",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Prevent scrollbar in uncollapsed state",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T09:06:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad6b9ff48b6d6c6b2252ed21bf98ca64e76be06c",
"body": null,
"is_bot": false,
"headline": "FEATURE: Improve additional metrics table style and interaction",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T08:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6439d3bd78b2434606eed68ef237a83c2ffaecf1",
"body": null,
"is_bot": false,
"headline": "FEATURE: Improve sql query table layout and interactivity",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-21T08:18:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d35f34ebe6a973c513652e3a7234160e09210b6",
"body": "This solves the issue that the default SQL logger\ndoesn’t work, if this plugin is enabled.",
"is_bot": false,
"headline": "BUGFIX: Wrap existing configuried sql logger",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2025-03-20T22:01:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5316ac3247380505a4f000d256b6d9c7cf6d82",
"body": null,
"is_bot": false,
"headline": "FEATURE: Render all details in inspection details",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-07-23T09:41:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993e255f30e7cfc7f27b3f2e6926219c0e4ded01",
"body": null,
"is_bot": false,
"headline": "FEATURE: Render metrics of content context instances",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-07-23T08:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261741f21efa079d36f321fe98ef8bc13791b94d",
"body": null,
"is_bot": false,
"headline": "TASK: Add note about usage in Fusion views to readme",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-07-23T07:23:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0d3104073022c35cd244f0afd49ddfa7973b73",
"body": null,
"is_bot": false,
"headline": "TASK: Add compiled assets",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-07-12T06:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c67d4ede9c129885e34d2c3d394ebdbca42bc3",
"body": null,
"is_bot": false,
"headline": "TASK: Set minimal Flow version to support cache tracking",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-02-24T10:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f904a541db47a02d304119a4301514a19b7c8d95",
"body": null,
"is_bot": false,
"headline": "TASK: Add replace config in composer.json",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-02-14T08:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c82cb345cb1b786b88f07dee73824882479a21d",
"body": "This feature only works with https://github.com/neos/flow-development-collection/pull/3318 being merged",
"is_bot": false,
"headline": "FEATURE: Add basic cache activity tracking implementation",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-02-14T08:13:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc86f78db517257360dcf4dbeba26c791c9e8c3",
"body": null,
"is_bot": false,
"headline": "TASK: Improve cache overlay layout",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-02-14T08:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40ae9ee4bb00d91982515ef1f0ce02df13b6dd87",
"body": null,
"is_bot": false,
"headline": "TASK: Improve JS startup behaviour",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T13:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027fd24f3622e491228afde585969545951ea26e",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Resolve some regressions after refactoring",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T13:02:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdeb1a565acae3a7fab279e809f776610980bc3f",
"body": null,
"is_bot": false,
"headline": "TASK: Add warning to readme",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92be4828933ca2bd342e0b4c31f79350597ef810",
"body": "…lity",
"is_bot": false,
"headline": "TASK: Rename package key in PHP files and update to PHP 8.1 compatibi…",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:26:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da8f05671e559d6e740ea710abde29033b04810",
"body": null,
"is_bot": false,
"headline": "TASK: Rename package key",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f363f5e397320a19d16ba172417a03785a7fee69",
"body": null,
"is_bot": false,
"headline": "TASK: Move prettier config to package.json",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:11:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8422bd0c0629be9983f3677ce33d3660a225cfb7",
"body": null,
"is_bot": false,
"headline": "TASK: Remove unused configs",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "176f2d7e882ca9fe3c0a4989b98e39b0c5ac5366",
"body": null,
"is_bot": false,
"headline": "TASK: Split settings file",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0666295be2d049506a5a21f30367f30a626631",
"body": null,
"is_bot": false,
"headline": "TASK: Update readme and move screenshots",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-30T12:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4826354caf1d3fa3c1e0e8dd5f4b6e537fa98e4f",
"body": null,
"is_bot": false,
"headline": "TASK: Define font and fix close button padding",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-10T12:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c69babafbdc33e4319ad754f9540be0d224485e1",
"body": null,
"is_bot": false,
"headline": "TASK: Define max widths for overlay and tables",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-10T12:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836e5a47c316c476ee1789e4698c0d5ccc9fb3e9",
"body": null,
"is_bot": false,
"headline": "TASK: Move collapse button in query table",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2024-01-10T12:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af70c00bddd8e4d7b1760e5fe6eb130a98c05f75",
"body": null,
"is_bot": false,
"headline": "FEATURE: Show resource collection in warnings panel",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-13T08:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8f85759254ed81df587d0ae066bb90bf266438d",
"body": null,
"is_bot": false,
"headline": "TASK: Ignore yarn install state",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-04T10:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b2f0c6cd770a550990a73c058c429d641d17e05",
"body": null,
"is_bot": false,
"headline": "FEATURE: Add warnings overlay",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-04T10:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb3e8cfe39a7c3c35793a06aea354ec9d2c42d3",
"body": null,
"is_bot": false,
"headline": "FEATURE: Track persistent resource stream calls",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-04T08:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513fc5663d3c55ee695b72d159e713460b0a1817",
"body": null,
"is_bot": false,
"headline": "FEATURE: Improve styling and layout",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-04T08:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e5b4129e35f2bf024579e6e351411c32ff2c89",
"body": null,
"is_bot": false,
"headline": "TASK Bump JS build stack versions and dependencies",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-04T08:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3038132857bd2f7e0baf41fc9bfa628959906f",
"body": null,
"is_bot": false,
"headline": "TASK: Remove old e2e tests and dependabot config",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-12-01T10:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c51b0880676d3388b59f9cec2e9400e66c49b7b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into feature/new-interface",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-11-30T08:31:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "048365523b2dd57b1b45f3e0a6aeb68c98a92d43",
"body": "BUGFIX: Don’t render debug output in production when htmloutput is disabled",
"is_bot": false,
"headline": "Merge pull request #176 from t3n/bugfix/debug-output-production",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-08-15T08:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "decdfc73b4e19b92567f22c7fe8a909f27d8eef1",
"body": "…sabled",
"is_bot": false,
"headline": "BUGFIX: Don’t render debug output in production when htmloutput is di…",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2023-08-15T07:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce48ec21bdff8a7727faf6341419185eb192da31",
"body": null,
"is_bot": false,
"headline": "FEATURE: Implement new inspect overlay",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-11-10T20:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a37f65707c47600ea0ac9bd93e1792c451987f31",
"body": null,
"is_bot": false,
"headline": "TASK: Disable old script",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-11-03T11:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ff01095e47301e56304332ebfca15d544c6af30",
"body": null,
"is_bot": false,
"headline": "FEATURE: Add cache overlay and allow toggling the plugin",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-11-03T11:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90698e9b22b6593f1d71c1d162cdd349e59a16b1",
"body": "Support plain fusion view for Neos 7",
"is_bot": false,
"headline": "Merge pull request #164 from mwuest/feature/standaloneFusionViewForNeos7",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-11-03T08:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b427bcf2b2505d5adc74a4c2aa277cf1c2aee6f4",
"body": "BUGFIX: prevent invalid return type error",
"is_bot": false,
"headline": "Merge pull request #169 from MCStreetguy/master",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-06-10T08:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8751cc7505b43f95bef3c74cc12b39b148c926",
"body": "restored string return types on segment wrapper advices where applicable",
"is_bot": false,
"headline": "FIX: ContentCacheSegmentAspect return types",
"author_name": "Maximilian Schmidt",
"author_login": null,
"committed_at": "2022-06-10T08:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "806cd5ff0d85b0268f29b0c3763397de58d2b970",
"body": null,
"is_bot": false,
"headline": "BUGFIX: prevent invalid return type error",
"author_name": "Maximilian Schmidt",
"author_login": null,
"committed_at": "2022-06-08T10:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ccee39a95a7e364f1b4748a53b42c212772ddd",
"body": "Update: Allow Neos 8",
"is_bot": false,
"headline": "Merge pull request #167 from jonnitto/patch-1",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2022-04-07T07:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8feed453a0b10e2aa2942cba7bdd06c5ac6b145c",
"body": null,
"is_bot": false,
"headline": "Update: Allow Neos 8",
"author_name": "Jon Uhlmann",
"author_login": "jonnitto",
"committed_at": "2022-04-06T11:59:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d71ba48ff17ae546f97a29cb510ff34280816219",
"body": "Collect debug information in fusion view",
"is_bot": false,
"headline": "Support plain fusion view",
"author_name": "mwuest",
"author_login": "mwuest",
"committed_at": "2021-10-26T13:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c1c37cdcfaa737efa0f70f4d157efe79aede7b",
"body": null,
"is_bot": false,
"headline": "TASK: Improve query table layout",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-08-06T08:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c2940c8829a6e6dbaa935124f88beb4dc1aeb6",
"body": null,
"is_bot": false,
"headline": "WIP FEATURE: New debug frontend interface",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-07-19T08:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8e54cea421372daab812d42a23d83439f0ea9c",
"body": null,
"is_bot": false,
"headline": "FEATURE: Group all queries by table and query for debugging",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-07-19T08:33:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af43e96f4a93b19fcf37813487d9a0007f90a3a2",
"body": "BUGFIX: Prevent empty response for non html formats",
"is_bot": false,
"headline": "Merge pull request #150 from t3n/Sebobo-patch-1",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-05-22T10:56:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d630d512aeefb3896b98ce6db74d74274853792f",
"body": "In cases of non html responses like the `/sitemap.xml` the content stream was retrieved but then the pointer of the stream is already at the end.\r\nThis resulted in an empty broken response.",
"is_bot": false,
"headline": "BUGFIX: Prevent empty response",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-05-16T10:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7292cbe80f1de3118ad053442cfae2d1cf763f",
"body": "BUGFIX: Measure server timing again",
"is_bot": false,
"headline": "Merge pull request #149 from t3n/bugfix/server-timing-missing",
"author_name": "Johannes Steu",
"author_login": "johannessteu",
"committed_at": "2021-05-16T06:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a068ceaa29dcacec1b5c8b25b0de059dcdb084",
"body": "Due to the switch to middlewares\nthe start variable was not persisted\nuntil the end of the request.\nAlso due to a configuration mistake\nthe finalisiing middleware was\nnever triggered.",
"is_bot": false,
"headline": "BUGFIX: Measure server timing again",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-05-14T15:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c58a4ec2c101585df5787d7af02cc39fc2ced91",
"body": "1.0",
"is_bot": false,
"headline": "Merge pull request #132 from t3n/1.0",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-01-26T09:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a352a1c9e221990c27a12f4a9d4ab70610ce767",
"body": "BUGFIX: Script include was outside body tag",
"is_bot": false,
"headline": "Merge pull request #131 from t3n/bugfix/script-style-position",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-01-26T09:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0243ce15cb6fa33f5163db5694be893d7f4ba0e9",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Script include was outside body tag",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2021-01-26T08:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9052ab487f1e9231d622f9e3581cc469deeaefcc",
"body": "…e-for-neos-7\n\n!!! TASK: Refactor to middleware for Flow 7",
"is_bot": false,
"headline": "Merge pull request #127 from daniellienert/task/refactor-to-middlewar…",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-22T08:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6a568fe95e00a2af7ba22a84de23d5bc2b26db0",
"body": null,
"is_bot": false,
"headline": "TASK: Fix linting issues",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-22T08:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5920c487a9da5fc1b9006d8f5d6fe80c23df2f95",
"body": null,
"is_bot": false,
"headline": "TASK: Refactor to middleware for Flow 7",
"author_name": "Daniel Lienert",
"author_login": "daniellienert",
"committed_at": "2020-12-21T16:01:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e974ceb78a4cc7850e30d5a99b3c13b29d79e4c",
"body": "…fiers\n\nFEATURE: Show fusion path in entry identifier list",
"is_bot": false,
"headline": "Merge pull request #123 from Sebobo/feature/fusionpath-in-entryidenti…",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-18T08:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cd856fd7c00863c045d73a9321a1fdde7db53fe",
"body": "Resolves: #122",
"is_bot": false,
"headline": "FEATURE: Show fusion path in entry identifier list",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-17T09:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc73c60455893a4b4474e8898a3186941e835f7",
"body": "BUGFIX: Only add debug output to html",
"is_bot": false,
"headline": "Merge pull request #120 from Sebobo/bugfix/only-add-debug-to-html",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-16T09:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3169550c2a9e868537e5def1b013405594490346",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Don’t init script without debug data",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-16T09:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b46cc519644fde67687019603d08677a6d963a7d",
"body": null,
"is_bot": false,
"headline": "BUGFIX: Only load debug script when format is html",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-16T09:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e52351e82f692fb81f2275b7f2c86b56d5c6b99f",
"body": "BUGFIX: Don’t override response headers",
"is_bot": false,
"headline": "Merge pull request #119 from Sebobo/bugfix/dont-break-responsehead",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-14T16:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1f86f42ae4d272615ee210349618c0f6a282ec8",
"body": "With this change the rendered response\nis handled correctly if it’s not a plain string.\n\nResolves: #105",
"is_bot": false,
"headline": "BUGFIX: Don’t override response headers",
"author_name": "Sebastian Helzle",
"author_login": "Sebobo",
"committed_at": "2020-12-14T15:47:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 9,
"latest_release_at": "2026-02-26T21:51:22Z",
"latest_release_tag": "1.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 3,
"days_since_latest_release": 149,
"mean_days_between_releases": 42.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "flowpack/neos-debug",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/flowpack/neos-debug",
"is_deprecated": false,
"latest_version": "1.2.1",
"repository_url": "https://github.com/Flowpack/neos-debug",
"versions_count": 10,
"total_downloads": 19146,
"dependents_count": 1,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2503,
"first_published_at": null,
"latest_published_at": "2026-02-26T21:50:40Z",
"latest_version_yanked": null,
"days_since_latest_publish": 149
}
]
},
"popularity": {
"forks": 2,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 8
},
"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": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 3005024,
"source_files_sampled": 50,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "@babel/traverse",
"direct": false,
"version": "7.19.6",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.3,
"advisory_ids": [
"GHSA-67hx-6x53-jw92"
],
"fixed_version": "8.0.0-alpha.4",
"advisory_count": 1,
"oldest_advisory_days": 1013
},
{
"name": "flatted",
"direct": false,
"version": "3.2.7",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-25h7-pfq9-p65f",
"GHSA-rf6f-7fwh-wjgh"
],
"fixed_version": "3.4.2",
"advisory_count": 2,
"oldest_advisory_days": 134
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.8",
"advisory_count": 4,
"oldest_advisory_days": 411
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-grv7-fg5c-xmjg"
],
"fixed_version": "3.0.3",
"advisory_count": 1,
"oldest_advisory_days": 802
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 625
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 253
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-f23m-r3pf-42rh",
"GHSA-r5fr-rjxr-66jc",
"GHSA-xxjr-mmjv-4gpg"
],
"fixed_version": "4.18.0",
"advisory_count": 3,
"oldest_advisory_days": 185
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 157
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 122
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1131
},
{
"name": "semver",
"direct": false,
"version": "7.3.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1131
},
{
"name": "semver",
"direct": false,
"version": "7.3.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1131
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.19.4",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.2,
"advisory_ids": [
"GHSA-968p-4wvh-cqc8"
],
"fixed_version": "8.0.0-alpha.17",
"advisory_count": 1,
"oldest_advisory_days": 501
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 164
},
{
"name": "esbuild",
"direct": false,
"version": "0.19.8",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 530
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-952p-6rrq-rcjv"
],
"fixed_version": "4.0.8",
"advisory_count": 1,
"oldest_advisory_days": 802
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-48c2-rrv3-qjmp"
],
"fixed_version": "2.8.3",
"advisory_count": 1,
"oldest_advisory_days": 122
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 10,
"critical": 2,
"moderate": 5
},
"advisory_count": 28,
"affected_count": 17,
"assessed_count": 344,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "neos/flow",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^8.3.8 || ^9.0"
},
{
"name": "neos/neos",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^8.3 || ^9.0"
},
{
"name": "@emotion/css",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^11.11.2"
},
{
"name": "@preact/signals",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2"
},
{
"name": "preact",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.19.2"
},
{
"name": "preact-custom-element",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@emotion/css",
"direct": true,
"version": "11.11.2",
"ecosystem": "npm"
},
{
"name": "@preact/signals",
"direct": true,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "preact",
"direct": true,
"version": "10.11.2",
"ecosystem": "npm"
},
{
"name": "preact",
"direct": true,
"version": "10.19.2",
"ecosystem": "npm"
},
{
"name": "preact-custom-element",
"direct": true,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "neos/flow",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "neos/neos",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "@aashutoshrathi/word-wrap",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.19.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.19.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.19.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.23.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.19.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.19.6",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.19.4",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.18.10",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.19.6",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.19.4",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.23.5",
"ecosystem": "npm"
},
{
"name": "@emotion/babel-plugin",
"direct": false,
"version": "11.11.0",
"ecosystem": "npm"
},
{
"name": "@emotion/cache",
"direct": false,
"version": "11.11.0",
"ecosystem": "npm"
},
{
"name": "@emotion/hash",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "@emotion/memoize",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@emotion/serialize",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@emotion/sheet",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@emotion/unitless",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@emotion/utils",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@emotion/weak-memoize",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.10.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.11.13",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.14",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.17",
"ecosystem": "npm"
},
{
"name": "@mdn/browser-compat-data",
"direct": false,
"version": "3.3.14",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@pkgr/utils",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@preact/signals-core",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.11",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/parse-json",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@types/preact-custom-element",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/semver",
"direct": false,
"version": "7.5.6",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/experimental-utils",
"direct": false,
"version": "2.34.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "2.34.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.11.2",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-includes",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "array.prototype.flatmap",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "ast-metadata-inferer",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "babel-eslint",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "babel-plugin-macros",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "big-integer",
"direct": false,
"version": "1.6.52",
"ecosystem": "npm"
},
{
"name": "bplist-parser",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.21.4",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001426",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "core-js",
"direct": false,
"version": "3.26.0",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.284",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.20.4",
"ecosystem": "npm"
},
{
"name": "es-shim-unscopables",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.19.8",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-developit",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-compat",
"direct": false,
"version": "3.13.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jest",
"direct": false,
"version": "23.20.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-mocha",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-preact",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-prettier",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react",
"direct": false,
"version": "7.31.10",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "7.2.2",
"ecosystem": "npm"
},
{
"name": "eslint-utils",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-diff",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.2.12",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.13.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "11.12.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.23.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "graphemer",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.11.0",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "jsx-ast-utils",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "lodash.memoize",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "object.entries",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "object.fromentries",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "object.hasown",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.values",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "prettier-linter-helpers",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "prop-types",
"direct": false,
"version": "15.8.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "ramda",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "16.13.1",
"ecosystem": "npm"
},
{
"name": "regenerator-runtime",
"direct": false,
"version": "0.13.10",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "2.0.0-next.4",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.5",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.8",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.5.4",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "string.prototype.matchall",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "stylis",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.8.5",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "titleize",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "tsutils",
"direct": false,
"version": "3.21.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "untildify",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 347,
"direct_count": 7,
"indirect_count": 340
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 8,
"open_issues": 6,
"closed_ratio": 0.625,
"closed_issues": 10,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Sebobo",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/596967?v=4"
},
{
"type": "User",
"login": "johannessteu",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/769789?v=4"
},
{
"type": "User",
"login": "dlubitz",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/13046100?v=4"
},
{
"type": "User",
"login": "jonnitto",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4510166?v=4"
},
{
"type": "User",
"login": "Torsten85",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/531361?v=4"
},
{
"type": "User",
"login": "dependabot-support",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/112581971?v=4"
},
{
"type": "User",
"login": "daniellienert",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/642226?v=4"
},
{
"type": "User",
"login": "mficzel",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1309380?v=4"
},
{
"type": "User",
"login": "mwuest",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3205472?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.469
},
"quality_signals": {
"has_ci": false,
"has_tests": false,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"yarn.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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"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": 3,
"reason": "Found 7/18 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 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": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 1 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": "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": 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": 0,
"reason": "25 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8ba51a2f3329e2069b0a0c99ef2ff0836cde6b58",
"ran_at": "2026-07-26T10:07:30Z",
"aggregate_score": 2.1,
"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-02-26T21:50:41Z",
"oldest_open_prs": [
{
"number": 6,
"created_at": "2025-03-26T12:27:43Z",
"last_comment_at": "2025-03-28T19:57:43Z",
"last_comment_author": "Sebobo"
},
{
"number": 25,
"created_at": "2026-03-12T15:53:44Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-02-26T21:50:40Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2025-03-25T08:28:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2025-03-28T07:25:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 15,
"created_at": "2025-06-11T14:31:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 17,
"created_at": "2025-07-17T08:57:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2025-07-17T08:58:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 26,
"created_at": "2026-05-08T10:07:00Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Flowpack/neos-debug",
"host": "github.com",
"name": "neos-debug",
"owner": "Flowpack"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 37,
"vitality": 64,
"community": 31,
"governance": 71,
"engineering": 39
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 9,
"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": "9 commits in the last year",
"points": 9,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 9
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "1.2.1",
"releases_from_tags": false,
"days_since_latest_release": 149,
"mean_days_between_releases": 42.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 149 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 149
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~42.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 42.8
}
}
],
"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": 149,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 149 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 149
}
}
],
"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": 31,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 2,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"packages": [
"flowpack/neos-debug"
],
"dependents": 1,
"ecosystems": "packagist",
"total_downloads": 19146,
"monthly_downloads": 2503
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,503 downloads/month across packagist",
"points": 45.3,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2503,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "1 packages depend on it",
"points": 2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 1
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 71,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.469
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 47% of commits",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 47
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"merged_prs": 8,
"open_issues": 6,
"closed_issues": 10,
"issue_closed_ratio": 0.625,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "62% of issues closed",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 62
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/8 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/18 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"followers": 7,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "Flowpack",
"public_repos": 74,
"account_age_days": 4846
},
"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": "7 followers of Flowpack",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 7,
"login": "Flowpack"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "74 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 74
}
},
{
"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": [
"flowpack/neos-debug"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 149
},
"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 149 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 149
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 39,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_ci": false,
"has_tests": false,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": ".eslintrc.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"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": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"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": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 21,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.1
},
"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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 7/18 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 1 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": "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": "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": "25 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 344 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 344
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 28,
"affected_packages": 17,
"assessed_packages": 344,
"unassessed_packages": 3,
"affected_by_severity": "critical 2, high 10, moderate 5",
"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": 344,
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.25,
"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": "25 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 13.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 25,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"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": 36,
"inputs": {
"has_nix": false,
"has_tests": false,
"lockfiles": [
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"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": ".eslintrc.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"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": "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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 3005024,
"source_files_sampled": 50,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/50 source files over 60KB",
"points": 52.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 50,
"oversized": 2
}
}
],
"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-26T10:07:44.581381Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/Flowpack/neos-debug.svg",
"full_name": "Flowpack/neos-debug",
"license_state": "standard",
"license_spdx": "MIT"
}