Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 377,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 11650,
"Shell": 319
},
"pushed_at": "2026-04-22T07:15:17Z",
"created_at": "2009-07-22T21:18:28Z",
"owner_type": "Organization",
"updated_at": "2026-06-05T06:17:58Z",
"description": "View helpers for Rails applications",
"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://thoughtbot.com",
"name": "thoughtbot, inc.",
"type": "Organization",
"login": "thoughtbot",
"company": null,
"location": null,
"followers": 892,
"avatar_url": "https://avatars.githubusercontent.com/u/6183?v=4",
"created_at": "2008-04-10T18:00:20Z",
"is_verified": null,
"public_repos": 469,
"account_age_days": 6680
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2025-06-13T20:41:16Z"
}
],
"recent_commits": [
{
"oid": "2e3430bc1548dd278ec236be8ce41dd288800fd1",
"body": "Which appears two lines below",
"is_bot": false,
"headline": "Remove broken logo image and repetition of link",
"author_name": "Valeria Graffeo",
"author_login": "heyvaleria",
"committed_at": "2026-04-22T07:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca31965be27890d8e6cde2bd5279dea07c37209f",
"body": "not supported up to Rails 8.0",
"is_bot": false,
"headline": "Exclude ruby 3.2 against main",
"author_name": "Valeria Graffeo",
"author_login": "heyvaleria",
"committed_at": "2026-04-22T07:14:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2842757c35f05835e87c074d49cfa57f750371db",
"body": "\r\nescape_once returns an html-safe string but only in Rails >= 7.1.\r\nSo for compatibility with older versions, we need to explicitly\r\napply html_safe here.\n\nCo-authored-by: Neil Carvalho <me@neil.pro>",
"is_bot": false,
"headline": "Apply html_safe to string returned by escape_once",
"author_name": "Elias Rodrigues",
"author_login": "elias19r",
"committed_at": "2025-06-10T14:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95e915a0245807a50afec35c34fd4890874e4dac",
"body": "This wraps the string returned by page_title with escape_once from\nActionView::Helpers::TagHelper to make sure it HTML-escapes only once.\n\nWithout it, rendering <%= page_title %> in an ERB template causes it\nto be HTML-escaped twice.",
"is_bot": false,
"headline": "Make page_title HTML-escape only once",
"author_name": "Elias Rodrigues",
"author_login": "elias19r",
"committed_at": "2025-06-10T14:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "373d30ab8538cbc288e8a1f456cc795961b66808",
"body": null,
"is_bot": true,
"headline": "docs: documentation files updated",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-06-06T21:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0238b44245715a40bf8c2bdaeec95a17072b3c00",
"body": "Also configure GitHub workflows to keep the README and SECURITY files\nup-to-date.",
"is_bot": false,
"headline": "Update documentation files according to the newer templates",
"author_name": "Neil Carvalho",
"author_login": "neilvcarvalho",
"committed_at": "2025-06-06T21:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a12d807233647626bf2fde33216bebbea9b413c",
"body": null,
"is_bot": false,
"headline": "Configure Dependabot",
"author_name": "Neil Carvalho",
"author_login": "neilvcarvalho",
"committed_at": "2025-06-06T21:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3b05efc026d080a4c32fe111b3b56176fee9d9d",
"body": null,
"is_bot": false,
"headline": "Replace Travis config with GitHub Actions",
"author_name": "Neil Carvalho",
"author_login": "neilvcarvalho",
"committed_at": "2025-06-06T21:28:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a729eef37af7ada78836dfddb60ad202fb41e6a5",
"body": "Some dependencies were really outdated and couldn't be installed on the\nlatest Ruby version. That prevented even the project setup without too\nmuch hassle.\n\nThe simplest solution is to bump the minimum Rails version to the oldest\nversion that can support Ruby 3.4. Rails 6.0 only supports Ruby < 6.0.\n[…]\nn its own, or\nsome Rails dependency stopped depending on some other gem that Rails\nactually depended on implicitly, and that broke Rails. Those gems are\nnow added conditionally on the Appraisals file.",
"is_bot": false,
"headline": "Bump minimum Rails version to 6.1",
"author_name": "Neil Carvalho",
"author_login": "neilvcarvalho",
"committed_at": "2025-06-06T21:28:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3f8043c70358b43cdf9f156770286cb56e3483c",
"body": null,
"is_bot": false,
"headline": "Update rspec-core to version 3.9.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-10-01T13:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "650ed97e49eed032a2907d4200699ae78f63920b",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.3.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-09-21T13:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1302cf12c63326de1637d88518635355554ef8a8",
"body": null,
"is_bot": false,
"headline": "Update concurrent-ruby to version 1.1.7",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-08-27T14:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0dee48dd7ab080eae03e46b62a3a94ec2dc6b9a",
"body": null,
"is_bot": false,
"headline": "Update loofah to version 2.7.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-08-27T14:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4fe14de27a86913b1e58faf5404f319fac3502",
"body": null,
"is_bot": false,
"headline": "Update i18n to version 1.8.5",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-08-03T13:04:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10b16190712ae88b0e7e8010730d38c576d1f1eb",
"body": null,
"is_bot": false,
"headline": "Update diff-lcs to version 1.4.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-07-21T15:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870194d84b9097b98d350adfed507d5a38047f54",
"body": null,
"is_bot": false,
"headline": "Update i18n to version 1.8.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-07-21T15:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb07ccceb024f42efbbe11021a23f1917d4cac3",
"body": null,
"is_bot": false,
"headline": "Update zeitwerk to version 2.4.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-07-21T15:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e214b0a408911a4a4b3e8847c03b64974313de9f",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.10",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-07-21T15:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a838a50f27a1d8c9b8e25c2fd68e121f480417",
"body": null,
"is_bot": false,
"headline": "Update diff-lcs to version 1.4.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-29T13:28:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fd8cf617123d840842fdfb3c587157577a84fbe",
"body": null,
"is_bot": false,
"headline": "Update zeitwerk to version 2.3.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-29T13:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2b519c1ad2b87a77ce2ce403e7de2cd358d84ea",
"body": null,
"is_bot": false,
"headline": "Update diff-lcs to version 1.4.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-26T13:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e89ac42f7546f096b33e665ca2d849838de378c9",
"body": null,
"is_bot": false,
"headline": "Update diff-lcs to version 1.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-23T18:04:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd518564d5c46288dd93d1519873a9d4d7d27df4",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.3.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-19T13:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c64ed8580e44002e56c4a6c366dd50d53a6adbf",
"body": null,
"is_bot": false,
"headline": "Update loofah to version 2.6.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-19T13:48:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3514c8156b504d602f1880f565eae81146e2d227",
"body": null,
"is_bot": false,
"headline": "Update i18n to version 1.8.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-16T17:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dabb8aef058098fbcb7da597c9444e671bc6821d",
"body": null,
"is_bot": false,
"headline": "Update appraisal to version 2.3.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-16T17:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a20e470d829a5fb4156f5d92142612ada361cc4d",
"body": null,
"is_bot": false,
"headline": "Update rack to version 2.2.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-16T17:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fc1e6112e597675a8a6a0f8824bd30d62f49799",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.3.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-01T14:18:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd43964e92af946c4e0ae3592993ba8f3936923b",
"body": null,
"is_bot": false,
"headline": "Update minitest to version 5.14.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-06-01T14:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea6a98a04eb8a863157d598dac7ee6d02cac3bd0",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-05-14T13:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0815daeb0fc2cea8eec7a82d61ec5b26f1dadcb6",
"body": null,
"is_bot": false,
"headline": "Update rspec-core to version 3.9.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-05-04T13:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4f3df151ba1982e3825524ae951fcf2653540a",
"body": null,
"is_bot": false,
"headline": "Update rspec-support to version 3.9.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-05-04T13:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18251ce5b77c013e4e2af947399ae0278d34bbdd",
"body": null,
"is_bot": false,
"headline": "Update loofah to version 2.5.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-04-10T12:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f951ca19b16e4379be626699fd011b0e5f50ab02",
"body": null,
"is_bot": false,
"headline": "Update tzinfo to version 1.2.7",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-04-03T13:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396da384dc153e490076f99bfc22bee1997820b8",
"body": null,
"is_bot": false,
"headline": "Update rspec-rails to version 3.9.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-03-20T15:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f82779c74af3cc0c1f9da8705c5536cff6e04f0",
"body": "Bumps [actionview](https://github.com/rails/rails) from 6.0.2.1 to 6.0.2.2.\n- [Release notes](https://github.com/rails/rails/releases)\n- [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md)\n- [Commits](https://github.com/rails/rails/compare/v6.0.2.1...v6.0.2.2)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actionview from 6.0.2.1 to 6.0.2.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-03-19T17:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eedeeae08793aa5424db648a7adc013386e7331a",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.9",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-03-03T09:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca48bcc4c40096fe8a0e8901eec811c8388ba2bd",
"body": null,
"is_bot": false,
"headline": "Update concurrent-ruby to version 1.1.6",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-02-24T16:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89bfddde0e8d2f33b1ac6233aeac3da81cc15f30",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.8",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-02-24T16:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c573e49a6b79545c74ae89b29e54789dfa828f09",
"body": null,
"is_bot": false,
"headline": "Update rack to version 2.1.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-28T13:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3468986ea59ffd63adb1f980887a62ddfff7334f",
"body": null,
"is_bot": false,
"headline": "Update i18n to version 1.8.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-13T14:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad32aafc92136c5ebed6496427b812f17f72e39d",
"body": null,
"is_bot": false,
"headline": "Update crass to version 1.0.6",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-13T14:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9606e27a2b53590e8925dda74f9ff3c5274e4b78",
"body": null,
"is_bot": false,
"headline": "Update minitest to version 5.14.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-13T14:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb7a41cf186362d47d2816e6e354d3d75fa6710",
"body": null,
"is_bot": false,
"headline": "Update rack to version 2.1.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-13T14:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8ab19d6201a16ee78f383b4fa8b33a9b8b5336",
"body": null,
"is_bot": false,
"headline": "Update rspec-mocks to version 3.9.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-02T22:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f179db49e2124ba14aeda2bfe6469a3f9c06ba47",
"body": null,
"is_bot": false,
"headline": "Update rspec-core to version 3.9.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-02T22:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f3cf372138b9c8ce255e3fdb253ba67820d781",
"body": null,
"is_bot": false,
"headline": "Update tzinfo to version 1.2.6",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-02T22:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "150789e2332328dbf99584351030f3117a67cce7",
"body": null,
"is_bot": false,
"headline": "Bundle with ruby 2.7.0 and bundler 2.1.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-02T22:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5b3d4c63d208a39d405efe30abaa7876a59f4c",
"body": null,
"is_bot": false,
"headline": "Add ruby 2.7.0 to travis list",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2020-01-02T22:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357137e17669094f95fe7a4747be27bbbc88f982",
"body": null,
"is_bot": false,
"headline": "Update sqlite3 to version 1.4.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-19T15:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcdba53df90d9730ac96513e3770c3cb1d142fbd",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.2.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-19T15:08:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea82e30b71ae4b6a5ca2eb27d8e98645d4e5893f",
"body": null,
"is_bot": false,
"headline": "Update thor to version 1.0.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-19T15:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd0b96d67b3191df3ec3ece105db730b1eacf6e",
"body": "Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 2.0.7 to 2.0.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2019-12-19T02:11:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75c5a30f460b04dbb8b758b63c008448dd507fc",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-15T20:42:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cce04869cfacc5f23d63d5fbf240813d3adc782",
"body": null,
"is_bot": false,
"headline": "Update thor to version 1.0.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-15T20:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15e1e84ee9eea5597470508fe11e92f9eb98872c",
"body": null,
"is_bot": false,
"headline": "Update builder to version 3.2.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-15T20:41:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e47a095f4d684dd6ee9ffcaf05f311ec59df060",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.7",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-05T14:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd61adeced90e7d2ee4745a06335ed1f8a759ed0",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.6",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-04T14:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17671313a6e368a916f23b79259ec77dc93a081a",
"body": null,
"is_bot": false,
"headline": "Update zeitwerk to version 2.2.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-12-04T14:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40d0f0b881a83059b3e7ca46bac3b2005a4ea0fe",
"body": null,
"is_bot": false,
"headline": "Update loofah to version 2.4.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-27T14:22:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e34ba5519c6f17bd4e5af68b158cb088451640e",
"body": null,
"is_bot": false,
"headline": "Doc cleanup in README",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-15T18:32:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99d01145db1bcfe5909dcb333562dd163751ad82",
"body": null,
"is_bot": false,
"headline": "Update rake to version 13.0.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-12T13:40:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25563dd7c42bcf559af6639ae67f0fb68cd20dd7",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-08T16:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79ba0e548e6525f9086e608c3cbcd8c690132d3e",
"body": null,
"is_bot": false,
"headline": "Update minitest to version 5.13.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-01T13:46:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1681a81358c674c996e87cb00bfa33cf8f9d502",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.5",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-01T13:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d678d90f8a24b45ada052d79d8e392459bcfc3",
"body": null,
"is_bot": false,
"headline": "Update zeitwerk to version 2.2.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-11-01T13:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb53e7491f6bf011d50d1b0b59c38564e827807e",
"body": null,
"is_bot": false,
"headline": "Update loofah to version 2.3.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-28T13:18:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa7b02430635226785052bda512a0551492933e0",
"body": null,
"is_bot": false,
"headline": "Update rspec-rails to version 3.9.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-17T13:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e45b3fdc8b68c77f28cb75661aaaa258f31534",
"body": null,
"is_bot": false,
"headline": "Update zeitwerk to version 2.2.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-17T13:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c496675697dd62c00add9064dc27bff3b5eb7c7e",
"body": null,
"is_bot": false,
"headline": "Update travis config for current rubies",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffadf80b6d0da8b49c6deda8e6ea86a88a97d9e9",
"body": null,
"is_bot": false,
"headline": "Update sqlite3 to version 1.4.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318c1ebf28e0c949a431f223312644975cc2d93e",
"body": null,
"is_bot": false,
"headline": "Update railties to version 6.0.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:54:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2127d301bca0fee4d750527400e2555feb50836",
"body": null,
"is_bot": false,
"headline": "Update rake to version 13.0.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:53:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d65fcacc8906db223737b08b00be55898a1d4a7",
"body": null,
"is_bot": false,
"headline": "Update i18n to version 1.7.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce10541e3b30d710c27e2503ddab6ca7dfeef6e7",
"body": null,
"is_bot": false,
"headline": "Update rails-html-sanitizer to version 1.3.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:52:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fadf57b4a5459ae4dd1311faad819ab70f4a8bf6",
"body": null,
"is_bot": false,
"headline": "Update rspec-expectations to version 3.8.6",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8ba40becfc067582764b7fefad64b3572ab6832",
"body": null,
"is_bot": false,
"headline": "Update rspec-mocks to version 3.8.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d5b02a3e1f11f4c3c17e816a9d4b509d61f90b",
"body": null,
"is_bot": false,
"headline": "Update erubi to version 1.9.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7da2bf7adc4853e5e350a0d3926af2c6c5d137",
"body": null,
"is_bot": false,
"headline": "Update minitest to version 5.12.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-10-07T15:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3ad44429bb8d07906af2521d2dcc50adc5e912a",
"body": null,
"is_bot": false,
"headline": "Release version 2.2.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-10T21:05:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "260e935d57a51f597531a95a92bb72b8bd08aad9",
"body": null,
"is_bot": false,
"headline": "Add note about ruby version support",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-10T17:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4987c6cf841bbd5569087a3afea1464543905938",
"body": null,
"is_bot": false,
"headline": "Drop support for EOL rails earlier than 5.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T16:16:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c074c035ecc44ad6e8a4aedb73078d3a50f1ed",
"body": null,
"is_bot": false,
"headline": "Add changelog note about rails six",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T15:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d5220d632fc77c6057a4d68cbd8fd5a22f0eec",
"body": null,
"is_bot": false,
"headline": "Update ruby version in ignored travis runs",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T14:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6915dc9efa8903f0c62e13a2366ae51cab415a4f",
"body": null,
"is_bot": false,
"headline": "Exclude the ruby 2.4 with rails 6.0 combination from travis runs",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T14:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea28030dc5c573c42422fe19a483a6425d21d281",
"body": null,
"is_bot": false,
"headline": "Update travis config to use latest supported rubies",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T14:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007136e321e4e7610cef4cc3f49e497e7bc36c38",
"body": null,
"is_bot": false,
"headline": "Remove deprecated travis option from config",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T14:28:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541e26ef094fe51585731974a3314d50194fe47e",
"body": null,
"is_bot": false,
"headline": "Add rails six to appraisals",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-09-04T14:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424fd9cdecd25806368a9bc650f1994dac0aac32",
"body": null,
"is_bot": false,
"headline": "Update rails-html-sanitizer to version 1.2.0",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-08-13T14:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a2b43d24917ab1f6d2018a4f7ad4660e3cd9adc",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-08-13T14:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab13e47c28e4d76a84c6d71e887d92ed16bdab6",
"body": null,
"is_bot": false,
"headline": "Update rspec-core to version 3.8.2",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-07-24T13:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6f52a4b22366117bfa93d4de11b2a98aa57f51",
"body": null,
"is_bot": false,
"headline": "Update rake to version 12.3.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-07-24T13:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "677923c29db9cd57c6738459223402fb4e875c02",
"body": null,
"is_bot": false,
"headline": "Update rspec-mocks to version 3.8.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-06-26T13:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57f5600619fba85f5d258895b39b0c5d13f65b5",
"body": null,
"is_bot": false,
"headline": "Update rspec-core to version 3.8.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-06-26T13:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7773c0b349dd2b810cf1d8cfca0c1ce5471a4c5",
"body": null,
"is_bot": false,
"headline": "Update rspec-expectations to version 3.8.4",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-06-26T13:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c516e97314fb2a1ec84eaa91d18277ba5d4971",
"body": null,
"is_bot": false,
"headline": "Update nokogiri to version 1.10.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-04-23T16:34:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ef153d9aae46f48b056e1d047ac8ac1755eb195",
"body": null,
"is_bot": false,
"headline": "Update thoughtbot logo",
"author_name": "Tyson Gach",
"author_login": null,
"committed_at": "2019-04-23T13:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1713f17d4b9d3dfaaddd706d7573947812f4739",
"body": null,
"is_bot": false,
"headline": "Update rspec-expectations to version 3.8.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-04-22T14:08:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757d8ea2024fd9441bd438b09b51f252a7f534c6",
"body": null,
"is_bot": false,
"headline": "Update railties to version 5.2.3",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-04-05T14:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4e9a47c3039d0c8bbabd81c45c569c99781062e",
"body": null,
"is_bot": false,
"headline": "Update railties to version 5.2.2.1",
"author_name": "Matt Jankowski",
"author_login": "mjankowski",
"committed_at": "2019-03-13T18:29:59Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 2,
"latest_release_at": "2025-06-13T20:41:16Z",
"latest_release_tag": "v2.2.1",
"releases_from_tags": false,
"days_since_last_push": 94,
"active_weeks_last_year": 1,
"days_since_latest_release": 407,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "flutie",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/flutie",
"is_deprecated": false,
"latest_version": "2.2.1",
"repository_url": "http://github.com/thoughtbot/flutie",
"versions_count": 26,
"total_downloads": 2141185,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-07-01T18:29:38.462000Z",
"latest_published_at": "2025-06-13T20:34:28.686000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 407
}
]
},
"popularity": {
"forks": 41,
"stars": 730,
"watchers": 36,
"fork_history": {
"days": [
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-08-28",
"count": 1
},
{
"date": "2010-09-01",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-11-11",
"count": 1
},
{
"date": "2011-07-27",
"count": 1
},
{
"date": "2011-09-10",
"count": 1
},
{
"date": "2011-10-12",
"count": 1
},
{
"date": "2011-11-23",
"count": 1
},
{
"date": "2012-04-13",
"count": 1
},
{
"date": "2012-04-18",
"count": 1
},
{
"date": "2012-04-19",
"count": 1
},
{
"date": "2012-07-10",
"count": 1
},
{
"date": "2012-07-15",
"count": 1
},
{
"date": "2012-10-11",
"count": 1
},
{
"date": "2012-10-28",
"count": 1
},
{
"date": "2013-07-29",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-11-08",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-07-04",
"count": 1
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2015-11-15",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-05-27",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2018-04-14",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
}
],
"complete": true,
"collected": 40,
"total_forks": 41
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": 1641,
"source_files_sampled": 13,
"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": "rack-session",
"direct": false,
"version": "2.1.1",
"severity": "critical",
"ecosystem": "rubygems",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-33qg-7wpp-89cq"
],
"fixed_version": "2.1.2",
"advisory_count": 1,
"oldest_advisory_days": 109
},
{
"name": "activesupport",
"direct": false,
"version": "8.0.2",
"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": 124
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.5",
"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": 36
},
{
"name": "erb",
"direct": false,
"version": "5.0.1",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-q339-8rmv-2mhv"
],
"fixed_version": "6.0.4",
"advisory_count": 1,
"oldest_advisory_days": 92
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.8",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-353f-x4gh-cqq8",
"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"
],
"fixed_version": "1.19.4",
"advisory_count": 12,
"oldest_advisory_days": 369
},
{
"name": "rack",
"direct": false,
"version": "3.1.16",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6xw4-3v39-52mm",
"GHSA-7mqq-6cf9-v2qp",
"GHSA-8vqr-qjwx-82mw",
"GHSA-g2pf-xv49-m2h5",
"GHSA-h2jq-g4cq-5ppq",
"GHSA-mxw3-3hh2-x2mh",
"GHSA-p543-xpfm-54cp",
"GHSA-q2ww-5357-x388",
"GHSA-q4qf-9j86-f5mh",
"GHSA-qfgr-crr9-7r49"
],
"fixed_version": "3.2.6",
"advisory_count": 19,
"oldest_advisory_days": 291
},
{
"name": "uri",
"direct": false,
"version": "1.0.3",
"severity": "high",
"ecosystem": "rubygems",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-j4pr-3wm6-xx2r"
],
"fixed_version": "1.0.4",
"advisory_count": 1,
"oldest_advisory_days": 207
},
{
"name": "loofah",
"direct": false,
"version": "2.24.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": 4
},
{
"name": "actionview",
"direct": false,
"version": "8.0.2",
"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": 124
},
{
"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": 4
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 2,
"high": 6,
"critical": 1,
"moderate": 1
},
"advisory_count": 43,
"affected_count": 10,
"assessed_count": 51,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "actionpack",
"direct": false,
"version": "8.0.2",
"ecosystem": "rubygems"
},
{
"name": "actionview",
"direct": false,
"version": "8.0.2",
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": "8.0.2",
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": "3.2.2",
"ecosystem": "rubygems"
},
{
"name": "builder",
"direct": false,
"version": "3.3.0",
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": "1.3.5",
"ecosystem": "rubygems"
},
{
"name": "connection_pool",
"direct": false,
"version": "2.5.3",
"ecosystem": "rubygems"
},
{
"name": "crass",
"direct": false,
"version": "1.0.6",
"ecosystem": "rubygems"
},
{
"name": "date",
"direct": false,
"version": "3.4.1",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": "2.2.3",
"ecosystem": "rubygems"
},
{
"name": "erb",
"direct": false,
"version": "5.0.1",
"ecosystem": "rubygems"
},
{
"name": "erubi",
"direct": false,
"version": "1.13.1",
"ecosystem": "rubygems"
},
{
"name": "i18n",
"direct": false,
"version": "1.14.7",
"ecosystem": "rubygems"
},
{
"name": "io-console",
"direct": false,
"version": "0.8.0",
"ecosystem": "rubygems"
},
{
"name": "irb",
"direct": false,
"version": "1.15.2",
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": "1.7.0",
"ecosystem": "rubygems"
},
{
"name": "loofah",
"direct": false,
"version": "2.24.1",
"ecosystem": "rubygems"
},
{
"name": "mini_portile2",
"direct": false,
"version": "2.8.9",
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": "5.25.5",
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": "1.18.8",
"ecosystem": "rubygems"
},
{
"name": "pp",
"direct": false,
"version": "0.6.2",
"ecosystem": "rubygems"
},
{
"name": "prettyprint",
"direct": false,
"version": "0.2.0",
"ecosystem": "rubygems"
},
{
"name": "psych",
"direct": false,
"version": "5.2.6",
"ecosystem": "rubygems"
},
{
"name": "racc",
"direct": false,
"version": "1.8.1",
"ecosystem": "rubygems"
},
{
"name": "rack",
"direct": false,
"version": "3.1.16",
"ecosystem": "rubygems"
},
{
"name": "rack-session",
"direct": false,
"version": "2.1.1",
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": false,
"version": "2.2.0",
"ecosystem": "rubygems"
},
{
"name": "rackup",
"direct": false,
"version": "2.2.1",
"ecosystem": "rubygems"
},
{
"name": "rails-dom-testing",
"direct": false,
"version": "2.3.0",
"ecosystem": "rubygems"
},
{
"name": "rails-html-sanitizer",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "railties",
"direct": false,
"version": "8.0.2",
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": "13.3.0",
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": "6.14.0",
"ecosystem": "rubygems"
},
{
"name": "reline",
"direct": false,
"version": "0.6.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.9.3",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.9.4",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.9.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-rails",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec-rails",
"direct": false,
"version": "3.9.1",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.9.4",
"ecosystem": "rubygems"
},
{
"name": "securerandom",
"direct": false,
"version": "0.4.1",
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": "1.7.3",
"ecosystem": "rubygems"
},
{
"name": "stringio",
"direct": false,
"version": "3.1.7",
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": "1.3.2",
"ecosystem": "rubygems"
},
{
"name": "tzinfo",
"direct": false,
"version": "2.0.6",
"ecosystem": "rubygems"
},
{
"name": "uri",
"direct": false,
"version": "1.0.3",
"ecosystem": "rubygems"
},
{
"name": "useragent",
"direct": false,
"version": "0.16.11",
"ecosystem": "rubygems"
},
{
"name": "zeitwerk",
"direct": false,
"version": "2.7.3",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 54,
"direct_count": 0,
"indirect_count": 54
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 26,
"open_issues": 1,
"closed_ratio": 0.962,
"closed_issues": 25,
"closed_unmerged_prs": 43
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "mjankowski",
"commits": 261,
"avatar_url": "https://avatars.githubusercontent.com/u/225?v=4"
},
{
"type": "User",
"login": "mike-burns",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/4550?v=4"
},
{
"type": "User",
"login": "neilvcarvalho",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/761956?v=4"
},
{
"type": "User",
"login": "calebhearth",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/711717?v=4"
},
{
"type": "User",
"login": "gsterndale",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/16003?v=4"
},
{
"type": "User",
"login": "elias19r",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/254979?v=4"
},
{
"type": "User",
"login": "heyvaleria",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/85252863?v=4"
},
{
"type": "User",
"login": "Mab879",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/207087?v=4"
},
{
"type": "User",
"login": "kriskhaira",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/80577?v=4"
},
{
"type": "User",
"login": "jferris",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7591?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.882
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml",
"dynamic-readme.yml",
"dynamic-security.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 6,
"reason": "3 out of 5 merged PRs checked by a CI test -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 2/25 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "security policy file 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": "43 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2e3430bc1548dd278ec236be8ce41dd288800fd1",
"ran_at": "2026-07-26T01:47:27Z",
"aggregate_score": 3.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-04-22T07:15:37Z",
"oldest_open_prs": [
{
"number": 94,
"created_at": "2025-11-24T02:24:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-22T07:15:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 95,
"created_at": "2026-02-18T10:44:41Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thoughtbot/flutie",
"host": "github.com",
"name": "flutie",
"owner": "thoughtbot"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 51,
"vitality": 30,
"community": 77,
"governance": 60,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 30,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 0.97,
"days_since_last_push": 94,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 94 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 94
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v2.2.1",
"releases_from_tags": false,
"days_since_latest_release": 407,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 407 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 407
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": 94,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 94 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 94
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 77,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"forks": 41,
"stars": 730,
"watchers": 36,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "730 stars",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 730
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "41 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 41
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "36 watchers",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 36
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": "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": 82,
"inputs": {
"packages": [
"flutie"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 2141185,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "2,141,185 downloads all-time across rubygems",
"points": 65.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 2141185,
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.882
},
"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 88% of commits",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"merged_prs": 26,
"open_issues": 1,
"closed_issues": 25,
"issue_closed_ratio": 0.962,
"closed_unmerged_prs": 43
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 45,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "26/69 decided PRs merged",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 26,
"decided": 69
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 2/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"followers": 892,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "thoughtbot",
"public_repos": 469,
"account_age_days": 6680
},
"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": "892 followers of thoughtbot",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 892,
"login": "thoughtbot"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "469 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 469
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"flutie"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 407
},
"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 407 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 407
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"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": 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": "3 out of 5 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"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": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 5 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 2/25 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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 detected",
"points": 5,
"status": "met",
"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": "43 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 51 resolved dependencies against OSV; 3 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": 51
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 43,
"affected_packages": 10,
"assessed_packages": 51,
"unassessed_packages": 3,
"affected_by_severity": "critical 1, high 6, moderate 1, low 2",
"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": 51,
"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": 13
},
"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": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 2,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.041,
"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": "4 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 4,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"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.02
},
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"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": 1641,
"source_files_sampled": 13,
"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/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"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-26T01:47:41.428796Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thoughtbot/flutie.svg",
"full_name": "thoughtbot/flutie",
"license_state": "standard",
"license_spdx": "MIT"
}