Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"captainhook",
"php",
"conventional-commits",
"commit-msg",
"commit",
"conventional",
"plugin",
"hook",
"git"
],
"is_fork": false,
"size_kb": 347,
"has_wiki": false,
"homepage": null,
"languages": {
"PHP": 288893,
"Shell": 6328
},
"pushed_at": "2026-04-27T21:53:03Z",
"created_at": "2020-07-11T23:37:06Z",
"owner_type": "User",
"updated_at": "2026-07-18T03:08:55Z",
"description": ":yo_yo: A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!",
"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://ben.ramsey.dev",
"name": "Ben Ramsey",
"type": "User",
"login": "ramsey",
"company": null,
"location": "Nashville, TN",
"followers": 1706,
"avatar_url": "https://avatars.githubusercontent.com/u/42941?v=4",
"created_at": "2008-12-28T03:48:12Z",
"is_verified": null,
"public_repos": 94,
"account_age_days": 6420
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.7.0",
"kind": "minor",
"published_at": "2026-03-04T06:58:33Z"
},
{
"tag": "1.6.0",
"kind": "minor",
"published_at": "2025-03-01T19:24:05Z"
},
{
"tag": "1.5.1",
"kind": "patch",
"published_at": "2024-05-14T03:15:31Z"
},
{
"tag": "1.5.0",
"kind": "minor",
"published_at": "2023-03-18T18:59:21Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2023-03-18T18:24:07Z"
},
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2022-04-20T02:51:23Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2022-01-09T01:06:46Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2021-11-09T20:12:28Z"
},
{
"tag": "1.1.2",
"kind": "patch",
"published_at": "2021-08-07T22:31:04Z"
},
{
"tag": "1.1.1",
"kind": "patch",
"published_at": "2020-10-26T21:37:35Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2020-10-26T19:46:39Z"
},
{
"tag": "1.0.1",
"kind": "patch",
"published_at": "2020-08-29T02:27:44Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2020-08-13T00:27:15Z"
}
],
"recent_commits": [
{
"oid": "7f97b8edb3608e95730ecd2a3933e681f0a51304",
"body": "PHP_CodeSniffer has moved to a new GitHub organization. The\n`squizlabs/PHP_CodeSniffer` repository is now archived and the project\nis actively maintained at\nhttps://github.com/PHPCSStandards/PHP_CodeSniffer.\n\nSee: https://github.com/squizlabs/PHP_CodeSniffer/issues/3932",
"is_bot": false,
"headline": "Docs: Update PHP_CodeSniffer repository link (#117)",
"author_name": "Rodrigo Primo",
"author_login": "rodrigoprimo",
"committed_at": "2026-04-27T21:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d24a17b3505f03948c315ff55c14b03d6f8bc61",
"body": null,
"is_bot": false,
"headline": "chore: prepare for version 1.7.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T06:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d78c30323cc05f01740ea0476e897fa95e71605",
"body": null,
"is_bot": false,
"headline": "ci: run builds on PHP 8.5",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T06:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d6fb8eff6ba5a4fdb806f2ff0ff773c3f40086",
"body": "The `composer/composer` package dependency was only used to read the\ncontents of the extra section of a project's `composer.json` file. This\ncommit replaces this logic by standard PHP functions.\n\nAs a result, the `composer/composer` dependency has been removed which\nresults in potentially 21 less dependencies when installing this package\nas a dependency.\n\nCloses: #103",
"is_bot": false,
"headline": "refactor(deps): remove composer/composer package dependency (#114)",
"author_name": "Aad Mathijssen",
"author_login": "aadmathijssen",
"committed_at": "2026-03-04T06:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea935b066153f8fc088b99ed65925e2550c8ee65",
"body": "…(#113)\n\nBumps\n[ridedott/merge-me-action](https://github.com/ridedott/merge-me-action)\nfrom 2.10.116 to 2.10.133.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/ridedott/merge-me-action/releases\">ridedott/merge-me-action's\nreleases</a>.</em></p>\n<blockquot\n[…]\nbled on this pull request as it has\nbeen open for over 30 days.\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.116 to 2.10.133 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-04T06:35:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc39e82bd87e5e3fa5cb9ef4976a8eb2f29cee5e",
"body": null,
"is_bot": false,
"headline": "chore: bump copyright year",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T06:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a315194051e244726918725f437ca96673d0a9",
"body": "## Summary\n- Add `^8.0` version constraint to `symfony/console` and\n`symfony/filesystem` in require\n- Add `^8.0` version constraint to `symfony/process` in require-dev\n\nThis allows the library to be used with Symfony 8.0 components.\n\n## Test plan\n- [x] All tests pass (`composer dev:test`)\n- [x] Verified Symfony 8.0 packages can be installed",
"is_bot": false,
"headline": "feat: add Symfony 8.0 support (#115)",
"author_name": "Antonio del Olmo",
"author_login": "delolmo",
"committed_at": "2026-03-04T06:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4f276762d6ffc4fe9645be1279c626fc28b47e",
"body": null,
"is_bot": false,
"headline": "chore: bump PHPUnit to version 10.5.63",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T06:06:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4761d5fc1451f7f64b822065f7962ca0ccf5f0a",
"body": null,
"is_bot": false,
"headline": "chore: upgrade to PHPStan version 2",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T06:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dfa658eca35c272cba73d52e7980f7652816893",
"body": null,
"is_bot": false,
"headline": "chore: update dev dependencies",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2026-03-04T05:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1911eb249bfb55cfefa219d17f75208292092f1b",
"body": "…#102)\n\nBumps\n[ridedott/merge-me-action](https://github.com/ridedott/merge-me-action)\nfrom 2.10.43 to 2.10.116.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a\nhref=\"https://github.com/ridedott/merge-me-action/releases\">ridedott/merge-me-action's\nreleases</a>.</em></p>\n<blockquote>\n[…]\nnless you reopen the\nPR or upgrade to it yourself)\n\n\n</details>\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.43 to 2.10.116 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-06T03:36:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3eb46b9046d91f5b35462ff770a9d0326601783d",
"body": "skip-checks: true",
"is_bot": false,
"headline": "chore: prepare for release 1.6.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T19:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d42a3b955e15b7f3552551b389e6c534556ef22",
"body": null,
"is_bot": false,
"headline": "chore: add .gitmodules to ignore-export",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T19:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1f120c615468fec6a6bdd98ccb148e018be2bc",
"body": "Closes #55",
"is_bot": false,
"headline": "feat: improve captainhook validation error message (#101)",
"author_name": "Nick Lai",
"author_login": "nick-lai",
"committed_at": "2025-03-01T19:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cdef301f450055d8a81f6eb0d1d9de17d8b8a8a",
"body": null,
"is_bot": false,
"headline": "ci: skip another test that hangs in the CI env",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1cfe1290f9f064f59e0b7fb48b57da0d14a596",
"body": null,
"is_bot": false,
"headline": "ci: skip tests that hang in the CI environment",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7073f4b8aacd4ffb5db214fbaa595a8bf9b47691",
"body": null,
"is_bot": false,
"headline": "ci: fix test that fails in CI due to tty column width differences",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083c0f29a162ead3a2da4743466161945687b391",
"body": null,
"is_bot": false,
"headline": "ci: make sure expect is available",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:46:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2fe0746a3e000c7df118cd6d4074a11ab1e175",
"body": null,
"is_bot": false,
"headline": "ci: update workflow dependencies",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "825f1ece2ac942668fb9706a278d05d0fa43cfdb",
"body": null,
"is_bot": false,
"headline": "test: convert functional tests to use Bats",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-03-01T18:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5fc9707682339a554e6788038dc3ea5490dcf25",
"body": null,
"is_bot": false,
"headline": "ci: test on PHP 8.4",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-02-28T21:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d92824ebd4370e550c1740047ab1a4d60a24725",
"body": null,
"is_bot": false,
"headline": "chore(deps): bump ramsey/coding-standard to ^2.3",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2025-02-28T21:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b995ee3e1592757c01551b30f6e90176d7f81ec2",
"body": null,
"is_bot": false,
"headline": "test: update functional test for changed line numbers",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2024-04-17T04:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b11fd45e46f42b38559cfbc4e6d2ccf566537c",
"body": null,
"is_bot": false,
"headline": "chore: upgrade packages; remove Psalm",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2024-04-17T04:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d64c27901be61499a21682347c4d89b07bb70129",
"body": null,
"is_bot": false,
"headline": "Merge branch 'llupa-ci-matrix'",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2024-04-17T04:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99883a53dde6886e29915c5469ac924675057853",
"body": null,
"is_bot": false,
"headline": "chore: allow symfony/console, symfony/filesystem at major version 7",
"author_name": "llupa",
"author_login": "llupa",
"committed_at": "2024-04-17T04:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb1fff86c4bb381d5d4ed4f467ec0c6308b8066",
"body": null,
"is_bot": false,
"headline": "Merge branch 'llupa-allow-sf-7'",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2024-04-17T04:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49df6211a2fe37521b6d38afe20e99504be8e4d",
"body": null,
"is_bot": false,
"headline": "Update .github/workflows/continuous-integration.yml",
"author_name": "llupa",
"author_login": "llupa",
"committed_at": "2024-02-12T10:22:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d92ce1f1115fbf75f0728454badb67c59efa5f3",
"body": null,
"is_bot": false,
"headline": "ci: update testing matrix",
"author_name": "llupa",
"author_login": "llupa",
"committed_at": "2024-02-05T11:36:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b37fc44b368c22905cefcad92395209d48d190",
"body": null,
"is_bot": false,
"headline": "chore: allow symfony/console, symfony/filesystem at major version 7",
"author_name": "llupa",
"author_login": "llupa",
"committed_at": "2024-02-05T10:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8a4fd4d34dfbcab61685dd93b9a09752354f22",
"body": null,
"is_bot": false,
"headline": "chore: bump copyright year",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-19T01:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6cb233c2e20fa4848b5aa0243ca343309db942c",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.5.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T18:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ebfd7528c7512880de8a5cc3dd2fbaad908cb62",
"body": "Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.40 to 2.10.43.\r\n- [Release notes](https://github.com/ridedott/merge-me-action/releases)\r\n- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/ridedot\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.40 to 2.10.43 (#86)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-18T18:58:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "61d283f51859fee01acda204f7bdd37c6dd5e80c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'validate-command'",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T18:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48b3c509be6241c7b12fb16f8299ce0a029ea10",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.4.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T18:19:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d8c303b5cac9c65f95662d6991e3c27460f3a75",
"body": null,
"is_bot": false,
"headline": "chore: restrict ramsey/coding-standard version",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T18:15:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19cfd6d5b9c252bb53ee34c17217d5c6ef1ea39c",
"body": null,
"is_bot": false,
"headline": "ci: update testing matrix",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T17:55:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9d08ba838b7b21e1955a55921420e1d8cef7dd",
"body": null,
"is_bot": false,
"headline": "chore: bump to PHP 8.1 as minimum and bump all deps",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T17:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c53d5570b457a8d53f9bc8d6eebaa16c38336253",
"body": null,
"is_bot": false,
"headline": "chore: fix status badge",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2023-03-18T17:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42711f628ce379b7d7c211515ca5b2f1c7cbfc12",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 3.2.0 to 3.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-09T20:07:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a1237c3dc4578599056efa39842100b31c9b0d5",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.39 to 2.10.40",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-02T20:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282009af55ef1737f5216399113a59fe30cc94e3",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump shivammathur/setup-php from 2.22.0 to 2.23.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-26T20:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9bba7198d8a282b12f57f3a2d5186451fad49e",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.37 to 2.10.39",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-19T20:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650f5d27aaaf157b1bd8023a083d5250b733117a",
"body": null,
"is_bot": true,
"headline": "chore(deps-dev): update psalm/plugin-mockery requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-12T20:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d6efd39e2e02bc2fa7e1db6a20042e7c9e65b7",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 3.1.0 to 3.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-12T20:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f49047943fda6a20f63280aca89abc6937e5b43f",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.34 to 2.10.37",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-05T20:07:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28c6cb8f82742cf8d4ca3fa87094ff3d6437301",
"body": null,
"is_bot": true,
"headline": "chore(deps-dev): update vimeo/psalm requirement from ^4.22 to ^5.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-12-05T20:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c44923f7a7d389e731fcb74acf4669cb5115842",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.32 to 2.10.34",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-28T20:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7fb2feb47bcca3c31dabe57c927d711a7f621d",
"body": null,
"is_bot": true,
"headline": "chore(deps-dev): update psalm/plugin-mockery requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-28T20:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a92346ad4fad3bd6b7a000de26e3355e465c2d6",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ridedott/merge-me-action from 2.10.31 to 2.10.32",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-21T20:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742971a77ade6926bb11297c0820c0954da441ed",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump ramsey/composer-install from 2.1.0 to 2.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-07T20:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da3e1c38df04d67f97375d43594d8c90c532d5e",
"body": null,
"is_bot": true,
"headline": "chore(deps-dev): update psalm/plugin-mockery requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-07T20:06:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a83b832ef6c6165c4b3bd74111be99064c7eafb",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump shivammathur/setup-php from 2.18.1 to 2.22.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T20:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e372b7cc37676ec8c198580d27480114a643f40a",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T20:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a678c030272b1d9bd596d40c736263038ce346d1",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 3.0.1 to 3.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T20:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c413f0d1142d84a0b167ad26536c5219f7f3ada9",
"body": null,
"is_bot": true,
"headline": "chore(deps-dev): update psalm/plugin-phpunit requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T20:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5d8def9edb440a11191c4338a785aeda4209a25",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump github/codeql-action from 1 to 2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-03T20:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73e27621be7c423091ab34bdbb815a587f14d57",
"body": null,
"is_bot": false,
"headline": "ci: auto-update dependencies",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-11-03T20:28:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32edb54213917ac570a581dc87e346bc05ee3f77",
"body": "Fixes #57",
"is_bot": false,
"headline": "Add a validate command to CLI to validate commit messages (#58)",
"author_name": "hussainweb",
"author_login": "hussainweb",
"committed_at": "2022-10-07T22:45:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a668b58810af545a5767a3ad60386967f5fcf0",
"body": null,
"is_bot": false,
"headline": "fix: phpstan error when memory_limit is 128M (#65)",
"author_name": "hussainweb",
"author_login": "hussainweb",
"committed_at": "2022-10-03T21:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75d47b302f45cbb4105c89d3dc49fc9a80166740",
"body": "* fix: phpstan issues described in #63\r\n\r\n* fix: avoid psalm false-positive",
"is_bot": false,
"headline": "fix: phpstan issues described in #63 (#64)",
"author_name": "hussainweb",
"author_login": "hussainweb",
"committed_at": "2022-10-03T21:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1ae3e88c062315ae69f20d8cfe88b1370abd872",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0.\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-act\n[…]\n\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#49)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-09-06T14:21:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e47f2aff49756a3b8d956f39b363dc222deb69ff",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.3.1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-04-20T02:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e042d738064456c789fe4ea442cfff008788d6dd",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.0.0.\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-act\n[…]\nroduction\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 2.1.0 to 3.0.0 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-20T02:41:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb3ce5f7886ec9b385c45c7a7fc4b77179c89ec2",
"body": "* fix(finder-tool): get fully loaded composer instance\r\n\r\n* fix(psalm): replace deprecated totallyTyped attribute by errorLevel\r\n\r\n* chore: remove ramsey/devtools from dev dependencies\r\n\r\n* fix: use ArrayInput instead of a custom InputInterface class\r\n\r\nThis fixes instances where the custom InputInt\n[…]\ntype hint errors\r\n\r\n* chore: suppress ReservedWord errors\r\n\r\n* fix: allow earlier versions of symfony/console and symfony/filesystem\r\n\r\nCo-authored-by: Kendryck <kainxspirits@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: remove ramsey/devtools from dev dependencies (#48)",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-04-20T02:36:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1bc1edd19203b9b4f177e9877213c7eef2e14a0d",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.3.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-09T01:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f858d28ee67b1b9b99dc0fb4a2797925086dc5",
"body": "Fixes #37",
"is_bot": false,
"headline": "feat: find composer.json correctly when run from PHAR (#29)",
"author_name": "hussainweb",
"author_login": "hussainweb",
"committed_at": "2022-01-09T00:47:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e7aa7db315cec7d49b32e0379e6db8be111aa8",
"body": "PHP unit converts the deprecation errors into failures.",
"is_bot": false,
"headline": "test: fix errors on macOS PHP8.1 with lowest deps (#36)",
"author_name": "Lewis Cowles",
"author_login": "Lewiscowles1986",
"committed_at": "2022-01-03T20:54:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a50acf3a59fdf0f24a6fce5078903d2ebf67baf",
"body": null,
"is_bot": false,
"headline": "docs: update README to indicate need to install CaptainHook separately",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a930e8897d7b399e28de8dd7f69219f074b003",
"body": null,
"is_bot": false,
"headline": "chore(deps): update opis/json-schema to ^2.2.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "381721906ff9f6c4fa7ca405e90f46c7c47917fb",
"body": "Re: #30",
"is_bot": false,
"headline": "feat(deps): move captainhook to require-dev and suggest it",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a379e6fbda75decdb73c69d80808305aa1abc7cb",
"body": null,
"is_bot": false,
"headline": "test: update output in functional tests for line number changes",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "404a300e0f9c19abb2d6570bd54122b70854de13",
"body": null,
"is_bot": false,
"headline": "chore(deps): update lower boundary of symfony/console to 5.3.7",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:19:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583e78ca42c83507f31041b33e1b2fdd37d70a73",
"body": null,
"is_bot": false,
"headline": "chore: fix static analysis issues",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2460d5923f6334e1b115df86769f3135ec9d94ea",
"body": null,
"is_bot": false,
"headline": "chore(deps): allow use of version 6.x Symfony packages",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df8625a37d957798cd110da0cd3fd8d45ee3ecb7",
"body": null,
"is_bot": false,
"headline": "ci: update workflow steps",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f1cad3a85922fd51a7f34f8fa073318677a6f41",
"body": null,
"is_bot": false,
"headline": "chore: add `allow-plugins` property to composer.json",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2022-01-03T04:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b81beca7ac88cb4bf00f3f9a4d5c6148444ed596",
"body": "Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.\r\n- [Release notes](https://github.com/codecov/codecov-action/releases)\r\n- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/codecov/codecov-action/\n[…]\nroduction\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump codecov/codecov-action from 1 to 2.1.0 (#32)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2021-12-24T16:17:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b24ff3cb285a44686574098baf03f53f17b57bc0",
"body": "See ramsey/uuid#395",
"is_bot": false,
"headline": "Use dependabot to upgrade GitHub actions (#31)",
"author_name": "Lewis Cowles",
"author_login": "Lewiscowles1986",
"committed_at": "2021-12-24T16:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a68f547ae6f158715bd0c128a04d51ddb41a6ac",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.2.0",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-11-09T20:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ca399c051f27877b47b28354573f6869a732af8",
"body": null,
"is_bot": false,
"headline": "chore: update functional test expectations",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-11-09T20:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b7258293d0f2cec38c8b89ee04fe2379c0fee4",
"body": null,
"is_bot": false,
"headline": "chore: upgrade opis/json-schema to version 2",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-11-09T19:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255560e1097c4cf29dcb76a1719ec7a5eb690298",
"body": null,
"is_bot": false,
"headline": "security: update minimum Composer versions for CVE-2021-41116",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-11-09T19:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5bb52fe18001d3f31885d95ef871b59d1e8ebfc",
"body": null,
"is_bot": false,
"headline": "fix: use annotation to suppress deprecation notice in PHP 8.1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-11-09T19:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41322e480146f6cf495962db8aac1c9ecd322821",
"body": null,
"is_bot": false,
"headline": "chore: prepare release 1.1.2",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T22:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90f26bb24be24543079357218aca37d72bb1098",
"body": null,
"is_bot": false,
"headline": "ci: run unit and functional tests on PHP 8.1",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T22:16:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "842e52ff2dbaea35539066951c1fd77391a339f8",
"body": null,
"is_bot": false,
"headline": "ci: remove stty command from functional-tests job",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T22:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df631b84f23f5432ae01b53de85b57d46368d22b",
"body": null,
"is_bot": false,
"headline": "test: attempt to set the columns for the functional tests",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T22:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5869bc6cfc8bc9ded3dd9278321ff9ad9d02d917",
"body": null,
"is_bot": false,
"headline": "ci: install expect on CI server",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T21:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72eb5a3deb8b961bbe888b22e453ecac13eca3aa",
"body": null,
"is_bot": false,
"headline": "chore: bump versions to avoid errors with lowest versions",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T21:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a31af6e021c9da39df01e4ed774c3864f3faf8",
"body": null,
"is_bot": false,
"headline": "fix: ensure Input is compatible with the interface it implements",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T21:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7812e671145d4a984acbc8cc5d3a2e62adf9618",
"body": null,
"is_bot": false,
"headline": "security: bump composer/composer to ^1.10.22 || ^2.0.13",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T21:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "878a8051dc44af1281e75ff3bd0918ca46334168",
"body": null,
"is_bot": false,
"headline": "chore: bring package up-to-date with current package standards",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-08-07T21:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70262d116baa7fbb5f70098f437fa67fc56a88c6",
"body": null,
"is_bot": false,
"headline": "docs: add instructions for creating functional tests",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-16T17:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d97a5f46acc16e50d927eb02dcc96926819ae8",
"body": null,
"is_bot": false,
"headline": "ci: make apt very quiet",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-16T16:22:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75390bd12866802335156989160d9cf90fe41855",
"body": null,
"is_bot": false,
"headline": "ci: quieten apt output",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-16T16:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "210bfe1c1f674a7e496993198a66d9312b704f14",
"body": null,
"is_bot": false,
"headline": "ci: use ubuntu 20.04 and install expect",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-16T16:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2702c80f1581c984aed4c7d60736084c4bb2ed89",
"body": null,
"is_bot": false,
"headline": "ci: print output of failed functional tests",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-14T22:57:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb7fc9e4b5656f07599d55b6e63b1b98d80ab5e",
"body": null,
"is_bot": false,
"headline": "ci: attempt to force use of a shell with a tty",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-14T22:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bd53a932e9dd97ce251382db02c60c110287c01",
"body": null,
"is_bot": false,
"headline": "ci: fix misspelling of windows",
"author_name": "Ben Ramsey",
"author_login": "ramsey",
"committed_at": "2021-03-14T22:08:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 13,
"commits_last_year": 10,
"latest_release_at": "2026-03-04T06:58:33Z",
"latest_release_tag": "1.7.0",
"releases_from_tags": false,
"days_since_last_push": 91,
"active_weeks_last_year": 2,
"days_since_latest_release": 145,
"mean_days_between_releases": 217.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "ramsey/conventional-commits",
"exists": true,
"license": "MIT",
"keywords": [
"plugin",
"git",
"HOOK",
"commit",
"commit-msg",
"captainhook",
"conventional",
"conventional-commits"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/ramsey/conventional-commits",
"is_deprecated": false,
"latest_version": "1.7.0",
"repository_url": "https://github.com/ramsey/conventional-commits",
"versions_count": 13,
"total_downloads": 1797226,
"dependents_count": 122,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 180209,
"first_published_at": null,
"latest_published_at": "2026-03-04T06:55:21Z",
"latest_version_yanked": null,
"days_since_latest_publish": 145
}
]
},
"popularity": {
"forks": 22,
"stars": 194,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-07-12",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-03-29",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-03-13",
"count": 2
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-30",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
}
],
"complete": true,
"collected": 22,
"total_forks": 22
},
"star_history": null,
"open_issues_and_prs": 10
},
"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": 12043,
"source_files_sampled": 96,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 27,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "jawira/case-converter",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^3.5"
},
{
"name": "opis/json-schema",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^2.3"
},
{
"name": "symfony/console",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^6.0 || ^7.0 || ^8.0"
},
{
"name": "symfony/filesystem",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^6.0 || ^7.0 || ^8.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "jawira/case-converter",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "opis/json-schema",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/console",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/filesystem",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "captainhook/captainhook",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "captainhook/plugin-composer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "composer-runtime-api",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ergebnis/composer-normalize",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-json",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "hamcrest/hamcrest-php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "mockery/mockery",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-parallel-lint/php-console-highlighter",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php-parallel-lint/php-parallel-lint",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/extension-installer",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-mockery",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpstan/phpstan-phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/coding-standard",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/composer-repl",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ramsey/composer-repl-lib",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "roave/security-advisories",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "sebastianfeldmann/cli",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "sebastianfeldmann/git",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "spatie/phpunit-snapshot-assertions",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/process",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 4,
"indirect_count": 23
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 38,
"open_issues": 9,
"closed_ratio": 0.609,
"closed_issues": 14,
"closed_unmerged_prs": 55
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ramsey",
"commits": 120,
"avatar_url": "https://avatars.githubusercontent.com/u/42941?v=4"
},
{
"type": "User",
"login": "hussainweb",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1040271?v=4"
},
{
"type": "User",
"login": "llupa",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/41073314?v=4"
},
{
"type": "User",
"login": "Lewiscowles1986",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2605791?v=4"
},
{
"type": "User",
"login": "aadmathijssen",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3796971?v=4"
},
{
"type": "User",
"login": "delolmo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/659868?v=4"
},
{
"type": "User",
"login": "nick-lai",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/7104395?v=4"
},
{
"type": "User",
"login": "rodrigoprimo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/77215?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.896
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"continuous-integration.yml",
"merge-me.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 3,
"reason": "3 out of 8 merged PRs checked by a CI test -- score normalized to 3",
"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 6/28 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "7f97b8edb3608e95730ecd2a3933e681f0a51304",
"ran_at": "2026-07-27T22:30:49Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-03T07:35:00Z",
"oldest_open_prs": [
{
"number": 116,
"created_at": "2026-03-09T21:41:01Z",
"last_comment_at": "2026-03-09T23:10:18Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-04-27T21:53:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 23,
"created_at": "2021-06-04T17:05:38Z",
"last_comment_at": "2021-06-05T08:32:23Z",
"last_comment_author": "lukaszgoworko"
},
{
"number": 25,
"created_at": "2021-09-09T15:07:36Z",
"last_comment_at": "2021-11-18T14:45:31Z",
"last_comment_author": "juckerf"
},
{
"number": 26,
"created_at": "2021-10-14T16:03:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 27,
"created_at": "2021-10-14T16:30:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 28,
"created_at": "2021-10-14T16:42:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2022-02-02T08:36:26Z",
"last_comment_at": "2022-12-05T10:53:31Z",
"last_comment_author": "gschafra"
},
{
"number": 68,
"created_at": "2022-10-29T17:13:28Z",
"last_comment_at": "2022-10-30T10:46:24Z",
"last_comment_author": "andezdev"
},
{
"number": 91,
"created_at": "2023-12-17T17:08:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2024-06-20T09:48:14Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ramsey/conventional-commits",
"host": "github.com",
"name": "conventional-commits",
"owner": "ramsey"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 45,
"vitality": 42,
"community": 73,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 56,
"ai_readiness": 39,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 42,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 0.76,
"days_since_last_push": 91,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 91 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 91
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 74,
"inputs": {
"releases_count": 13,
"latest_release_tag": "1.7.0",
"releases_from_tags": false,
"days_since_latest_release": 145,
"mean_days_between_releases": 217.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "13 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 13
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 145 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 145
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~217.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 217.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": "exceptional",
"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": 97,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 97 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 97
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 73,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 22,
"stars": 194,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "194 stars",
"points": 37.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 194
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "22 forks",
"points": 11,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 22
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"ramsey/conventional-commits"
],
"dependents": 122,
"ecosystems": "packagist",
"total_downloads": 1797226,
"monthly_downloads": 180209
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "180,209 downloads/month across packagist",
"points": 70.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 180209,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "122 packages depend on it",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 122
}
}
],
"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": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"top_contributor_share": 0.896
},
"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 90% of commits",
"points": 2.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 90
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "weak",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"merged_prs": 38,
"open_issues": 9,
"closed_issues": 14,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.609,
"closed_unmerged_prs": 55,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "61% of issues closed",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 61
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "38/93 decided PRs merged",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 38,
"decided": 93
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/28 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"followers": 1706,
"owner_type": "User",
"is_verified": null,
"owner_login": "ramsey",
"public_repos": 94,
"account_age_days": 6420
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,706 followers of ramsey",
"points": 23.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1706,
"login": "ramsey"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "94 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 94
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ramsey/conventional-commits"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 145
},
"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 145 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 145
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": "3 out of 8 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"captainhook",
"php",
"conventional-commits",
"commit-msg",
"commit",
"conventional",
"plugin",
"hook",
"git"
],
"has_wiki": false,
"homepage": null,
"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": 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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": "weak",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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": "3 out of 8 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"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 6/28 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 11
},
"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": "weak",
"name": "AI Readiness",
"value": 39,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.947,
"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": "72 of 76 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 76
}
}
],
"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": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"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.24
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "24 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 24,
"sampled": 100
}
}
],
"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": 12043,
"source_files_sampled": 96,
"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/96 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 96,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library",
"cli",
"plugin"
],
"scores": {
"cli": 4,
"plugin": 4,
"library": 8
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:packagist",
"weight": 6
},
{
"tier": "dependencies",
"label": "cli",
"source": "dep:symfony/console",
"weight": 4
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
},
{
"tier": "description",
"label": "plugin",
"source": "description:plugin",
"weight": 2
},
{
"tier": "tags",
"label": "plugin",
"source": "tag:plugin",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": true,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-27T22:31:01.721344Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/ramsey/conventional-commits.svg",
"full_name": "ramsey/conventional-commits",
"license_state": "standard",
"license_spdx": "MIT"
}