原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 424,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 86665,
"Shell": 459
},
"pushed_at": "2025-10-12T03:08:39Z",
"created_at": "2009-01-08T08:08:20Z",
"owner_type": "Organization",
"updated_at": "2026-04-15T10:15:39Z",
"description": "Generates attr_accessors that encrypt and decrypt attributes",
"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": null,
"type": "Organization",
"login": "attr-encrypted",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/5475200?v=4",
"created_at": "2013-09-17T04:28:21Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 4690
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2025-01-23T18:18:56Z"
},
{
"tag": "v4.1.1",
"kind": "patch",
"published_at": "2024-09-20T14:30:15Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2024-05-30T15:26:00Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2023-04-06T14:08:38Z"
}
],
"recent_commits": [
{
"oid": "e8c9e2ff22d93e645f5957d314c44fa28ecf2f9e",
"body": "Co-authored-by: Yuri Zubov <yuri.zubov@cleverlabs.io>",
"is_bot": false,
"headline": "Reduce gem size by excluding test files (#470)",
"author_name": "Yuri Zubov",
"author_login": "yuri-zubov",
"committed_at": "2025-10-12T03:08:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8928b68453f168a6c0d08dddf61ad8c0f6434a",
"body": "`#attribute_instance_methods_as_symbols` can trigger a query when the\r\nschema cache is not loaded.\r\n\r\nWe only need the results of this method if\r\n`attribute_instance_methods_as_symbols_available?` is true so we move\r\nthis inside the check.\n\nSigned-off-by: Bojan Marjanovic <marjanovic93@gmail.com>",
"is_bot": false,
"headline": "Prevent attr_encrypted from making queries on load (#468)",
"author_name": "Bojan Marjanovic",
"author_login": "boimw",
"committed_at": "2025-05-22T22:10:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2aa160c2327f2613fbca913e9fd20bce6e98880",
"body": null,
"is_bot": false,
"headline": "Release 4.2.0 (#465)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2025-01-23T18:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49bc41de274846190a79c5af54094ead062764a5",
"body": null,
"is_bot": false,
"headline": "Release 4.2.0",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2025-01-23T15:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38b2e857fe93e226159d56f65e35b5c657261d03",
"body": null,
"is_bot": false,
"headline": "Set required_ruby_version >= 2.7.0 (#464)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2025-01-23T15:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86aed8a1dd04019f0a2735faf68bc56e11ca5a83",
"body": "Add Rails7.2, 8.0 and Ruby 3.4 to CI matrix",
"is_bot": false,
"headline": "Merge pull request #462 from willnet/add-ruby-3-4-and-rails-7-2-and-8-0",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2025-01-23T15:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "515f862df44c3cf951e6cec59557506c7cfe3726",
"body": "dm-sqlite-adapter is a SQLite adapter for DataMapper.\n\nhttps://github.com/datamapper/dm-sqlite-adapter\n\nSince support for DataMapper was dropped in version 4.1.0, this gem is no longer needed as a dependency.",
"is_bot": false,
"headline": "Remove the unused dm-sqlite-adapter",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2025-01-23T09:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf354d36d75e34c96b95a2718e59c9a180621992",
"body": "To run CI with Rails 8.0, sqlite3 version 2.1.0 or higher is required.",
"is_bot": false,
"headline": "Set the sqlite3 version to 2.1.0 or higher for Rails 8.0.",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2025-01-23T09:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71b586245e45e685cd5d90383ff931c3cf683976",
"body": "The CI failures for Rails 6.0 to 7.0 are caused by changes introduced in concurrent-ruby v1.3.5.\n\nref: [Rails 7.0.8 fails to create an app with most recent concurrent-ruby version · Issue #54260 · rails/rails](https://github.com/rails/rails/issues/54260)\n\nUpdate concurrent-ruby to a version below 1.3.5 to fix the tests.",
"is_bot": false,
"headline": "Fix CI failures for Rails 6.0 to 7.0.",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2025-01-23T09:33:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96bf315855d7dd7a9d6304c0f3640714c1532466",
"body": "Also updated actions/checkout to the latest v4.",
"is_bot": false,
"headline": "Add Rails7.2, 8.0 and Ruby 3.4 to CI matrix",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2025-01-23T08:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18ef8b65c951751497fca2aacb25a814590a5758",
"body": null,
"is_bot": false,
"headline": "Release 4.1.1 (#458)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-09-20T14:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e96f4adeb7ed5596f092d499b8661b3525fe78a2",
"body": "…pend (#457)\n\nFor example, when using the master branch of activerecord-multi-tenant, if activerecord-multi-tenant and attr_encrypted are listed in the Gemfile in that order, calling the reload method raises a SystemStackError. This happens because activerecord-multi-tenant extends Active Record’s r\n[…]\npend(Module.new do\r\n def hello\r\n super\r\n end\r\nend)\r\n\r\nHello.new.hello #=> \"hello world\"\r\n```\r\n\r\nThis issue can be resolved by standardizing the method extension to use prepend to avoid conflicts.",
"is_bot": false,
"headline": "Fix SystemStackError when extending the reload method with Module#pre…",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2024-09-16T21:36:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efe06f3803c784afaffe79c00e21f64a27b22f6e",
"body": null,
"is_bot": false,
"headline": "Release v4.1.0 (#455)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-05-30T15:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ac2f003e58869a697841769b95fc134081dcd9",
"body": null,
"is_bot": false,
"headline": "Add rails7.1 and Ruby3.3 to CI matrix (#453)",
"author_name": "Shinichi Maeshima",
"author_login": "willnet",
"committed_at": "2024-05-02T14:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e3e4fb328f4deb51705ade33e34d1fc7fba106",
"body": null,
"is_bot": false,
"headline": "Deprecate testing with travis (#450)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-01-27T00:36:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83f52d4c45b691676680e8ce29378ef7842b1739",
"body": "* Update README.md\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>\r\n\r\n* Update README.md\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>",
"is_bot": false,
"headline": "Add GitHub Actions badge to README (#449)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-01-22T03:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "502d44e766a31043efde9dac89ee4c00ef46dea8",
"body": "* Add Josh and Mike to authors\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>\r\n\r\n* Update attr_encrypted.gemspec\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>\r\n\r\n---------\r\n\r\nSigned-off-by: Josh Branham <josh.php@gmail.com>",
"is_bot": false,
"headline": "Add Josh and Mike to authors (#447)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-01-22T03:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d93c01739f06157e8ae216c471d355609427a216",
"body": "Co-authored-by: Josh Branham <joshbranham@sophie-mba.local>",
"is_bot": false,
"headline": "Fix minitest guard for rails 4 breaking specs (#448)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2024-01-22T03:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bab9dea9218f310df59c0399a0b4011b8110021",
"body": "* Use Github Actions for CI\r\n\r\n* Add back old Rails versions\r\n\r\n* Only test Rails 5 on Ruby 2.7\r\n\r\n---------\r\n\r\nCo-authored-by: Josh Branham <josh.php@gmail.com>",
"is_bot": false,
"headline": "Use Github Actions for CI (#442)",
"author_name": "Matt Larraz",
"author_login": "mlarraz",
"committed_at": "2023-05-26T19:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dee8d41439ee6026889d2fb3308905c0e3c2cbc0",
"body": "Rails 7.1 will deprecate using the singleton ActiveSupport::Deprecation\r\ninstance. This directly uses the one from ActiveRecord.\r\n\r\nCo-authored-by: Josh Branham <josh.php@gmail.com>",
"is_bot": false,
"headline": "Use ActiveRecord.deprecator when available (#437)",
"author_name": "Étienne Barrié",
"author_login": "etiennebarrie",
"committed_at": "2023-04-29T15:07:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "799d60b0917c3427a5fe6eb6b08002781a2625aa",
"body": "* Start testing ruby 3\r\n\r\n* Exclude older AR and newer Ruby combos\r\n\r\n* Add Ruby 3.0.6 as well\r\n\r\n* Exclude 3.0.6 and AR 5.x",
"is_bot": false,
"headline": "Start testing ruby 3 (#440)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2023-04-29T15:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b802253d6fbd9b059646d7e27568b7067146318f",
"body": null,
"is_bot": false,
"headline": "Update README.md (#441)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2023-04-29T02:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0462d56950b1163619c99bdd2b996b317b4b2cf7",
"body": "This project has been dead since 2018",
"is_bot": false,
"headline": "Drop support for DataMapper (#439)",
"author_name": "Matt Larraz",
"author_login": "mlarraz",
"committed_at": "2023-04-24T22:27:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e857a5f6199fa9577658bd8979f722841f9e252",
"body": null,
"is_bot": false,
"headline": "Drop gem signing (#436)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2023-04-06T13:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5658765e3b7c31065e397ef5be5e6914a7e2afc",
"body": null,
"is_bot": false,
"headline": "Release 4.0.0",
"author_name": "Josh Branham",
"author_login": null,
"committed_at": "2023-04-06T08:22:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de318e049bdb99abd9b9c238a434ef046a403473",
"body": "…removed native gem support for Ruby 2.6",
"is_bot": false,
"headline": "Hardcoding sqlite3 gem version to 1.5.4 since newer sqlite3 versions …",
"author_name": "Vimal V Nair",
"author_login": "vimalvnair",
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da75c9bac487d9cca6d0dd8e27b378544af536b4",
"body": "… with Rails 7\n\nPrefix 'attr_encrypted' to encrypt and decrypt methods to avoid clash with Rails 7\n\nAdopted from PR: https://github.com/attr-encrypted/attr_encrypted/pull/425",
"is_bot": false,
"headline": "Prefix 'attr_encrypted' to encrypted_attributes method to avoid clash…",
"author_name": "Vimal V Nair",
"author_login": "vimalvnair",
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2db662ddba24899c9be0acd434a02bf66258abd",
"body": "…r Rails >= 5.2\n\nUse #write_cast_value instead of #set_attribute_was patch",
"is_bot": false,
"headline": "Use #write_cast_value to register the original value before change fo…",
"author_name": "Vimal V Nair",
"author_login": "vimalvnair",
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e369e61a59d9c1eab158a1fd429bf1ca7d249fcb",
"body": "As those should be passing or otherwise dealt with by the\ntime this is merged",
"is_bot": false,
"headline": "Disallow failures for RoR 6.0+ tests on travis",
"author_name": "Mike Vastola",
"author_login": "mvastola",
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a70d87b251b2c59982b378d72c47960f9a9048ee",
"body": null,
"is_bot": false,
"headline": "Don't use Gem requirement comparison with frozen Gem::Version",
"author_name": "Josh Branham",
"author_login": null,
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67bcfa2e091f84517763a49d35819280b471f018",
"body": "Signed-off-by: Josh Branham <josh.php@gmail.com>",
"is_bot": false,
"headline": "Restrict set_attribute_was patch to Rails versions >= 5.2, < 6",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2023-03-28T03:19:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3355d4cf4e2dbaf9a8ec97edffcc58e652f2e68",
"body": null,
"is_bot": false,
"headline": "Add (failable) tests to Travis for RoR 6/6.1/7",
"author_name": "Mike Vastola",
"author_login": "mvastola",
"committed_at": "2022-12-22T19:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b0c912e8e76782035d6810087b9562f569c9975",
"body": "Co-authored-by: Alex Brinkman <alex@enlightenedpixel.com>",
"is_bot": false,
"headline": "Fix typo in README (#422)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2022-10-21T23:09:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b47b67dc83fadc5e2ebfcf32992fe2c265c4db",
"body": "Changed inccorectly -> incorrectly on line 412\n\nCo-authored-by: Gabriel <gsturtevant87@gmail.com>",
"is_bot": false,
"headline": "Fixed a typo in README.md (#421)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2022-10-21T23:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2c7d31e1314c6d280ffbdd57787d548ee1a43b2",
"body": null,
"is_bot": false,
"headline": "Fixed bug where we were comparing versions as strings (#419)",
"author_name": "Mike Vastola",
"author_login": "mvastola",
"committed_at": "2022-10-21T14:44:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ec77d30714efd7d3c6ea5be64319d4dbf7fe1b7",
"body": "In Ruby 3.0, positional arguments and keyword arguments will be\r\nseparated. Ruby 2.7 will warn for behaviors that will change in Ruby\r\n3.0.\r\n\r\nCo-authored-by: Igor Drozdov <idrozdov@gitlab.com>",
"is_bot": false,
"headline": "Add support for Ruby 2.7 and its kwargs (#383)",
"author_name": "Igor Drozdov",
"author_login": "igor-drozdov",
"committed_at": "2022-10-19T22:42:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d92e8c2cf27988bce9d55629117553c1f3a90686",
"body": "* Update Travis configuration\r\n\r\n* Drop os, use default\r\n\r\n* Use focal for OS\r\n\r\n* Restore patch versions of ruby, rvm not pulling latest patch\r\n\r\n* Update local test/run.sh script for easier local testing\r\n\r\n* Add some old AR back, remove 3+ rubies, drop deprecated codeclimate gem\r\n\r\n* Lock sqlite3\n[…]\nfor Ruby 2.5\r\n\r\n* ActiveRecord 6.0 and 6.1 tests failing, add later\r\n\r\n* Drop 2.5\r\n\r\n* Update gemspec, pry for dev support\r\n\r\n* 5.1.1 AR works, update test/run.sh\r\n\r\n* Fix support for ActiveRecord 5.2",
"is_bot": false,
"headline": "Modern Ruby + ActiveRecord, Update Travis Config (#416)",
"author_name": "Josh Branham",
"author_login": "joshbranham",
"committed_at": "2022-10-19T05:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a96693e9a2a25f4f910bf915e29b0f364f277032",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "S. Brent Faulkner",
"author_login": "sbfaulkner",
"committed_at": "2020-07-14T13:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11df93aef14c661dd0c03169d382a0412f93124e",
"body": "Make note about unique key/IV pair more prominent in docs",
"is_bot": false,
"headline": "Merge pull request #333 from ankane/unique_iv",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-12-16T19:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4259da831611ae91b10250e2a23a5a8c2dca23b1",
"body": null,
"is_bot": false,
"headline": "Made note about unique key/IV pair more prominent in docs [skip ci]",
"author_name": "Andrew Kane",
"author_login": "ankane",
"committed_at": "2018-12-15T22:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc05f95b6506cc02d5dfe38fd7cf7f8d516fde77",
"body": "Only load key if needed",
"is_bot": false,
"headline": "Merge pull request #310 from ankane/lazy_load_key",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T05:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b823b298a885af8d3d0adfb25cebc39abc8adbb",
"body": "Fixed a typo in docs",
"is_bot": false,
"headline": "Merge pull request #328 from bitsapien/patch-1",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T04:58:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c268863c0b7c18e6f815ed2f1743c784f98b5299",
"body": null,
"is_bot": false,
"headline": "Only load key if needed",
"author_name": "Andrew Kane",
"author_login": "ankane",
"committed_at": "2018-11-13T04:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea0c45eacca2077b473359caef0df405733a19d",
"body": "Use a lazy load hook to configure Active Record",
"is_bot": false,
"headline": "Merge pull request #327 from eugeneius/lazy_load_hook",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T04:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee82b3bc3cf1d0fab6b341797928340b9de7bb2d",
"body": "…errors\n\nFix random OpenSSL::Cipher::CipherErrors/iv argument errors\r\n- Fixes #306, fixes #323",
"is_bot": false,
"headline": "Merge pull request #320 from acima-credit/fix/random_open_ssl_cipher_…",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T04:23:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c98ac3e892a7e03527da578c5507a21e797a35ee",
"body": "Add frozen_string_literal: true",
"is_bot": false,
"headline": "Merge pull request #302 from q-centrix/frozen_string_literal",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T04:02:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3951cd5d0f2d9dec94c01a018c567313fbd51d3",
"body": "Change version to 3.1.0 in Readme",
"is_bot": false,
"headline": "Merge pull request #297 from f3ndot/patch-1",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-11-13T03:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a136867f2f83c600c26e7183afbbe20c6716b38",
"body": null,
"is_bot": false,
"headline": "Fixed a typo",
"author_name": "C Rahul",
"author_login": "bitsapien",
"committed_at": "2018-10-22T07:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333775b767cc18f22a283cb0631dc82b2227cb82",
"body": "Rails provides hooks to configure its core classes without loading them:\n\nhttps://api.rubyonrails.org/v5.2.0/classes/ActiveSupport/LazyLoadHooks.html\n\nReferencing `ActiveRecord::Base` directly was forcing it to load before\nthe application had finished initializing, which can cause configuration\nto be applied incorrectly.",
"is_bot": false,
"headline": "Use a lazy load hook to configure Active Record",
"author_name": "Eugene Kenny",
"author_login": "eugeneius",
"committed_at": "2018-10-15T03:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4ca0e2073ca6ba5035997ce25f7fc0b4bfbe39e",
"body": "…l instances of a given class due to shallow dup. This caused random OpenSSL::Cipher::CipherError errors, particularly in cases in which concurrent encrypts/decrypts were occurring.",
"is_bot": false,
"headline": "Fixes defect in which encrypted_attributes state was shared across al…",
"author_name": "Brian Freese",
"author_login": "bfreese",
"committed_at": "2018-07-19T14:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a56dd9f8644c91bb65f324a513f04a2a3ea8f88",
"body": "This will freeze all strings so that they are not reallocated each time,\nfor example all of the string values in attr_encrypted_default_options",
"is_bot": false,
"headline": "Add frozen_string_literal: true",
"author_name": "Dillon Welch",
"author_login": "dillonwelch",
"committed_at": "2018-03-25T22:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d11f65ea661495268bf0d36c1fe6e05dc8570127",
"body": null,
"is_bot": false,
"headline": "Change version to 3.1.0 in Readme",
"author_name": "Justin Bull",
"author_login": "f3ndot",
"committed_at": "2018-02-15T20:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55839afda282d9436b49fcc164b7a8e70da23bce",
"body": null,
"is_bot": false,
"headline": "Added checksums for 3.1.0",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T03:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9dfc78c3d24799f54a1926033d19e7448afe59",
"body": null,
"is_bot": false,
"headline": "Added updated cert for gem signing",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T03:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b0dfdff84921819e9d7326ef863d0b16f1068a1",
"body": null,
"is_bot": false,
"headline": "Updated CHANGELOG and bumped version number to 3.1.0",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T03:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60f120e8296d529812f7e9f99ac188e9058e036b",
"body": "Added MRI 2.5.x to the Travis build matrix",
"is_bot": false,
"headline": "Merge pull request #295 from saghaulor/add_new_ruby_build_matrix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T03:11:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adc7d01df815f9fa2342b3cd5f9d492d03b8dca7",
"body": null,
"is_bot": false,
"headline": "Fixed dependency conflict for MRI 2.1.x builds",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T02:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c48540c8d5024430a644ce26407d0f0cb2646eb",
"body": null,
"is_bot": false,
"headline": "Added MRI 2.5.x to the Travis build matrix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-12T02:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a185caba554df8a17b8de205030a3ba033529a82",
"body": "…ns_fix\n\nFix superfluous definition of accessors\r\n\r\nCloses #196",
"is_bot": false,
"headline": "Merge pull request #294 from saghaulor/superfluous_accessor_definitio…",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-11T23:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37d120880880656bd256008b87381ddc760dfa64",
"body": "- The extra db setup was hiding the fact that accessors were being defined superfluously.\n- They also allowed for a test to be written incorrectly based on this incorrect\n behavior. Consequently, the test required rewriting. The rewritten test now\n better reflects the intended nature of the test.",
"is_bot": false,
"headline": "Removed extra test setup from ActiveRecord adapter tests",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-11T23:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98769e94af199a7ea8ae6804db8bb2d9fbc8999e",
"body": "Without DB connection, ActiveRecord doesn't define methods for columns\nand AttrEncrypted define attr_reader and attr_writer for the encrypted\ncolumns.\nAs a result, AR model with attr_encrypted column return nil for the\ntarget column if the DB connection was lost at the load time.\n\nTo suppress this behavior, don't define accessors if DB connection was\nactive.\nIntroduce attribute_instance_methods_as_symbols_available? to detect\nconnection failure with AcriveRecord Adapter.",
"is_bot": false,
"headline": "Don't define unnecessary accessors with ActiveRecord Adapter.",
"author_name": "Chikanaga Tomoyuki",
"author_login": "nagachika",
"committed_at": "2018-02-11T23:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70e4aca6039a38fa7d3f83f5aae50ea4782c47a",
"body": "Documentation: Specify that \"IV\" means \"initialization vector\"",
"is_bot": false,
"headline": "Merge pull request #288 from tejasmanohar/iv-abbreviation",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-11T22:00:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474ca4e7ab3970e3e0c3dc589ea2d084a93cbc06",
"body": "…rror\n\nMake sure object is a string before calling empty method\r\n\r\n- Closes #293",
"is_bot": false,
"headline": "Merge pull request #285 from arthurnn/arthurnn/fix_non_empty_string_e…",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2018-02-11T21:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "583c7c4b1ba87c71aca30a00c6f9b8db6d063c26",
"body": "I embarrassingly had to Google \"encryption IV\"",
"is_bot": false,
"headline": "docs: note that \"IV\" means \"initialization vector\"",
"author_name": "Tejas Manohar",
"author_login": "tejasmanohar",
"committed_at": "2017-12-25T22:56:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7897ab508f54a58f20d0215ebfdc57ab6f860d",
"body": null,
"is_bot": false,
"headline": "Make sure object is a string before calling empty method",
"author_name": "Arthur Neves",
"author_login": "arthurnn",
"committed_at": "2017-12-07T15:35:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e19445a9ae38ed9a55608d28a80e32126f30efd1",
"body": "5.1 wants virtual attributes to be marked",
"is_bot": false,
"headline": "Merge pull request #263 from grosser/grosser/attr",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-06-21T05:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00da7c96beebff5ec4f2b3c9361c92e84afafe7f",
"body": null,
"is_bot": false,
"headline": "5.1 wants virtual attributes to be marked",
"author_name": "Michael Grosser",
"author_login": "grosser",
"committed_at": "2017-05-24T02:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6053b3bba496bfc44d26da3cd073f8d5895a3970",
"body": "Update prefix and suffix example in Readme",
"is_bot": false,
"headline": "Merge pull request #240 from jish/patch-1",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-30T15:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1005219d030bb2cc925169a9f660138175a9946d",
"body": "Add MIT License to the gemspec",
"is_bot": false,
"headline": "Merge pull request #211 from connorshea/master",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-30T15:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa1a99603b469d0848804e2be3c2e225f05c305",
"body": "Officially add support for Ruby 2.4.x",
"is_bot": false,
"headline": "Merge pull request #257 from saghaulor/ruby_2_4",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-30T15:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78b6f20d034dbd60d265dd1a397503006e39729f",
"body": null,
"is_bot": false,
"headline": "Silence db loading",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-29T02:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daa0b40bd3291ffd999166c93ab0106168010b4d",
"body": "- While Ruby 2.0 isn't supported anymore, it doesn't hurt to keep it\n building for a little while longer. Some people might still need the\n support while they move to supported versions.",
"is_bot": false,
"headline": "Specify Nokogiri version for Ruby 2.0 builds",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-29T02:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ed64e5f9f5a3784653ed8ca78811b6de825d558",
"body": "- MRI 2.4 forces keys to be the correct length, whereas, previously,\n keys of superfluous length were permitted.\n- Changed ActiveRecord test to use string type keys\n- Sqlite doesn't seem to treat binary properly, so we'll stop using it in\n the tests",
"is_bot": false,
"headline": "Fixed tests to use correct key length",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-29T02:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e35ee6616c87cc97843aed1d8f92b3b7286abace",
"body": null,
"is_bot": false,
"headline": "Add MRI 2.4.0 to Travis build matrix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2017-03-29T02:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3bcba149d17321a164ec319934f4bdbefd45e9",
"body": "Fix evaluation of private options.",
"is_bot": false,
"headline": "Merge pull request #243 from saghaulor/fix_evaluation_of_private_options",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-11-08T20:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd463b960a16241d9a735eca0ab83ba03dab6c1",
"body": null,
"is_bot": false,
"headline": "Set code climate reporter version to fix test failures",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-11-08T19:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e069b8746683294d3c3e2b044cefd39ce41286b",
"body": "- Previously we called respond_to? to verify that the object responded\nto the method before sending it. However, it was implemented to preclude\nprotected and private methods.\n- Fixes #242",
"is_bot": false,
"headline": "Fix evaluation of private options.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-11-08T17:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1417e1f2720f8e6da83ed2dc91a7d747756cce0",
"body": "There is one `attr_encrpyted` example here and the text says that three attributes will be generated from the example code.",
"is_bot": false,
"headline": "Update prefix and suffix example in Readme",
"author_name": "Josh Lubaway",
"author_login": "jish",
"committed_at": "2016-10-21T23:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb3c638021b9cb998780debc971570cc34cfa6c",
"body": "Fixed issue where IV and salt are generated when encrypted attrribute value is empty",
"is_bot": false,
"headline": "Merge pull request #239 from saghaulor/iv_load_fix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-10-19T05:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0c1aa0105d17687fa8e5ced739a5b253776d73a",
"body": "… value is empty\n\n- Additionally, fixed issue where IV and salt are loaded despite if/unless options.\n\n- Fixes #228",
"is_bot": false,
"headline": "Fixed issue where IV and salt are generated when encrypted attrribute…",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-10-19T04:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31bb27b33a41a6cf78d17d2da46c608f4cbe923d",
"body": "Encrypt empty values\r\n\r\n- Closes #116",
"is_bot": false,
"headline": "Merge pull request #238 from saghaulor/encrypt_empty_values",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-10-19T04:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd738fdac32ce61bfd881c5a86ab7996fc3c938",
"body": null,
"is_bot": false,
"headline": "Documented new `allow_empty_value` option",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-10-19T04:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1d023a1778fce7875d4ff7a4a33826aa6c1094c",
"body": "This option allows encryption of empty strings or nil. It almost certainly\nrequires a custom encryptor or the use of Marshal.",
"is_bot": false,
"headline": "Add new option: `allow_empty_value`",
"author_name": "Tamir Duberstein",
"author_login": "tamird",
"committed_at": "2016-10-19T04:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "090b2d54ade7b58887473c176521d383eb03acf6",
"body": null,
"is_bot": false,
"headline": "DRY",
"author_name": "Tamir Duberstein",
"author_login": "tamird",
"committed_at": "2016-10-19T03:55:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f544d96e5cf1a2ed38b189935374400dd1b2343",
"body": "Fixed typo in the README",
"is_bot": false,
"headline": "Merge pull request #236 from miltzi/master",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-09-27T17:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e676562bdd9db0e92e598d08904db6ae4faa9eb",
"body": null,
"is_bot": false,
"headline": "Fixed typo in the README",
"author_name": "Josh Miltz",
"author_login": "miltzi",
"committed_at": "2016-09-27T08:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da4c55d6761611dd1deebe18825397f7ef1fa6f",
"body": null,
"is_bot": false,
"headline": "Fixed typo in v2->v3 section of README.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-08-23T16:36:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce33c29b8a6d368ef461fbf2ee11e19964e09716",
"body": null,
"is_bot": false,
"headline": "Added checksums for v3.0.3.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-23T04:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f19a580f5bdc391960e25a0cbb8a8f15add50a1",
"body": null,
"is_bot": false,
"headline": "Updated version to v3.0.3.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-23T04:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "656859518b2a8674847b216c76b7d31dea9bb54d",
"body": null,
"is_bot": false,
"headline": "Updated CHANGELOG in preparation for v3.0.3 release.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-23T04:29:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98f942d8914a6e46dd5b3c5569be9eb52fc80939",
"body": "Improve `\"#{attr}_was\"` to make better use of ActiveRecord::Dirty",
"is_bot": false,
"headline": "Merge pull request #223 from saghaulor/active_model_dirty_fix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-23T04:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "586f023655b66359c9433ad944bfd21e46bf2f1c",
"body": "- There's no need to decrypt every time attr_was is called.\n- We only need to decrypt the attr_was during encryption of a new value.\n- Previously, options weren't correctly passed to attr_was.\n- Thank you to @johnny-lai for this fix.",
"is_bot": false,
"headline": "Improve `\"#{attr}_was\"` to make better use of ActiveRecord::Dirty",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-22T23:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3804a7ca53602eb1a1ddce54d5d4443dd106b96a",
"body": "…ged.",
"is_bot": false,
"headline": "Added test to prove that attribute_was did not work when options chan…",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-22T23:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53266da546a21afaa1f1b93a461b912f4ccf363b",
"body": null,
"is_bot": false,
"headline": "Added checksums for v3.0.2",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-15T18:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e3be8e8ef75c1f70d369c9a80810f6bfe47875a",
"body": null,
"is_bot": false,
"headline": "Updated version to v3.0.2",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-15T17:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc9942647e4bde49ff40441981ff66c56913ac96",
"body": null,
"is_bot": false,
"headline": "Updated CHANGELOG for v3.0.2",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-15T17:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cc3a00bf72b171cd78f02e31f77899a61455438",
"body": "This reverts commit b5b446b68fdc5574e3f80d1dd212c2591dffaadc.",
"is_bot": false,
"headline": "Revert \"Updated version to v3.0.2\"",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-15T17:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5842132ed37c308bbcc6cd9684dae59a6e784024",
"body": "Update Travis build matrix to include Rails 5.",
"is_bot": false,
"headline": "Merge pull request #221 from saghaulor/update_travis_build_matrix",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-15T17:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ca38a17a9733b7d079227d3f27379878ff1863e",
"body": null,
"is_bot": false,
"headline": "Remove silence stream",
"author_name": "Stephen Blackstone",
"author_login": null,
"committed_at": "2016-07-14T21:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1002cc5fdacea2a8e89670fb8ab9022014368e",
"body": null,
"is_bot": false,
"headline": "Update Travis build matrix to include Rails 5.",
"author_name": "Stephen Aghaulor",
"author_login": "saghaulor",
"committed_at": "2016-07-14T16:30:10Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 1,
"latest_release_at": "2025-01-23T18:18:56Z",
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_last_push": 282,
"active_weeks_last_year": 1,
"days_since_latest_release": 544,
"mean_days_between_releases": 219.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "attr_encrypted",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/attr_encrypted",
"is_deprecated": false,
"latest_version": "4.2.0",
"repository_url": "http://github.com/attr-encrypted/attr_encrypted",
"versions_count": 24,
"total_downloads": 78544804,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-12-01T01:38:10.950000Z",
"latest_published_at": "2025-01-23T18:18:18.240000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 544
}
]
},
"popularity": {
"forks": 420,
"stars": 2017,
"watchers": 38,
"fork_history": {
"days": [
{
"date": "2009-01-16",
"count": 1
},
{
"date": "2009-08-28",
"count": 1
},
{
"date": "2009-11-25",
"count": 1
},
{
"date": "2010-03-04",
"count": 1
},
{
"date": "2010-03-17",
"count": 1
},
{
"date": "2010-04-12",
"count": 1
},
{
"date": "2010-06-27",
"count": 1
},
{
"date": "2010-11-11",
"count": 1
},
{
"date": "2011-01-05",
"count": 1
},
{
"date": "2011-01-15",
"count": 1
},
{
"date": "2011-03-03",
"count": 1
},
{
"date": "2011-03-08",
"count": 1
},
{
"date": "2011-04-05",
"count": 1
},
{
"date": "2011-04-17",
"count": 1
},
{
"date": "2011-04-21",
"count": 1
},
{
"date": "2011-05-07",
"count": 1
},
{
"date": "2011-05-10",
"count": 1
},
{
"date": "2011-05-11",
"count": 1
},
{
"date": "2011-06-23",
"count": 1
},
{
"date": "2011-08-31",
"count": 1
},
{
"date": "2011-09-15",
"count": 1
},
{
"date": "2012-01-04",
"count": 1
},
{
"date": "2012-01-28",
"count": 1
},
{
"date": "2012-01-31",
"count": 1
},
{
"date": "2012-02-02",
"count": 1
},
{
"date": "2012-02-20",
"count": 1
},
{
"date": "2012-03-20",
"count": 1
},
{
"date": "2012-04-05",
"count": 1
},
{
"date": "2012-05-18",
"count": 1
},
{
"date": "2012-05-22",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-05-26",
"count": 1
},
{
"date": "2012-06-18",
"count": 1
},
{
"date": "2012-06-21",
"count": 2
},
{
"date": "2012-07-25",
"count": 1
},
{
"date": "2012-08-08",
"count": 1
},
{
"date": "2012-08-10",
"count": 1
},
{
"date": "2012-09-29",
"count": 1
},
{
"date": "2012-10-23",
"count": 1
},
{
"date": "2012-11-05",
"count": 1
},
{
"date": "2012-11-26",
"count": 1
},
{
"date": "2012-12-26",
"count": 1
},
{
"date": "2013-02-03",
"count": 1
},
{
"date": "2013-03-03",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-05-01",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-26",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-15",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-08-12",
"count": 1
},
{
"date": "2013-08-13",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-19",
"count": 1
},
{
"date": "2013-11-21",
"count": 1
},
{
"date": "2013-11-23",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-12-16",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-01-29",
"count": 1
},
{
"date": "2014-02-12",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-12",
"count": 1
},
{
"date": "2014-04-16",
"count": 1
},
{
"date": "2014-04-28",
"count": 1
},
{
"date": "2014-04-30",
"count": 1
},
{
"date": "2014-05-08",
"count": 1
},
{
"date": "2014-05-15",
"count": 1
},
{
"date": "2014-05-19",
"count": 1
},
{
"date": "2014-05-20",
"count": 1
},
{
"date": "2014-06-17",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-10-06",
"count": 1
},
{
"date": "2014-10-13",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-04-21",
"count": 2
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-17",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-06-08",
"count": 1
},
{
"date": "2015-06-30",
"count": 1
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-14",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2015-12-25",
"count": 1
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-14",
"count": 1
},
{
"date": "2016-01-29",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-19",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-03",
"count": 2
},
{
"date": "2016-03-05",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-05-12",
"count": 1
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-21",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-07-29",
"count": 1
},
{
"date": "2016-08-31",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-02-11",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-03-04",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-06-05",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-21",
"count": 2
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2017-10-10",
"count": 2
},
{
"date": "2017-10-21",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-20",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-25",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-29",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-11",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-22",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-09-20",
"count": 2
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-11-05",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-05-31",
"count": 2
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-09-05",
"count": 2
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-07-07",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-22",
"count": 2
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-11-03",
"count": 2
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-05-10",
"count": 2
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-10-17",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-14",
"count": 3
},
{
"date": "2022-04-19",
"count": 2
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-05-10",
"count": 2
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-21",
"count": 2
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-12",
"count": 2
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-09-22",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-15",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-16",
"count": 2
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-17",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-07-05",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-07-06",
"count": 1
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
}
],
"complete": true,
"collected": 335,
"total_forks": 420
},
"star_history": {
"days": [
{
"date": "2016-08-29",
"count": 2
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-02",
"count": 1
},
{
"date": "2016-09-05",
"count": 2
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-09",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-09-18",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-27",
"count": 1
},
{
"date": "2016-09-28",
"count": 1
},
{
"date": "2016-10-01",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-05",
"count": 1
},
{
"date": "2016-10-06",
"count": 2
},
{
"date": "2016-10-08",
"count": 1
},
{
"date": "2016-10-10",
"count": 2
},
{
"date": "2016-10-11",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-13",
"count": 2
},
{
"date": "2016-10-16",
"count": 2
},
{
"date": "2016-10-17",
"count": 2
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-26",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-10-28",
"count": 3
},
{
"date": "2016-11-02",
"count": 1
},
{
"date": "2016-11-14",
"count": 2
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-18",
"count": 2
},
{
"date": "2016-11-20",
"count": 3
},
{
"date": "2016-11-21",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-11-23",
"count": 2
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-16",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2016-12-21",
"count": 2
},
{
"date": "2016-12-26",
"count": 1
},
{
"date": "2016-12-30",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-09",
"count": 2
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-24",
"count": 2
},
{
"date": "2017-01-25",
"count": 1
},
{
"date": "2017-01-26",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-01-30",
"count": 2
},
{
"date": "2017-01-31",
"count": 2
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-02-05",
"count": 1
},
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-18",
"count": 2
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-21",
"count": 4
},
{
"date": "2017-02-24",
"count": 3
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-03",
"count": 2
},
{
"date": "2017-03-07",
"count": 2
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-03-15",
"count": 2
},
{
"date": "2017-03-19",
"count": 1
},
{
"date": "2017-03-21",
"count": 3
},
{
"date": "2017-03-24",
"count": 2
},
{
"date": "2017-03-25",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-03-30",
"count": 3
},
{
"date": "2017-03-31",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-04-04",
"count": 2
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-04-17",
"count": 2
},
{
"date": "2017-04-19",
"count": 3
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-04",
"count": 2
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-06",
"count": 4
},
{
"date": "2017-05-07",
"count": 2
},
{
"date": "2017-05-08",
"count": 3
},
{
"date": "2017-05-11",
"count": 2
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-05-25",
"count": 2
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-05-28",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-06-05",
"count": 2
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-10",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-18",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-06-28",
"count": 2
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-14",
"count": 4
},
{
"date": "2017-07-15",
"count": 2
},
{
"date": "2017-07-17",
"count": 2
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-20",
"count": 1
},
{
"date": "2017-07-21",
"count": 5
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-23",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-26",
"count": 3
},
{
"date": "2017-07-27",
"count": 2
},
{
"date": "2017-07-28",
"count": 2
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-07-31",
"count": 2
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-06",
"count": 2
},
{
"date": "2017-08-08",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-21",
"count": 2
},
{
"date": "2017-08-27",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-09-15",
"count": 2
},
{
"date": "2017-09-16",
"count": 2
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-09-27",
"count": 2
},
{
"date": "2017-09-30",
"count": 1
},
{
"date": "2017-10-04",
"count": 2
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-20",
"count": 2
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-22",
"count": 2
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-11-25",
"count": 2
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-11-28",
"count": 2
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2017-12-03",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-11",
"count": 2
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2017-12-18",
"count": 2
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-21",
"count": 2
},
{
"date": "2017-12-26",
"count": 3
},
{
"date": "2017-12-27",
"count": 2
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-10",
"count": 4
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-01-28",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-02",
"count": 2
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-16",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-02-26",
"count": 2
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-01",
"count": 1
},
{
"date": "2018-03-02",
"count": 2
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-05",
"count": 3
},
{
"date": "2018-03-07",
"count": 1
},
{
"date": "2018-03-08",
"count": 2
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-23",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-12",
"count": 2
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-17",
"count": 2
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-04-26",
"count": 2
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-03",
"count": 2
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-07",
"count": 3
},
{
"date": "2018-05-08",
"count": 2
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-11",
"count": 2
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-13",
"count": 2
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-15",
"count": 3
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-17",
"count": 5
},
{
"date": "2018-05-18",
"count": 13
},
{
"date": "2018-05-19",
"count": 5
},
{
"date": "2018-05-20",
"count": 2
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-22",
"count": 2
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-25",
"count": 2
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-05",
"count": 2
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-06-25",
"count": 2
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-23",
"count": 2
},
{
"date": "2018-07-27",
"count": 2
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-05",
"count": 1
},
{
"date": "2018-08-06",
"count": 2
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-15",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-22",
"count": 2
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-30",
"count": 3
},
{
"date": "2018-08-31",
"count": 2
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-08",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-11",
"count": 2
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-20",
"count": 3
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-05",
"count": 1
},
{
"date": "2018-10-07",
"count": 2
},
{
"date": "2018-10-10",
"count": 2
},
{
"date": "2018-10-11",
"count": 2
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-21",
"count": 3
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-29",
"count": 4
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-02",
"count": 2
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-04",
"count": 2
},
{
"date": "2018-12-05",
"count": 2
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-08",
"count": 1
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-14",
"count": 2
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-20",
"count": 1
},
{
"date": "2018-12-24",
"count": 2
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2019-01-02",
"count": 2
},
{
"date": "2019-01-07",
"count": 2
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-12",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-01-30",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-04",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-02-07",
"count": 2
},
{
"date": "2019-02-08",
"count": 2
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-14",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-04",
"count": 2
},
{
"date": "2019-03-05",
"count": 3
},
{
"date": "2019-03-07",
"count": 2
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-19",
"count": 2
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-03-26",
"count": 2
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-04-08",
"count": 2
},
{
"date": "2019-04-09",
"count": 3
},
{
"date": "2019-04-12",
"count": 2
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-23",
"count": 2
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-28",
"count": 3
},
{
"date": "2019-04-29",
"count": 4
},
{
"date": "2019-04-30",
"count": 1
},
{
"date": "2019-05-02",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-05-10",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-16",
"count": 2
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-24",
"count": 2
},
{
"date": "2019-05-28",
"count": 4
},
{
"date": "2019-05-29",
"count": 2
},
{
"date": "2019-05-30",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-04",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-06",
"count": 2
},
{
"date": "2019-06-14",
"count": 3
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-06-26",
"count": 2
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-09",
"count": 1
},
{
"date": "2019-07-11",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-13",
"count": 2
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-19",
"count": 2
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-07-31",
"count": 1
},
{
"date": "2019-08-02",
"count": 1
},
{
"date": "2019-08-05",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-18",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-22",
"count": 2
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2019-09-04",
"count": 2
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-09",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-02",
"count": 2
},
{
"date": "2019-11-03",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-25",
"count": 6
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-13",
"count": 2
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2019-12-29",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-01",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-02-03",
"count": 3
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-02-28",
"count": 3
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-06",
"count": 3
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-24",
"count": 2
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-23",
"count": 2
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-07",
"count": 2
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-07",
"count": 2
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-07-03",
"count": 2
},
{
"date": "2020-07-07",
"count": 2
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-19",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-08-27",
"count": 2
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-25",
"count": 2
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-10-25",
"count": 2
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-15",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-03",
"count": 2
},
{
"date": "2021-01-08",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-27",
"count": 2
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-08",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-17",
"count": 2
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-01",
"count": 2
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-08",
"count": 2
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-07-02",
"count": 2
},
{
"date": "2021-08-05",
"count": 2
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-23",
"count": 2
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-10-20",
"count": 2
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-28",
"count": 2
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-10",
"count": 2
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-06",
"count": 2
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-24",
"count": 1
},
{
"date": "2022-10-23",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-23",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-14",
"count": 2
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-05-01",
"count": 2
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-18",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-04",
"count": 3
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-18",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-30",
"count": 2
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-04-15",
"count": 2
},
{
"date": "2024-05-04",
"count": 2
},
{
"date": "2024-05-17",
"count": 2
},
{
"date": "2024-06-06",
"count": 3
},
{
"date": "2024-06-07",
"count": 4
},
{
"date": "2024-06-11",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-07",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-29",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-18",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 2017
},
"open_issues_and_prs": 84
},
"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": 19058,
"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": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 11,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "concurrent-ruby",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 1.3.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "concurrent-ruby",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "encryptor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jdbc-sqlite3",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sequel",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov-rcov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": "1.5.4",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 1,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 14,
"merged_prs": 96,
"open_issues": 70,
"closed_ratio": 0.728,
"closed_issues": 187,
"closed_unmerged_prs": 105
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "saghaulor",
"commits": 127,
"avatar_url": "https://avatars.githubusercontent.com/u/273862?v=4"
},
{
"type": "User",
"login": "shuber",
"commits": 68,
"avatar_url": "https://avatars.githubusercontent.com/u/2419?v=4"
},
{
"type": "User",
"login": "tamird",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/1535036?v=4"
},
{
"type": "User",
"login": "rcook",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/425396?v=4"
},
{
"type": "User",
"login": "joshbranham",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/28584079?v=4"
},
{
"type": "User",
"login": "willnet",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/82371?v=4"
},
{
"type": "User",
"login": "cheynewallace",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1240586?v=4"
},
{
"type": "User",
"login": "mvastola",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/599767?v=4"
},
{
"type": "User",
"login": "vimalvnair",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1711390?v=4"
},
{
"type": "User",
"login": "ankane",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/220358?v=4"
}
],
"contributors_sampled": 35,
"top_contributor_share": 0.428
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 6,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"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": 6,
"reason": "Found 14/22 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 19 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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e8c9e2ff22d93e645f5957d314c44fa28ecf2f9e",
"ran_at": "2026-07-21T23:51:18Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-10-12T03:11:23Z",
"oldest_open_prs": [
{
"number": 284,
"created_at": "2017-12-06T15:00:41Z",
"last_comment_at": "2018-03-06T13:43:48Z",
"last_comment_author": "twanmaus"
},
{
"number": 299,
"created_at": "2018-02-20T11:51:12Z",
"last_comment_at": "2019-10-31T11:32:15Z",
"last_comment_author": "oortcloud1996"
},
{
"number": 301,
"created_at": "2018-03-12T09:41:37Z",
"last_comment_at": "2018-11-13T04:01:50Z",
"last_comment_author": "saghaulor"
},
{
"number": 337,
"created_at": "2019-02-07T21:30:43Z",
"last_comment_at": "2020-07-14T13:28:01Z",
"last_comment_author": "sbfaulkner"
},
{
"number": 345,
"created_at": "2019-05-31T10:24:17Z",
"last_comment_at": "2019-05-31T10:49:35Z",
"last_comment_author": "DimitriosLisenko"
},
{
"number": 347,
"created_at": "2019-06-07T03:36:42Z",
"last_comment_at": "2021-12-01T23:53:44Z",
"last_comment_author": "parterburn"
},
{
"number": 354,
"created_at": "2019-08-21T20:40:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 357,
"created_at": "2019-10-21T20:23:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 359,
"created_at": "2019-12-20T10:00:24Z",
"last_comment_at": "2020-01-21T07:29:14Z",
"last_comment_author": "priyankatapar"
},
{
"number": 360,
"created_at": "2020-01-07T18:03:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 361,
"created_at": "2020-01-14T17:32:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 384,
"created_at": "2020-10-05T09:36:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 391,
"created_at": "2021-04-19T03:18:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 407,
"created_at": "2022-07-21T17:43:21Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-10-12T03:08:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 51,
"created_at": "2013-01-02T06:19:56Z",
"last_comment_at": "2013-08-24T15:47:47Z",
"last_comment_author": "sbfaulkner"
},
{
"number": 58,
"created_at": "2013-05-06T07:51:16Z",
"last_comment_at": "2014-07-30T14:27:15Z",
"last_comment_author": "billymonk"
},
{
"number": 67,
"created_at": "2013-08-14T23:05:25Z",
"last_comment_at": "2013-08-24T15:45:54Z",
"last_comment_author": "sbfaulkner"
},
{
"number": 97,
"created_at": "2014-02-14T14:32:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2014-09-07T12:17:56Z",
"last_comment_at": "2024-12-04T09:47:55Z",
"last_comment_author": "SamuelAierizer"
},
{
"number": 129,
"created_at": "2014-10-08T22:03:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2014-10-14T12:20:58Z",
"last_comment_at": "2017-08-04T13:44:18Z",
"last_comment_author": "HLFH"
},
{
"number": 145,
"created_at": "2015-01-30T04:57:24Z",
"last_comment_at": "2015-02-12T01:13:12Z",
"last_comment_author": "TrevorHinesley"
},
{
"number": 148,
"created_at": "2015-02-10T03:16:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 150,
"created_at": "2015-02-28T18:24:16Z",
"last_comment_at": "2016-06-02T06:48:06Z",
"last_comment_author": "chai2"
},
{
"number": 156,
"created_at": "2015-04-21T08:58:40Z",
"last_comment_at": "2015-05-14T19:20:19Z",
"last_comment_author": "ianyamey"
},
{
"number": 162,
"created_at": "2015-05-31T05:31:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 166,
"created_at": "2015-06-17T18:07:05Z",
"last_comment_at": "2023-08-02T05:21:01Z",
"last_comment_author": "jarlos3"
},
{
"number": 175,
"created_at": "2015-11-30T11:03:09Z",
"last_comment_at": "2017-11-02T17:51:27Z",
"last_comment_author": "mltsy"
},
{
"number": 185,
"created_at": "2016-02-01T14:43:21Z",
"last_comment_at": "2016-02-01T17:05:04Z",
"last_comment_author": "MichaelHaffley"
},
{
"number": 200,
"created_at": "2016-03-15T12:26:19Z",
"last_comment_at": "2016-07-06T03:11:47Z",
"last_comment_author": "saghaulor"
},
{
"number": 212,
"created_at": "2016-04-14T21:12:23Z",
"last_comment_at": "2016-07-06T03:55:09Z",
"last_comment_author": "grosser"
},
{
"number": 216,
"created_at": "2016-06-07T21:51:33Z",
"last_comment_at": "2019-02-25T14:27:09Z",
"last_comment_author": "hyoussef79"
},
{
"number": 226,
"created_at": "2016-08-01T05:13:14Z",
"last_comment_at": "2018-08-20T13:00:00Z",
"last_comment_author": "adelatuduce"
},
{
"number": 237,
"created_at": "2016-10-07T15:17:31Z",
"last_comment_at": "2019-10-31T17:05:29Z",
"last_comment_author": "julitrows"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/attr-encrypted/attr_encrypted",
"host": "github.com",
"name": "attr_encrypted",
"owner": "attr-encrypted"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 54,
"vitality": 25,
"community": 76,
"governance": 62,
"engineering": 49
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 25,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 1,
"days_since_last_push": 282,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 282 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 282
}
}
],
"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": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"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": 4,
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_latest_release": 544,
"mean_days_between_releases": 219.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 544 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 544
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~219.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 219.4
}
}
],
"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": "dormant",
"guards": [
"dependencies_clean"
],
"signals": [
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 14,
"unanswered_open_issues": 19,
"days_since_last_merged_pr": 282,
"days_since_last_human_commit": 282,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 282 days, with nothing left unanswered; held at dormant by no affected dependency",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 282
}
},
{
"code": "abandonment_guarded",
"params": {
"guards": "no affected dependency"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 76,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"forks": 420,
"stars": 2017,
"watchers": 38,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2,017 stars",
"points": 53.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 2017
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "420 forks",
"points": 21.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 420
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "38 watchers",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 38
}
}
],
"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": "excellent",
"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": 100,
"inputs": {
"packages": [
"attr_encrypted"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 78544804,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "78,544,804 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 78544804,
"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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 35,
"top_contributor_share": 0.428
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 43% of commits",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 43
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "35 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 35
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 19 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 96,
"open_issues": 70,
"closed_issues": 187,
"issue_closed_ratio": 0.728,
"closed_unmerged_prs": 105
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "96/201 decided PRs merged",
"points": 18.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 96,
"decided": 201
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 14/22 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "attr-encrypted",
"public_repos": 2,
"account_age_days": 4690
},
"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": "2 followers of attr-encrypted",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "attr-encrypted"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~12 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"attr_encrypted"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 544
},
"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 544 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 544
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.2
},
"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 is not maximal on development and all release branches",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 21 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 14/22 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 19 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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 11 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": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 11
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 11,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"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": 14
},
"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": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.61,
"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": "61 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 32.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 61,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 19058,
"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": [],
"report_type": "repository",
"generated_at": "2026-07-21T23:51:43.159300Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/attr-encrypted/attr_encrypted.svg",
"full_name": "attr-encrypted/attr_encrypted",
"license_state": "standard",
"license_spdx": "MIT"
}