Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 153,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 25,
"HTML": 5345,
"Ruby": 54964,
"Shell": 131
},
"pushed_at": "2026-07-30T14:36:55Z",
"created_at": "2022-12-23T05:27:18Z",
"owner_type": "Organization",
"updated_at": "2026-07-30T14:47:48Z",
"description": "Get notified when Flipper flags change",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://wrapbook.com",
"name": "Wrapbook",
"type": "Organization",
"login": "wrapbook",
"company": null,
"location": "United States of America",
"followers": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/40865417?v=4",
"created_at": "2018-07-05T15:40:02Z",
"is_verified": null,
"public_repos": 37,
"account_age_days": 2946
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-07-30T14:46:49Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-06-10T22:57:06Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-01-23T16:05:23Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2025-10-29T14:52:28Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2025-02-04T21:20:38Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2024-12-23T19:03:01Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2024-11-05T20:53:07Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2024-04-18T21:37:13Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2024-04-02T15:46:54Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-12-23T06:14:43Z"
}
],
"recent_commits": [
{
"oid": "5b68bddb5a376d5272f69e1cc0abb5f5f6d5fab6",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.11",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-07-30T14:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b3eb650b9a4dbddd5af72d8755d15e60d85efe",
"body": "…d-adapters\n\nAllow configuring the Flipper instance used to read notification state",
"is_bot": false,
"headline": "Merge pull request #18 from igorkasyanchuk/fix-stale-state-with-cache…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-07-30T14:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7d33861365fa1e50309e447a9072dcfcfe91a72",
"body": null,
"is_bot": false,
"headline": "Include minitest pin in spec/rails/defaults/Gemfile.lock",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-07-30T14:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "618b059aa8fac22708fbe32c101173968d12a10f",
"body": "The \"Tests (Rails app)\" job has been failing on every branch since\nminitest 6.0 shipped:\n\n railties-7.0.10/lib/rails/test_unit/line_filtering.rb:7:in `run':\n wrong number of arguments (given 3, expected 1..2) (ArgumentError)\n\nminitest 6 renamed `Minitest::Runnable.run(reporter, options)` to\n`.\n[…]\not.\n\nPinning minitest to < 6 in the dummy app's Gemfile fixes every appraisal,\nincluding rails-8.1, which still supports minitest 5.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: pin minitest to < 6 in Rails appraisal gemfiles",
"author_name": "Igor Kasyanchuk",
"author_login": "igorkasyanchuk",
"committed_at": "2026-07-24T22:25:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8cd8127fbfbfe5d0d9545d8c8cb969ad9b0c7343",
"body": "Notifications are rendered inside WebhookNotificationJob, which may run in a\ndifferent process from the one that changed the feature. FeatureEvent reads the\nfeature's current state at job-run time via the global Flipper. When the adapter\nis fronted by a per-process cache (e.g. an in-memory ActiveSup\n[…]\nper.new(Flipper::Adapters::ActiveRecord.new)\n\nThis is the single read seam, so both the fully enabled/disabled summary and the\npartial-rollout details (groups, actors, percentages) render fresh state.",
"is_bot": false,
"headline": "Allow configuring the Flipper instance used to read notification state",
"author_name": "Igor Kasyanchuk",
"author_login": "igorkasyanchuk",
"committed_at": "2026-07-17T08:23:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d7c6aee2ac5a4df6cbf23dccb4961912d36435c",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.10",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-10T22:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf58e018125e01063f324e9d4ba84bff31c0ad9",
"body": "…-config\n\nAdd webhook_character_limit config param",
"is_bot": false,
"headline": "Merge pull request #17 from wrapbook/feature/markdown-list-item-limit…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-10T22:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aacb7d0a444dd16639abffdf8f00af2e11667b2c",
"body": "We send content to slack as a context block with a text object. The\ndocumented limit for those objects is 3,000 characters.\n\nhttps://docs.slack.dev/reference/block-kit/composition-objects/text-object",
"is_bot": false,
"headline": "Lower character limit suggested by README",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-10T22:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8daf2c0f84ecb8a21d417c83003127cf68c8e5b",
"body": null,
"is_bot": false,
"headline": "CI bump",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-08T21:45:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11a735f3d95af41295087379196a1150941bc77",
"body": null,
"is_bot": false,
"headline": "Disable perceived complexity cop",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-08T21:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "832fc051521f9e5faf6df4fde4344223777f94db",
"body": null,
"is_bot": false,
"headline": "Add webhook_character_limit config param",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-06-08T21:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2cc5f5ab92e1639a3e738c1298378238204559e",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.9",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-01-23T16:00:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a95feff863d28665305439da24927222a05b943",
"body": "Add legal disclaimer",
"is_bot": false,
"headline": "Merge pull request #16 from wrapbook/reid-rigo/legal-disclaimer",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-01-23T15:58:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c50c552a263e6af1117fc5c9b238632b49c8aba1",
"body": null,
"is_bot": false,
"headline": "Bump to trigger re-enabled GHAs",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2026-01-23T04:18:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03de2d2a4acdbf555c80d678fa1ac88d8bcc9da7",
"body": null,
"is_bot": false,
"headline": "Add legal disclaimer",
"author_name": "Reid Lynch",
"author_login": "reid-rigo",
"committed_at": "2026-01-22T16:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63537d5973b2704ead46fa9e92526121d5274b9d",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.8",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62a8a4c4a1d1acd5cb35ea9d595a5587e949b8ce",
"body": "Support Ruby on Rails 8.1",
"is_bot": false,
"headline": "Merge pull request #14 from skyksandr/rails-8.1",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd26adc19d555ea4ba9f9fd419c5035cdb9695f",
"body": null,
"is_bot": false,
"headline": "Removing version bump. We'll bump that in our release process",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfaa07cc39abe66bfb457df2dea6a5a17c3578a2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into rails-8.1",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45da3b3fcba72649e25a9a4d5046cfadd0df339",
"body": "Fix build bundler versions",
"is_bot": false,
"headline": "Merge pull request #15 from wrapbook/chore/fix-removed-gem-issues",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b89ca0587429d48c9d968235e5a9f2e039857da",
"body": null,
"is_bot": false,
"headline": "Update to bundler 2.6.9",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e873fea2d30a742faa280028ad2b59ac0abf533",
"body": "This reverts commit 838d35cc267975c58d081594f49c671c087ca01d.",
"is_bot": false,
"headline": "Revert \"Try restoring Ruby 3.0 tests\"",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "838d35cc267975c58d081594f49c671c087ca01d",
"body": null,
"is_bot": false,
"headline": "Try restoring Ruby 3.0 tests",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb57493ea96036558ad8735d6dce0c9c7d3439f",
"body": null,
"is_bot": false,
"headline": "Use bundler-cache: true",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6fbd1afbbeb3657aeb137178a3bcbfaaaec0a5a",
"body": null,
"is_bot": false,
"headline": "Remove Ruby 3.0 workflow",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4b5d658c23718eb9efec2c835d2526b2f5d6158",
"body": null,
"is_bot": false,
"headline": "Update to bundler 2.5",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-10-29T14:13:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fa2a7419464ad18c0d84afcd27c524ad87d2624",
"body": null,
"is_bot": false,
"headline": "Restore \"bundled with\"",
"author_name": "Aleksandr Kunin",
"author_login": "skyksandr",
"committed_at": "2025-10-29T02:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b01c4f5ae11941fb69a8358a7427ac0851f52969",
"body": null,
"is_bot": false,
"headline": "Make tests pass with Rails 8.1",
"author_name": "Aleksandr Kunin",
"author_login": "skyksandr",
"committed_at": "2025-10-28T07:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cf4de9ba0f52007acd730d385fb49a70df561f",
"body": null,
"is_bot": false,
"headline": "Add Rails 8.1 Gemfile",
"author_name": "Aleksandr Kunin",
"author_login": "skyksandr",
"committed_at": "2025-10-28T06:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0993cea8ee29c37b0804878a5f855a77901080e1",
"body": null,
"is_bot": false,
"headline": "Support Ruby on Rails 8.1",
"author_name": "Aleksandr Kunin",
"author_login": "skyksandr",
"committed_at": "2025-10-27T13:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d0944bc6a449df2402763c2ac3064da5da53660",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.7",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T21:15:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b154006646741248788080a5425473cf10ed7338",
"body": "…fications\n\nConvenience method to temporarily disable notifications",
"is_bot": false,
"headline": "Merge pull request #12 from wrapbook/allow-temporarily-disabling-noti…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T21:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0dda5d410be988d9f32556801e19c530baadcb3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into allow-temporarily-disabling-notifications",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T20:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ee681a34f099ab00c316a928728237965d6596d",
"body": "Fixing CI build",
"is_bot": false,
"headline": "Merge pull request #13 from wrapbook/joel/fix-build",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T19:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dc4618e38dad45cb330b074674f88f2498ce5b",
"body": null,
"is_bot": false,
"headline": "Require logger before boot",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T18:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49d4fb60df9909bd099028f91b6775320f35e3f",
"body": null,
"is_bot": false,
"headline": "Add scheduled 6 A.M. test runs to catch faulty builds more regularly",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T18:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a508baa1397798bf936e21a5dfdf78ad37ef0109",
"body": null,
"is_bot": false,
"headline": "Fix comparison Gem::Version and string error",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T17:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db55b4a51ffb6e92b20508b9996b5dcfa45da53e",
"body": "This reverts commit 0ce958534ba1c689a69caf1e1a4881839b23816d.",
"is_bot": false,
"headline": "Revert \"Trying to update bundler\"",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T17:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89b64e35e6907b588b45cb96215f6f589f4d842f",
"body": null,
"is_bot": false,
"headline": "Quoting Ruby verisons in matrix",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T16:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ce958534ba1c689a69caf1e1a4881839b23816d",
"body": null,
"is_bot": false,
"headline": "Trying to update bundler",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2025-02-04T16:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d43d555c90e6ae77a2864882ae7c498560007c",
"body": null,
"is_bot": false,
"headline": "Provide #disabled to temporarily disable notifications",
"author_name": "solebared",
"author_login": "solebared",
"committed_at": "2025-02-03T23:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56e5ed77935a8c8d4b2ee053d0f70f828265a7fd",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.6",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-23T19:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26640192dc01b86a5bdfcd3576ed0ff65d76c5d6",
"body": "Chore/rails 8",
"is_bot": false,
"headline": "Merge pull request #11 from wrapbook/chore/rails-8",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-23T19:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53bcecee4f7d68be23fb4e0519f0e26af214e7ed",
"body": null,
"is_bot": false,
"headline": "Specify Ruby 3.2 in test Rails app Gemfile, too",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef9d744bc75296282bf60c89af6c3e0d63438738",
"body": null,
"is_bot": false,
"headline": "Document how to run Appraisal specs locally",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e7dd9c6f32c31f22c585c50840bc470957ad62",
"body": "This saves us from bundle installing all of the appraisal versions in\nseparate CI steps. Ultimately it makes CI run faster, but we will have\nto dig into CI logs to see which version of Rails might have produced a\nfailure. The Rails test suite is very tiny, though, so this shouldn't\nbe too painful.",
"is_bot": false,
"headline": "Run all Rails tests in 1 GHA step",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7587856b7c929682bc547df24baae10a155182b",
"body": null,
"is_bot": false,
"headline": "bundle update test Rails app",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b332a5f52c80f484912ae7d3c4e462286517de",
"body": null,
"is_bot": false,
"headline": "Address Dotenv::Rails deprecation warning",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8091d75429b8da443667838254c4961696ebffb9",
"body": null,
"is_bot": false,
"headline": "Configure Rails test matrix",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c177cdc82f8955551cb009726fb39566c735d10c",
"body": null,
"is_bot": false,
"headline": "Install Appraisal gem in Rails test app",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf954d65ab530538f2ac4a001e26401383bffcfa",
"body": null,
"is_bot": false,
"headline": "Update Ruby to 3.2 for Rails 8",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "220008b9d4dbd725d783d547b5f69430bd77e1d1",
"body": null,
"is_bot": false,
"headline": "Relax Rails version constraints for flipper-notifications",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-12-16T15:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a0bfd548ac4ef88cf85b656308e2fa5368b3da",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.5",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-11-05T20:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d596c97e2261511a2ec75a6538d17eb86dedad2c",
"body": "[gh-8] Refer to Users as Actors",
"is_bot": false,
"headline": "Merge pull request #9 from wrapbook/chore/gh-8/change-users-to-actors",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-11-05T20:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a655c9d45e26391fcb8c9374414af4182f9b981",
"body": null,
"is_bot": false,
"headline": "[gh-8] Refer to Users as Actors",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-11-05T19:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9689a4ed50dec8c5741cce4d291b33671ca0b6e",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.4",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-04-18T21:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e910cb8f1da35e5aa5ce10e9f6698c76467c02c9",
"body": "Update flipper to 1.3.0",
"is_bot": false,
"headline": "Merge pull request #7 from wrapbook/flipper-1.3",
"author_name": "Milo Winningham",
"author_login": "quadule",
"committed_at": "2024-04-18T21:28:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a29a79704c0f25b7e426fcbe675d50136751129",
"body": null,
"is_bot": false,
"headline": "Loosen version requirement",
"author_name": "Milo Winningham",
"author_login": "quadule",
"committed_at": "2024-04-18T20:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f58aa1b029383dc77e1c4ac124f2d3c08d6e7906",
"body": null,
"is_bot": false,
"headline": "Fix dummy app",
"author_name": "Milo Winningham",
"author_login": "quadule",
"committed_at": "2024-04-18T20:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e345d559bfbbfe1e7c9ae70a4778f17eafb2fa8f",
"body": null,
"is_bot": false,
"headline": "Update flipper to 1.3.0",
"author_name": "Milo Winningham",
"author_login": "quadule",
"committed_at": "2024-04-18T18:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9412c0fb3dceda2e010aa822b2f00e4cd361ae21",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.3",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-04-02T15:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa28a1ed5913e66a4bc71700b16240c56b657141",
"body": "…longer-usage\n\nReplace use of exponentially_longer with polynomially_longer",
"is_bot": false,
"headline": "Merge pull request #6 from wrapbook/jlaw/chore/replace-exponentially-…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-04-02T15:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f367d07230274a81769294236392ca823748c43",
"body": "We will bump the version in the release process instead",
"is_bot": false,
"headline": "Undo version bump",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-04-02T15:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffac1654db87115fafd26e1cf56583f87cb4a0f",
"body": "…nger",
"is_bot": false,
"headline": "Conditionally choose between exponentially_longer and polynomially_lo…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2024-04-02T15:37:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d5d1db1ac0b36de638a1ff5850c7246359e5651",
"body": "Co-authored-by: Joel Lubrano <jlubrano@wrapbook.com>",
"is_bot": false,
"headline": "Replace use of exponentially_longer with polynomially_longer",
"author_name": "Jess Lawrence",
"author_login": "jlawren311",
"committed_at": "2024-03-18T13:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d33d4c6c47687223225ec29c7d909a6479e3c4e",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.2",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-07-03T22:41:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c850437fb4460d03891ac402f5787b11e539c439",
"body": "…order\n\nAccount for Sidekiq vs. Flipper Notifications load order when configuring sidekiq_options",
"is_bot": false,
"headline": "Merge pull request #5 from wrapbook/bug/disable-sidekiq-retries-load-…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-07-03T22:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50348710aa9ff9fd464b60a879411a4a1c8aaab9",
"body": "…ring sidekiq_options",
"is_bot": false,
"headline": "Account for Sidekiq vs. Flipper Notifications load order when configu…",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-07-03T22:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74fef26d7cf03a56a52dc9bcc6213a5a87db2f0",
"body": "Chore/avoid sidekiq retries",
"is_bot": false,
"headline": "Merge pull request #4 from wrapbook/chore/avoid-sidekiq-retries",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-07-03T21:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40b5ab61dd53e3bccfefe421eb6ca4790ab1b0d0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into chore/avoid-sidekiq-retries",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-07-03T21:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f063b3b4dde0e6581876cc076c3d74646cd5ba",
"body": null,
"is_bot": false,
"headline": "Fix README typo",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-06-30T19:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd46bfd8f97ea12e4efc308c6d9e68651f2f8d24",
"body": "I noticed that we were making quite a few API calls to Slack from our\nproduction environment. There are underlying errors such as rate limits\nand requests to Slack with blocks that are too long that merit their own\nfixes. Nevertheless, I discovered that the webhook notification jobs\nwere being retried by ActiveJob and Sidekiq. We don't need these failed\njobs to run through Sidekiq's weeks-long retry strategy.",
"is_bot": false,
"headline": "Opt out of Sidekiq retry strategy by default",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-06-30T19:31:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46cf0bb13ba643b716cb17d941fa93ba214bdb56",
"body": null,
"is_bot": false,
"headline": "Bumping to version 0.1.1",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T23:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee72b8518bed695efdd45128204ee290d1d78190",
"body": "Chore/transfer ownership",
"is_bot": false,
"headline": "Merge pull request #3 from jdlubrano/chore/transfer-ownership",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T23:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0eda657194cc6154a31e26b668b4c17477617b3",
"body": null,
"is_bot": false,
"headline": "Add notification image to README",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T23:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f751e7b68a3c136b2c6bf514c69df21d37579e",
"body": null,
"is_bot": false,
"headline": "Update Webhook docs",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T23:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ed7815c84a7b607ffc11ec630fb0720d091731d",
"body": null,
"is_bot": false,
"headline": "Update docs for releasing new gem versions",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T23:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ea42e101a38799be7d4ab416f05b62071783583",
"body": null,
"is_bot": false,
"headline": "Transfer ownership to Wrapbook",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T22:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7d3989bbee12ed9aa0baf21e9ff0616779e0550",
"body": "Chore/GitHub actions ci",
"is_bot": false,
"headline": "Merge pull request #2 from jdlubrano/chore/github-actions-ci",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T21:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb303d00bde62bec123b42ab07f2360d4770493",
"body": null,
"is_bot": false,
"headline": "Add Rails tests CI workflow",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T21:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10f1cb35583de0a831eb5406d59ce541a912230c",
"body": null,
"is_bot": false,
"headline": "Add linting workflow to CI",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T20:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "853eff9f05780566bd6b9a9cd0d45d91ce51b42f",
"body": null,
"is_bot": false,
"headline": "Apply Rubocop",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T20:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db4fa8dee60f436b5f2a3cd076621acaef45ed7",
"body": null,
"is_bot": false,
"headline": "Move dummy Rails app gems to .vendor to avoid Rubocop linting",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T20:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c71d5402e269ad6728d8b1f7b634b37120bb461",
"body": null,
"is_bot": false,
"headline": "Add Ruby tests GHA workflow",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2023-01-11T20:37:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc49b9fa5df51b6e7e5395704c910a4a1c3fc40",
"body": "Version 0.1.0",
"is_bot": false,
"headline": "Merge pull request #1 from jdlubrano/version0.1",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T05:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25ef3b28450ebc794f10a80595f6f8beb7b4b544",
"body": null,
"is_bot": false,
"headline": "Rubocop",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T05:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3137b0dd79e09767029d2a549d35381d3607db9",
"body": null,
"is_bot": false,
"headline": "Relax Flipper dependency a little",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T05:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1613716253ec4aba6cde33aee5d2fca85c1206da",
"body": "This reverts commit caa2dc93791c2136ce75d9fa482e4ce67e269d96.",
"is_bot": false,
"headline": "Revert \"Relaxing dependencies\"",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T05:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa2dc93791c2136ce75d9fa482e4ce67e269d96",
"body": null,
"is_bot": false,
"headline": "Relaxing dependencies",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T05:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6883b4c388dd2edc15f833609815c50a47644c0",
"body": null,
"is_bot": false,
"headline": "Bundler version tasks",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T04:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004c8155259f107596e57e1508d7ac8e0e229104",
"body": null,
"is_bot": false,
"headline": "Changing configuration to rely on a Notifier interface",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T04:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50f640e61e790083cad906f918b8a8498c975e77",
"body": null,
"is_bot": false,
"headline": "Railtie and integration tests working",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-23T02:54:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540bebbda27e5023e97674558925719d47362aee",
"body": null,
"is_bot": false,
"headline": "Setting up dummy Rails app to test default Railtie",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-22T16:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c64e0398c602a82a81893a422cc56980923766ac",
"body": null,
"is_bot": false,
"headline": "Add missing frozen_string_literal",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-22T16:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0aa643a351cbe930442aa010f05300f9f00e91",
"body": null,
"is_bot": false,
"headline": "Integration specs",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-22T04:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab358cbc12f33e762d9b6c16e090cae0ee4cbad5",
"body": null,
"is_bot": false,
"headline": "Migrating code to gem",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-22T02:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c200befebb5c776b8b003156561c809993532fac",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Joel Lubrano",
"author_login": "jdlubrano",
"committed_at": "2022-12-21T23:48:58Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 27,
"latest_release_at": "2026-07-30T14:46:49Z",
"latest_release_tag": "v0.1.11",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 5,
"days_since_latest_release": 0,
"mean_days_between_releases": 146.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "flipper-notifications",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/flipper-notifications",
"is_deprecated": false,
"latest_version": "0.1.11",
"repository_url": "https://github.com/wrapbook/flipper-notifications",
"versions_count": 12,
"total_downloads": 78084,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2022-12-23T05:55:33.956000Z",
"latest_published_at": "2026-07-30T15:07:34.194000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 2,
"stars": 9,
"watchers": 35,
"fork_history": {
"days": [
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 5944,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "activestorage",
"direct": false,
"version": "7.0.8.7",
"severity": "critical",
"ecosystem": "rubygems",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-73f9-jhhh-hr5m",
"GHSA-9xrj-h377-fr87",
"GHSA-p9fm-f462-ggrg",
"GHSA-qcfx-2mfw-w4cg",
"GHSA-r46p-8f7g-vvvg",
"GHSA-r4mg-4433-c7g3"
],
"fixed_version": "8.1.2.1",
"advisory_count": 6,
"oldest_advisory_days": 350
},
{
"name": "activesupport",
"direct": false,
"version": "7.0.4",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2j26-frm8-cmj9",
"GHSA-89vf-4333-qx8v",
"GHSA-cg4j-q9v8-6v38",
"GHSA-cr5q-6q9f-rq6q",
"GHSA-j6gc-792m-qgm2",
"GHSA-pj73-v5mw-pm9j"
],
"fixed_version": "8.1.2.1",
"advisory_count": 6,
"oldest_advisory_days": 1288
},
{
"name": "activesupport",
"direct": false,
"version": "7.0.8.7",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2j26-frm8-cmj9",
"GHSA-89vf-4333-qx8v",
"GHSA-cg4j-q9v8-6v38"
],
"fixed_version": "8.1.2.1",
"advisory_count": 3,
"oldest_advisory_days": 128
},
{
"name": "addressable",
"direct": false,
"version": "2.8.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-h27x-rffw-24p4"
],
"fixed_version": "2.9.0",
"advisory_count": 1,
"oldest_advisory_days": 113
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.2.3",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6wx8-w4f5-wwcr",
"GHSA-h8w8-99g7-qmvj",
"GHSA-wv3x-4vxv-whpp"
],
"fixed_version": "1.3.7",
"advisory_count": 3,
"oldest_advisory_days": 40
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.4",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6wx8-w4f5-wwcr",
"GHSA-h8w8-99g7-qmvj",
"GHSA-wv3x-4vxv-whpp"
],
"fixed_version": "1.3.7",
"advisory_count": 3,
"oldest_advisory_days": 40
},
{
"name": "httparty",
"direct": false,
"version": "0.22.0",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 8.2,
"advisory_ids": [
"GHSA-hm5p-x4rq-38w4"
],
"fixed_version": "0.24.0",
"advisory_count": 1,
"oldest_advisory_days": 218
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.10",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-5prr-v3j2-97mh",
"GHSA-5v8h-3h3q-446p",
"GHSA-8678-w3jw-xfc2",
"GHSA-9cv2-cfxc-v4v2",
"GHSA-c4rq-3m3g-8wgx",
"GHSA-p67v-3w7g-wjg7",
"GHSA-phwj-rprq-35pp",
"GHSA-v2fc-qm4h-8hqv",
"GHSA-wfpw-mmfh-qq69",
"GHSA-wjv4-x9w8-wm3h"
],
"fixed_version": "1.19.4",
"advisory_count": 11,
"oldest_advisory_days": 161
},
{
"name": "puma",
"direct": false,
"version": "5.6.9",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2vqw-3mp8-cgmx",
"GHSA-qpgp-93vx-g8v8"
],
"fixed_version": "8.0.2",
"advisory_count": 2,
"oldest_advisory_days": 51
},
{
"name": "rack",
"direct": false,
"version": "2.2.10",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-625h-95r8-8xpm",
"GHSA-6xw4-3v39-52mm",
"GHSA-7g2v-jj9q-g3rg",
"GHSA-7mqq-6cf9-v2qp",
"GHSA-7wqh-767x-r66v",
"GHSA-8cgq-6mh2-7j6v",
"GHSA-8vqr-qjwx-82mw",
"GHSA-gjh7-p2fx-99vx",
"GHSA-h2jq-g4cq-5ppq",
"GHSA-mxw3-3hh2-x2mh"
],
"fixed_version": "3.2.6",
"advisory_count": 22,
"oldest_advisory_days": 532
},
{
"name": "rexml",
"direct": false,
"version": "3.2.5",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2rxp-v6pw-ch6m",
"GHSA-4xqq-m2hx-25v8",
"GHSA-5866-49gr-22v4",
"GHSA-r55c-59qm-vjw6",
"GHSA-vg3r-rm7w-2xgh",
"GHSA-vmwr-mc7x-5vc3"
],
"fixed_version": "3.3.9",
"advisory_count": 6,
"oldest_advisory_days": 804
},
{
"name": "websocket-driver",
"direct": false,
"version": "0.7.6",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2x63-gw47-w4mm",
"GHSA-33ph-fccm-39pj",
"GHSA-8j3g-f24p-4mpw",
"GHSA-ghhp-3qvg-889p"
],
"fixed_version": "0.8.2",
"advisory_count": 4,
"oldest_advisory_days": 14
},
{
"name": "activerecord",
"direct": false,
"version": "7.0.8.7",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": null,
"advisory_ids": [
"GHSA-76r7-hhxj-r776"
],
"fixed_version": "8.0.2.1",
"advisory_count": 1,
"oldest_advisory_days": 350
},
{
"name": "loofah",
"direct": false,
"version": "2.23.1",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 4.7,
"advisory_ids": [
"GHSA-9wjq-cp2p-hrgf"
],
"fixed_version": "2.25.2",
"advisory_count": 1,
"oldest_advisory_days": 8
},
{
"name": "net-imap",
"direct": false,
"version": "0.5.2",
"severity": "moderate",
"ecosystem": "rubygems",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-46q3-7gv7-qmgg",
"GHSA-75xq-5h9v-w6px",
"GHSA-7fc5-f82f-cx69",
"GHSA-87pf-fpwv-p7m7",
"GHSA-8p34-64r3-mwg8",
"GHSA-c4fp-cxrr-mj66",
"GHSA-hm49-wcqc-g2xg",
"GHSA-j3g3-5qv5-52mj",
"GHSA-q2mw-fvj9-vvcw",
"GHSA-vcgp-9326-pqcp"
],
"fixed_version": "0.6.4.1",
"advisory_count": 10,
"oldest_advisory_days": 534
},
{
"name": "actionview",
"direct": false,
"version": "7.0.8.7",
"severity": "low",
"ecosystem": "rubygems",
"cvss_score": null,
"advisory_ids": [
"GHSA-v55j-83pf-r9cq"
],
"fixed_version": "8.1.2.1",
"advisory_count": 1,
"oldest_advisory_days": 128
},
{
"name": "globalid",
"direct": false,
"version": "1.0.0",
"severity": "low",
"ecosystem": "rubygems",
"cvss_score": null,
"advisory_ids": [
"GHSA-23c2-gwp5-pxw9"
],
"fixed_version": "1.0.1",
"advisory_count": 1,
"oldest_advisory_days": 1288
},
{
"name": "rails-html-sanitizer",
"direct": false,
"version": "1.6.2",
"severity": "low",
"ecosystem": "rubygems",
"cvss_score": 0,
"advisory_ids": [
"GHSA-cj75-f6xr-r4g7"
],
"fixed_version": "1.7.1",
"advisory_count": 1,
"oldest_advisory_days": 8
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 3,
"high": 11,
"critical": 1,
"moderate": 3
},
"advisory_count": 83,
"affected_count": 18,
"assessed_count": 104,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 12,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "actioncable",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "actionmailbox",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "actionmailer",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "actionpack",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "actiontext",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "actionview",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "activejob",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activejob",
"direct": false,
"version": "7.0.4",
"ecosystem": "rubygems"
},
{
"name": "activejob",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "activemodel",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "activerecord",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "activestorage",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": "7.0.4",
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "addressable",
"direct": false,
"version": "2.8.1",
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "ast",
"direct": false,
"version": "2.4.2",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "3.1.8",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "3.1.9",
"ecosystem": "rubygems"
},
{
"name": "bindex",
"direct": false,
"version": "0.8.1",
"ecosystem": "rubygems"
},
{
"name": "bootsnap",
"direct": false,
"version": "1.18.4",
"ecosystem": "rubygems"
},
{
"name": "builder",
"direct": false,
"version": "3.3.0",
"ecosystem": "rubygems"
},
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler-gem_version_tasks",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler-gem_version_tasks",
"direct": false,
"version": "0.2.1",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.2.3",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.4",
"ecosystem": "rubygems"
},
{
"name": "crack",
"direct": false,
"version": "0.4.5",
"ecosystem": "rubygems"
},
{
"name": "crass",
"direct": false,
"version": "1.0.6",
"ecosystem": "rubygems"
},
{
"name": "csv",
"direct": false,
"version": "3.3.1",
"ecosystem": "rubygems"
},
{
"name": "csv",
"direct": false,
"version": "3.3.2",
"ecosystem": "rubygems"
},
{
"name": "date",
"direct": false,
"version": "3.4.1",
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": "1.7.1",
"ecosystem": "rubygems"
},
{
"name": "debug",
"direct": false,
"version": "1.9.2",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.5.0",
"ecosystem": "rubygems"
},
{
"name": "docile",
"direct": false,
"version": "1.4.0",
"ecosystem": "rubygems"
},
{
"name": "dotenv",
"direct": false,
"version": "3.1.6",
"ecosystem": "rubygems"
},
{
"name": "dotenv-rails",
"direct": false,
"version": "3.1.6",
"ecosystem": "rubygems"
},
{
"name": "erubi",
"direct": false,
"version": "1.13.0",
"ecosystem": "rubygems"
},
{
"name": "flipper",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "flipper",
"direct": false,
"version": "1.3.2",
"ecosystem": "rubygems"
},
{
"name": "globalid",
"direct": false,
"version": "1.0.0",
"ecosystem": "rubygems"
},
{
"name": "globalid",
"direct": false,
"version": "1.2.1",
"ecosystem": "rubygems"
},
{
"name": "hashdiff",
"direct": false,
"version": "1.0.1",
"ecosystem": "rubygems"
},
{
"name": "httparty",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "httparty",
"direct": false,
"version": "0.22.0",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.4",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.6",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.6.0",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.0",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": "1.14.2",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": "2.6.3",
"ecosystem": "rubygems"
},
{
"name": "loofah",
"direct": false,
"version": "2.23.1",
"ecosystem": "rubygems"
},
{
"name": "mail",
"direct": false,
"version": "2.8.1",
"ecosystem": "rubygems"
},
{
"name": "marcel",
"direct": false,
"version": "1.0.4",
"ecosystem": "rubygems"
},
{
"name": "method_source",
"direct": false,
"version": "1.1.0",
"ecosystem": "rubygems"
},
{
"name": "mini_mime",
"direct": false,
"version": "1.1.5",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.22.3",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.25.4",
"ecosystem": "rubygems"
},
{
"name": "msgpack",
"direct": false,
"version": "1.7.5",
"ecosystem": "rubygems"
},
{
"name": "multi_xml",
"direct": false,
"version": "0.7.1",
"ecosystem": "rubygems"
},
{
"name": "net-imap",
"direct": false,
"version": "0.5.2",
"ecosystem": "rubygems"
},
{
"name": "net-pop",
"direct": false,
"version": "0.1.2",
"ecosystem": "rubygems"
},
{
"name": "net-protocol",
"direct": false,
"version": "0.2.2",
"ecosystem": "rubygems"
},
{
"name": "net-smtp",
"direct": false,
"version": "0.5.0",
"ecosystem": "rubygems"
},
{
"name": "nio4r",
"direct": false,
"version": "2.7.4",
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.10",
"ecosystem": "rubygems"
},
{
"name": "parallel",
"direct": false,
"version": "1.22.1",
"ecosystem": "rubygems"
},
{
"name": "parser",
"direct": false,
"version": "3.1.3.0",
"ecosystem": "rubygems"
},
{
"name": "psych",
"direct": false,
"version": "5.2.1",
"ecosystem": "rubygems"
},
{
"name": "public_suffix",
"direct": false,
"version": "5.0.1",
"ecosystem": "rubygems"
},
{
"name": "puma",
"direct": false,
"version": "5.6.9",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rack",
"direct": false,
"version": "2.2.10",
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": false,
"version": "2.1.0",
"ecosystem": "rubygems"
},
{
"name": "rails",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "rails-dom-testing",
"direct": false,
"version": "2.2.0",
"ecosystem": "rubygems"
},
{
"name": "rails-html-sanitizer",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "railties",
"direct": false,
"version": "7.0.8.7",
"ecosystem": "rubygems"
},
{
"name": "rainbow",
"direct": false,
"version": "3.1.1",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.0.6",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.2.1",
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": "6.9.1",
"ecosystem": "rubygems"
},
{
"name": "regexp_parser",
"direct": false,
"version": "2.6.1",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.3.2",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.5.12",
"ecosystem": "rubygems"
},
{
"name": "rexml",
"direct": false,
"version": "3.2.5",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": "3.12.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.12.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.12.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.12.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.12.0",
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": false,
"version": "1.41.1",
"ecosystem": "rubygems"
},
{
"name": "rubocop-ast",
"direct": false,
"version": "1.24.0",
"ecosystem": "rubygems"
},
{
"name": "ruby-progressbar",
"direct": false,
"version": "1.11.0",
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": "0.21.2",
"ecosystem": "rubygems"
},
{
"name": "simplecov-html",
"direct": false,
"version": "0.12.3",
"ecosystem": "rubygems"
},
{
"name": "simplecov_json_formatter",
"direct": false,
"version": "0.1.4",
"ecosystem": "rubygems"
},
{
"name": "stringio",
"direct": false,
"version": "3.1.2",
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": "1.3.2",
"ecosystem": "rubygems"
},
{
"name": "timeout",
"direct": false,
"version": "0.4.3",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "unicode-display_width",
"direct": false,
"version": "2.3.0",
"ecosystem": "rubygems"
},
{
"name": "web-console",
"direct": false,
"version": "4.2.1",
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": false,
"version": "3.18.1",
"ecosystem": "rubygems"
},
{
"name": "websocket-driver",
"direct": false,
"version": "0.7.6",
"ecosystem": "rubygems"
},
{
"name": "websocket-extensions",
"direct": false,
"version": "0.1.5",
"ecosystem": "rubygems"
},
{
"name": "zeitwerk",
"direct": false,
"version": "2.7.1",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 116,
"direct_count": 0,
"indirect_count": 116
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 16,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jdlubrano",
"commits": 84,
"avatar_url": "https://avatars.githubusercontent.com/u/4729920?v=4"
},
{
"type": "User",
"login": "skyksandr",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5262979?v=4"
},
{
"type": "User",
"login": "quadule",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/15299?v=4"
},
{
"type": "User",
"login": "igorkasyanchuk",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/11101?v=4"
},
{
"type": "User",
"login": "jlawren311",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/43588897?v=4"
},
{
"type": "User",
"login": "reid-rigo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2439912?v=4"
},
{
"type": "User",
"login": "solebared",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8330?v=4"
}
],
"contributors_sampled": 7,
"top_contributor_share": 0.866
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"rails-tests.yml",
"ruby-tests.yml",
"style-check.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"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": 4,
"reason": "Found 4/9 approved changesets -- score normalized to 4",
"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": 0,
"reason": "77 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5b68bddb5a376d5272f69e1cc0abb5f5f6d5fab6",
"ran_at": "2026-07-30T15:10:47Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T14:37:15Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-30T14:35:03Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wrapbook/flipper-notifications",
"host": "github.com",
"name": "flipper-notifications",
"owner": "wrapbook"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 51,
"vitality": 71,
"community": 48,
"governance": 66,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 27,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 5
},
"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": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "27 commits in the last year",
"points": 13,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 27
}
}
],
"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": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.1.11",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 146.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"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 ~146.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 146.2
}
}
],
"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": 48,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"forks": 2,
"stars": 9,
"watchers": 35,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "35 watchers",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 35
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "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": 64,
"inputs": {
"packages": [
"flipper-notifications"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 78084,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "78,084 downloads all-time across rubygems",
"points": 50.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 78084,
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 7,
"top_contributor_share": 0.866
},
"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 87% of commits",
"points": 3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "7 contributors",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 7
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"merged_prs": 16,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/16 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/9 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 35,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "wrapbook",
"public_repos": 37,
"account_age_days": 2946
},
"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": "35 followers of wrapbook",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 35,
"login": "wrapbook"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "37 public repos, account ~8 yr old",
"points": 23.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 37
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"flipper-notifications"
],
"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": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"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": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 4/9 approved changesets -- score normalized to 4",
"points": 3,
"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": "77 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 104 resolved dependencies against OSV; 12 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": 104
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 83,
"affected_packages": 18,
"assessed_packages": 104,
"unassessed_packages": 12,
"affected_by_severity": "critical 1, high 11, moderate 3, low 3",
"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": 104,
"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": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.216,
"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": "21 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 97 commits agent-authored or agent-credited",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 97
}
}
],
"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": 5944,
"source_files_sampled": 43,
"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/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"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-30T15:11:05.352688Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wrapbook/flipper-notifications.svg",
"full_name": "wrapbook/flipper-notifications",
"license_state": "standard",
"license_spdx": "MIT"
}