JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"php",
"prosemirror",
"tiptap"
],
"is_fork": false,
"size_kb": 394,
"has_wiki": true,
"homepage": "https://tiptap.dev",
"languages": {
"PHP": 268118
},
"pushed_at": "2026-06-12T18:44:34Z",
"created_at": "2021-05-15T10:19:01Z",
"owner_type": "Organization",
"updated_at": "2026-07-09T14:15:39Z",
"description": "A PHP package to work with Tiptap content",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": "https://tiptap.dev",
"name": "Tiptap",
"type": "Organization",
"login": "ueberdosis",
"company": null,
"location": "Berlin, Germany",
"followers": 682,
"avatar_url": "https://avatars.githubusercontent.com/u/16939337?v=4",
"created_at": "2016-01-28T14:21:50Z",
"is_verified": null,
"public_repos": 40,
"account_age_days": 3828
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.1.1",
"kind": "patch",
"published_at": "2026-06-12T18:44:34Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2026-01-11T12:23:07Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2025-06-26T14:29:34Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2024-08-12T08:29:06Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2023-06-25T19:53:14Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2023-04-27T14:26:51Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2022-02-07T13:40:43Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2022-01-27T15:08:07Z"
}
],
"recent_commits": [
{
"oid": "74bfb7be1c8c6102b240f3879b7f984a6ab87b97",
"body": "Fix: Prevent TypeError when link href is not a string",
"is_bot": false,
"headline": "Merge pull request #94 from ueberdosis/fix/prevent-typeerror-on-link",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2026-06-12T18:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efb607b3a6209f550dacb244fe69726440084f17",
"body": null,
"is_bot": false,
"headline": "Fix: Prevent TypeError when link href is not a string",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2026-06-12T18:06:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea321fa665080e1a72ac5f52dfab19f6a292e2d",
"body": "Update Image.php to include width and height",
"is_bot": false,
"headline": "Merge pull request #79 from remedix/patch-1",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2026-01-10T16:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42b98ff9e2aa37ec0db371f2cee6e7e4cc72949",
"body": "Fix styling",
"is_bot": false,
"headline": "Merge pull request #84 from ueberdosis/fix/styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2026-01-10T16:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5a397ff355c9a5e3c61cc5df7d2fc525e1b48e",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2026-01-10T16:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3881067a1e568fb5ee01f1ced55d52bf916fcc",
"body": "…-elements\n\nFix: Handle duplicate mark instances correctly in DOMSerializer",
"is_bot": false,
"headline": "Merge pull request #82 from o1y/fix-renders-duplicate-marks-as-nested…",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2026-01-10T16:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01599df31e1542bf0bb49963a71ae4b2ee33ae18",
"body": "Replace array_udiff with manual removal to ensure only one mark instance is removed at a time, preventing duplicate marks from incorrectly staying open and wrapping subsequent text nodes.",
"is_bot": false,
"headline": "Fix: Handle duplicate mark instances correctly in DOMSerializer",
"author_name": "Oliver Mesieh",
"author_login": "o1y",
"committed_at": "2025-10-21T15:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51d4aed5b50c4711296692d22f16f61096457eb1",
"body": null,
"is_bot": false,
"headline": "Update Image.php to include width and height",
"author_name": "remedix",
"author_login": "remedix",
"committed_at": "2025-09-19T09:32:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b81ca0d77402364a48aa843c6d256d30c4267dd0",
"body": "Fix: add missing newlines at the end of DetailsTest.php files",
"is_bot": false,
"headline": "Merge pull request #75 from ueberdosis/refactor/fix-linting",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-07-07T16:41:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7793fe6093fad1a9c2ba3c6deaa598817389ea75",
"body": null,
"is_bot": false,
"headline": "Fix: add missing newlines at the end of DetailsTest.php files",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-07-07T16:38:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c5bdf27425f82be49f6f27568e701c1baa725e2",
"body": " Enhance Link Mark: Merge HTML attributes and handle null values in attributes.",
"is_bot": false,
"headline": "Merge pull request #74 from awcodes/failing-tests-for-link-issues",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-07-07T16:29:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1863c910e83b65bd01f2267b84248f749e8cfef",
"body": "…tributes",
"is_bot": false,
"headline": "Enhance Link Mark: Merge HTML attributes and handle null values in at…",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-07-06T14:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d50f28dc8a761365117faf931a442d1bae8a20",
"body": null,
"is_bot": false,
"headline": "Chore: failing tests for link issues",
"author_name": "Adam Weston",
"author_login": "awcodes",
"committed_at": "2025-07-05T18:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6051d879314faac593a37f7f9806106344dc44",
"body": "Feat: add Details extension support",
"is_bot": false,
"headline": "Merge pull request #72 from awcodes/feat/details-extension",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-07-05T17:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8266a663e21988e3436a8348b08d8b762c3ddd79",
"body": "…tribute rendering",
"is_bot": false,
"headline": "Feat: added tests and update Details node to correctly handle open at…",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-07-05T16:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae167ab60a27404dd4de1065964240eb0d17689",
"body": null,
"is_bot": false,
"headline": "Feat: add Details extension support",
"author_name": "Adam Weston",
"author_login": "awcodes",
"committed_at": "2025-06-26T17:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458194ad0f8b0cf616fecdf451a84f9a6c1f3056",
"body": "Removed wrapper logic which wrapps list items into p tags",
"is_bot": false,
"headline": "Merge pull request #71 from ueberdosis/refactor/drop-wrapper-logic",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-06-26T14:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be748d1675facdafc4e4b1fe1d418c0732306ff5",
"body": null,
"is_bot": false,
"headline": "Removed the actual wrapper code",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-06-26T14:08:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b05bf0bf5fece2dfadd4adfac741c9bca6c9e696",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-06-26T11:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7c0cdbd90bf169a2cf37394b3d0553600e9509",
"body": null,
"is_bot": false,
"headline": "Removed wrapper logic which wrapps lists into p tags",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-06-26T11:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d69dc188366dd10ec56de00d6e4ad9b178a2996e",
"body": "feat: add URL sanitization to Link mark",
"is_bot": false,
"headline": "Merge pull request #70 from ueberdosis/feature/add-link-sanititaion",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-06-25T09:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54251de704d48d6cb9bbeee177de3c0a12ea4acf",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-06-25T09:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1b74b4028bd43b16aabd9b1605355098594fd65",
"body": null,
"is_bot": false,
"headline": "feat: add URL sanitization to Link mark",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-06-25T09:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8912a14afcf03269363553da6548aa64ba1e036f",
"body": null,
"is_bot": false,
"headline": "fix feature template",
"author_name": "Dominik Biedebach",
"author_login": "bdbch",
"committed_at": "2025-06-23T09:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "066f81be9516f59283a2d2a45762b05071e4cb22",
"body": null,
"is_bot": false,
"headline": "fix bug_report",
"author_name": "Dominik Biedebach",
"author_login": "bdbch",
"committed_at": "2025-06-23T09:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44e26113d02240858f00f4c90bfe7940a0388b69",
"body": null,
"is_bot": false,
"headline": "fix bug report template",
"author_name": "Dominik Biedebach",
"author_login": "bdbch",
"committed_at": "2025-06-23T09:46:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cbd002242be2493819955fee2c21b291278c66b",
"body": null,
"is_bot": false,
"headline": "fix featuree request template",
"author_name": "Dominik Biedebach",
"author_login": "bdbch",
"committed_at": "2025-06-23T09:44:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54739793e024b7eb365e451f8bbf019589d0ff14",
"body": null,
"is_bot": false,
"headline": "added issue templates",
"author_name": "Dominik Biedebach",
"author_login": "bdbch",
"committed_at": "2025-06-23T09:42:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ab74a684100f73d8e3e7f7e2199691922ecf093",
"body": "Add FontFamily extension with parsing and rendering support",
"is_bot": false,
"headline": "Merge pull request #68 from ueberdosis/feature/add-font-family-extension",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-08T15:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30aefc40e105eb63da3ea2736ba99abfb80c6f4e",
"body": null,
"is_bot": false,
"headline": "updated tests for font families",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-08T15:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23207ea78b509510e55270fdeef592014a31c88e",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-08T15:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a689bf8ba8559715af60027684d58ef0d92dd56f",
"body": null,
"is_bot": false,
"headline": "Add FontFamily extension with parsing and rendering support",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-08T15:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b2bf44ed0a23e19cef46c11b1e4e68665ffb31b",
"body": "Change <strike> to <s> in HTML rendering and update related tests",
"is_bot": false,
"headline": "Merge pull request #67 from ueberdosis/feature/replace-strike-with-s",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-07T14:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "978d6eb6b08bfa492d5ac5d57ff94312266d6d12",
"body": null,
"is_bot": false,
"headline": "Change <strike> to <s> in HTML rendering and update related tests",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-07T11:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ec5829f05c3cced03bbbb8e2a948a2252b224f0",
"body": "Add Color extension.",
"is_bot": false,
"headline": "Merge pull request #66 from ueberdosis/feature/color-extension",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-07T10:43:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee95b7c06c49b2e0dfe341ab78f8b4ac03b5d9d",
"body": null,
"is_bot": false,
"headline": "Fixed PossiblyNullPropertyFetch error",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-07T10:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88d1b49ccabc56607e5f42433388ed66ea61d804",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-07T10:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9adcd55f6e497f2893873f0d037bc92e0ebd4b4",
"body": null,
"is_bot": false,
"headline": "Add Color extension with parsing and rendering tests",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-07T10:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04ab3ee7688eced69cc386c9a9f52743a0522365",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-05T14:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "560ccd4b0df95cf9533e114bda7fc672f5f11574",
"body": null,
"is_bot": false,
"headline": "Add tests for link mark support for class attribute",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-05T14:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d79f2946fbadaa9d824431fa9e1fa0f40be58d9",
"body": "add class attribute for link when parsing from html",
"is_bot": false,
"headline": "Merge pull request #50 from chatelardfrancois/patch-1",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-05T14:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c50067300895d1bca46b656401a7ee18c6135a",
"body": "Add workflow_dispatch trigger to GitHub Actions. Also fixing workflows.",
"is_bot": false,
"headline": "Merge pull request #65 from ueberdosis/feature/add-trigger-for-actions",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-05T13:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b610fc057aec31322bcd8f680e6d472ee5fbc8",
"body": null,
"is_bot": false,
"headline": "Upgrade actions/cache to version 4 in workflow files",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-05T12:59:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d584db3f5da67614767e351516d92b8094a4d050",
"body": null,
"is_bot": false,
"headline": "Add workflow_dispatch trigger to GitHub Actions",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-03-05T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0122fbb0d4c66f2e20939cc3930bb1921ae86c60",
"body": "Use priority for parseHTML (extensions)",
"is_bot": false,
"headline": "Merge pull request #60 from alanpoulain/fix-priority-parse-html",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-03-05T12:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568b596bea0d1efa4601c651cd4c193acc7137d4",
"body": null,
"is_bot": false,
"headline": "Use priority for parseHTML (extensions)",
"author_name": "Alan Poulain",
"author_login": "alanpoulain",
"committed_at": "2025-02-13T08:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e134e4c37a6380f2debbf969cc2b5890c63ba52b",
"body": "Fix whitespace in expected HTML output for CodeBlockShikiTest",
"is_bot": false,
"headline": "Merge pull request #62 from ueberdosis/fix/shiki-tests",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-12T20:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a61e2f23745b2aa6f2527e91e402b9cfec3c47f6",
"body": "…dency versions produce different render outputs",
"is_bot": false,
"headline": "Try regex match pattern for shiki output test because different depen…",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T20:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da2cbdf53aacf1ef762606682312b7073fb77fd",
"body": "…ires more refactoring",
"is_bot": false,
"headline": "Drop PHP 8.4 for tests for now because it causes more errors and requ…",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f94025357bd2ae2f7fef1856a14bca0a82e8713",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/shiki-tests",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bed16507aa47efdea8d6bdfae2db3f47b00be27",
"body": "Upgrade nodejs for tests",
"is_bot": false,
"headline": "Merge pull request #64 from ueberdosis/upgrade/nodejs-for-tests",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:26:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17e1db7b9f5d58e0b062a6895e6260a0a9ebdb4c",
"body": null,
"is_bot": false,
"headline": "Upgrade nodejs for tests",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:24:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bff788a73b3dc5b1dc9d8aaefd416cc23e80e4e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/shiki-tests",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:17:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f8543c2f4955592801c3295d44c7b205984a5a3",
"body": "Dropping php 7.4 support",
"is_bot": false,
"headline": "Merge pull request #63 from ueberdosis/update/drop-php-74-support",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d5b93ef1b24dcd55fd615a88190dca0181f378",
"body": null,
"is_bot": false,
"headline": "Upgrade shikijs",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T19:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "395538834dd90393c5c7d7d530ff3f6fd3436237",
"body": null,
"is_bot": false,
"headline": "Dropping php 7.4 support",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T18:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d30a8c574f3b7e919b001af690148c41ce366228",
"body": null,
"is_bot": false,
"headline": "Fix whitespace in expected HTML output for CodeBlockShikiTest",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-12T16:51:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4b9cd36246da3981a5b03d447911c4d8c58cee1",
"body": "Add VSCode launch configuration for PHP testing",
"is_bot": false,
"headline": "Merge pull request #61 from ueberdosis/vscode/added-launch-json",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-12T16:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4c87254899575aaee47b09470274b1fb5a88f9",
"body": null,
"is_bot": false,
"headline": "Add VSCode launch configuration for PHP testing",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2025-02-09T15:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43444971c1ef6ff7819f4d9de1f724feb4d0dc7b",
"body": "Fix to deprecated function call",
"is_bot": false,
"headline": "Merge pull request #52 from aSeriousDeveloper/patch-1",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-09T15:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93caa7526836970bc2480e21b324e5b85dc4c1f6",
"body": "Fix `README.md` ordered list",
"is_bot": false,
"headline": "Merge pull request #57 from silasjoisten/patch-2",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-04T09:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba62d353fef7dde55dc8e97be3c78bef30df90ae",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-04T09:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9b9bf3802cb933267af8d4f4d2847b7622df755",
"body": "Fix: `README.md` code examples",
"is_bot": false,
"headline": "Merge pull request #56 from silasjoisten/patch-1",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2025-02-04T09:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e9ef09b4a52c536bd95c8e65579efa16b57b34",
"body": null,
"is_bot": false,
"headline": "Fix `README.md` ordered list",
"author_name": "Silas Joisten",
"author_login": "silasjoisten",
"committed_at": "2025-02-04T05:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1b883412c1b717810027e4c3c7f7fdf17b23d7",
"body": null,
"is_bot": false,
"headline": "Fix: `README.md` code examples",
"author_name": "Silas Joisten",
"author_login": "silasjoisten",
"committed_at": "2025-02-04T05:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e2a8c494de570f0e9c5356b70a32d526f31510d",
"body": "Passing null to rtrim is deprecated\r\nthis coalesces null values to an empty string",
"is_bot": false,
"headline": "Fix to deprecated function call",
"author_name": "Rob Lyons",
"author_login": "aSeriousDeveloper",
"committed_at": "2024-10-17T16:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3f8c9c2fd72e035053b8ccbf7c088a35c9b5f1",
"body": null,
"is_bot": false,
"headline": "add class attributes for link",
"author_name": "François Chatelard",
"author_login": "chatelardfrancois",
"committed_at": "2024-08-26T14:20:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "640667176da4cdfaa84c32093171e0674c3c807f",
"body": "Fix namespaces in examples",
"is_bot": false,
"headline": "Merge pull request #49 from jeremyVignelles/patch-1",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f6a5c136f50598fd8ac88692eb7ab166d3d7d67",
"body": "Remove Strict Versioning on scrivo/highlight.php",
"is_bot": false,
"headline": "Merge pull request #42 from digidux/main",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4356d98d31ede7f2a28f5915b3c770f892153c9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into main",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6628ef1985785225397a397f7bb716c677e0aba4",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "nperez0111",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9e4d37531969d68af295f717d371005c65beed4",
"body": "Don't fail on missing code tag in code block parsing",
"is_bot": false,
"headline": "Merge pull request #27 from dbohn/fix-invalid-codeblock-parsing",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d630337e2664dc0b08e479d7dc2967612143bb",
"body": null,
"is_bot": false,
"headline": "Ignore missing code tag in code block parsing",
"author_name": "David Bohn",
"author_login": null,
"committed_at": "2024-08-12T08:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303877d0c62b02d1caf395ffa61ce30dc2dbf9f0",
"body": null,
"is_bot": false,
"headline": "chore: update checkout",
"author_name": "Nick the Sick",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138e2c61e77454fe6fe73da6c3408aeeecdceff7",
"body": null,
"is_bot": false,
"headline": "chore: on push, run tests",
"author_name": "Nick the Sick",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:14:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f91e7460a31d0f91e11d999c5ceab741f3513e97",
"body": "This reverts commit e4e2cfe9d1cc7690a914e1b0e54097846dbefa27, reversing\nchanges made to 3d5973754e5b46d0cde9f76501fdcae4522d7aaa.",
"is_bot": false,
"headline": "revert \"fix: check type beforehand in code-block\"",
"author_name": "Nick the Sick",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d617b6c4bb3513485319a13ee3e517b929889507",
"body": "Fix multidimensional array check",
"is_bot": false,
"headline": "Merge pull request #39 from godismyjudge95/patch-1",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e2cfe9d1cc7690a914e1b0e54097846dbefa27",
"body": null,
"is_bot": false,
"headline": "fix: check type beforehand in code-block",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5973754e5b46d0cde9f76501fdcae4522d7aaa",
"body": null,
"is_bot": false,
"headline": "fix: upgrade shiki (#46)",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:01:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c5269f906bdb5dd936976e56536de8a60d83f0",
"body": null,
"is_bot": false,
"headline": "fix: ordered list `start` attribute name (#32)",
"author_name": "Nick Perez",
"author_login": "nperez0111",
"committed_at": "2024-08-12T08:00:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28d90d262142af15a65f516bfd550fce2ff79e72",
"body": null,
"is_bot": false,
"headline": "Fix namespaces in examples",
"author_name": "Jérémy VIGNELLES",
"author_login": "jeremyVignelles",
"committed_at": "2024-07-21T13:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ff91dfe1b189a49e31d24c4e802264079678b24",
"body": null,
"is_bot": false,
"headline": "chore: upgrade shiki",
"author_name": "atanda rasheed",
"author_login": "heywhy",
"committed_at": "2024-03-05T20:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c865dc2d0d8c8e72c32ee05d98925f448f7e5d",
"body": null,
"is_bot": false,
"headline": "Update CodeBlock.php",
"author_name": "spman",
"author_login": "killjin",
"committed_at": "2024-01-22T13:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e1f933410c1c02dcdcb1ca1c8d51ac2c5d3c93e",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Digidux",
"author_login": "digidux",
"committed_at": "2024-01-22T12:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789af4fe258198e8de7fa7a0c60e4dc512b066ca",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Digidux",
"author_login": "digidux",
"committed_at": "2023-11-07T09:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef280bf23b9afd2cf44563ae3c58d88e630cc95",
"body": null,
"is_bot": false,
"headline": "Update composer.json",
"author_name": "Digidux",
"author_login": "digidux",
"committed_at": "2023-11-07T09:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441711c14856f89162ae29a37af33d83b8f55b6f",
"body": null,
"is_bot": false,
"headline": "Adding test",
"author_name": "Daniel Weaver",
"author_login": "godismyjudge95",
"committed_at": "2023-10-01T04:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb35d8ee4b07e95604cf981d137beff787dd3fca",
"body": null,
"is_bot": false,
"headline": "Fix multidimensional array check",
"author_name": "Daniel Weaver",
"author_login": "godismyjudge95",
"committed_at": "2023-10-01T03:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4be936f81b47514fd46ae506e74bc57cd26eef",
"body": "fix misaligned tags for overlapping marks",
"is_bot": false,
"headline": "Merge pull request #37 from faltjo/fix-overlapping-marks",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2023-06-25T19:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c05d1277ae25b3dab19d8f1638ce8ea4c098aaa",
"body": null,
"is_bot": false,
"headline": "Fix styling",
"author_name": "faltjo",
"author_login": "faltjo",
"committed_at": "2023-05-22T08:11:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0b83b580bf33b7b036b51e1a727ffb453b7622",
"body": null,
"is_bot": false,
"headline": "revert mistaken change",
"author_name": "Joachim",
"author_login": "faltjo",
"committed_at": "2023-05-17T15:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3180f5e544b910ae6955ec8b49fe1f4583180f58",
"body": null,
"is_bot": false,
"headline": "fix misaligned tags for overlapping marks",
"author_name": "Joachim",
"author_login": "faltjo",
"committed_at": "2023-05-17T14:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff255757570bd34da21772a9af826335db8de0b9",
"body": "Fixed pslam messages for request time usage",
"is_bot": false,
"headline": "Merge pull request #35 from ueberdosis/fix-psalm-errors",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2023-04-27T14:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9582d7854388ccee60f6e0e72e1586ab0c839adc",
"body": null,
"is_bot": false,
"headline": "Fixed pslam messages for request time usage",
"author_name": "Timo Isik",
"author_login": "timoisik",
"committed_at": "2023-04-27T14:03:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1ddacb44d9873cbe112d2d3727ea853bd3af1c",
"body": "Add PHP 7.4 support",
"is_bot": false,
"headline": "Merge pull request #22 from spiegeltechlab/support-php7.4-syntax",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2023-04-27T13:06:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1afc115796a6690676aad0f3573b162843f8e21c",
"body": "Fix merging class attributes",
"is_bot": false,
"headline": "Merge pull request #34 from jacksleight/fix/merging-class-attributes",
"author_name": "timoisik",
"author_login": "timoisik",
"committed_at": "2023-04-26T08:39:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b00aeb1227556e5bd64bd86dc64125f603bc84",
"body": null,
"is_bot": false,
"headline": "Correct case",
"author_name": "Jack Sleight",
"author_login": "jacksleight",
"committed_at": "2023-04-24T16:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707e5a6bef8a1b4a0aa4ebbe6dd93b1a24d8ff56",
"body": null,
"is_bot": false,
"headline": "Fix merging class attributes",
"author_name": "Jack Sleight",
"author_login": "jacksleight",
"committed_at": "2023-04-24T14:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006da72bc230165559dd292d90a1c680d4be8a6c",
"body": null,
"is_bot": false,
"headline": "Rename ordered list `order` attr to `start`",
"author_name": "Jack Sleight",
"author_login": "jacksleight",
"committed_at": "2023-02-11T15:09:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd1e4058be7d48f570af82710bd51a421da736e",
"body": "Fix failing tests in PHP 7",
"is_bot": false,
"headline": "Merge pull request #1 from martindines/support-php7.4-syntax",
"author_name": "Jonas Siewertsen",
"author_login": null,
"committed_at": "2022-10-12T15:03:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 8,
"latest_release_at": "2026-06-12T18:44:34Z",
"latest_release_tag": "2.1.1",
"releases_from_tags": false,
"days_since_last_push": 39,
"active_weeks_last_year": 4,
"days_since_latest_release": 39,
"mean_days_between_releases": 228.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ueberdosis/tiptap-php",
"exists": true,
"license": "MIT",
"keywords": [
"tiptap",
"prosemirror",
"ueberdosis"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/ueberdosis/tiptap-php",
"is_deprecated": false,
"latest_version": "2.1.1",
"repository_url": "https://github.com/ueberdosis/tiptap-php",
"versions_count": 8,
"total_downloads": 16726002,
"dependents_count": 35,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2400164,
"first_published_at": null,
"latest_published_at": "2026-06-12T18:19:46Z",
"latest_version_yanked": null,
"days_since_latest_publish": 39
}
]
},
"popularity": {
"forks": 43,
"stars": 267,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-08-11",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-05-12",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2025-02-04",
"count": 2
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
}
],
"complete": true,
"collected": 42,
"total_forks": 43
},
"star_history": null,
"open_issues_and_prs": 28
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 13399,
"source_files_sampled": 132,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.0",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-4fh9-h7wg-q85m"
],
"fixed_version": "13.2.1",
"advisory_count": 1,
"oldest_advisory_days": 232
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"moderate": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 44,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"packagist"
],
"dependencies": [
{
"name": "scrivo/highlight.php",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^9.18"
},
{
"name": "spatie/shiki-php",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "scrivo/highlight.php",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/shiki-php",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "@shikijs/core",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-javascript",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "character-entities-html4",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "comma-separated-tokens",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex-xs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "hast-util-to-html",
"direct": false,
"version": "9.0.4",
"ecosystem": "npm"
},
{
"name": "hast-util-whitespace",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "html-void-elements",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "oniguruma-to-es",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "property-information",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "regex",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "regex-recursion",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "regex-utilities",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "shiki",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "space-separated-tokens",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "stringify-entities",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "trim-lines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "vfile",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-message",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "friendsofphp/php-cs-fixer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "pestphp/pest",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vimeo/psalm",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 51,
"direct_count": 2,
"indirect_count": 49
}
},
"maintainership": {
"issues": {
"open_prs": 13,
"merged_prs": 35,
"open_issues": 15,
"closed_ratio": 0.625,
"closed_issues": 25,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "hanspagel",
"commits": 183,
"avatar_url": "https://avatars.githubusercontent.com/u/1577992?v=4"
},
{
"type": "User",
"login": "timoisik",
"commits": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/9573441?v=4"
},
{
"type": "User",
"login": "nperez0111",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1852538?v=4"
},
{
"type": "User",
"login": "bdbch",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/6538827?v=4"
},
{
"type": "User",
"login": "digidux",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/92623533?v=4"
},
{
"type": "User",
"login": "jacksleight",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/126740?v=4"
},
{
"type": "User",
"login": "martindines",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1236246?v=4"
},
{
"type": "User",
"login": "faltjo",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/121795812?v=4"
},
{
"type": "User",
"login": "silasjoisten",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/10114981?v=4"
},
{
"type": "User",
"login": "godismyjudge95",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3847288?v=4"
}
],
"contributors_sampled": 20,
"top_contributor_share": 0.642
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"php-cs-fixer.yml",
"psalm.yml",
"run-tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"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": 2,
"reason": "Found 4/15 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 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": 1,
"reason": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "74bfb7be1c8c6102b240f3879b7f984a6ab87b97",
"ran_at": "2026-07-22T18:01:56Z",
"aggregate_score": 3.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-12T18:20:01Z",
"oldest_open_prs": [
{
"number": 21,
"created_at": "2022-05-10T12:03:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2024-02-22T20:58:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2024-12-23T09:48:34Z",
"last_comment_at": "2026-01-08T11:48:27Z",
"last_comment_author": "d8vjork"
},
{
"number": 69,
"created_at": "2025-04-23T15:15:01Z",
"last_comment_at": "2025-07-01T09:07:10Z",
"last_comment_author": "alanpoulain"
},
{
"number": 76,
"created_at": "2025-07-09T13:02:29Z",
"last_comment_at": "2025-10-05T01:14:06Z",
"last_comment_author": "mtozzo"
},
{
"number": 77,
"created_at": "2025-07-31T10:43:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2025-11-25T14:29:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 85,
"created_at": "2026-01-14T08:36:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2026-01-19T23:51:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-03-25T15:55:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2026-04-08T10:39:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2026-07-08T12:56:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2026-07-08T13:20:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-12T18:19:46Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2022-02-10T15:53:43Z",
"last_comment_at": "2025-08-08T07:07:28Z",
"last_comment_author": "roelvanhintum"
},
{
"number": 17,
"created_at": "2022-02-17T23:11:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2022-03-24T09:11:51Z",
"last_comment_at": "2022-04-01T12:46:01Z",
"last_comment_author": "hanspagel"
},
{
"number": 40,
"created_at": "2023-10-04T23:59:26Z",
"last_comment_at": "2026-01-14T15:54:26Z",
"last_comment_author": "CapitaineToinon"
},
{
"number": 43,
"created_at": "2023-12-11T06:22:29Z",
"last_comment_at": "2023-12-14T00:52:18Z",
"last_comment_author": "mgtcampbell"
},
{
"number": 51,
"created_at": "2024-09-23T17:33:07Z",
"last_comment_at": "2024-09-23T17:34:11Z",
"last_comment_author": "putrafajarh"
},
{
"number": 53,
"created_at": "2024-11-21T01:00:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2025-08-01T11:37:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2025-10-14T19:22:19Z",
"last_comment_at": "2026-05-21T09:07:37Z",
"last_comment_author": "mrmaarek"
},
{
"number": 81,
"created_at": "2025-10-16T13:53:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2026-01-15T13:31:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 87,
"created_at": "2026-01-16T14:24:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 89,
"created_at": "2026-01-21T09:34:35Z",
"last_comment_at": "2026-03-02T14:41:13Z",
"last_comment_author": "EmilyBizclik"
},
{
"number": 90,
"created_at": "2026-03-05T15:14:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2026-03-19T13:03:44Z",
"last_comment_at": "2026-04-20T15:24:30Z",
"last_comment_author": "iindex"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ueberdosis/tiptap-php",
"host": "github.com",
"name": "tiptap-php",
"owner": "ueberdosis"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 50,
"vitality": 52,
"community": 69,
"governance": 67,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 39,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 39 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 39
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 8,
"latest_release_tag": "2.1.1",
"releases_from_tags": false,
"days_since_latest_release": 39,
"mean_days_between_releases": 228.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 39 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 39
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~228.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 228.2
}
}
],
"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": 39,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 39 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 39
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 69,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"forks": 43,
"stars": 267,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "267 stars",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 267
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "43 forks",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 43
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"packages": [
"ueberdosis/tiptap-php"
],
"dependents": 35,
"ecosystems": "packagist",
"total_downloads": 16726002,
"monthly_downloads": 2400164
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,400,164 downloads/month across packagist",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2400164,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "35 packages depend on it",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 35
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 20,
"top_contributor_share": 0.642
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 64% of commits",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 64
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "20 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 20
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 35,
"open_issues": 15,
"closed_issues": 25,
"issue_closed_ratio": 0.625,
"closed_unmerged_prs": 8
},
"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": "35/43 decided PRs merged",
"points": 31.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 35,
"decided": 43
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/15 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"followers": 682,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "ueberdosis",
"public_repos": 40,
"account_age_days": 3828
},
"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": "682 followers of ueberdosis",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 682,
"login": "ueberdosis"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "40 public repos, account ~10 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 40
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ueberdosis/tiptap-php"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 39
},
"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 39 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 39
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"php",
"prosemirror",
"tiptap"
],
"has_wiki": true,
"homepage": "https://tiptap.dev",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://tiptap.dev",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 10 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/15 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 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": "2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 44 resolved dependencies against OSV; 7 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": 44
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 44,
"unassessed_packages": 7,
"affected_by_severity": "moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 44,
"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": 15
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.41,
"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": "41 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"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": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "PHP",
"largest_source_bytes": 13399,
"source_files_sampled": 132,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "PHP without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "PHP"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/132 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 132,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T18:02:18.903350Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/ueberdosis/tiptap-php.svg",
"full_name": "ueberdosis/tiptap-php",
"license_state": "standard",
"license_spdx": "MIT"
}