原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 181,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 44554,
"Shell": 131
},
"pushed_at": "2025-01-13T14:15:56Z",
"created_at": "2025-01-10T14:14:45Z",
"owner_type": "Organization",
"updated_at": "2025-06-10T07:08:50Z",
"description": "webpush, Encryption Utilities for Web Push protocol",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://joinmastodon.org",
"name": "Mastodon",
"type": "Organization",
"login": "mastodon",
"company": null,
"location": "Germany",
"followers": 3578,
"avatar_url": "https://avatars.githubusercontent.com/u/24979032?v=4",
"created_at": "2017-01-07T18:49:42Z",
"is_verified": null,
"public_repos": 50,
"account_age_days": 3484
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2020-11-16T13:56:53Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2019-08-15T15:26:52Z"
},
{
"tag": "v0.3.8",
"kind": "patch",
"published_at": "2019-04-16T13:06:25Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2019-03-06T13:53:13Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2019-01-09T02:32:26Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2019-01-02T13:05:38Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2018-05-25T00:45:29Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2017-11-06T02:42:34Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2017-07-01T16:02:34Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2016-10-24T10:47:44Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2016-10-14T04:44:20Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2016-09-14T10:34:09Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2016-08-29T12:38:51Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2016-06-19T13:24:15Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2016-06-13T14:55:05Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2016-05-23T12:19:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2016-05-16T14:40:15Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2016-05-12T12:32:13Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2016-04-29T03:31:34Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2016-04-27T19:45:00Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2016-04-13T00:09:28Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2016-04-12T14:59:26Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2016-03-31T18:07:56Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2016-03-31T16:55:55Z"
}
],
"recent_commits": [
{
"oid": "9631ac63045cfabddacc69fc06e919b4c13eb913",
"body": null,
"is_bot": false,
"headline": "Fix encryption, following RFC8291 (#3)",
"author_name": "S1m",
"author_login": "p1gp1g",
"committed_at": "2025-01-13T14:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52725def8baf67e0d645c9d1c6c0bdff69da0c60",
"body": null,
"is_bot": false,
"headline": "Add back support for legacy (RFC8291 draft 4) encryption (#2)",
"author_name": "Claire",
"author_login": "ClearlyClaire",
"committed_at": "2025-01-13T11:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127bc75bc53a24d20b7cc6016bbcadb3d5221aa7",
"body": "* Fix compatibility with OpenSSL 3\r\n\r\n* Fix tests\r\n\r\n* Further OpenSSL 3 fixes\r\n\r\n* Use public_to_pem instead of lower-level ASN1 representation",
"is_bot": false,
"headline": "Add OpenSSL3 support (#1)",
"author_name": "Claire",
"author_login": "ClearlyClaire",
"committed_at": "2025-01-10T15:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061ff9a88efebe2403a2a1c0dd0b66b96483ae9a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-11-16T14:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f3b343733c9da95295eab002e9090c6c2bdff7",
"body": null,
"is_bot": false,
"headline": "version up 1.1.0🎉",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-11-16T13:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff0bd2d097983bc4005f7ac18c86f1c0be0243f",
"body": "Add proxy support",
"is_bot": false,
"headline": "Merge pull request #93 from Bugagazavr/proxy-support",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-11-16T13:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d130e76f6a4e0511a109fd511cb9142128a8c9e9",
"body": "Eliminate Ruby 2.7 warnings.",
"is_bot": false,
"headline": "Merge pull request #95 from tiramizoo/ruby-2-7-warnings",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-11-16T13:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036e0d20e6c5b9ff3c9f5b309223f682c0b5db68",
"body": "set minimum ruby version is 2.2",
"is_bot": false,
"headline": "Merge pull request #94 from Wolfer/patch-1",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-11-16T13:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd5c8e958ca27d136ed02341dff312429c092b4d",
"body": "Fixes #92",
"is_bot": false,
"headline": "Eliminate Ruby 2.7 warnings.",
"author_name": "Wojciech Wnętrzak",
"author_login": "morgoth",
"committed_at": "2020-10-01T21:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b0e4e2aba1cef17cf4fa6463d1b622bb83bac16",
"body": "string as hash key are supported using the new notation in ruby 2.2 and later",
"is_bot": false,
"headline": "set minimum ruby version is 2.2",
"author_name": "Serg F",
"author_login": "Wolfer",
"committed_at": "2020-09-30T17:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e09e24f5de6cd0d58ec893be8133d55817bf5c",
"body": null,
"is_bot": false,
"headline": "Add proxy support",
"author_name": "Kirill Zaitsev",
"author_login": "kzaitsev",
"committed_at": "2020-07-29T14:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc8842f25e4aeb4de34539b1f107bb6622096bd",
"body": "fix syntax error",
"is_bot": false,
"headline": "Merge pull request #91 from tonytonyjan/patch-1",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2020-05-26T08:14:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507d743ab0c85a8b1944080cb61a6682c623e356",
"body": null,
"is_bot": false,
"headline": "fix syntax error",
"author_name": "簡煒航 (Jian Weihang)",
"author_login": "tonytonyjan",
"committed_at": "2020-04-11T17:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a0874538c5d2533edc13e29c8c065f3dab5ebf",
"body": null,
"is_bot": false,
"headline": "add Edge support",
"author_name": "zaru",
"author_login": null,
"committed_at": "2020-01-22T10:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24fd18df1694da27b4019648b8d4566f973f7593",
"body": null,
"is_bot": false,
"headline": "add Ruby 2.7",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-12-26T17:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c40a8d8034b1fcaff473fd4a2b763617c67fc73",
"body": "change dependency gem versions",
"is_bot": false,
"headline": "Merge pull request #88 from zaru/gem-update",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-09-08T16:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd625c6e9dc0ed6dee1172b9cb262992236db29",
"body": null,
"is_bot": false,
"headline": "change dependency gem versions",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-09-07T11:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b642b31d3341728b9f9807b83d2301be3b205b5",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-08-15T15:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065dede3738c606a2000bd620940f0a00ee260e8",
"body": null,
"is_bot": false,
"headline": "version up 1.0.0🎉",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-08-15T15:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "152c11f575d31ecb56c1e43ae27bf2997908aa7d",
"body": "switch to aes128gcm encoding",
"is_bot": false,
"headline": "Merge pull request #84 from mohamedhafez/aes128gcm",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-08-15T15:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897a9cfe04ba4cecf7500a7c803dbd8d97562567",
"body": null,
"is_bot": false,
"headline": "cleanup of decryption code and encryption tests",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-03T14:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd06276c34275a55486baa0aab14485f26c1cacd",
"body": null,
"is_bot": false,
"headline": "small tweaks to get encryption tests passing",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-03T13:50:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e428780074c65e0d682ca54ea6284e073f7da5e8",
"body": "fixes for decryption tests",
"is_bot": false,
"headline": "Merge pull request #4 from mplatov/aes128gcm",
"author_name": "Mohamed Hafez",
"author_login": "mohamedhafez",
"committed_at": "2019-08-03T13:10:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f01b5fa35a6c5cf33286d52e312d29af58d8afb5",
"body": null,
"is_bot": false,
"headline": "fixes for decryption tests",
"author_name": "Michael Platov",
"author_login": "mplatov",
"committed_at": "2019-08-03T10:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3043e23ecf0873fba6f6c633c2b4df7674b7bfe9",
"body": "…y generate the unpadded values because we need the private key now to generate the shared secret",
"is_bot": false,
"headline": "move shared test code into its own method, also we need to dynamicall…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-02T23:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79650bd92bd6dde122536bd3bf4f86e1da62aff5",
"body": null,
"is_bot": false,
"headline": "copy over fixes to unpadded base64 spec",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-02T22:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54524fa0b5054830020a49a04cf5896ffb0495d4",
"body": "…public_key_bn before",
"is_bot": false,
"headline": "fix: we were actually passing in the 16 bit binary version of server_…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-02T19:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69818802d02441b34dd8f6c265ffbbdff43d0c1b",
"body": "… need to get ECE to decrypt it with aes128gcm",
"is_bot": false,
"headline": "re-calculating intermediate values correctly in encryption_spec, just…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-02T18:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37b3d2f0550367a830da697f87d2d3f85bafddd",
"body": "…phertext",
"is_bot": false,
"headline": "encrypt now just returns a string, which is just aes128gcmheader + ci…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-02T14:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f29f0e1ee226678e853a4dbe45f2c1aacd39945",
"body": "…t to see if there is a payload in request.rb",
"is_bot": false,
"headline": "clean up unnecessary arguments in request_spec.rb, test for ciphertex…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T23:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec9ea3ed2a45850a35fc38320bc55c7d9ba9dad",
"body": null,
"is_bot": false,
"headline": "fix webpush_spec",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T22:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba082ce4e455953fb7534389c539961641dc7df",
"body": "…eader now",
"is_bot": false,
"headline": "no more need for dh_param and salt_param - those are in the payload h…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T22:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c82ba42436585350123cb91244bbb0271a9b070",
"body": "…tent-Length, fix failing request specs",
"is_bot": false,
"headline": "make sure we have a payload before inserting Content-Encoding and Con…",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faac3a1cea1e10e788b0bc0e68c07dd4b4061981",
"body": null,
"is_bot": false,
"headline": "put back Vapid from pem, which was mistakenly removed",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T04:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26819a3bda0cd107fbed56c4746ae9e4d0fc91d6",
"body": "changes to use aes128gcm for payload encryption",
"is_bot": false,
"headline": "Merge pull request #3 from mplatov/aes128gcm",
"author_name": "Mohamed Hafez",
"author_login": "mohamedhafez",
"committed_at": "2019-08-01T03:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21378e79f9aa6c1d05c0abaec745ff1c7ab9ae91",
"body": "# Conflicts:\n#\tlib/webpush/encryption.rb\n#\tlib/webpush/request.rb",
"is_bot": false,
"headline": "changes to use aes128gcm for payload encryption",
"author_name": "Michael Platov",
"author_login": "mplatov",
"committed_at": "2019-07-31T05:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f084102f4e7b55e8f692525222b0cf3da0e532",
"body": null,
"is_bot": false,
"headline": "put Authorization header back",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T14:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f59d4bf664c4971a1301d68c47f7bbe3d29c489",
"body": null,
"is_bot": false,
"headline": "no Crypto-Key header, no Authorization either",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T14:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d477cc4550d752a5d6d3d1865638b88e96dc2da5",
"body": null,
"is_bot": false,
"headline": "trying with just no VAPID Crypto-Key header",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T14:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "086a8b620e842f390297f23f0efcd468e8f43d4f",
"body": null,
"is_bot": false,
"headline": "put back Crypto-Key header, its still required",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T14:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f11e7d866cdb7c2b86c3da0dbb5dd5f162004b5",
"body": null,
"is_bot": false,
"headline": "fix headers for aes128gcm",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T13:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "125ed10c0fd56e3abc4045914fcadb6cafd3a8dc",
"body": null,
"is_bot": false,
"headline": "switch to using aes128gcm (based on @mplatov's work)",
"author_name": "mohamed",
"author_login": "mohamedhafez",
"committed_at": "2019-07-29T04:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ff28acdd0a1ba22a2e1912af490d22d7328b73",
"body": "Fixed fcm spec",
"is_bot": false,
"headline": "Merge pull request #77 from zaru/fix-fcm-spec",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-06-06T15:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93803253ec6df4214e429225f7306623748158e6",
"body": null,
"is_bot": false,
"headline": "fixed bundler version at travis",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-06-06T15:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00784d395c1c10c432fb76db1a03d5331d424f4e",
"body": null,
"is_bot": false,
"headline": "Fixed spec",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-06-06T15:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e688ca1b053a749aa50dd0e647469344d73ec99",
"body": "add fcm endpoints",
"is_bot": false,
"headline": "Merge pull request #76 from MedetaiAkaru/master",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-06-06T15:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2da3aecd19d655d7065dfc87d7155ec78c25a0c",
"body": null,
"is_bot": false,
"headline": "add fcm endpoints",
"author_name": "Joel Lim",
"author_login": "MedetaiAkaru",
"committed_at": "2019-06-04T17:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aed6657a40bf40dbdf2ff617c3370507ae3fd64",
"body": "Add Rubocop and fix",
"is_bot": false,
"headline": "Merge pull request #74 from zaru/rubocop",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-21T02:40:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5179b400c1276ef7f0fd824881489a17fc69d1c",
"body": null,
"is_bot": false,
"headline": "fix reported rubocop issues",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-21T02:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1d5dc51ed742a5061a01e90565c5dae26d32cbf",
"body": null,
"is_bot": false,
"headline": "add rubocop and auto correct",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-21T02:06:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "226869402f657473b33f01650ba656211329acd3",
"body": null,
"is_bot": false,
"headline": "add test coverage badge",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-21T01:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de8207baaf41f9e943c4ba6c5ccb9c458dcb9f18",
"body": null,
"is_bot": false,
"headline": "add simplecov",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-21T01:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f95d40c8cb849f1d7ed1d23c018dc2d93d01305",
"body": "Fix TravisCI bundler version",
"is_bot": false,
"headline": "Merge pull request #73 from zaru/fix-travis",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-16T13:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88272ab54e72db3d791bcc7da7294f04082653f",
"body": null,
"is_bot": false,
"headline": "Fix TravisCI bundler version",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-04-16T13:15:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e850dc3cfaa54002ccb6b8b6942a4db6275229",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-04-16T13:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "895ee9f3d1b9e0f109bf160706de173b0b52f6fa",
"body": null,
"is_bot": false,
"headline": "version up 0.3.8🎉",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-04-16T13:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "790e0d98e75131502dbc430c51e938f46558b122",
"body": "Fix authorization header",
"is_bot": false,
"headline": "Merge pull request #72 from xronos-i-am/master",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-04-16T13:02:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c2ae7fc7f5f412ff9dd2a179ca990c5c8dda33",
"body": "…points",
"is_bot": false,
"headline": "Fix authorization header for Chrome's non-standards-compliant GCM end…",
"author_name": "Сергей Малых",
"author_login": "xronos-i-am",
"committed_at": "2019-04-16T10:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b702aed3cb9145fcf886949192daf23050733677",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-03-06T14:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3cc182809283c2a4395dfde5e95017942c34c31",
"body": null,
"is_bot": false,
"headline": "version up 0.3.7🎉",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-03-06T13:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a97f467d7e107eed5ef8375fc24926a1e83ebc",
"body": "Add PEM support to import / export keys",
"is_bot": false,
"headline": "Merge pull request #65 from pushpad/pem_support",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-03-06T13:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34c3ebd57196fd7c4dcf4b39158c8b2908ef0c98",
"body": null,
"is_bot": false,
"headline": "Add example to readme for using PEM format",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2019-03-06T09:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80aa7f05f9bb630f8a7ec1b108297add21e09612",
"body": null,
"is_bot": false,
"headline": "Add PEM support for VAPID to Webpush::Request",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2019-03-06T09:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f1d1d30b0e389a914c21a2713aa6d4e426568d",
"body": null,
"is_bot": false,
"headline": "Add PEM support to import / export keys",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2019-02-28T10:35:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7cdb608af2b46c5edb92d18d5f5f6bc308abc19",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-01-09T02:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d07a682c2ad98ad3ae5606ce676a8d93ae49c5",
"body": null,
"is_bot": false,
"headline": "version up 0.3.6🎉",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-01-09T02:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da3488733890cf09cc1162f2637d291d67d53479",
"body": "Added a error class to arguments of raise_error",
"is_bot": false,
"headline": "Merge pull request #62 from zaru/fix-spec",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-01-09T02:31:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb6ff748d97f770813cac7057beba00bfb1c1e60",
"body": null,
"is_bot": false,
"headline": "Added a error class to arguments of raise_error",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-01-09T02:27:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c52288dd4a842eed4abcb3171671523f29c74b7",
"body": "Raise Webpush::Unauthorized on HTTP 403",
"is_bot": false,
"headline": "Merge pull request #59 from pushpad/handle_403",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-01-09T02:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449574915fdd5bbb7e4fe21a28136d49a543ad00",
"body": "Fix TravisCI bundler version",
"is_bot": false,
"headline": "Merge pull request #61 from zaru/fix-travis",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2019-01-09T02:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32d74820f7e2edc95f34b32053b0acc6b4cee102",
"body": null,
"is_bot": false,
"headline": "Added Ruby2.6 to travis",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-01-09T02:11:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ffbba87ed0fc268bb91a283164e87b2189989a",
"body": null,
"is_bot": false,
"headline": "Update bundler from 1.11 to 1.17.3",
"author_name": "zaru",
"author_login": null,
"committed_at": "2019-01-09T02:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35651e9810156592563bfe1f3fbc97c35e9bbf2b",
"body": null,
"is_bot": false,
"headline": "Raise Webpush::Unauthorized on HTTP 403",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2019-01-04T15:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cccad2820b7f02b609fef4f0118ff540cd3059c0",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG [skip ci]",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T14:26:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99a92836f6a6404270f00c4651e619d699cb8e5f",
"body": "Generated by:\n\n$ github_changelog_generator -u zaru -p webpush --no-issues",
"is_bot": false,
"headline": "Add CHANGELOG [skip ci]",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T13:05:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74b89936f8026f1a84aadb8ecc59de2f198b25d6",
"body": null,
"is_bot": false,
"headline": "version up 0.3.5🎉",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T13:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be8bf495065b3fa2dff758c6c81542070b339df",
"body": "Add Rake task to generate VAPID keys",
"is_bot": false,
"headline": "Merge pull request #54 from stevenharman/rake_task_for_vapid_keys",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T12:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1280729be49857f0abaf444778ff78e8602c0360",
"body": "Add urgency option",
"is_bot": false,
"headline": "Merge pull request #57 from pushpad/urgency_option",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T12:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6596a33d3d55d75f35c5a22fb14d7723a4572e",
"body": "Fix #55 and #51: raise the proper error based on the HTTP status code",
"is_bot": false,
"headline": "Merge pull request #58 from pushpad/improve_raised_errors",
"author_name": "Ross Kaffenberger",
"author_login": "rossta",
"committed_at": "2019-01-02T12:15:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33e0dece46ee480e65cb47f35da0fff3d467f65b",
"body": null,
"is_bot": false,
"headline": "Fix #55 and #51: raise the proper error based on the HTTP status code",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2018-12-29T15:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6b6864710e7ef1cc85f5cca385ed835569223a4",
"body": null,
"is_bot": false,
"headline": "Add urgency option",
"author_name": "Marco Colli",
"author_login": "collimarco",
"committed_at": "2018-12-29T14:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29c9c0ccca96db3eec51737a99d04cc001dda1ed",
"body": null,
"is_bot": false,
"headline": "Use latest bundler for Travis",
"author_name": "Steven Harman",
"author_login": "stevenharman",
"committed_at": "2018-11-14T16:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe0334d29c39078d502e4d6ba160780d1f0537e",
"body": null,
"is_bot": false,
"headline": "Cover recent Rubies too",
"author_name": "Steven Harman",
"author_login": "stevenharman",
"committed_at": "2018-11-14T16:23:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e9ae26331cae580f8a35158fe1031514ac22ac6",
"body": "Including a Railtie to expose the task to Rails\n\n```\n$ bundle exec rake webpush:generate_keys\nGenerated VAPID keypair:\nPublic -> BHWm7c64jA-47VtiZ3kiNy9A5pG1PHIc03UNaUJgOM7ugZTKX-WCYFwkHtvFf1cXD6kG2SbVL_nwHLufyPACRCs=\nPrivate -> YkHXD2KgKzNXtojIhC0Yu7TKukTuXHyArqSen8vbsAo=\n```\n\nFixes #43",
"is_bot": false,
"headline": "Add Rake task to generate VAPID keys",
"author_name": "Steven Harman",
"author_login": "stevenharman",
"committed_at": "2018-11-14T16:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f380b7666dcb24d757a81d6354c654d7a140163f",
"body": null,
"is_bot": false,
"headline": "version up 0.3.4🎉",
"author_name": "zaru@sakuraba",
"author_login": "zaru",
"committed_at": "2018-05-25T00:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87a6b8e72028ff95f8bde7613ecada08f0394354",
"body": "add http timeout options",
"is_bot": false,
"headline": "Merge pull request #50 from aishek/add-timeout-options",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2018-05-25T00:42:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750d03f9cd851c4e8be780f6c6a86f8bd3e2f707",
"body": null,
"is_bot": false,
"headline": "add http timeout options",
"author_name": "Alexandr Borisov",
"author_login": null,
"committed_at": "2018-04-25T09:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "412b228e00cc4fd315e5ff40866a29f07dc18d66",
"body": null,
"is_bot": false,
"headline": "version up 0.3.3🎉",
"author_name": "zaru",
"author_login": null,
"committed_at": "2017-11-06T02:42:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d29a5e1e18a13c785292a6d7d24d8dea6b24ad2c",
"body": "Add typ to JWT header fields",
"is_bot": false,
"headline": "Merge pull request #46 from ykzts/typ-jwt",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-11-06T02:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac7f50b3e04218c134b7e952fb09abd3a2feb915",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into typ-jwt",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-11-06T02:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34def70414b0f98f79027a4e83e20d660fa34399",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into typ-jwt",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-11-06T02:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5801a14f97909e62dd2ee704359b8d05522590",
"body": "Specify the version of JWT strictly",
"is_bot": false,
"headline": "Merge pull request #45 from ykzts/do-not-use-jwt-2.0",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-11-06T02:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23cda9053acb1b2c5d2cd48bd562471bfb335989",
"body": null,
"is_bot": false,
"headline": "Add typ to JWT header fields",
"author_name": "Yamagishi Kazutoshi",
"author_login": "ykzts",
"committed_at": "2017-11-02T07:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27efc40917640c04a7153a8a9c3cfed0a7efcc50",
"body": null,
"is_bot": false,
"headline": "Specify the version of JWT strictly",
"author_name": "Yamagishi Kazutoshi",
"author_login": "ykzts",
"committed_at": "2017-11-01T06:36:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3557601066838faf431df8d4e2b7ed444bab16c9",
"body": null,
"is_bot": false,
"headline": "version up 0.3.2🎉",
"author_name": "zaru@sakuraba",
"author_login": "zaru",
"committed_at": "2017-07-01T16:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90a352aa7ae95668d7d3d257580830d262c33877",
"body": "feat: improve response error codes",
"is_bot": false,
"headline": "Merge pull request #39 from glennr/gr/improve-error-codes",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-07-01T16:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2fad42ebf8ab8861a0dc17ba07a0b6e146804d",
"body": null,
"is_bot": false,
"headline": "add spec coverage for the ResponseError message",
"author_name": "Glenn Roberts",
"author_login": "glennr",
"committed_at": "2017-06-16T08:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43121b938606fa63495348c7f420294aa99566d1",
"body": null,
"is_bot": false,
"headline": "assume GCM and VAPID protocol errors can be treated the same",
"author_name": "Glenn Roberts",
"author_login": "glennr",
"committed_at": "2017-06-16T08:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6b27ebe6327bf0fd9587ad56393466dffe8507",
"body": null,
"is_bot": false,
"headline": "feat: improve response error codes",
"author_name": "Glenn Roberts",
"author_login": "glennr",
"committed_at": "2017-06-16T08:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5ad710b113e80dd20850511430a8179d55ebee",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #38 from kitaindia/patch-1",
"author_name": "zaru",
"author_login": "zaru",
"committed_at": "2017-02-15T14:51:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 0,
"latest_release_at": "2020-11-16T13:56:53Z",
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_last_push": 556,
"active_weeks_last_year": 0,
"days_since_latest_release": 2075,
"mean_days_between_releases": 164.9
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "webpush",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": false,
"registry_url": "https://rubygems.org/gems/webpush",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/zaru/webpush",
"versions_count": 23,
"total_downloads": 13367673,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2016-03-31T18:08:58.728000Z",
"latest_published_at": "2020-11-16T13:59:16.389000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2075
}
]
},
"popularity": {
"forks": 1,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 8624,
"source_files_sampled": 14,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"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": 8,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "hkdf",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jwt",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 0,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "zaru",
"commits": 78,
"avatar_url": "https://avatars.githubusercontent.com/u/235650?v=4"
},
{
"type": "User",
"login": "rossta",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/11673?v=4"
},
{
"type": "User",
"login": "mohamedhafez",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/1011417?v=4"
},
{
"type": "User",
"login": "collimarco",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/90962?v=4"
},
{
"type": "User",
"login": "glennr",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/72130?v=4"
},
{
"type": "User",
"login": "stevenharman",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/48658?v=4"
},
{
"type": "User",
"login": "ClearlyClaire",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/384364?v=4"
},
{
"type": "User",
"login": "mplatov",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/42122?v=4"
},
{
"type": "User",
"login": "ykzts",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12539?v=4"
},
{
"type": "User",
"login": "MedetaiAkaru",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15615722?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.415
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"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": 0,
"reason": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 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": "9631ac63045cfabddacc69fc06e919b4c13eb913",
"ran_at": "2026-07-24T09:43:35Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-03-07T06:01:07Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2025-01-13T14:15:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mastodon/webpush",
"host": "github.com",
"name": "webpush",
"owner": "mastodon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 26,
"inputs": {
"security": 29,
"vitality": 13,
"community": 12,
"governance": 70,
"engineering": 24,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 31,
"overall_after_abandonment_multiplier": 26
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 556,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 556 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 556
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 24,
"latest_release_tag": "v1.1.0",
"releases_from_tags": true,
"days_since_latest_release": 2075,
"mean_days_between_releases": 164.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2075 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2075
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~164.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 164.9
}
}
],
"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": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"no_open_demand"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 0,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 556,
"days_since_last_human_commit": 556,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 556 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 556,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 19,
"top_contributor_share": 0.415
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 42% of commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 42
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"followers": 3578,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mastodon",
"public_repos": 50,
"account_age_days": 3484
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3,578 followers of mastodon",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3578,
"login": "mastodon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "50 public repos, account ~9 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 50
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 24,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.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": "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": 20
},
"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": 33,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"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": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 8624,
"source_files_sampled": 14,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/14 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 14,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"rubygems package 'webpush' points at a different repository (https://github.com/zaru/webpush); excluded from ecosystem scoring",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T09:43:49.451918Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mastodon/webpush.svg",
"full_name": "mastodon/webpush",
"license_state": "standard",
"license_spdx": "MIT"
}