原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 77,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 14050
},
"pushed_at": "2026-07-27T14:12:29Z",
"created_at": "2015-06-01T20:51:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-27T14:05:12Z",
"description": "Ruby configuration library.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://www.guideline.com",
"name": "Guideline Technologies",
"type": "Organization",
"login": "guideline-tech",
"company": null,
"location": null,
"followers": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/11547170?v=4",
"created_at": "2015-03-18T23:56:41Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 4148
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v3.4.2",
"kind": "patch",
"published_at": "2026-07-27T14:12:49Z"
},
{
"tag": "v3.4.1",
"kind": "patch",
"published_at": "2026-06-15T15:00:32Z"
},
{
"tag": "v3.4.0",
"kind": "minor",
"published_at": "2026-04-07T14:42:22Z"
},
{
"tag": "v3.3.1",
"kind": "patch",
"published_at": "2026-04-07T14:41:53Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2025-12-01T17:45:48Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2025-04-08T15:37:42Z"
}
],
"recent_commits": [
{
"oid": "430b6d1cb66054c0a271e601fa8634c02a6d6075",
"body": "Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump patch version to 3.4.2 and update bundler to 4.0.17 (#55)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-07-27T14:01:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9c4e963a64244a110ccbc408fbee9798fcce1374",
"body": "Pathname is referenced in Confg.calc_root_path and Configuration#initialize without ever being required. It only resolves today because RubyGems loads pathname during boot; under --disable-gems or any host that trims that load path, requiring confg raises NameError: uninitialized constant Pathname.\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add missing require for pathname (#54)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-07-27T13:23:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cc89fa7e0607474c4f1618e400a7f83c9761f7b8",
"body": null,
"is_bot": false,
"headline": "bump bundler to latest (#53)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-07-13T14:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf1d23d85d080afef85cb611d0358ca6bd971680",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[github-actions] Bump actions/checkout from 6 to 7 (#52)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T14:41:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a9276d40ed9b7183c0030de8c66957a301652da",
"body": "* chore: gemspec cleanup — metadata, constants, v3.4.1\n\n* chore: bundle update",
"is_bot": false,
"headline": "chore: gemspec cleanup — metadata, v3.4.1 (#51)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-06-15T13:39:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce478cb928644e8e2c23d1c4a6e7fae87173a524",
"body": null,
"is_bot": false,
"headline": "bump bundler to 4.0.14 to fix dependabot (#50)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-06-11T14:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e2f4b3bb986d7a0397ceadd9ca94552355988e3",
"body": null,
"is_bot": false,
"headline": "bump bundler version and appraisals (#49)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-05-22T18:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3743c299796d131fd4f4742e8aa09914a5f4f7b",
"body": "* [bundler] Bump minitest from 6.0.5 to 6.0.6\n\nBumps [minitest](https://github.com/minitest/minitest) from 6.0.5 to 6.0.6.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v6.0.5...v6.0.6)\n\n---\nupdated-dependencies:\n[…]\ned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Aaron <10715707+ahaverbuch@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 6.0.5 to 6.0.6 (#48)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T12:07:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "801eb00648721b447ab5e725dec101b5284acb28",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 6.0.4 to 6.0.5.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v6.0.4...v6.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-versi\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 6.0.4 to 6.0.5 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-22T12:02:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d8f55475ef93f77f1cf62a3e2d13d18a63a2fd29",
"body": "Bumps [rake](https://github.com/ruby/rake) from 13.4.1 to 13.4.2.\n- [Release notes](https://github.com/ruby/rake/releases)\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- [Commits](https://github.com/ruby/rake/compare/v13.4.1...v13.4.2)\n\n---\nupdated-dependencies:\n- dependency-\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump rake from 13.4.1 to 13.4.2 (#46)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-17T12:05:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e443039c8f952a1cf4d54a4aff9b8e8251dcaaa5",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 6.0.3 to 6.0.4.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v6.0.3...v6.0.4)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-versi\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 6.0.3 to 6.0.4 (#45)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-15T16:36:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "874a8e6d1b703449afa46b89fed067ab3bff6829",
"body": "* [bundler] Bump rake from 13.3.1 to 13.4.1\n\nBumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.1.\n- [Release notes](https://github.com/ruby/rake/releases)\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- [Commits](https://github.com/ruby/rake/compare/v13.3.1...v13.\n[…]\ned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Aaron <10715707+ahaverbuch@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump rake from 13.3.1 to 13.4.1 (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-14T19:40:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ace4e341ac0ecb554c31f18227dc217821aeca07",
"body": "* Drop Ruby 3.2 from CI test matrix\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* bundle install\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Drop Ruby 3.2 from CI test matrix (#43)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-04-07T14:23:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dff5f37ab670e20e74fc578fbe0d236a5236c19a",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 6.0.2 to 6.0.3.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v6.0.2...v6.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-versi\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 6.0.2 to 6.0.3 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T19:23:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5aae43a702afe6f3218a272856f6a13b9fc2fa0d",
"body": "* Bump default Ruby to 3.4.9\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* Update lockfile for Ruby 3.4.9\n\n* Add mise.lock\n\n---------\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump default Ruby to 3.4.9 (#41)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-03-31T14:49:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7b653907a098b4f7e65abf57853944900071573",
"body": null,
"is_bot": false,
"headline": "Bump Ruby to 3.3.11 (#40)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-03-30T22:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6aedf1188217a5df131689f847324dd6e85e1c6",
"body": "…ks (#39)\n\n* fix: prevent method_missing from swallowing NoMethodError inside blocks\n\nThe rescue NoMethodError in method_missing was too broad - it caught\nNoMethodError exceptions raised inside blocks passed to delegated methods,\nnot just from the .send call itself. This caused misleading KeyError\ne\n[…]\nBy: Claude Opus 4.5 <noreply@anthropic.com>\n\n* chore: bump version to 3.3.1\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: prevent method_missing from swallowing NoMethodError inside bloc…",
"author_name": "ashleywillard",
"author_login": "ashleywillard",
"committed_at": "2026-03-06T18:33:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8069f3ccf303f24a8d1682b74a492ddeacd712aa",
"body": "Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v5.27.0...v6.0.2)\n\n---\nupdated-dependencies:\n- dependency-n\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Update minitest requirement from ~> 5.0 to ~> 6.0 (#38)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-25T22:02:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5728a8f5f11264f86a1f209f82e3fd98aa2236f",
"body": null,
"is_bot": false,
"headline": "bump bundler to 4.0.6 (#37)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-02-11T14:27:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e47fab15046027606d56274035b3eeaf80b2c28",
"body": null,
"is_bot": false,
"headline": "bump appraisals (#36)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2026-01-29T19:36:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ba434b7234cb6f00f4a7eeb33f137c8bbfbefe",
"body": "Bumps [byebug](https://github.com/deivid-rodriguez/byebug) from 12.0.0 to 13.0.0.\n- [Release notes](https://github.com/deivid-rodriguez/byebug/releases)\n- [Changelog](https://github.com/deivid-rodriguez/byebug/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/deivid-rodriguez/byebug/compare/v12\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump byebug from 12.0.0 to 13.0.0 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-22T15:36:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4dea783b92a044086c25872e05ca21618236ea0",
"body": null,
"is_bot": false,
"headline": "Bump bundler to latest (#33)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-12-18T14:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce6477e69dd405b397749c036c84d75af94fcd7b",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 5.26.2 to 5.27.0.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v5.26.2...v5.27.0)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-v\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 5.26.2 to 5.27.0 (#31)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-16T23:46:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c52ee2be4b63666e83e4af8127d82369f725e8ae",
"body": null,
"is_bot": false,
"headline": "update to bundler4 and related (#30)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-12-08T15:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fc319cc48f300bcd1cac354059eed0f83f17b9",
"body": "* Add load_env with hash + merge approach\n\n- Add load_env(prefix:, separator:) to apply ENV overrides\n- Builds nested hash from ENV vars and uses existing merge()\n- No new set_path/get_path methods - leverages existing set() recursion\n- Simpler implementation with smaller API surface\n\n* Add tests pr\n[…]\nsibling_keys_at_nested_level\n- test_merge_preserves_deeply_nested_sibling_keys\n- test_load_env_preserves_existing_yaml_config\n- test_load_env_preserves_nested_sibling_keys\n\n* add tests\n\n* bump version",
"is_bot": false,
"headline": "Add ability to load from environment variables via merge (#28)",
"author_name": "Kassem Sandarusi",
"author_login": "kassemsandarusi",
"committed_at": "2025-12-01T16:40:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2fae71ea579b9419563c7d30417142b983df7b0",
"body": "Bumps [rake](https://github.com/ruby/rake) from 13.3.0 to 13.3.1.\n- [Release notes](https://github.com/ruby/rake/releases)\n- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)\n- [Commits](https://github.com/ruby/rake/compare/v13.3.0...v13.3.1)\n\n---\nupdated-dependencies:\n- dependency-\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump rake from 13.3.0 to 13.3.1 (#22)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T14:25:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22eddb2b4d6c2d55fd0a867a48e140a4b68d762d",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 5.26.0 to 5.26.2.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v5.26.0...v5.26.2)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-v\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 5.26.0 to 5.26.2 (#26)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T14:23:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a45b3d1716d96ea6240a25d5fcb2d49e68342ff",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[github-actions] Bump actions/checkout from 5 to 6 (#27)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-25T14:23:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e32e3bcacb92e968d595096e5ecdb74bba4120b",
"body": null,
"is_bot": false,
"headline": "bump bundler (#25)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-11-12T21:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5df0e2fa7c1c9a2987e9a5063be345a5e2e4bfd9",
"body": "* chore(infra): mise setup\n\n* Update mise.toml",
"is_bot": false,
"headline": "chore(infra): mise setup (#24)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-11-12T17:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf9d6e4ee7556ad82403a491e9d45271217eb902",
"body": "Bumps [minitest](https://github.com/minitest/minitest) from 5.25.5 to 5.26.0.\n- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)\n- [Commits](https://github.com/minitest/minitest/compare/v5.25.5...v5.26.0)\n\n---\nupdated-dependencies:\n- dependency-name: minitest\n dependency-v\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[bundler] Bump minitest from 5.25.5 to 5.26.0 (#21)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-08T12:16:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ba9d3c4ab79e00ffef70fd7b1848f9d06480a4f9",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "[github-actions] Bump actions/checkout from 4 to 5 (#20)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-11T13:32:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8611832762958db5ce2a0dd4e804c12393ff716",
"body": null,
"is_bot": false,
"headline": "Bump ruby version to latest patch; include lock file (#19)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-07-25T14:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed9b6e0f4c9a93cad15a792e2c2400510f9a4b5c",
"body": null,
"is_bot": false,
"headline": "chore(infra): include Gemfile.lock for consistency (#18)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-07-22T13:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2fef33b1434fe3aeba3db051028ce6fb2e92ad4",
"body": null,
"is_bot": false,
"headline": "bump ruby to latest patch version (#17)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-16T13:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a8b9d0c902f9b522eafc5b28c9c8c4243a9b51b",
"body": null,
"is_bot": false,
"headline": "Require MFA for RubyGems (#16)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-09T20:26:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "005d46542f9118ae0bf3ae8ab5b724a94e6cd5a6",
"body": "* clean up files included\n\n* allowed host",
"is_bot": false,
"headline": "clean up files included (#15)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-08T20:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8f0e2a0db173238282e978d3e9d496a48319e75",
"body": null,
"is_bot": false,
"headline": "Fix up gemspec (#14)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-08T15:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "964fd7c615cfc41a0bde3a427ef2368dd274b33f",
"body": null,
"is_bot": false,
"headline": "Version 3.2.0 release (#13)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-08T15:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad60ff3a37b59bd1b16fc351acc9639bb3d6a230",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.4 tests (#12)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-04-07T17:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda3b4ab61076e1a048824e0ce5a0ac0ac2aec1a",
"body": "* confg 3.1.0: bump to ruby 3.3.7 by default, test vs 3.2 and 3.3\n\n* remove Gemfile.lock",
"is_bot": false,
"headline": "confg 3.1.0: bump to ruby 3.3.7 by default, test vs 3.2 and 3.3 (#11)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2025-02-11T15:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7beebf517d7aab97b08cfd24a93c446b16a885e",
"body": null,
"is_bot": false,
"headline": "ruby 3.2.6 (#10)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2024-10-31T18:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465d0756fefbc63b55fe6c7c2ac37b40dc0b99ac",
"body": null,
"is_bot": false,
"headline": "Bump Ruby to 3.2.5 (#9)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2024-08-08T18:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "116d0225b1c7c6a16d7e842811e5ea32798b9041",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml (#8)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2024-02-05T14:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e4bfee2762ccdfff15d2809ba3e84ab9441801e",
"body": "…on (#7)\n\n* Allow options to be passed through to YAML.safe_load. Add .ruby-version\r\n\r\n* bump to 3.0.1: yaml parsing configuration\r\n\r\n---------\r\n\r\nCo-authored-by: Mike Nelson <mike@mnelson.io>",
"is_bot": false,
"headline": "Allow options to be passed through to YAML.safe_load. Add .ruby-versi…",
"author_name": "Carl Kim",
"author_login": "cjhkim",
"committed_at": "2023-09-13T21:30:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9bc5f7b963f9e8ef269558da1ca17ec417262e9",
"body": "* Update to ruby 3 compatible argument delegation\r\n\r\n* bump to 3.0\r\n\r\n---------\r\n\r\nCo-authored-by: Mike Nelson <mike@mnelson.io>",
"is_bot": false,
"headline": "Update to ruby 3 compatible argument delegation (#6)",
"author_name": "Carl Kim",
"author_login": "cjhkim",
"committed_at": "2023-09-12T19:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc4d2cb57d54d4d917d826acd9b64aa3014cd997",
"body": "* safe_load support for confg\r\n\r\n* bump to RC and lock in deps less",
"is_bot": false,
"headline": "psych upgrade for safe_load (#5)",
"author_name": "Aaron Averbuch",
"author_login": "ahaverbuch",
"committed_at": "2023-08-30T17:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eb03d9a3c850312446ec548126fcbef06894a09",
"body": null,
"is_bot": false,
"headline": "bump to full release",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-03T17:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55061c14a66a5ec8b63d1e960e4d452b4d14eb21",
"body": "Explicit Delegation",
"is_bot": false,
"headline": "Merge pull request #4 from guideline-tech/simple-delegation",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-03T15:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e703d0fd89da06d0b619535fad124e0f40bbecd",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-03T15:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fefd06e556ab328007ea6d990cb99c49a61fcdb",
"body": "…lp with stubbing behavior in test suites",
"is_bot": false,
"headline": "change to explicit delegation rather than using SimpleDelegator to he…",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-03T15:00:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff00de356b6b8305614f1b4e463fd69097aae0e5",
"body": "Refactor to allow enumerable methods to take precedence",
"is_bot": false,
"headline": "Merge pull request #3 from guideline-tech/refactor",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-02T17:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9053e11ce98b307193a168805b80cc70e157c623",
"body": null,
"is_bot": false,
"headline": "inspect and readme update",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-02T17:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e93de3552c14b3929b933e77feb8be541cc6fed",
"body": null,
"is_bot": false,
"headline": "version bump",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-02T17:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6f5028c2566095fb1a5094f58d2aa146f5f6a0",
"body": null,
"is_bot": false,
"headline": "just use fetch",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-02T00:11:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c1e0d254acf536a5a467cb8278d813f91e1c39",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-01T23:40:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a83d6d16ca6ba721c42060e47fb3db9a3d597eb",
"body": null,
"is_bot": false,
"headline": "refactor",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2020-04-01T22:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e40d0ee86a92b7db30b02e19116e8c5b499c521",
"body": null,
"is_bot": false,
"headline": "allow skipping of env scoping",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2017-12-14T17:07:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fd00d5c46ac0686ce4cde0dbd8dbe80be66500d",
"body": null,
"is_bot": false,
"headline": "leftover puts",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2017-12-01T22:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ff94a9a04bcbcaa80d960354d6ad967acbd1a37",
"body": "Add ERB functions",
"is_bot": false,
"headline": "Merge pull request #2 from guideline-tech/functions",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2017-12-01T21:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "292068c0e897121156d7ad4290051b845b87cc8b",
"body": null,
"is_bot": false,
"headline": "add erb functions",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2017-12-01T21:32:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37917168c213bae7a8b8d3abfefdb9e01134a9d4",
"body": null,
"is_bot": false,
"headline": "change from conf to confg",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2017-02-27T15:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27cddf8661b8e38ed80e16275c6caa2b0976fe0a",
"body": null,
"is_bot": false,
"headline": "enable a tmp block",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2016-07-20T15:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca6b8cf1acd909165c02adb7b1d15546dec329cc",
"body": null,
"is_bot": false,
"headline": "no autoload",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2015-12-04T21:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "666896edf447e3d8ebf3d590aa7641da3626e7b3",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "Mike Nelson",
"author_login": "mnelson",
"committed_at": "2015-06-01T20:50:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 30,
"latest_release_at": "2026-07-27T14:12:49Z",
"latest_release_tag": "v3.4.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 22,
"days_since_latest_release": 0,
"mean_days_between_releases": 95
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "confg",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/confg",
"is_deprecated": false,
"latest_version": "3.4.2",
"repository_url": "https://github.com/guideline-tech/confg",
"versions_count": 16,
"total_downloads": 984722,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2017-02-27T15:31:57.296000Z",
"latest_published_at": "2026-07-27T14:12:10.091000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 3,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2025-11-26",
"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": [
"mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 6177,
"source_files_sampled": 6,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "byebug",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "byebug",
"direct": false,
"version": "13.0.0",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.3",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.2",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "6.0.6",
"ecosystem": "rubygems"
},
{
"name": "prism",
"direct": false,
"version": "1.9.0",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.4.2",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.6.3",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 0,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 50,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "ahaverbuch",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/10715707?v=4"
},
{
"type": "User",
"login": "mnelson",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/51276?v=4"
},
{
"type": "User",
"login": "cjhkim",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8713436?v=4"
},
{
"type": "User",
"login": "kassemsandarusi",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5240884?v=4"
},
{
"type": "User",
"login": "ashleywillard",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3674935?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.56
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 9,
"reason": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"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": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"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": "430b6d1cb66054c0a271e601fa8634c02a6d6075",
"ran_at": "2026-07-27T14:16:52Z",
"aggregate_score": 5.7,
"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-27T14:02:10Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-27T14:01:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/guideline-tech/confg",
"host": "github.com",
"name": "confg",
"owner": "guideline-tech"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 66,
"vitality": 79,
"community": 32,
"governance": 68,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 30,
"human_commit_share": 0.769,
"days_since_last_push": 0,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "30 commits in the last year",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 30
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 92,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v3.4.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 95
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~95 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 95
}
}
],
"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": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"forks": 1,
"stars": 3,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"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": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": [
"confg"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 984722,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "984,722 downloads all-time across rubygems",
"points": 62.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 984722,
"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": 68,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.56
},
"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 56% of commits",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 56
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"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": 94,
"inputs": {
"merged_prs": 50,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 5
},
"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": "50/55 decided PRs merged",
"points": 34.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 50,
"decided": 55
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 7,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "guideline-tech",
"public_repos": 17,
"account_age_days": 4148
},
"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": "7 followers of guideline-tech",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 7,
"login": "guideline-tech"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~11 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"confg"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"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": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"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": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 7 resolved dependencies against OSV; 4 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 4,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"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": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.7,
"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": "35 of 50 human commits state their intent (structured subject or explanatory body)",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 50
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"mise.toml"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.077,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.231
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "mise.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 65 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 65
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "15 of the last 65 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 15,
"sampled": 65
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 6177,
"source_files_sampled": 6,
"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/6 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 6,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-27T14:17:11.985046Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/guideline-tech/confg.svg",
"full_name": "guideline-tech/confg",
"license_state": "absent",
"license_spdx": null
}