Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 618,
"has_wiki": true,
"homepage": null,
"languages": {
"PHP": 330991,
"Just": 935
},
"pushed_at": "2026-06-22T10:42:14Z",
"created_at": "2022-03-03T12:16:26Z",
"owner_type": "User",
"updated_at": "2026-07-05T20:42:13Z",
"description": "PHP library for creating iOS and Android Wallet Passes",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "PHP",
"significant_languages": [
"PHP"
]
},
"owner": {
"blog": null,
"name": "Elisha",
"type": "User",
"login": "chiiya",
"company": "antwerpes ag",
"location": null,
"followers": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/15029301?v=4",
"created_at": "2015-10-08T08:42:32Z",
"is_verified": null,
"public_repos": 36,
"account_age_days": 3940
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2026-05-29T14:51:44Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2026-05-29T11:43:01Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2025-02-20T11:16:04Z"
},
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2025-02-20T09:41:52Z"
},
{
"tag": "1.0.0",
"kind": "major",
"published_at": "2024-10-10T13:28:27Z"
},
{
"tag": "0.6.0",
"kind": "minor",
"published_at": "2024-09-18T11:27:57Z"
},
{
"tag": "0.5.0",
"kind": "minor",
"published_at": "2023-08-20T15:04:49Z"
},
{
"tag": "0.4.0",
"kind": "minor",
"published_at": "2023-02-20T16:53:25Z"
},
{
"tag": "0.3.1",
"kind": "patch",
"published_at": "2023-01-30T11:41:54Z"
},
{
"tag": "0.3.0",
"kind": "minor",
"published_at": "2022-04-21T16:16:33Z"
},
{
"tag": "0.2.6",
"kind": "patch",
"published_at": "2022-04-01T11:04:32Z"
}
],
"recent_commits": [
{
"oid": "9324f3c2c082fdf1ac86a693df4998e6a44f7f39",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2026-05-29T14:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f3b49cb1e37e76e69928cd3620a2f915d58f10",
"body": "Component::__construct() ran Symfony validation on every construction, including\nwhile decoding API responses via decode(). Responses may legitimately omit fields\nthat are only required when creating a pass (e.g. a partial classReference when\nupdating a loyalty object), so decoding threw spurious va\n[…]\ndation errors.\n\nSkip validation during decode() (restored afterwards, so nested decoding is\nhandled). Validation still runs for objects constructed directly to be sent.\n\nFixes chiiya/laravel-passes#40",
"is_bot": false,
"headline": "Skip validation when decoding API responses (#54)",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T14:42:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95547d5c3881106f68fd9d03eeb6466a5fb4e5a9",
"body": "TEXT_AND_NOTIFY is a valid Google Wallet MessageType but was absent from\nthe enumerator, so the Message component rejected it during validation.\n\nFixes chiiya/laravel-passes#43",
"is_bot": false,
"headline": "Add missing TEXT_AND_NOTIFY message type (#53)",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T12:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcd0aca1ab21f9b25c55c4e850c950ef2af1b83",
"body": "EventDateTime's doorsOpen, start and end carry #[Cast(ISO8601DateCaster)],\nwhose unserialize() returns a DateTimeImmutable. The properties were typed\n?string, so decoding threw a TypeError. Type them DateTimeInterface|string|null\nto match Common\\DateTime::$date.\n\nFixes chiiya/laravel-passes#41",
"is_bot": false,
"headline": "Fix EventDateTime cast failing on date properties (#52)",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T12:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36545f289e43debc02f2ddfd51328c627844b931",
"body": "The Google Wallet API returns timestamps with fractional seconds and a\n'Z' suffix (e.g. 2023-01-01T12:00:00.000Z), which strict createFromFormat()\nagainst ATOM/W3C could not parse. The caster returned null, crashing the\nnon-nullable DateTime::$date constructor during decode().\n\nParse permissively via the DateTimeImmutable constructor instead.\n\nFixes #42",
"is_bot": false,
"headline": "Fix date decoding for RFC3339 timestamps from Google API (#51)",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T12:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e732bb7d3d85ee6bc0acc74790d4512d5a9fdcd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4a94db0148e6355b4eaae47b4e286c629483848",
"body": null,
"is_bot": false,
"headline": "Allow blank issue templates",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34319da508573985f7a486319e4200f37a12bc46",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de83ecb216158c9541ffb2f429cef28d2a9aef1",
"body": null,
"is_bot": false,
"headline": "Update CI to run on PHP 8.4",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1622979320bdd447ac1e2d247dacd93bf187f027",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "193307fd803cbeda48fe5839631dd13dc582af86",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0054d88ee3a5d93274a3f7709da5a00c8ed00016",
"body": "Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 3 to 4.\n- [Release notes](https://github.com/ramsey/composer-install/releases)\n- [Commits](https://github.com/ramsey/composer-install/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: ramsey/composer-instal\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump ramsey/composer-install from 3 to 4 (#46)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-29T11:20:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88b5da8143b934309aab8d20fa3cc93d107f55dc",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.1.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump dependabot/fetch-metadata from 2.5.0 to 3.1.0 (#48)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-29T11:20:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aff4f1084ba4cfc51d2e338806a5c8f89e2b590e",
"body": "* fix: use named argument choices: for Symfony Choice constraint\n\nReplace positional argument with named argument 'choices:' in all\nChoice constraint usages to fix Symfony 7.4 deprecation.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\nCo-authored-by: robjenman <767666+robjen\n[…]\nhub.com>\n\n* Require TLD for URL validation in CallbackOptions\n\n* Require TLD for webServiceURL attribute\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix for deprecations from Symfony Validator 7.4 (#49)",
"author_name": "Robert J",
"author_login": "robjenman",
"committed_at": "2026-05-29T11:20:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ed1f56c8cbf613ba4c714fd7c57f9aebc95ad0f1",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2026-05-29T11:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e968af9aea517f98d1f4bcfbbd2a6d30df97f9d",
"body": null,
"is_bot": false,
"headline": "support symfony validator 8.0 and 8.1 (#50)",
"author_name": "Lucas Kovács",
"author_login": "kov-lucas",
"committed_at": "2026-05-29T11:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddad3809ae1055c20752a2e23db7ee6f905aa6c9",
"body": "…ot/fetch-metadata-2.5.0\n\nBump dependabot/fetch-metadata from 2.4.0 to 2.5.0",
"is_bot": true,
"headline": "Merge pull request #44 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-12T12:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac15a4677b2d50b4e6a876a0c074a54c10c0a916",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.4.0 to 2.5.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.4.0...v2.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 2.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-12T12:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d045533c07641d0d24ce1d41eeb57c208c1506c1",
"body": "* Update Google CardRowTemplateInfo count\n\nI updated the number of elements in the cardRowTemplateInfos array. According to Google’s official documentation, cardRowTemplateInfos can contain up to three elements, not two. \r\nGoogle docs: https://developers.google.com/wallet/reference/rest/v1/ClassTem\n[…]\nateOverride\r\n\r\nAdditionally, the field was incorrectly typed as an array of FieldReference.\n\n* Update CardTemplateOverride.php\n\nAdded CardRowTemplateInfos type definition in CardTemplateOverride class",
"is_bot": false,
"headline": "Update Google CardRowTemplateInfo count (#42)",
"author_name": "Andrea Troianiello",
"author_login": "AndreaTroianiello",
"committed_at": "2025-11-25T17:08:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc2139160564ba11445d9eb447e4575079d6d999",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump actions/checkout from 5 to 6 (#43)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T08:45:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "db3071d71a7f1d807361c78d0220fc3e62d4f3b8",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump actions/checkout from 4 to 5 (#40)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-16T09:20:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32c7ed04ef34709678b9be974967cc05cc3ed421",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7.\n- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)\n- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)\n- [Co\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump stefanzweifel/git-auto-commit-action from 5 to 7 (#41)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-16T09:20:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24f4655f8533a6478a30173b61ff17b57e2aaf92",
"body": null,
"is_bot": false,
"headline": "Update issue template URLs",
"author_name": "Elisha",
"author_login": "chiiya",
"committed_at": "2025-10-16T09:20:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0be92addd2b2de00d29691ee70d68731a3a2c3ae",
"body": null,
"is_bot": false,
"headline": "Update instructions for OpenSSL3",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-07-17T12:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b389cd7899d98ede5f8058af01345897b2400298",
"body": "…ot/fetch-metadata-2.4.0\n\nBump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"is_bot": true,
"headline": "Merge pull request #38 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-05-12T10:48:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ffa251fbc8999a1399a37e71b29bdb6529ffc98",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.3.0 to 2.4.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.3.0...v2.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-version: 2.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-12T10:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96ccd8c78bceda7c872b09f684daa433d6419cf",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T12:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c003cea718beee1266ca682f1f394eeb8f5e771",
"body": null,
"is_bot": false,
"headline": "Fix google manual link",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T12:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e8e1341f84c3478801131316896628c0dcca4fa",
"body": null,
"is_bot": false,
"headline": "Fix example code",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T12:24:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8c7e9d5af36f8e5c1442ee5449544c3b6ebbd76",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2025-02-20T11:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca79723d6fe335d74731b069ec534ed2fea9aa60",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T10:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333f26f5e5e69eb98cd702cd9cf2e95b871225b7",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T10:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8654699c62700311065572e300bcd87753f7ba2a",
"body": null,
"is_bot": false,
"headline": "Fix localizations",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T10:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41cfc6fd495a27d15d02641487977fccfc301b61",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2025-02-20T09:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66c1c42c3155287fcc6c25c7c160acf3d45ed1b7",
"body": null,
"is_bot": false,
"headline": "Make issuerName and programName optional",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2025-02-20T09:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd810f975be880053a22217e6213995491b9572",
"body": "* Allow shell_exec openssl pkcs12 read without the legacy parameter\n\n* Resolve phpcsfixer warnings from previous code changes\n\n* Commit linting fixes automatically from GH workflow\n\n* Commit linting fixes automatically from GH workflow\n\n* Fix Rector issue\n\n* Revert lint workflow changes\n\n* Allow shell_exec openssl pkcs12 read without the legacy parameter\n\n* Lint files\n\n---------\n\nCo-authored-by: Jeroenwv <Jeroenwv@users.noreply.github.com>\nCo-authored-by: Elisha Witte <github@chiiya.moe>",
"is_bot": false,
"headline": "Improve openssl pkcs12 file compatibility (#30)",
"author_name": "Jeroen van de Weerd",
"author_login": "Jeroenwv",
"committed_at": "2025-02-20T09:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a8ff95e8bb0112667052af7e194891dceca61f",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.3.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.3.0)\n\n---\nupdated-dependencies:\n- dependency-name\n[…]\nirect:production\n update-type: version-update:semver-major\n...\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": "Bump dependabot/fetch-metadata from 1.6.0 to 2.3.0 (#36)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-20T09:29:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5f7cadf9aa303b81fc7c226da6ab9e9e30b34c2",
"body": "Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.\r\n- [Release notes](https://github.com/ramsey/composer-install/releases)\r\n- [Commits](https://github.com/ramsey/composer-install/compare/v2...v3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ramsey/composer-\n[…]\n:production\r\n update-type: version-update:semver-major\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": "Bump ramsey/composer-install from 2 to 3 (#34)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-14T11:06:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b6dbd915ac4dca2e0b04c08f3ea3be53cb0d518",
"body": null,
"is_bot": false,
"headline": "Fix credential encoding",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-10-10T13:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30fe0a71b15c8534f715d9b2ce77f0226e7e8f9c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2024-10-10T13:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fa6fd5d1b8a255096de337238380e23786a8ff4",
"body": "…ct (#35)\n\n* Start replacing spatie dependency\r\n\r\n* Migrate to antwerpes/data-transfer-object\r\n\r\n* Use static method for legacy value mapping\r\n\r\n* Migrate remaining classes\r\n\r\n* Update dependencies",
"is_bot": false,
"headline": "Replace spatie/data-transfer-object with antwerpes/data-transfer-obje…",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-10-10T13:09:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfbe5e0e46a84312374f822c7177df5798737f29",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-10-09T14:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818596608b8e0bc75972fa3954c0c4c8f33a080e",
"body": null,
"is_bot": false,
"headline": "Add antwerpes/data-transfer-object dependency",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-10-09T14:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2c6233b0d1fbbf7a696eb36fd44fb164654a81",
"body": null,
"is_bot": false,
"headline": "Update JUSTFILE",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-10-09T14:09:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a38dc3dfeb1cd10a3ccff28763d5249bd8161b07",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2024-09-18T11:28:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eec7722ea53ca1dedd4d56b678b258a001a8730",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-18T11:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2449b13cb110d7d72ea101f99c2786808997facc",
"body": null,
"is_bot": false,
"headline": "Fix workflows",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-18T11:15:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "836f38daa3e9863298a628e66b49fbce63ce2764",
"body": null,
"is_bot": false,
"headline": "Fix workflows",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-18T11:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3acb2626bb8344a8a8907f9f5fadd97585eae2d6",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-06T10:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d383ed78188749e0cdf0cd9acaf4c1da460b8b7d",
"body": "Add support for wide logo images",
"is_bot": false,
"headline": "Merge pull request #27 from Synchro/wideLogo",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-06T10:13:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddf25491dc139da90e16110b32f8b53cdf4f597e",
"body": "Add support for the genericType field",
"is_bot": false,
"headline": "Merge pull request #26 from Synchro/add-generic-type",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-06T10:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7bc8c2700213b8ebe93dbcf6c440ff652d6a18",
"body": "Remove empty values before encoding",
"is_bot": false,
"headline": "Merge pull request #25 from Synchro/master",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-06T10:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625833f5fcfc7e69b32923deada38485a1f3fd67",
"body": "…eifel/git-auto-commit-action-5\n\nBump stefanzweifel/git-auto-commit-action from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #23 from chiiya/dependabot/github_actions/stefanzw…",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2024-09-06T10:08:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e9837c7c0970ee87b31cd9c9ae7ea2499ade527",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\r\n- [Release notes](https://github.com/actions/checkout/releases)\r\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-major\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": "Bump actions/checkout from 3 to 4 (#21)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T10:08:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb6cd035cd67a2ae7a26ed4caeb881a6de2476f9",
"body": "* Resolve phpcsfixer warnings from previous code changes\r\n\r\n* Commit linting fixes automatically from GH workflow\r\n\r\n* Commit linting fixes automatically from GH workflow\r\n\r\n* Fix Rector issue\r\n\r\n* Revert lint workflow changes",
"is_bot": false,
"headline": "Resolve phpcsfixer warnings (#29)",
"author_name": "Jeroen van de Weerd",
"author_login": "Jeroenwv",
"committed_at": "2024-09-06T10:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "456065128cdc71e856be6f14eb07c2c8621721fa",
"body": "Co-authored-by: Jack Fletcher <jack.fletcher@sbgl.co.uk>",
"is_bot": false,
"headline": "Use match expressions in mapLegacyValues (#31)",
"author_name": "Jack Fletcher",
"author_login": "kauhat",
"committed_at": "2024-09-06T10:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b67c14c101891c6720e8d20423be630f291bfe0",
"body": null,
"is_bot": false,
"headline": "Fix google example generic broken url (#32)",
"author_name": "Mohamed Sakr",
"author_login": "skrskr",
"committed_at": "2024-09-06T10:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca1d372b6d8a5b9bb80baa9b727d3597737b65fa",
"body": null,
"is_bot": false,
"headline": "Add support for the wide logos of various types",
"author_name": "Marcus Bointon",
"author_login": "Synchro",
"committed_at": "2023-10-19T16:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008e06a4afd1b032e1b6bae969a6cff617174eb8",
"body": null,
"is_bot": false,
"headline": "Add support for the genericType field",
"author_name": "Marcus Bointon",
"author_login": "Synchro",
"committed_at": "2023-10-10T19:37:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09741464871940ded074d42aa71e2c2965ea25c4",
"body": "… called after the `Component` has been converted to an array. Fixes #22",
"is_bot": false,
"headline": "Remove empty values before encoding, as `jsonSerialize` will never be…",
"author_name": "Marcus Bointon",
"author_login": "Synchro",
"committed_at": "2023-10-10T15:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4031ecec04b7175eb5c632bd065f24cf9354c5",
"body": "Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.\n- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)\n- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)\n- [Co\n[…]\nencies:\n- dependency-name: stefanzweifel/git-auto-commit-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump stefanzweifel/git-auto-commit-action from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-09T10:11:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b7eeffb938b8f6a7f078ca90ca7cda33a25dcb5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2023-08-20T15:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec71ff731b9fc8e9f77a13f8f5cc281fa7cd5ff",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2023-08-20T15:05:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a5e692e7f4819121c983c1736e0b08259b3c95c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2023-08-20T15:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7bf7254ca58b8113297504480506d9c9ad8fd6",
"body": "…iles (#19)\n\n* Happier mkdir avoids need to use @ while still avoiding race condition\r\n\r\n* Workaround for legacy pkcs12 format issues from openssl 3.x, fixes #16 in chiiya/laravel-passes\r\n\r\n* Fix a second instance of mkdir issue\r\n\r\n* Include the error message in the exception\r\n\r\n* Clarify comment",
"is_bot": false,
"headline": "Implement a workaround for compatibility with legacy openssl pkcs12 f…",
"author_name": "Marcus Bointon",
"author_login": "Synchro",
"committed_at": "2023-08-20T15:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20bdf65186783531892fb021008d75ed1bc0fe1",
"body": "…ot/fetch-metadata-1.6.0\n\nBump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"is_bot": true,
"headline": "Merge pull request #18 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-07-03T10:14:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f6ba209acf184bb1f61708cb3d857af2afcb9e",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.5.1 to 1.6.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.5.1...v1.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-03T10:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5fd8911506f34b0de24de5b12ebd37b50324a90",
"body": "…ot/fetch-metadata-1.5.1\n\nBump dependabot/fetch-metadata from 1.4.0 to 1.5.1",
"is_bot": true,
"headline": "Merge pull request #17 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-05-29T10:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c2c423e0f5cd7af88fe2920f766fd2a68af450",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.4.0 to 1.5.1.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.4.0...v1.5.1)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-29T10:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979b8791740f66563efe07326a27934fd154bd4a",
"body": "…ot/fetch-metadata-1.4.0\n\nBump dependabot/fetch-metadata from 1.3.6 to 1.4.0",
"is_bot": true,
"headline": "Merge pull request #16 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-04-24T10:59:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020d3294e7156fd0f26fce2bb0035203dfd5e977",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.4.0.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.6...v1.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-24T10:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0cf852ef804dadd01cd84e08b9b08f8c381b29",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2023-02-20T16:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8158013eba34a056300b99c3e27c2f4633e77093",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2023-02-20T16:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f27ba20a96c01f7dc1bf417333e34bfb22ec8cb",
"body": "* Add GroupingInfo->groupingId as per docs\r\nRef: https://developers.google.com/wallet/generic/rest/v1/GroupingInfo\r\n\r\n* - create AbstractClass from BaseClass containing common properties\r\n- create AbstractObject from BaseObject containing common properties\r\n\r\n* - add SecurityAnimation class\r\n\r\n* - a\n[…]\n and RotatingBarcode classes / backward compatibility\r\n- remove LegacyValueCaster from SecurityAnimation->animationType\r\n\r\n---------\r\n\r\nCo-authored-by: Attila Keresztesi <attila.keresztesi@endava.com>",
"is_bot": false,
"headline": "Add Google GenericPass functionality (#14)",
"author_name": "Attila Keresztesi",
"author_login": "kerattila",
"committed_at": "2023-02-20T16:51:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa588f742035931ff3e7716d5704f5ba5161cd2a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2023-01-30T11:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda31c0b3fa933141f01a2ccdbb826061dd421b0",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2023-01-30T11:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0de5a302fe73cb433114c1bcf374b11effa243b",
"body": null,
"is_bot": false,
"headline": "Fix tests",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2023-01-30T11:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e57140216c80070c1addbfd0b8ce44bb1579d65f",
"body": null,
"is_bot": false,
"headline": "Fix linting configuration",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2023-01-30T11:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb643e3d79da1a5fbebde3160685c7641017dd32",
"body": "Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 1 to 2.\r\n- [Release notes](https://github.com/ramsey/composer-install/releases)\r\n- [Commits](https://github.com/ramsey/composer-install/compare/v1...v2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: ramsey/composer-\n[…]\n:production\r\n update-type: version-update:semver-major\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": "Bump ramsey/composer-install from 1 to 2 (#10)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-30T11:12:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "869d0e61d18704fa8b5ce5a2bfe1f7c914b3c92a",
"body": "* Add GroupingInfo->groupingId as per docs\r\nRef: https://developers.google.com/wallet/generic/rest/v1/GroupingInfo\r\n\r\n* - GroupingInfo should be part of the BaseObject class\r\n\r\n* - include groupingInfo in offer-object.json and offer-objects.json\r\n\r\n---------\r\n\r\nCo-authored-by: Attila Keresztesi <attila.keresztesi@endava.com>",
"is_bot": false,
"headline": "Add GroupingInfo->groupingId as per docs (#11)",
"author_name": "Attila Keresztesi",
"author_login": "kerattila",
"committed_at": "2023-01-30T11:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a3d479d930adc299cbf76720e67817eadb1fc4c",
"body": "…ot/fetch-metadata-1.3.6\n\nBump dependabot/fetch-metadata from 1.3.5 to 1.3.6",
"is_bot": true,
"headline": "Merge pull request #13 from chiiya/dependabot/github_actions/dependab…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2023-01-30T10:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f05833ccfe9f3cd8680c7adc28d0a3f2fcb0bcf",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.5 to 1.3.6.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.5...v1.3.6)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-30T10:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e56c036917384b16a139b481d8ceafbe03fff5",
"body": "…t/fetch-metadata-1.3.5\n\nBump dependabot/fetch-metadata from 1.3.4 to 1.3.5",
"is_bot": true,
"headline": "Merge pull request #9 from chiiya/dependabot/github_actions/dependabo…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-11-07T10:03:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0422d95b875661e906588563f068d1dab7f5369b",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.4 to 1.3.5.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.4...v1.3.5)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-07T10:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03fad83cab0a9e57017100623dcfb055d8b6544f",
"body": "…t/fetch-metadata-1.3.4\n\nBump dependabot/fetch-metadata from 1.3.3 to 1.3.4",
"is_bot": true,
"headline": "Merge pull request #8 from chiiya/dependabot/github_actions/dependabo…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-10-10T10:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb24ff10fc4e339381c0f33c45436d89b3aecf86",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.3 to 1.3.4.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-10T10:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fa0e555a435af89e1757a238d843e9f54285f8b",
"body": "…t/fetch-metadata-1.3.3\n\nBump dependabot/fetch-metadata from 1.3.1 to 1.3.3",
"is_bot": true,
"headline": "Merge pull request #7 from chiiya/dependabot/github_actions/dependabo…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-07-04T10:22:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a654b84a2b081be373077331432425cfbc367da4",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.1 to 1.3.3.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.1...v1.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-07-04T10:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9605335f23f238bacb94df3ae32b600e9af7359c",
"body": "…t/fetch-metadata-1.3.1\n\nBump dependabot/fetch-metadata from 1.3.0 to 1.3.1",
"is_bot": true,
"headline": "Merge pull request #6 from chiiya/dependabot/github_actions/dependabo…",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-04-25T10:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103e61d2a341fad5f39d117046a4f1db95dad2c3",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.0 to 1.3.1.\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.3.0...v1.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: dependabot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-25T10:26:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e4b0012e5f26dc601cd4b07c2454cf01b4b055",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2022-04-21T16:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e499590cc306d6911926913ca602cb3f9af80d6",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chiiya/passes",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2022-04-21T16:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a294be3f327a472323d8245184d6688029406e99",
"body": null,
"is_bot": false,
"headline": "Improve JWT handling",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2022-04-21T16:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3434ae5bf1acd024f480120a1ad2eb8c94a8ef7c",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2022-04-01T11:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391c11e5d1bdbb58f312c1cd12ac88edacaa83a7",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2022-04-01T11:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb7997c944be880be51329a204bb74836a95ee7e",
"body": null,
"is_bot": false,
"headline": "Fix strict typing error",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2022-04-01T11:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c76b1d7788986a8c8eff89f2c42745e2ce3f8c2",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2022-04-01T10:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a315ac2be9dffe443a14295f30ecddd66b9c08d",
"body": null,
"is_bot": false,
"headline": "Fix strict typing error",
"author_name": "Elisha Witte",
"author_login": "chiiya",
"committed_at": "2022-04-01T10:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d35020ee3afaca28342fe3f7f37ac95c9cb31bf",
"body": null,
"is_bot": false,
"headline": "Lint files",
"author_name": "chiiya",
"author_login": "chiiya",
"committed_at": "2022-04-01T10:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e792e3343e9f23f0e244f5ad2cfc71f9ad71708",
"body": "- Fix cache property not being initialized properly\r\n- Fix cache getter not being used",
"is_bot": false,
"headline": "Fix missing property initialization",
"author_name": "pazzernick",
"author_login": "pazzernick",
"committed_at": "2022-04-01T10:52:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 23,
"latest_release_at": "2026-05-29T14:51:44Z",
"latest_release_tag": "1.4.0",
"releases_from_tags": false,
"days_since_last_push": 30,
"active_weeks_last_year": 4,
"days_since_latest_release": 53,
"mean_days_between_releases": 166.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "chiiya/passes",
"exists": true,
"license": "MIT",
"keywords": [
"google",
"apple",
"android",
"ios",
"wallet",
"passes",
"chiiya"
],
"ecosystem": "packagist",
"matches_repo": true,
"registry_url": "https://packagist.org/packages/chiiya/passes",
"is_deprecated": false,
"latest_version": "1.4.0",
"repository_url": "https://github.com/chiiya/passes",
"versions_count": 20,
"total_downloads": 335199,
"dependents_count": 2,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 25362,
"first_published_at": null,
"latest_published_at": "2026-05-29T14:42:56Z",
"latest_version_yanked": null,
"days_since_latest_publish": 53
}
]
},
"popularity": {
"forks": 25,
"stars": 69,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-06-06",
"count": 2
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-10-16",
"count": 2
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
}
],
"complete": true,
"collected": 24,
"total_forks": 25
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"JUSTFILE"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 17515,
"source_files_sampled": 232,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"composer.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"packagist"
],
"dependencies": [
{
"name": "antwerpes/data-transfer-object",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.0"
},
{
"name": "google/auth",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^1.18"
},
{
"name": "symfony/validator",
"manifest": "composer.json",
"ecosystem": "packagist",
"version_constraint": "^7.1 || ^8.0 || ^8.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "antwerpes/data-transfer-object",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "google/auth",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/validator",
"direct": true,
"version": null,
"ecosystem": "packagist"
},
{
"name": "chiiya/code-style-php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-openssl",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "ext-zip",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "php",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpro/grumphp",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "phpunit/phpunit",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "symfony/var-dumper",
"direct": false,
"version": null,
"ecosystem": "packagist"
},
{
"name": "vlucas/phpdotenv",
"direct": false,
"version": null,
"ecosystem": "packagist"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 3,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 42,
"open_issues": 1,
"closed_ratio": 0.857,
"closed_issues": 6,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "chiiya",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/15029301?v=4"
},
{
"type": "User",
"login": "Synchro",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/81561?v=4"
},
{
"type": "User",
"login": "kerattila",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/44796072?v=4"
},
{
"type": "User",
"login": "Jeroenwv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/4358062?v=4"
},
{
"type": "User",
"login": "AndreaTroianiello",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5955815?v=4"
},
{
"type": "User",
"login": "kauhat",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/238122?v=4"
},
{
"type": "User",
"login": "kov-lucas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89450057?v=4"
},
{
"type": "User",
"login": "skrskr",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15523129?v=4"
},
{
"type": "User",
"login": "robjenman",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/767666?v=4"
},
{
"type": "User",
"login": "pazzernick",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5896171?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.856
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"dependabot-auto-merge.yml",
"lint.yml",
"run-tests.yml",
"update-changelog.yml"
],
"has_docs_dir": true,
"linter_configs": [
".php-cs-fixer.dist.php"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 7,
"reason": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"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": 1,
"reason": "Found 3/21 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 10,
"reason": "16 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"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": "9324f3c2c082fdf1ac86a693df4998e6a44f7f39",
"ran_at": "2026-07-22T10:52:55Z",
"aggregate_score": 5.2,
"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-07-20T10:42:31Z",
"oldest_open_prs": [
{
"number": 55,
"created_at": "2026-06-22T10:42:14Z",
"last_comment_at": "2026-06-22T10:42:15Z",
"last_comment_author": "dependabot"
}
],
"last_merged_pr_at": "2026-05-29T14:42:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 37,
"created_at": "2025-03-26T11:08:08Z",
"last_comment_at": "2026-05-29T14:52:14Z",
"last_comment_author": "chiiya"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/chiiya/passes",
"host": "github.com",
"name": "passes",
"owner": "chiiya"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 52,
"vitality": 66,
"community": 58,
"governance": 63,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 66,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 0.7,
"days_since_last_push": 30,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 30 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 30
}
}
],
"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": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "16 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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": 11,
"latest_release_tag": "1.4.0",
"releases_from_tags": false,
"days_since_latest_release": 53,
"mean_days_between_releases": 166.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 53 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 53
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~166.5 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 166.5
}
}
],
"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": 53,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 53 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 53
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"forks": 25,
"stars": 69,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "69 stars",
"points": 29.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 69
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "25 forks",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 25
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"packages": [
"chiiya/passes"
],
"dependents": 2,
"ecosystems": "packagist",
"total_downloads": 335199,
"monthly_downloads": 25362
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "25,362 downloads/month across packagist",
"points": 58.7,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 25362,
"ecosystems": "packagist"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "2 packages depend on it",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "registry_dependents",
"params": {
"count": 2
}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.856
},
"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 86% of commits",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 42,
"open_issues": 1,
"closed_issues": 6,
"issue_closed_ratio": 0.857,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "86% of issues closed",
"points": 40.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 86
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "42/47 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 42,
"decided": 47
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/21 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 56,
"inputs": {
"followers": 42,
"owner_type": "User",
"is_verified": null,
"owner_login": "chiiya",
"public_repos": 36,
"account_age_days": 3940
},
"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": "42 followers of chiiya",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 42,
"login": "chiiya"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "36 public repos, account ~10 yr old",
"points": 23.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 36
}
},
{
"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": [
"chiiya/passes"
],
"ecosystems": "packagist",
"any_deprecated": false,
"min_days_since_publish": 53
},
"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 53 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 53
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": ".php-cs-fixer.dist.php",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 5.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "10 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.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 3/21 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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": "16 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "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": 7
},
"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": 46,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.286,
"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": "20 of 70 human commits state their intent (structured subject or explanatory body)",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 70
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"JUSTFILE"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.2
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "JUSTFILE",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "JUSTFILE"
}
}
],
"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": ".php-cs-fixer.dist.php",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".php-cs-fixer.dist.php"
}
}
],
"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": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "20 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 20,
"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": 17515,
"source_files_sampled": 232,
"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/232 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 232,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T10:53:10.290360Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/chiiya/passes.svg",
"full_name": "chiiya/passes",
"license_state": "standard",
"license_spdx": "MIT"
}