原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 165,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 60225
},
"pushed_at": "2026-07-20T01:49:33Z",
"created_at": "2020-03-25T01:20:49Z",
"owner_type": "User",
"updated_at": "2026-07-20T01:49:36Z",
"description": "Ruby gem for managing encrypted keys in either JSON or YAML files.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Brian Durand",
"type": "User",
"login": "bdurand",
"company": null,
"location": "San Francisco, CA",
"followers": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/41791?v=4",
"created_at": "2008-12-20T14:21:50Z",
"is_verified": null,
"public_repos": 81,
"account_age_days": 6423
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2026-07-15T05:23:58Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2023-04-04T20:26:08Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2020-06-01T07:20:45Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-06-01T07:19:45Z"
}
],
"recent_commits": [
{
"oid": "186a17631bc5c396ecb98c1bb84136c6843adba9",
"body": "Cleanup dev dependencies",
"is_bot": false,
"headline": "Merge pull request #25 from bdurand/cleanup-dev-dependencies",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-20T01:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cec5e03e2fc0d2e04c4879b3837163e519fc5211",
"body": null,
"is_bot": false,
"headline": "Cleanup dev dependencies",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-20T01:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4587e7eb8c067d00280c7cf2e869000a4b6287a8",
"body": null,
"is_bot": false,
"headline": "remove broken badges",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-15T05:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062a606b2ce51798bd6a74c077743a236aa8b08b",
"body": "Bug fixes",
"is_bot": false,
"headline": "Merge pull request #24 from bdurand/detailed-review",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-15T05:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea17e9de2ac8a5137e3040dc04f7b1fedb929db4",
"body": null,
"is_bot": false,
"headline": "fix branch in ci script",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-14T16:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "053ced4d36c406ed405ac17488d8c1c0955a5532",
"body": null,
"is_bot": false,
"headline": "update YARD param docs",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-14T05:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6363bcd8490fffc902f2758282729024f75f302",
"body": "- Handle YAML.safe_load returning false for comment-only documents on Ruby < 3.4\n- Avoid TOCTOU race between File.exist? and File.stat in atomic_write\n- Create new secrets files with mode 0600 (library save and CLI init)\n- Replace Marshal deep-copy round-trips with a recursive deep_dup helper\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Address PR review feedback",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-14T05:35:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "de83dc3fe98566470554ba4cd8386e5ca5228004",
"body": null,
"is_bot": false,
"headline": "add gemfile.lock",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-14T05:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f444d5fb470d5c0bf4864104b93d50a8b50b45b0",
"body": null,
"is_bot": false,
"headline": "fix failing ci check",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-14T05:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e8c79702a12239aa6028a580d1549cf0d83f34",
"body": null,
"is_bot": false,
"headline": "Bug fixes",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2026-07-05T06:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba52df9eaa0be522cebd7a8e56f745a17d42069",
"body": null,
"is_bot": false,
"headline": "add badge",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-12T17:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebf303e3b2454c2936b71910ed6d4ee88716ac8e",
"body": null,
"is_bot": false,
"headline": "add status badges",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3986c230ed63754a62c967df925ea21fe13c6440",
"body": "Add regression test",
"is_bot": false,
"headline": "Merge pull request #23 from bdurand/regression_test",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ce264ff084019a98e3b90b5e6347283224b493",
"body": null,
"is_bot": false,
"headline": "unlock simplecov",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:15:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef1cb304934217f14ec93280cb5cda7ca8eed18",
"body": null,
"is_bot": false,
"headline": "remove old test file",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774fd383d25f80b88cfa887f11aabe03f847b1dd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into regression_test",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af8710c75ee324054ddc58751a5b3ebac8736b5",
"body": null,
"is_bot": false,
"headline": "add regression test",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-11-11T22:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bce417c648c566a14ce77f16fccc3a507b848d79",
"body": "Bump version to 1.0.2",
"is_bot": false,
"headline": "Merge pull request #22 from bdurand/prepare_1.0.2_release",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T20:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f0efa948c11457797900ba600436425be3a2ec6",
"body": null,
"is_bot": false,
"headline": "add spec for backward compatibility",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T20:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "074767ac9cd94929dede787ba97bc955b7991755",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0527620713c19ab01adeedc1cdf41fa08913d43d",
"body": "Update standard",
"is_bot": false,
"headline": "Merge pull request #21 from bdurand/update-standard",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6375e472f5d71b9d5e066f4fb2a372d22c91e3f9",
"body": "… update-standard",
"is_bot": false,
"headline": "Merge branch 'update-standard' of github.com:bdurand/secret_keys into…",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48403febed92a81b9dfbebbdffae973b693d11f0",
"body": null,
"is_bot": false,
"headline": "fix workflow file",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e94f0748f1f1d0a09e85eada5621d8bddb412c48",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into update-standard",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:27:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "337bad8a48a117a71506fbc5d79ed5b547319650",
"body": null,
"is_bot": false,
"headline": "Cleanup workflow matrix and remove climate_control dependency",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2023-04-04T18:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4508da149bf23975f44c7c6302147e4f2a3c0543",
"body": "Remove base64 dependency and exclude newlines",
"is_bot": false,
"headline": "Merge pull request #20 from bdurand/no-base64-newlines",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a19faa4fddeb2354a528f5f5f753b3d7d010654",
"body": null,
"is_bot": false,
"headline": "decimal",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f3385ea465bc59ecedf9ab8ee9b7e06c400f06",
"body": null,
"is_bot": false,
"headline": "lock to old version of climate_control",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:11:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6d10ce5b3dfd64944a7fcf2a76d2e74b324f14",
"body": null,
"is_bot": false,
"headline": "Update workflow",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0979d61bb52eea12878714de174b4c33330eb3b2",
"body": null,
"is_bot": false,
"headline": "test on new ruby versions",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df58a9ff4f8ba72896063bb8f542c6d89fbd8093",
"body": null,
"is_bot": false,
"headline": "Upgrade standard",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T03:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77485772db05441651a682535a8781953c78e55c",
"body": null,
"is_bot": false,
"headline": "Remove base64 dependency and exclude newlines",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2023-04-04T02:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b255eae39d6f1289fc6e209de94aacb1941739bc",
"body": null,
"is_bot": false,
"headline": "Fix missing documentation",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T07:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d717633fd244e709535abea7c878a4ff64031e7d",
"body": null,
"is_bot": false,
"headline": "rubocop bug",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T06:56:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfc5150c22def3acf0039a29e386b27a72da1ccf",
"body": null,
"is_bot": false,
"headline": "final changes to cli and readme",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T06:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36cb9e244c6252beb6ab8c49df9950cf23074450",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:bdurand/secret_keys",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-06-01T06:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f46f42c2e9b8d034c1b997e50cf1150419af6860",
"body": null,
"is_bot": false,
"headline": "Fix is_a check on cli",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T06:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba7bb1871a153ca054336fda9cb561b5987089d",
"body": null,
"is_bot": false,
"headline": "set version 1.0.0",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-06-01T05:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2acea8d032dac3da48dd32a2884cd6e451408305",
"body": "Readme updates",
"is_bot": false,
"headline": "Merge pull request #19 from bdurand/readme-updates",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T04:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b94bf582148664b9050bce4f7b6e320a3ec7e278",
"body": null,
"is_bot": false,
"headline": "clarifications etc.",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-06-01T03:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859b3eb5d594638bbf1c8246ec016ec463163bb9",
"body": null,
"is_bot": false,
"headline": "Add documentation on encrypted_hash",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T02:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4490649e48fdc36e5d59ec69b828eb789dd40099",
"body": null,
"is_bot": false,
"headline": "Fix typos. Keep project specific dictionary",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T02:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220932a720b626115ef911d4d5a820aa404ea9ea",
"body": null,
"is_bot": false,
"headline": "Just say it's javascript so github doesn't complain",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T01:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5960149a0b59411bcbe2122c3842ad2f028fda",
"body": null,
"is_bot": false,
"headline": "Add magic comment",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T01:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0eeb7fbd876b2d1c32426e8bf1b69a1ea115cfa",
"body": null,
"is_bot": false,
"headline": "Add versioning spec",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T01:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aef594268626abec9dc6abaa086af528b0caa794",
"body": null,
"is_bot": false,
"headline": "Add basic check for file version",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T01:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f100105668a1975cea7d6839df30ab692a1cc87",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-06-01T01:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa808d292835cb45efe213bd2b20bfb93d9f9fb",
"body": null,
"is_bot": false,
"headline": "add homepage and source code uri",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T22:58:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8bb85266f179a896377d5502192574ad0cefab",
"body": "Minor fixes and cleanup",
"is_bot": false,
"headline": "Merge pull request #18 from bdurand/new_minor_fixes",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T22:09:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfefff4de6669ea5e1648036f8218139382db086",
"body": null,
"is_bot": false,
"headline": "Move validation logic",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T22:05:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc6c0b4672bfb597309597e780f6cd54c7e2373",
"body": null,
"is_bot": false,
"headline": "formatting",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T21:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22552c3fed3a4d10ece9e9af1c69a2609b84dc90",
"body": null,
"is_bot": false,
"headline": "fix holes in logic when seeding the password salt in new file",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T20:13:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8737acfa446a5b2846d81c9804d13962feff5355",
"body": "Make all key accessing one method",
"is_bot": false,
"headline": "Merge pull request #16 from bdurand/cli-keyaccess",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T18:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48075e69c967a2d36d4a1db0405ef6bee9d924ba",
"body": null,
"is_bot": false,
"headline": "minor code cleanup",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T18:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eef20cdbb975b54578c837f95295442e88cad8a",
"body": null,
"is_bot": false,
"headline": "suppress showing the derived key when inspecting Encryptor",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T16:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc243bffa606c740ec5c17420d00b5441d873492",
"body": null,
"is_bot": false,
"headline": "load local gem in rake:console",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T16:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d2b02491afb4f7b483ce4cb9ac258ba5456769",
"body": null,
"is_bot": false,
"headline": "Make all key accessing one method",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T07:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ecdde94af1f02ddd1446c3ab40a341799a09d8f",
"body": "Update copyright",
"is_bot": false,
"headline": "Merge pull request #15 from bdurand/gemspec_cleanup",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T06:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ec5e2f09e1a37e80526270056294132e33fdb0",
"body": null,
"is_bot": false,
"headline": "update copyright",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T05:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc5ebe129a80b7b3b7d9402529f4bd916be4fd7",
"body": "Gemspec cleanup",
"is_bot": false,
"headline": "Merge pull request #14 from bdurand/gemspec_cleanup",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T01:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9f03d70e269b02982b1646eabf5ca536e8ec4f",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into gemspec_cleanup",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T01:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1470c450f6d3f96275b2a124e673a46ddb375e05",
"body": "Command Line Interface",
"is_bot": false,
"headline": "Merge pull request #9 from bdurand/cli",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T01:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0730f367588e9312ce9d7971d0b6390a993f0352",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into cli",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T01:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbfc479c50d1304318ced3294799469d86298f1a",
"body": "Encryptor changes",
"is_bot": false,
"headline": "Merge pull request #13 from bdurand/encryptor-changes",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T01:40:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ef9c3ef6176893768f3bdad07bbf0fe6bb52818",
"body": null,
"is_bot": false,
"headline": "Fix typo",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T01:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b38566674c07a3dd96b517c7e35a960c0905a1f6",
"body": null,
"is_bot": false,
"headline": "Forgot to run standardrb",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T01:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4110e39c37cbcac20d6bb813c3ad79392b11bfc",
"body": null,
"is_bot": false,
"headline": "Add specs",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T01:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3306ea48085f910827f67e9da68118275524fb74",
"body": null,
"is_bot": false,
"headline": "move encrypted? to class method",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-31T00:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac156cf1892428e6eda0e3e8050d78a9b31f6b1",
"body": null,
"is_bot": false,
"headline": "Add separators",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T00:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff6b18acc879dcaef0a43c7f05e8177cc5bdc66",
"body": null,
"is_bot": false,
"headline": "Fix stdin handling and add long descriptions",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T00:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b43482a2c87d9cef18337df3f4f385c4e5c0a6ff",
"body": null,
"is_bot": false,
"headline": "Better global help message",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-31T00:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e2fdc7a7a42b0455094c74bd96e86f516d07bb4",
"body": null,
"is_bot": false,
"headline": "bump prerelease version",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-30T23:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7035f4fbcd67cd43f073a665f6f9902764df85e",
"body": null,
"is_bot": false,
"headline": "cleanup gemspec",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-30T23:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a633fc44342b18165aa82de779466382fbc579",
"body": null,
"is_bot": false,
"headline": "Add a couple more specs",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-30T23:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f13a8c1e2e5fbc028c909c51fe49dcbef3476e30",
"body": null,
"is_bot": false,
"headline": "Update specs",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-30T22:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d055f923ff8304df9f09eab4c01d01b77bf455",
"body": null,
"is_bot": false,
"headline": "Refactor encryptor",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-30T22:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2487328a64ad30e0578663bad06004348c63def4",
"body": null,
"is_bot": false,
"headline": "always use stdout for the cli",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-28T05:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f0ae266fff82af311f5ad01d4790156a14fd77",
"body": null,
"is_bot": false,
"headline": "set standardrb ruby version",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-27T00:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "630323be1c7e9e22ecd92baa7e6a1cfdcfe215e3",
"body": null,
"is_bot": false,
"headline": "use $stdin and $stdout instead of constants",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-27T00:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e513fb4e0da34703302885ccf156347730ea9feb",
"body": null,
"is_bot": false,
"headline": "cli specs",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-27T00:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af0756ea58138004e07cd089f77cedfbb3401412",
"body": null,
"is_bot": false,
"headline": "cli specs",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T06:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "671191c5cfe6f82c9f4b1df6bba29b77f79aa737",
"body": null,
"is_bot": false,
"headline": "implement commands",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T02:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "291880c7a10e1deeeada1f6f83fe3ab597455a54",
"body": null,
"is_bot": false,
"headline": "code cleanup",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T01:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0682f9445820af2c823fdf0309caa4f126629af9",
"body": null,
"is_bot": false,
"headline": "require cli in cli specs",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T01:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "299f68332634f564e5d1aa6926f6eac16b5ce3ae",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into cli",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T01:25:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100d491da70d28c39f2fe8aad36c988d83ae411c",
"body": "Refactor encrypted_hash so it does not re-encrypt unchanged values.\r\n\r\nApproved w/o comment",
"is_bot": false,
"headline": "Merge pull request #11 from bdurand/refactor_save",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-26T01:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af9926a34baa69e7e032fd455753ed683ce2d545",
"body": null,
"is_bot": false,
"headline": "nits",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T01:19:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcce34134baace63088026b87620aaf23f932a77",
"body": "# Conflicts:\n#\tlib/secret_keys.rb",
"is_bot": false,
"headline": "Merge branch 'master' into refactor_save",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T01:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84b4ca42408b5b53e1ce2bc0f805c0f5b279e9be",
"body": "Refactor encryption logic into separate class",
"is_bot": false,
"headline": "Merge pull request #12 from bdurand/refactor_encryption_class",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-26T01:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a64b3666659b898fd1220d112c369363d1b62ae",
"body": null,
"is_bot": false,
"headline": "move relative require",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T00:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093a857d94cf8e3180c60e0cded9fa09bdd880f5",
"body": null,
"is_bot": false,
"headline": "Refactor encrypted_hash so it does not re-encrypt unchanged values.",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-26T00:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fa00cba9b990303cd0fcef91af4c3479f223c5",
"body": null,
"is_bot": false,
"headline": "refactor encryption logic into separate class",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T23:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bf1aedeb590d276ee2e50e78a12cc8a56a7640c",
"body": null,
"is_bot": false,
"headline": "add cli specs",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T22:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8b85fbbe2eea29639accf71652865404dbf3c3",
"body": "Co-authored-by: Winston Durand <me@winstondurand.com>",
"is_bot": false,
"headline": "Apply suggestions from code review",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T22:18:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c024cc5770b3ea18182d8df5529ebaeb7c92af",
"body": "Fix \"instance variable not initialized\" warnings",
"is_bot": false,
"headline": "Merge pull request #7 from GUI/warnings",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-25T18:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a233d68e11be40c53d42f1dd6f5d7415b23a046e",
"body": "# Conflicts:\n#\tlib/secret_keys.rb",
"is_bot": false,
"headline": "Merge branch 'master' into cli",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T18:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e5ff7891b53b1b3a0dd0cf9917cae680f42eb1",
"body": "Add status badges, min ruby version, and fix workflows",
"is_bot": false,
"headline": "Merge pull request #6 from R167/status-badges",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T18:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5111133808adf98a6d376733fc8961beea6f3afe",
"body": null,
"is_bot": false,
"headline": "add CLI class for building command line commands",
"author_name": "Brian Durand",
"author_login": "bdurand",
"committed_at": "2020-05-25T18:03:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5290d6e79ca61e777d65941c46fe3c5d8bd640a6",
"body": null,
"is_bot": false,
"headline": "rubinius and truffle have a weird bug",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-25T17:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b5522080cac8af109337b572b30d7b9129dc1b",
"body": null,
"is_bot": false,
"headline": "Bug in truffle ruby",
"author_name": "Winston Durand",
"author_login": "R167",
"committed_at": "2020-05-25T17:45:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 10,
"latest_release_at": "2026-07-15T05:23:58Z",
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 3,
"days_since_latest_release": 7,
"mean_days_between_releases": 745
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "secret_keys",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/secret_keys",
"is_deprecated": false,
"latest_version": "1.0.3",
"repository_url": "https://github.com/bdurand/secret_keys",
"versions_count": 5,
"total_downloads": 947337,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2020-05-25T07:17:44.944000Z",
"latest_published_at": "2026-07-15T05:23:17.337000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 3,
"stars": 12,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 1
},
"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": 12895,
"source_files_sampled": 8,
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "climate_control",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 3.11"
},
{
"name": "appraisal",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "standard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "yard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "appraisal",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "climate_control",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "standard",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": true,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 7,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 20,
"open_issues": 1,
"closed_ratio": 0.667,
"closed_issues": 2,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "bdurand",
"commits": 79,
"avatar_url": "https://avatars.githubusercontent.com/u/41791?v=4"
},
{
"type": "User",
"login": "R167",
"commits": 70,
"avatar_url": "https://avatars.githubusercontent.com/u/4950148?v=4"
},
{
"type": "User",
"login": "GUI",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/12112?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.523
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"continuous_integration.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 3,
"reason": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 2/9 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"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": 8,
"reason": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"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": 10,
"reason": "all dependencies are pinned",
"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": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"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": "186a17631bc5c396ecb98c1bb84136c6843adba9",
"ran_at": "2026-07-22T20:00:04Z",
"aggregate_score": 5.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T01:14:33Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T01:49:31Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2020-05-25T17:53:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bdurand/secret_keys",
"host": "github.com",
"name": "secret_keys",
"owner": "bdurand"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 52,
"vitality": 64,
"community": 45,
"governance": 59,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 10,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "10 commits in the last year",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 10
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 76,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v1.0.3",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 745
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~745 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 745
}
}
],
"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": 2,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 2 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 2
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 45,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"forks": 3,
"stars": 12,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "12 stars",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 12
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 78,
"inputs": {
"packages": [
"secret_keys"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 947337,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "947,337 downloads all-time across rubygems",
"points": 62.1,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 947337,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"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": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.523
},
"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 52% of commits",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"merged_prs": 20,
"open_issues": 1,
"closed_issues": 2,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/22 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/9 approved changesets -- score normalized to 2",
"points": 3,
"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": 60,
"inputs": {
"followers": 71,
"owner_type": "User",
"is_verified": null,
"owner_login": "bdurand",
"public_repos": 81,
"account_age_days": 6423
},
"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": "71 followers of bdurand",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 71,
"login": "bdurand"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "81 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 81
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"secret_keys"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"points": 6,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "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): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "2 out of 6 merged PRs checked by a CI test -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/9 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"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": "10 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"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": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"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": 4
},
"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": 32,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.18,
"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": "18 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 18,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": 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": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"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": 12895,
"source_files_sampled": 8,
"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/8 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 8,
"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",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T20:00:19.703599Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bdurand/secret_keys.svg",
"full_name": "bdurand/secret_keys",
"license_state": "standard",
"license_spdx": "MIT"
}