Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 205,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 34930
},
"pushed_at": "2025-12-30T10:43:59Z",
"created_at": "2011-12-14T21:12:23Z",
"owner_type": "User",
"updated_at": "2025-12-30T10:43:55Z",
"description": "A CAS OmniAuth Strategy",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Derek Lindahl",
"type": "User",
"login": "dlindahl",
"company": null,
"location": "Elk Grove, CA",
"followers": 50,
"avatar_url": "https://avatars.githubusercontent.com/u/55945?v=4",
"created_at": "2009-02-19T16:14:09Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 6365
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2025-02-28T15:55:07Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2024-02-24T11:47:16Z"
},
{
"tag": "v3.0.0.beta.1",
"kind": "other",
"published_at": "2024-01-12T21:09:58Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2020-11-14T15:35:07Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2016-09-26T18:13:53Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2013-07-10T18:27:19Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2013-11-20T04:58:19Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2013-11-20T04:53:40Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2013-11-20T04:56:27Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2013-11-20T04:55:52Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2013-11-20T04:55:11Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2013-11-20T04:54:29Z"
}
],
"recent_commits": [
{
"oid": "a6ab537220d29a5e8e49b1c9e05a1cf706ee3672",
"body": "Test against Ruby 4.0",
"is_bot": false,
"headline": "Merge pull request #97 from dlindahl/chore/ruby-4",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-12-30T10:43:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a1200fd1b1f5a2949c49761e3158690dae4e63e",
"body": null,
"is_bot": false,
"headline": "Test against Ruby 4.0",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-12-30T10:41:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95014255c4ff06ade7fa1ac70693a6d4161ca6fc",
"body": "Refactor ServiceTicketValidator",
"is_bot": false,
"headline": "Merge pull request #96 from dlindahl/chore/fix-new-rubocop-offense",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-07-26T11:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00365ebde7222d82f7719e84b2834f66a1c2acb",
"body": "Improve Hash Construction and NodeSet Checks\n\nRefactor hash accumulation by replacing the use of `{}.tap` with the\nmore idiomatic `each_with_object({})`. This change streamlines hash\nconstruction during iteration, enhances readability, and aligns with\ncommon Ruby conventions for building collections\n[…]\ndeSet` can only be empty or not—clarifying\nintent and improving code clarity.\n\nThese changes collectively modernize the implementation, ensure RuboCop\ncompliance, and improve overall code readability.",
"is_bot": false,
"headline": "Refactor ServiceTicketValidator",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-07-26T11:33:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66aeb5c8cf3e32d443952090bfa1dc73a4b41c58",
"body": "Use GitHub format for RuboCop",
"is_bot": false,
"headline": "Merge pull request #95 from dlindahl/chore/improve-rubocop-config",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-14T21:07:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "885d70ba8739e6fb9a38f692ecf4993951a3e373",
"body": null,
"is_bot": false,
"headline": "Use GitHub format for RuboCop",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-14T21:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b411e403c6d68b15668537b37d8175f72f4e7680",
"body": "Improve RuboCop exclusions configuration",
"is_bot": false,
"headline": "Merge pull request #94 from dlindahl/chore/improve-rubocop-config",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-14T17:14:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00fe85ca8ab7e77e4517a980241dab6a301f6a42",
"body": "The default `Exclude:` is not inherited when a custom value is provided,\nso the performance was degraded because time was spent searching in\n`.git`.\n\nRef: rubocop/rubocop#9325",
"is_bot": false,
"headline": "Improve RuboCop exclusions configuration",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-14T17:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72b728918e81869e0a7f2f5f9b3b621cd5d62d7",
"body": "Update RuboCop config",
"is_bot": false,
"headline": "Merge pull request #93 from dlindahl/chore/update-rubocop-config",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-01T08:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7efe56bb304337ff86df4f913726fce1f526228a",
"body": null,
"is_bot": false,
"headline": "Update RuboCop config",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-04-01T07:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d347decab90e8a04dd65d2de304aa5289af0e5eb",
"body": "Use instance doubles and proper stubbed objects",
"is_bot": false,
"headline": "Merge pull request #92 from dlindahl/chore/improve-specs",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-28T15:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eea830a9d2151ff65a1afba7fb9be7fc246c8198",
"body": null,
"is_bot": false,
"headline": "Use instance doubles and proper stubbed objects",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-28T15:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a55f591a06770af1e24868f9c941857d1666337b",
"body": "Prefer `require_relative` to `require`",
"is_bot": false,
"headline": "Merge pull request #91 from dlindahl/chore/prefer-require-relative",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-28T15:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a451e756429d8292570cf4cc67aa121d5ee35479",
"body": "`require_relative` is preferred over `require` for files within the same\nproject because it uses paths relative to the current file, making code\nmore portable and less dependent on the load path.\n\nThis change updates internal requires to use `require_relative` for\nconsistency, performance, and improved portability.\n\nAdditionally, remove a redundant requirement of `net/https`\n\nRef:\n- rubocop/rubocop#8748\n- ruby/ruby@594633f",
"is_bot": false,
"headline": "Prefer `require_relative` to `require`",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-28T15:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7ffbca9c99dee8a08622047a79c1641a17ebc5",
"body": "Test against Ruby 3.4",
"is_bot": false,
"headline": "Merge pull request #90 from dlindahl/chore/test-against-ruby-34",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-21T12:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea2481ba6ddc38bdd0488e399f1dd493ee54f1bd",
"body": null,
"is_bot": false,
"headline": "Test against Ruby 3.4",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-21T11:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8122e3599cc8e9ee3fa0a7eb6834ca9e74798839",
"body": "Update RuboCop",
"is_bot": false,
"headline": "Merge pull request #89 from dlindahl/chore/update-dependencies",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-21T11:31:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5851dc234e4586e2a1dc224871ba6e1a3750926",
"body": null,
"is_bot": false,
"headline": "Update RuboCop",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2025-02-21T11:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4bf76265ae60a70e3de4d2dae0764c069a8ad37",
"body": "Chore/minor updates",
"is_bot": false,
"headline": "Merge pull request #88 from dlindahl/chore/minor-updates",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-05-03T16:27:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3e52fc47fad1bf9f43698ec46686a5bc902dd2",
"body": null,
"is_bot": false,
"headline": "Fix yard warning",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-05-03T16:25:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e310ec84ce651d415f97d81bf56b08f98940a8e",
"body": null,
"is_bot": false,
"headline": "Update RuboCop configuration",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-05-03T16:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8865e94fb2da1ddd4b1e8cf259dc67daca86fd4b",
"body": "Fix typo",
"is_bot": false,
"headline": "Merge pull request #87 from dlindahl/chore/fix-typos",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-04-23T09:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28cde59285a2ca0500cbe8e387df9c6629a2529",
"body": "[ci skip]",
"is_bot": false,
"headline": "Fix typo",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-04-23T09:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8bd9b25624aad2818154960f36fc0869f908ec8",
"body": "Update changelog and version",
"is_bot": false,
"headline": "Merge pull request #86 from dlindahl/release/v3.0.0",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-02-24T11:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0553de7b504178c38b5d539ed1f66802e6290bb8",
"body": null,
"is_bot": false,
"headline": "Update changelog and version",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-02-24T11:45:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f7f7fb68cebffd4217fda1e549d37511f0bc0c7",
"body": "Chore/fix some offenses",
"is_bot": false,
"headline": "Merge pull request #85 from dlindahl/chore/fix-some-offenses",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-02-11T12:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa932f99977faab6fbfd98fb6321b596fbde82b9",
"body": "- RSpec/ContextWording\n- RSpec/NamedSubject\n- RSpec/VariableName",
"is_bot": false,
"headline": "Fix some offenses",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-02-11T10:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebadfd84a0d44a1717e14ff0c5a1e3eea908168",
"body": null,
"is_bot": false,
"headline": "Improve Readme",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-02-11T10:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c47a0e9e3afedaab39b34f3feede6125565bfdab",
"body": "Set version and changelog to 3.0.0.beta.1",
"is_bot": false,
"headline": "Merge pull request #84 from dlindahl/chore/release-3-beta",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-12T21:09:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24f16d8f276d468e54b3413f932fd3cf4ab03eb7",
"body": "Close #83",
"is_bot": false,
"headline": "Set version and changelog to 3.0.0.beta.1",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-12T21:07:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9d3a91b316c55d49ab6e621977f2067010c5bf",
"body": "Add OmniAuth v2 support",
"is_bot": false,
"headline": "Merge pull request #82 from dlindahl/feature/omniauth-2",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T15:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435573cc518c80344c5b2187329aec837580e99f",
"body": "Close #62",
"is_bot": false,
"headline": "Add OmniAuth v2 support",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T15:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c25eed7d0ccb8252cc337e8f7a3b9f129a616dc",
"body": "Honor skip_info?",
"is_bot": false,
"headline": "Merge pull request #81 from dlindahl/feature/honor-skip-info",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T14:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52bf8ce27f55100232611f28e09267c862da9ab9",
"body": null,
"is_bot": false,
"headline": "Honor skip_info?",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T14:26:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e2ac8a49108998417f71267da09b4c5df303b3",
"body": "Regenerate spec helper",
"is_bot": false,
"headline": "Merge pull request #80 from dlindahl/chore/regenerate-spec-helper",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T08:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e63e5dc1be2f6fa7930e9dc80ebd5f8e2c946f82",
"body": null,
"is_bot": false,
"headline": "Regenerate spec helper",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-10T08:31:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac91c0ab9826d82777f99feee4638160140ac540",
"body": "…duction-code\n\nChore/fix unsafe offenses in production code",
"is_bot": false,
"headline": "Merge pull request #79 from dlindahl/chore/fix-unsafe-offenses-in-pro…",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T19:09:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240ab1ee011ca10055905042516400b19dab880e",
"body": "Potential breaking change",
"is_bot": false,
"headline": "Use SCREAMING_SNAKE_CASE for constant name",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T19:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0af84ee68e75204321c19938640b18bfb365affe",
"body": null,
"is_bot": false,
"headline": "Fix unsafe offenses in production code",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f8e0ad48f7ad62fedb5d52716c27e1cdefad8e",
"body": "…in-production-code\n\nFix safe RuboCop offenses in production code",
"is_bot": false,
"headline": "Merge pull request #78 from dlindahl/chore/fix-safe-rubocop-offenses-…",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3443b5115a540cb762246360ff984678f85e11b1",
"body": null,
"is_bot": false,
"headline": "Fix safe RuboCop offenses in production code",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baf07d939f164b0e44ec4a8acaacb0e03d5152fc",
"body": "Add RuboCop",
"is_bot": false,
"headline": "Merge pull request #77 from dlindahl/feature/rubocopify",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0ec6704bcb07c32ee3579e8d32410799ecb962",
"body": "- RSpec/ExpectInHook\n- RSpec/FilePath\n- RSpec/SpecFilePathFormat",
"is_bot": false,
"headline": "Fix trivial offenses in non-production code",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "444db86f5433352b46fba81626d303f9880c060a",
"body": null,
"is_bot": false,
"headline": "Auto generate RuboCop config",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4b95d5a87a2512bfa713a37d287e1727557816",
"body": "Coverage stay the same at 97.34%",
"is_bot": false,
"headline": "Autofix offenses in non-production code",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c01392bac66b5d4cbfe2555a892dea817e0431",
"body": null,
"is_bot": false,
"headline": "Add RuboCop",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66dd71a9c726f07b38962315714cd932f15f76d8",
"body": "Fix module case in version [Breaking Change]",
"is_bot": false,
"headline": "Merge pull request #76 from dlindahl/chore/fix-module-case-in-version",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T18:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57057537424ac386b969f44d4e99dd3a1aee858d",
"body": null,
"is_bot": false,
"headline": "Update changelog",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df2033c57f434ad533889a3d438915db9a97a791",
"body": null,
"is_bot": false,
"headline": "Fix module case in version [Breaking Change]",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea0283197a0110a7d5f9ab44b583a08a6d518e11",
"body": "Use example.org in specs",
"is_bot": false,
"headline": "Merge pull request #75 from dlindahl/chore/improve-specs",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bc2fd55110af987d0bf7b3601e862a3240abaae",
"body": "Do not use random domain to prevent information disclosure",
"is_bot": false,
"headline": "Use example.org in specs",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f664243bbd704cca5e41c2a0c16d879faeba37",
"body": "Fix readme and changelog",
"is_bot": false,
"headline": "Merge pull request #74 from dlindahl/chore/improve-readme",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821825d8b0ee7f25d991e6aed8a7d1a89ece6909",
"body": "- Change minimum required version\n- Fix indentation\n- Use https where possible\n\n[ci skip]",
"is_bot": false,
"headline": "Fix readme and changelog",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "614b32a30d3434c8f3527ceae74ad8efba654b25",
"body": "Require Ruby >= 3.0",
"is_bot": false,
"headline": "Merge pull request #73 from dlindahl/feature/drop-eol-rubies",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T16:00:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39a4868db2c9db96d90cbbe3826cf09061b6fb2",
"body": null,
"is_bot": false,
"headline": "Add SimpleCov",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T15:56:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a941ab8e04265e132c29e4d1a169e87e9575d79",
"body": "Drop EOL Ruby versions and bump version to 3.0.0\n\nAlso refactor `gemspec`:\n- Add metadata\n- Opt-in for MFA requirement\n- Do not assume that `git` is installed\n- Move development dependencies to `Gemfile`\n- Bump up runtime dependencies to reasonable modern versions\n\nRef: https://guides.rubygems.org/mfa-requirement-opt-in/",
"is_bot": false,
"headline": "Require Ruby >= 3.0",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T15:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cb102abe82e150470a78eb35940094fbe42a77",
"body": "Modernize CI",
"is_bot": false,
"headline": "Merge pull request #71 from dlindahl/modernize-ci",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T15:26:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1590b9d87ee43374d99ce432f528be9ba91f3268",
"body": "- Do not test against Ruby 2.1 and 2.2 because of segmentation faults\n on GitHub Actions\n- Test against latest Ruby versions\n- Fix actions permissions for better security\n- Update GitHub Actions\n- Add Dependabot\n\nClose #70",
"is_bot": false,
"headline": "Modernize CI",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2024-01-09T15:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18b2572f5d448260eb6ded74c57cd83685fd685",
"body": "Move CI build to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #65 from tagliala/chore/move-to-github-actions",
"author_name": "Derek Lindahl",
"author_login": "dlindahl",
"committed_at": "2021-12-07T03:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3e85208bdd005db4d5dc6b2ea122efef83e6fa1",
"body": null,
"is_bot": false,
"headline": "Move CI build to GitHub Actions",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2021-07-26T17:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab8a1c9c3333223a547cdd266679b9edf3a0f58",
"body": null,
"is_bot": false,
"headline": "Version 2.0.0",
"author_name": "Marcello Barnaba",
"author_login": "vjt",
"committed_at": "2020-11-14T15:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14256b7cd181a49357b4942e90bcf69f17bc5292",
"body": null,
"is_bot": false,
"headline": "relax development dependencies - travis will notify when they break",
"author_name": "Marcello Barnaba",
"author_login": "vjt",
"committed_at": "2020-11-14T15:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "983aef7ce739e29c30c1c057346ea963d56456b5",
"body": null,
"is_bot": false,
"headline": "Remove .ruby-version from version control",
"author_name": "Marcello Barnaba",
"author_login": "vjt",
"committed_at": "2020-11-14T15:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fef5fb0bfae4e12fd7d4ba443920920a02c6687",
"body": "Bugfix/fix travis build",
"is_bot": false,
"headline": "Merge pull request #60 from tagliala/bugfix/fix-travis-build",
"author_name": "Marcello Barnaba",
"author_login": "vjt",
"committed_at": "2020-11-12T17:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a552117460eacdf08922f31fa6595ec030ebbeec",
"body": "Also improves Travis CI configuration by specifying `dist`, `os`, and\n`language` parameters",
"is_bot": false,
"headline": "Test against Ruby 2.6, 2.7, and edge",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2020-11-12T14:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a3604380399f9ded697bf58e2e62b2be254aac2",
"body": "Response body in Rack 2 is returned as an array instead of a\n`Rack::BodyProxy` object. This change allows specs to succeed with both\nRack 1.x and 2.x versions.",
"is_bot": false,
"headline": "Fix Rack 2.x failures",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2020-11-12T13:57:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f7671de2ff23d29d94c00814d48e3687aff7a8",
"body": "Also uses https where possible",
"is_bot": false,
"headline": "Move to SVG badges",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2020-11-12T13:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eaa58df1cfec54bb2ddd38a20b2766e9ebd5709",
"body": null,
"is_bot": false,
"headline": "Add feature #59 to changelog",
"author_name": "Geremia Taglialatela",
"author_login": "tagliala",
"committed_at": "2020-11-12T13:40:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c485392b940fa1900912641584eb56079dd2e324",
"body": "Add support for multivalued attributes",
"is_bot": false,
"headline": "Merge pull request #59 from biola/multivalued_attributes",
"author_name": "Marcello Barnaba",
"author_login": "vjt",
"committed_at": "2020-11-12T13:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a637afefe09c49fc85bbc63bba78a2d5913213f4",
"body": null,
"is_bot": false,
"headline": "[skip ci] Updated README",
"author_name": "Jared King",
"author_login": null,
"committed_at": "2020-11-11T22:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c21b1e411995b1fb6c68437ae939191b590e1a3",
"body": null,
"is_bot": false,
"headline": "Moved multivalued attribute logic to separate method",
"author_name": "Jared King",
"author_login": null,
"committed_at": "2020-11-11T22:02:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8bd298c75a02ae3c5a4027a0a2cf134a9263194",
"body": null,
"is_bot": false,
"headline": "Add support for multivalued attributes",
"author_name": "Jared King",
"author_login": null,
"committed_at": "2020-11-11T20:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ca90ac7a7e297cbe507f009dbc584939ae5780c",
"body": "Requires updating webmock; see: https://github.com/bblimke/webmock/issues/683",
"is_bot": false,
"headline": "Travis: Test w/Ruby 2.4 and 2.5",
"author_name": "Daniel Schmidt",
"author_login": null,
"committed_at": "2019-02-15T00:28:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7667851049e31f716e4a43c296cddb419e1c6cd4",
"body": "See: https://docs.travis-ci.com/user/languages/ruby/#bundler-20",
"is_bot": false,
"headline": "Travis: Use bundler < v2 (Closes #54)",
"author_name": "Daniel Schmidt",
"author_login": null,
"committed_at": "2019-02-14T23:35:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7087bda829e14c0f7cab2aece5045ad7015669b1",
"body": "…ields\n\nForward success response to fetch_raw_info callback (#47)",
"is_bot": false,
"headline": "Merge pull request #51 from danschmidt5189/47-squashing-multivalued-f…",
"author_name": "Dan Schmidt",
"author_login": "danschmidt5189",
"committed_at": "2019-02-14T22:06:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fcb3890d637587e1da8c037e85d059ec6e21064",
"body": "Forwards the XML response received from CASAuth to the fetch_raw_info\ncallback, which now accepts five arguments (cas, options, ticket, user\ninfo, and the raw response). Developers who override fetch_raw_info with\na Proc are unaffected -- the new argument is silently discarded -- but\ndevelopers who use a Lambda will need to update their code.",
"is_bot": false,
"headline": "Pass CAS response to fetch_raw_info (#47)",
"author_name": "Daniel Schmidt",
"author_login": null,
"committed_at": "2018-07-18T17:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9bc95220df1d6dd8f14e4514b3c3dbae0eac62",
"body": null,
"is_bot": false,
"headline": "Version 1.1.1",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-09-19T13:42:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc12e249e5cbb5607bcda61cee839a3215c6b7a",
"body": null,
"is_bot": false,
"headline": "No longer unsupported :tada:",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-09-19T13:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7543f83631389e08c94969476afe124a7ca1ba9c",
"body": "Relax version requirements; support Rails 5",
"is_bot": false,
"headline": "Merge pull request #43 from lucaspiller/relax-deps",
"author_name": "Derek Lindahl",
"author_login": "dlindahl",
"committed_at": "2016-08-04T20:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6df5242189fd3f69c781364c8399ba6cd85862",
"body": "- Drop unsupported Rubies\n- Add Ruby 2.3.1 (Travis/RVM needs an exact version for 2.3 for some\n reason)",
"is_bot": false,
"headline": "Update Rubies on Travis",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-08-04T07:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f9c43e00b89b205e380139f027ebc22a4799a5",
"body": "(Travis doesn't have Ruby 2.3 yet)",
"is_bot": false,
"headline": "Add more Rubies to CI",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-07-19T09:20:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517dded343abd428d26bbc4368ae8b346221aee9",
"body": null,
"is_bot": false,
"headline": "Fix CI on old Ruby versions",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-07-19T09:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abc79140dc5bc91b0775b57ece92a3471aa1fff0",
"body": null,
"is_bot": false,
"headline": "Relax omniauth-cas version requirements",
"author_name": "Luca Spiller",
"author_login": "lucaspiller",
"committed_at": "2016-07-08T13:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01136f90cb210526a5ca3d2acc80f5c07df3e508",
"body": null,
"is_bot": false,
"headline": "Contributors wanted!",
"author_name": "Derek Lindahl",
"author_login": "dlindahl",
"committed_at": "2015-12-22T03:37:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43ee3f25ac9f919746ffcf143ed67ea8f40ec5c2",
"body": null,
"is_bot": false,
"headline": "Version bump to v1.1.0",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-10-03T17:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d816cc73a928e2d9bc32b56e92c46fe7692c17ed",
"body": null,
"is_bot": false,
"headline": "Version bump to 1.1.0-rc.1",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de98e83d590279606cdd19d6f373d8596ad8cb6d",
"body": null,
"is_bot": false,
"headline": "[Close #21] Document undocumented options",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0808e0a1dce1c3cb33391b2728f4adac544c4970",
"body": null,
"is_bot": false,
"headline": "Merge branch 'chamill-master'",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ef38e34dee64e6c80c2974bbc76278185dece9",
"body": "…-master\n\nConflicts:\n\tlib/omniauth/strategies/cas.rb",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:chamill/omniauth-cas into chamill…",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69e9f3982c2636f95c2059a57974f5c340e4f846",
"body": null,
"is_bot": false,
"headline": "Update rspec",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89217b82d119bbad6a0e9e449e230d420ea5dd61",
"body": null,
"is_bot": false,
"headline": "Update rspec",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56bba4c885cbe42ea0ab8e9072882ee8782e2a0",
"body": "Its worth noting that this upgrade was affected by intridea/omniauth#724",
"is_bot": false,
"headline": "[Close #28] Update omniauth",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78bc7f637e676e1f02db406feeb9024cd7392190",
"body": null,
"is_bot": false,
"headline": "Update webmock",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:19:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75ba18a39b0665573ed0ce05a2faff0c8f95e524",
"body": null,
"is_bot": false,
"headline": "Update rake",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed9c56cea7cf76f717270b502e269960dd54670",
"body": null,
"is_bot": false,
"headline": "Ensure consistent code formatting",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7abb8543cc4143e2d818f2aa02f7a34e3e8328a1",
"body": null,
"is_bot": false,
"headline": "[Close #31] Add option for retrieving additional user info",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f188fb6b180717abc3f5380670cca50cf41f8158",
"body": "This makes the code a bit more self-documenting",
"is_bot": false,
"headline": "Add default value for on_single_sign_out option",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T23:17:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4817f9b4cca0e41758e2252fe4e8890197d2087a",
"body": null,
"is_bot": false,
"headline": "Make service ticket validation more explicit and improve tests",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T22:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d744dfad4e43d0f4a4e0ca6580bce2d6b6a4d1be",
"body": null,
"is_bot": false,
"headline": "Remove simplecov",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T21:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3c6f61999664740ff9fd7945bc009cd0333340",
"body": null,
"is_bot": false,
"headline": "Update ruby to 2.1.3",
"author_name": "Derek Lindahl",
"author_login": null,
"committed_at": "2014-09-29T21:14:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 2,
"latest_release_at": "2025-02-28T15:55:07Z",
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_last_push": 207,
"active_weeks_last_year": 1,
"days_since_latest_release": 512,
"mean_days_between_releases": 457.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "omniauth-cas",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/omniauth-cas",
"is_deprecated": false,
"latest_version": "3.0.2",
"repository_url": "https://github.com/dlindahl/omniauth-cas",
"versions_count": 22,
"total_downloads": 1298897,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2011-12-19T02:24:22.922000Z",
"latest_published_at": "2025-07-26T11:40:17.455000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 364
}
]
},
"popularity": {
"forks": 76,
"stars": 88,
"watchers": 8,
"fork_history": {
"days": [
{
"date": "2012-02-09",
"count": 1
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-08-30",
"count": 1
},
{
"date": "2012-09-07",
"count": 1
},
{
"date": "2012-10-24",
"count": 1
},
{
"date": "2012-11-03",
"count": 1
},
{
"date": "2013-01-05",
"count": 1
},
{
"date": "2013-02-05",
"count": 1
},
{
"date": "2013-03-11",
"count": 1
},
{
"date": "2013-03-19",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-26",
"count": 1
},
{
"date": "2013-10-28",
"count": 1
},
{
"date": "2013-12-19",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-03-05",
"count": 1
},
{
"date": "2014-04-07",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-08-22",
"count": 1
},
{
"date": "2014-09-26",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-03-02",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-10-21",
"count": 2
},
{
"date": "2015-11-23",
"count": 2
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
}
],
"complete": true,
"collected": 58,
"total_forks": 76
},
"star_history": null,
"open_issues_and_prs": 15
},
"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": 9141,
"source_files_sampled": 10,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 14,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "awesome_print",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rack-test",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "webmock",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-packaging",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-performance",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop-rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "awesome_print",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-packaging",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-performance",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop-rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webmock",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "addressable",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "nokogiri",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "omniauth",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 11,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 40,
"open_issues": 12,
"closed_ratio": 0.692,
"closed_issues": 27,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tagliala",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/556268?v=4"
},
{
"type": "User",
"login": "dlindahl",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/55945?v=4"
},
{
"type": "User",
"login": "lucaspiller",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/18404?v=4"
},
{
"type": "User",
"login": "samrocketman",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/875669?v=4"
},
{
"type": "User",
"login": "vjt",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/14077?v=4"
},
{
"type": "User",
"login": "rbq",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/68766?v=4"
},
{
"type": "User",
"login": "danschmidt5189",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2547585?v=4"
},
{
"type": "User",
"login": "dynaum",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/68991?v=4"
},
{
"type": "User",
"login": "eriko",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5929?v=4"
},
{
"type": "User",
"login": "pencil",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/812086?v=4"
}
],
"contributors_sampled": 11,
"top_contributor_share": 0.63
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"rubocop.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"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 0/14 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 13 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": 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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a6ab537220d29a5e8e49b1c9e05a1cf706ee3672",
"ran_at": "2026-07-26T07:47:46Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-12-30T10:44:24Z",
"oldest_open_prs": [
{
"number": 39,
"created_at": "2015-09-19T01:38:39Z",
"last_comment_at": "2021-09-13T16:50:42Z",
"last_comment_author": "jgribonvald"
},
{
"number": 49,
"created_at": "2017-06-29T09:51:18Z",
"last_comment_at": "2022-01-21T18:48:10Z",
"last_comment_author": "jgribonvald"
},
{
"number": 67,
"created_at": "2022-03-21T23:40:11Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-12-30T10:43:51Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 32,
"created_at": "2014-10-07T11:35:29Z",
"last_comment_at": "2015-12-22T03:39:16Z",
"last_comment_author": "dlindahl"
},
{
"number": 35,
"created_at": "2014-11-03T22:02:40Z",
"last_comment_at": "2015-12-22T03:39:05Z",
"last_comment_author": "dlindahl"
},
{
"number": 37,
"created_at": "2015-01-06T18:11:15Z",
"last_comment_at": "2015-12-22T03:38:58Z",
"last_comment_author": "dlindahl"
},
{
"number": 38,
"created_at": "2015-08-21T12:22:07Z",
"last_comment_at": "2015-12-22T03:38:48Z",
"last_comment_author": "dlindahl"
},
{
"number": 41,
"created_at": "2015-12-18T17:29:27Z",
"last_comment_at": "2015-12-22T03:38:36Z",
"last_comment_author": "dlindahl"
},
{
"number": 42,
"created_at": "2015-12-29T16:27:24Z",
"last_comment_at": "2015-12-29T17:55:13Z",
"last_comment_author": "eriko"
},
{
"number": 48,
"created_at": "2016-12-14T08:35:10Z",
"last_comment_at": "2020-10-28T03:46:39Z",
"last_comment_author": "liaoguode"
},
{
"number": 61,
"created_at": "2020-11-16T15:26:45Z",
"last_comment_at": "2021-09-02T10:24:48Z",
"last_comment_author": "jgribonvald"
},
{
"number": 63,
"created_at": "2021-04-02T14:02:27Z",
"last_comment_at": "2021-04-29T10:54:06Z",
"last_comment_author": "jgribonvald"
},
{
"number": 64,
"created_at": "2021-05-17T23:30:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2022-03-21T19:30:37Z",
"last_comment_at": "2022-03-21T23:40:26Z",
"last_comment_author": "dmolesUC"
},
{
"number": 69,
"created_at": "2022-12-21T14:21:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dlindahl/omniauth-cas",
"host": "github.com",
"name": "omniauth-cas",
"owner": "dlindahl"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"security": 45,
"vitality": 21,
"community": 58,
"governance": 60,
"engineering": 63
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 207,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 207 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 207
}
}
],
"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": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v3.0.1",
"releases_from_tags": false,
"days_since_latest_release": 512,
"mean_days_between_releases": 457.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 512 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 512
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~457.6 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 457.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "dormant",
"guards": [],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 6,
"days_since_last_merged_pr": 207,
"days_since_last_human_commit": 207,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 207 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 207
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 58,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"forks": 76,
"stars": 88,
"watchers": 8,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "88 stars",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 88
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "76 forks",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 76
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "8 watchers",
"points": 4.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 8
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"packages": [
"omniauth-cas"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 1298897,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,298,897 downloads all-time across rubygems",
"points": 63.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1298897,
"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": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 11,
"top_contributor_share": 0.63
},
"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 63% of commits",
"points": 8.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 63
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "11 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 11
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 13 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"merged_prs": 40,
"open_issues": 12,
"closed_issues": 27,
"issue_closed_ratio": 0.692,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "69% of issues closed",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 69
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "40/55 decided PRs merged",
"points": 27.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 40,
"decided": 55
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 50,
"owner_type": "User",
"is_verified": null,
"owner_login": "dlindahl",
"public_repos": 89,
"account_age_days": 6365
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "50 followers of dlindahl",
"points": 12.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 50,
"login": "dlindahl"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"omniauth-cas"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 364
},
"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 364 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 364
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "22 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 22
}
}
],
"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": 63,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"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": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 14 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 13 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.45,
"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": "45 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 24,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 45,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": 9141,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-26T07:48:04.410998Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dlindahl/omniauth-cas.svg",
"full_name": "dlindahl/omniauth-cas",
"license_state": "standard",
"license_spdx": "MIT"
}