Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"rails",
"versioning",
"model-snapshots",
"model-versioning",
"activerecord",
"audit",
"associations",
"restore-data",
"ruby"
],
"is_fork": false,
"size_kb": 189,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 23,
"HTML": 1012,
"Ruby": 76990,
"JavaScript": 107
},
"pushed_at": "2026-07-24T20:41:46Z",
"created_at": "2020-09-29T08:37:10Z",
"owner_type": "User",
"updated_at": "2026-07-24T20:41:46Z",
"description": "Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://westonganger.com",
"name": "Weston Ganger",
"type": "User",
"login": "westonganger",
"company": "Braintree / Paypal",
"location": "Lower Mainland, BC, Canada",
"followers": 105,
"avatar_url": "https://avatars.githubusercontent.com/u/3414795?v=4",
"created_at": "2013-01-29T08:26:29Z",
"is_verified": null,
"public_repos": 137,
"account_age_days": 4924
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2026-07-24T20:42:24Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-24T20:42:04Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-12-28T19:22:11Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-01-17T17:13:15Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2024-11-12T08:34:07Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2024-11-12T04:36:09Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2024-11-08T18:15:44Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2024-07-23T18:15:36Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2023-10-18T01:18:27Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2023-10-18T01:18:16Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-11-14T23:52:18Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2022-03-04T02:43:32Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2022-02-25T20:57:04Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2021-08-27T20:50:21Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2021-08-19T23:37:01Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-05-07T21:38:52Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2021-03-06T10:36:58Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2021-03-06T07:14:25Z"
}
],
"recent_commits": [
{
"oid": "129fe179037754aa63bf91216660b33c65f1ea49",
"body": null,
"is_bot": false,
"headline": "v1.2.1",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-24T20:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86664f3c601688d92148f0c7bc94ef02db27d965",
"body": null,
"is_bot": false,
"headline": "Add tests for binary and bit columns (#84)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-24T20:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8165e4a78f108459f5bd1bc3e647ea325e3a14f6",
"body": "- Ensure all possible columns types for each database are properly serialized in snapshots\n- Drop Rails 7.0 from the test suite because it doesnt properly handle `serialize :column_name, coder: JSON` even though it still works for all other things. Its getting pretty old so its simpler to just drop it from the test suite, im sure if anyone is still on Rails 7.0 its going to be super easy to upgrade to 7.1",
"is_bot": false,
"headline": "Add tests for all columns types for each DB type (#83)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-24T20:00:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d6a220d8cf24feb00a8104a32bc1db6ebf6e51",
"body": null,
"is_bot": false,
"headline": "Reorganize tests",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-24T15:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b29d19e5f86995782215ea124e4e8cf3f0581e7a",
"body": null,
"is_bot": false,
"headline": "Update test suite to not rely on seeded data",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-23T23:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e83caf29b956d65654204b39779d6d4402bcf0",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-07-23T22:51:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c86401e48451b4ab83ed344f480eb6be9fc7e1c",
"body": null,
"is_bot": false,
"headline": "Properly serialize postgres array columns (#82)",
"author_name": "Lucas Biguet-Mermet",
"author_login": "lucasbiguet",
"committed_at": "2026-07-18T00:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d95b0cef70c4c5067bf718bb5a122a190049c8a6",
"body": null,
"is_bot": false,
"headline": "v1.2.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-06-25T21:56:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ad18ea8e3b12d2227bf67961ce6e648c2a3acaa",
"body": null,
"is_bot": false,
"headline": "Remve Rails 6.x require logger fix from test helper (#81)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-06-25T21:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f30fdb1f1d7f4e64537482205eb4fd30df712fc5",
"body": null,
"is_bot": false,
"headline": "Cleanup code comment",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2026-06-25T21:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05900781fd6dc86c2ca7918047b0105790757ab6",
"body": "* Snapshots now store encrypted attributes in encrypted format. Previously snapshots were storing encrypted attributes in plaintext\n* Drop support for rails < 7.0",
"is_bot": false,
"headline": "Ensure snapshots store encrypted attributes in encrypted format (#80)",
"author_name": "Alex Dean",
"author_login": "alexdean",
"committed_at": "2026-06-12T18:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90da202f11c848058509d1c71369cc6cb873fb6b",
"body": null,
"is_bot": false,
"headline": "v1.1.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-12-28T19:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324f8c002053201638723cc97b929bf43b7db30b",
"body": null,
"is_bot": false,
"headline": "Add Ruby 4.0 and Rails 8.1 to CI (#79)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-12-27T23:54:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e71eb4530abae7e0ad267eb09e5b399a141eed78",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-12-11T04:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b31075c7c0b15a23d8de896a498be94d89be1f05",
"body": null,
"is_bot": false,
"headline": "Remove uniqueness constraint on snapshot items (#77)",
"author_name": "Arne Hartherz",
"author_login": "foobear",
"committed_at": "2025-12-11T04:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3906640942a5e21efc842b767f438d549d37ed8f",
"body": null,
"is_bot": false,
"headline": "Fix diffing of snapshots for STI records (#78)",
"author_name": "Arne Hartherz",
"author_login": "foobear",
"committed_at": "2025-12-05T02:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c12c6d3e20572d0ed6fc6c25e53f3433f1bfde",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-11-11T18:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e099fd87db6ff6ddc7247f889dabbe81f17d5ca",
"body": "…class, and allow overriding in STI child classes)",
"is_bot": false,
"headline": "Add full STI support (inherit snapshot children definition from base …",
"author_name": "Arne Hartherz",
"author_login": "foobear",
"committed_at": "2025-11-11T18:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "946d22e29ae2bc922a4d823c4bb5759d6b9e3801",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG with new unreleased features",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-09-19T18:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f81c6d56075b4d1f21ca2a38b03301c19b65be",
"body": "Since defined_enums is a private API method, we should not rely on it always being available.",
"is_bot": false,
"headline": "Check that class responds to defined_enums (#74)",
"author_name": "Michael Guidetti",
"author_login": "mguidetti",
"committed_at": "2025-09-19T18:16:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f1612319e18cb44b5071c6481f8fce0c5ee83b",
"body": "Adds new method `ActiveSnapshot::Snapshot.diff(from, to)` to get the difference between two snapshots or a snapshot and the current record.",
"is_bot": false,
"headline": "Add method `ActiveSnapshot::Snapshot.diff(from, to)` (#72)",
"author_name": "Agustin Gomez",
"author_login": "agomezcampero",
"committed_at": "2025-09-03T14:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61ec417fb62ff8d0e505b465d9f77b97964311f",
"body": null,
"is_bot": false,
"headline": "Fix CI issues with logger and Rails 7.0 and below (#70)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-01-18T00:47:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ab7b38f774494e007aadde2219703fe1fb47de",
"body": null,
"is_bot": false,
"headline": "v1.0.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2025-01-17T17:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fda020237db01a71eb75ed3b2778154b5bfc44",
"body": "Add Ruby 3.4 to CI\r\nAlso use --enable-frozen-string-literal in CI to ensure compatibility",
"is_bot": false,
"headline": "Add Ruby 3.4 to CI (#69)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-12-30T23:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab1e8e7f289fd14667df9cb978773eafe0ad53c9",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-16T19:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7228ce58566521e5eff55802d8d471b89809275b",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T08:33:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f7569b030c80f30622746c2eb5bd223d65bc5de",
"body": null,
"is_bot": false,
"headline": "v0.5.2",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T08:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23a59e3654fe990029024d3de243afb0fb71d4af",
"body": "- Switch default storage method to native SQL JSON columns\r\n- No longer recommend to set `ActiveSnapshot.config.storage_method`, its only retained to support legacy installations\r\n- Drop support for Rails 6.0",
"is_bot": false,
"headline": "Use native_json as default storage method for new installations (#67)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T08:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d41e903e6d09333b7766995d34071e6dd81b15e",
"body": null,
"is_bot": false,
"headline": "Fix assertionless tests",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T07:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b168a86937219be00f30b5855edb7af3ddcd5f",
"body": null,
"is_bot": false,
"headline": "v0.5.1",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T04:33:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b6871cb08ddfc601adba4e8a179973520ce9ea",
"body": "…iated column no longer exists (#66)\n\nEnsure `SnapshotItem#restore_item!` and `Snapshot#fetch_reified_items` bypass assignment for snapshot object data where the associated column no longer exists.\r\n\r\nSolves #58",
"is_bot": false,
"headline": "On restore bypass assignment for snapshot object data where the assoc…",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T04:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16305bbb2637d9f08c55b07e2380f8c75426d960",
"body": null,
"is_bot": false,
"headline": "Add readme section on diffing versions (#64)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T04:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a24d376eef1395b617434cb46c6be933a189cc",
"body": null,
"is_bot": false,
"headline": "Add Rails 8 to CI (#65)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T04:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de72ba06012fafcfa88cd6c1da7c729431dc6bd",
"body": "Also uses more efficient algorithm to set values",
"is_bot": false,
"headline": "Fix bug when enum value is nil (#63)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-12T03:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17192d52844b1d8c7a0358d9dc6455b75b7847d2",
"body": null,
"is_bot": false,
"headline": "v0.5.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-08T18:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4be35835235f1fd99a2301ea9977c3cccf142599",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-08T18:11:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e509188d3280e3c73f39f13c549d168df7cc7a",
"body": "Clears the `snapshot_items` association cache otherwise `snapshot.valid?` returns false",
"is_bot": false,
"headline": "Ensure snapshot record returned by create_snapshot! is valid?",
"author_name": "Henning Thies",
"author_login": "henningthies",
"committed_at": "2024-11-08T18:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ff59f93dac1d6cd227f7337a234f0003b68c9cf",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-11-07T21:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c25cb03ea1de5d36b06b6f3eea0abe30ec6c0d",
"body": null,
"is_bot": false,
"headline": "Store enum value as integer (#60)",
"author_name": "Akmal",
"author_login": "akmalcm",
"committed_at": "2024-11-07T21:16:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67308c82719df1fc5932c8ea7f6b05903273beb9",
"body": null,
"is_bot": false,
"headline": "Fix rails version testing on CI",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-09-01T04:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb2c45ec64f21def0b70143f292d99fc0b275e96",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-29T15:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7156f561720e0a90580e205c93c9b51d942d68b8",
"body": null,
"is_bot": false,
"headline": "Add presence validation for object in SnapshotItem model (#56)",
"author_name": "Artem",
"author_login": "dmrAnderson",
"committed_at": "2024-08-29T15:10:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fcd0e4ad2e1d5facbb982bad447aa5d0db9b0cb",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-28T15:42:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf1738f9bde860496a1445b643eb211216183d3",
"body": null,
"is_bot": false,
"headline": "Add readonly argument to Shapshot#fetch_reified_items (#57)",
"author_name": "Artem",
"author_login": "dmrAnderson",
"committed_at": "2024-08-28T15:41:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a825799bfb72c8d6d1176c9076f30541c8aee942",
"body": null,
"is_bot": false,
"headline": "Update README.md (#55)",
"author_name": "Artem",
"author_login": "dmrAnderson",
"committed_at": "2024-08-28T14:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb57f16149a0f127a797ca04efb7de0c6c474b00",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-21T15:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "367e974128f0621e51b254fad76ba236038fef27",
"body": "…hook has occurred (#53)\n\nPrevents errors in application initializers using `ActiveSnapshot.config` like:\r\n\r\n```\r\nundefined method `config' for module ActiveSnapshot (NoMethodError)\r\n```\r\n\r\nAlso resolves failures in the test suite regarding different storage_method configs",
"is_bot": false,
"headline": "Allow ActiveSnapshot.config to be called before ActiveRecord on_load …",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-21T15:18:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "568d9f808fd4e19b6aefc7cf01624b2d1a20a89e",
"body": null,
"is_bot": false,
"headline": "Remove deprecated positional argument on create_snapshot! (#52)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-21T01:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5322893cd97b7f08832f07cf266ac494fcd3428a",
"body": null,
"is_bot": false,
"headline": "Fix CI env variables",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-20T21:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a5825d35269ad9c9b957fc15ff8a45890f8a92",
"body": null,
"is_bot": false,
"headline": "Add Rails 7.2 to CI",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-08-20T16:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5851156597bb1733a46bbe88e23579936731aa04",
"body": null,
"is_bot": false,
"headline": "v0.4.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-07-23T18:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2826bd0331ec2545a57b72c27a90cfed699b0ebf",
"body": "…psert_all (#44)\n\nThere is no need for the extra dependency when Rails already has a built-in method upsert_all. This means this gem requires a minimum of ActiveRecord v6.0 to work.",
"is_bot": false,
"headline": "Remove dependency on activerecord-import using vanilla ActiveRecord u…",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2024-01-02T21:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "411cd3d23549d20c5faf21b9100d7584eebb1cd2",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.3 to CI",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-12-26T08:36:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b77c23df9b74afdb24ed7e23ad81051d5acec8",
"body": null,
"is_bot": false,
"headline": "Fix CI badge",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-10-31T23:54:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2cab4128178a087521b60d396ff8eefd4aa6b85",
"body": null,
"is_bot": false,
"headline": "v0.3.2",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-10-17T20:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c0224aa4e729f888db9f69dc346f5e012791b6b",
"body": null,
"is_bot": false,
"headline": "Refractor CI, Add Rails 7.1 to CI (#42)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-10-17T20:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2273cf3b4bd74531ca4341602cabed5371bc2eed",
"body": null,
"is_bot": false,
"headline": "Fix DB migration",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-10-17T19:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f6859c239d37fbef9520c731c56b3af1d21959",
"body": "Syntax for creating the index was incorrect",
"is_bot": false,
"headline": "Fix error generating unique index in DB migration (#43)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-10-17T16:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d520ef852c7455b25a7c79b9016756e8fe6bebc",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.2 to CI",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-08-04T15:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2d26e265aacfa1951dab8e8e80c5123d89b970",
"body": null,
"is_bot": false,
"headline": "v0.3.1",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-08-04T14:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fe1b5e3fa7ce48cb91cbbf98f86d0bf6477d1b",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-02-19T05:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ca417f1902e5febe1c2362284ea9ea62df0aa6a",
"body": "Doing this properly in the test_helper so that we dont mess with application level concerns.",
"is_bot": false,
"headline": "Move belongs_to_required_by_default to test_helper (#38)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-02-19T05:44:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46a9b3595f463ab5a40a2f7a24a87e2a9ebf2ca6",
"body": "The uniqueness validation on item_type is redundant to the one for item_id. Lets remove this for simplification and performance.",
"is_bot": false,
"headline": "Remove redundant SnapshopItem item_type uniqueness validation (#39)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-02-19T05:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0e9a94768a4d68cd3661d8e2340e915a45a57c",
"body": null,
"is_bot": false,
"headline": "Utilize ActiveRecord lazy loading (#36)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-02-18T21:00:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9b51c0e9724d67e478420052e0e0dad46f54e3b",
"body": null,
"is_bot": false,
"headline": "Add optional: true to Snapshot user relationship (#35)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2023-02-18T20:48:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "663b3dd36735cefeb110527b3f66020671c59ab6",
"body": null,
"is_bot": false,
"headline": "Fix downloads badge",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-12-22T21:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d3aa83ca7018c8faf09c7398e5fa965649896a",
"body": null,
"is_bot": false,
"headline": "Remove test_files from gemspec",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-11-14T23:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7dccd6b312bf1a5a077e5881701d4ad125c42af",
"body": null,
"is_bot": false,
"headline": "v0.3.0",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-11-14T23:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27b939c2808eccaef3bfc5361a786a6160bee66d",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-30T06:16:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141792a1ef176cac5fbf8e7bcae992bb8610bc7e",
"body": "…es with the main Gemfile",
"is_bot": false,
"headline": "Simplify CI by removing appraisal/gemfiles and just using ENV variabl…",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-29T07:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67475e5000d7dc2ec5126b62b92aab55e2c0ddda",
"body": null,
"is_bot": false,
"headline": "Work on ActiveSnapshot.config.storage_method configuration",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-29T07:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1597ba2903e6bca1609d0e574364fb7db7be259a",
"body": null,
"is_bot": false,
"headline": "Allow using native JSON Column instead of encoded object column",
"author_name": "Oskar Gargas",
"author_login": "oskargargas",
"committed_at": "2022-09-29T07:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6d4813099a559ed573745c66fc41defbed1748",
"body": null,
"is_bot": false,
"headline": "CI improvements",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-29T06:49:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22561ab65716b5be1bdf22bd2de0ce12fe490069",
"body": null,
"is_bot": false,
"headline": "Remove duplicate CI builds on PRs",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-27T02:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b007eec9f4e01cdeb1790ba58085ad52f04ed488",
"body": null,
"is_bot": false,
"headline": "Make snapshot :identifier optional (#30)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-19T15:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f44ba75acc8c68cf3771ae8f18467362ad63ec41",
"body": null,
"is_bot": false,
"headline": "Deprecate identifier as a positional argument (#29)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-09-19T15:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611e20485dd48a9718b65df650a87a8352701169",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-08-09T23:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc9ba8d660d12571cb8abbca24789c0bba615a1",
"body": "Use correct create_table syntax",
"is_bot": false,
"headline": "Merge pull request #24 from travisdock/migration_generator_fix",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-08-09T23:52:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0eabce63a8467095d1f0bf29429bf2da550226d",
"body": null,
"is_bot": false,
"headline": "Use correct create_table syntax",
"author_name": "Travis Dockter",
"author_login": "travisdock",
"committed_at": "2022-08-09T12:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32521502350b4ffd0d47612e41cbafecdbde61a6",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-04-22T00:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c009303632a404e474d3b520864ad92a09866054",
"body": null,
"is_bot": false,
"headline": "v0.2.4",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-03-04T02:42:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d501d7658c65b15ebd133acdc534f1bc3a21dd71",
"body": null,
"is_bot": false,
"headline": "Resolve error when `has_snapshot_children` has not been defined (#20)",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-02-25T20:53:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92d03ff51753a8e476c5e1d51d3486ec29fb15f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-02-25T18:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7501fa0c1b417f17ac046df6b6903e79517c8a",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-30T21:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed558aca1519e482ef05e954e7ca1d2c8861c670",
"body": "… when reifying (#18)\n\n* fix: Sub classes of a model would not be assigned correctly as the parent model when reifying",
"is_bot": false,
"headline": "fix: Sub classes of a model would not be assigned correctly as parent…",
"author_name": "Phil A Thompson",
"author_login": "PhilT",
"committed_at": "2022-01-30T21:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3f2f03435ae6114c09c85979eeb992a0ea2d12",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-08T01:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03c39b40da5b7a6227b24dcf5ebd14829272d35f",
"body": null,
"is_bot": false,
"headline": "v0.2.3",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-08T01:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1bf5a652ce822cfd6e4dcb2e36e90cef9df6452",
"body": null,
"is_bot": false,
"headline": "Support Ruby 3.1",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-08T00:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757c386d46d9f049c517939de95b1e8a5c5119b2",
"body": null,
"is_bot": false,
"headline": "Update Test Suite",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-12-31T17:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b44c9128c545c4d13ecfa0ff5a0fe86cfcdb39d",
"body": null,
"is_bot": false,
"headline": "Fix unique constraint on snapshots.identifier column",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-11-11T07:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be3616e7ff62e6caa37d6a3cab1e380b5e4885a9",
"body": null,
"is_bot": false,
"headline": "v0.2.2",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-27T20:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07152793927bf14697308d42dc408adf1d9dd79a",
"body": null,
"is_bot": false,
"headline": "Fix for nil assocations in has_snapshot_children on restore",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-27T20:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2f4a87927c4f2add648e7501a02c28d5b4ed0f4",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-19T23:40:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54daeb8f89cd00c32856a2fe19f2db58fef227e7",
"body": null,
"is_bot": false,
"headline": "v0.2.1",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-19T23:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0233bc1113dc5dbf8eacbd5f4073360fba4228",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-19T23:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b6bd951f73b277891976c458a0cdef0bd77af5",
"body": "…nil values",
"is_bot": false,
"headline": "Improve `has_snapshot_children` method to support single records and …",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-19T23:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa90e6a89c1066f9e9b6e080eb2201e5863dffa",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-12T20:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14377083441d6fb917600432868e358cdd22861a",
"body": "Make has_snapshot_children call optional",
"is_bot": false,
"headline": "Set implicit empty snapshot children (#7)",
"author_name": "Pere Joan Martorell",
"author_login": "pjmartorell",
"committed_at": "2021-08-12T20:37:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4b78535bad1dd715e2eeec841bc82c33364715",
"body": "Add a more explanatory comment about the advantage of reloading self when calling `has_snapshot_children`",
"is_bot": false,
"headline": "Merge pull request #9 from pjmartorell/fix/issue-8",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2021-08-12T20:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09cfd80bd89c8603c51b4a65674c78f296e1cd6a",
"body": "…when calling has_snapshot_children",
"is_bot": false,
"headline": "Add a more explanatory comment about the advantage of reloading self …",
"author_name": "Pere Joan Martorell Calaf",
"author_login": "pjmartorell",
"committed_at": "2021-08-12T19:54:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 17,
"latest_release_at": "2026-07-24T20:42:24Z",
"latest_release_tag": "v1.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 9,
"days_since_latest_release": 0,
"mean_days_between_releases": 112.3
},
"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": "active_snapshot",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/active_snapshot",
"is_deprecated": false,
"latest_version": "1.2.1",
"repository_url": "https://github.com/westonganger/active_snapshot",
"versions_count": 18,
"total_downloads": 567077,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2021-03-06T07:13:38.390000Z",
"latest_published_at": "2026-07-24T20:41:47.776000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 25,
"stars": 188,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2024-03-02",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-08-12",
"count": 1
},
{
"date": "2025-09-19",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-07-10",
"count": 1
}
],
"complete": true,
"collected": 25,
"total_forks": 25
},
"star_history": null,
"open_issues_and_prs": 3
},
"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": 16066,
"source_files_sampled": 50,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": null,
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rails",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 43,
"open_issues": 3,
"closed_ratio": 0.909,
"closed_issues": 30,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "westonganger",
"commits": 110,
"avatar_url": "https://avatars.githubusercontent.com/u/3414795?v=4"
},
{
"type": "User",
"login": "foobear",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/213784?v=4"
},
{
"type": "User",
"login": "dmrAnderson",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/55684112?v=4"
},
{
"type": "User",
"login": "pjmartorell",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/345520?v=4"
},
{
"type": "User",
"login": "agomezcampero",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/57372662?v=4"
},
{
"type": "User",
"login": "akmalcm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/49616983?v=4"
},
{
"type": "User",
"login": "alexdean",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/115486?v=4"
},
{
"type": "User",
"login": "henningthies",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/219875?v=4"
},
{
"type": "User",
"login": "lucasbiguet",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2128869?v=4"
},
{
"type": "User",
"login": "mguidetti",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/473316?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.853
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"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": 7,
"reason": "11 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 7/30 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"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": "129fe179037754aa63bf91216660b33c65f1ea49",
"ran_at": "2026-07-24T20:45:04Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T20:43:38Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T20:39:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 14,
"created_at": "2021-11-10T19:33:41Z",
"last_comment_at": "2024-06-18T18:45:39Z",
"last_comment_author": "westonganger"
},
{
"number": 28,
"created_at": "2022-09-01T16:08:59Z",
"last_comment_at": "2022-09-01T16:11:21Z",
"last_comment_author": "westonganger"
},
{
"number": 40,
"created_at": "2023-04-25T09:09:10Z",
"last_comment_at": "2023-05-01T19:59:51Z",
"last_comment_author": "westonganger"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/westonganger/active_snapshot",
"host": "github.com",
"name": "active_snapshot",
"owner": "westonganger"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 42,
"vitality": 74,
"community": 55,
"governance": 64,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 17,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 9
},
"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": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "17 commits in the last year",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 17
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"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": 18,
"latest_release_tag": "v1.2.1",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 112.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"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 ~112.3 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 112.3
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 25,
"stars": 188,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "188 stars",
"points": 36.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 188
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "25 forks",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 25
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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": 75,
"inputs": {
"packages": [
"active_snapshot"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 567077,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "567,077 downloads all-time across rubygems",
"points": 59.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 567077,
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 29,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.853
},
"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 85% of commits",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 43,
"open_issues": 3,
"closed_issues": 30,
"issue_closed_ratio": 0.909,
"closed_unmerged_prs": 8
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "43/51 decided PRs merged",
"points": 32.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 43,
"decided": 51
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/30 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": 62,
"inputs": {
"followers": 105,
"owner_type": "User",
"is_verified": null,
"owner_login": "westonganger",
"public_repos": 137,
"account_age_days": 4924
},
"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": "105 followers of westonganger",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 105,
"login": "westonganger"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "137 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 137
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"active_snapshot"
],
"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": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 62,
"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": "11 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"rails",
"versioning",
"model-snapshots",
"model-versioning",
"activerecord",
"audit",
"associations",
"restore-data",
"ruby"
],
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": "at_risk",
"name": "Security",
"value": 42,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"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": "11 out of 14 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 7/30 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"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": "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": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.38,
"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": "38 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 38,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 16066,
"source_files_sampled": 50,
"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/50 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 50,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T20:45:20.608606Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/westonganger/active_snapshot.svg",
"full_name": "westonganger/active_snapshot",
"license_state": "standard",
"license_spdx": "MIT"
}