Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 18385,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 31737,
"Objective-C": 2849
},
"pushed_at": "2019-07-18T23:40:39Z",
"created_at": "2014-04-29T20:28:39Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T06:34:22Z",
"description": "A command-line tool that reorganizes your Xcode project folder to match your Xcode groups",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://venmo.com",
"name": "Venmo",
"type": "Organization",
"login": "venmo",
"company": null,
"location": "10001",
"followers": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/256998?v=4",
"created_at": "2010-04-28T21:55:26Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 5928
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.52",
"kind": "patch",
"published_at": "2014-06-24T21:12:14Z"
},
{
"tag": "0.0.51",
"kind": "patch",
"published_at": "2014-06-13T06:42:46Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2014-06-02T18:30:41Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2014-05-29T21:34:49Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2014-05-29T12:31:33Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2014-05-29T01:56:18Z"
}
],
"recent_commits": [
{
"oid": "e22f20ac62105365d3e780dc12d6268b546858ce",
"body": null,
"is_bot": false,
"headline": "v0.2.1",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2016-05-13T22:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974b54537153609e8ea0b06136d503b51451db97",
"body": "Using xcodeproj 1.0.0",
"is_bot": false,
"headline": "Merge pull request #109 from jschmid/patch-1",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2016-05-13T19:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3fe480c1dbcc9c5ea75ae35a87d2fc050f1434f",
"body": null,
"is_bot": false,
"headline": "Using xcodeproj 1.0.0",
"author_name": "Jonas Schmid",
"author_login": "jschmid",
"committed_at": "2016-05-13T07:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad94e4903b19479cb41eac275db2ef0f0aeb3932",
"body": null,
"is_bot": false,
"headline": "0.2.0",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2016-02-04T07:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dec8902b4e83101be2eabbd3c1fc0aa2e3d013cf",
"body": "Add flag to disable sort groups by name, by default sorting is enabled",
"is_bot": false,
"headline": "Merge pull request #98 from rafalwojcik/flag_for_name_sorting",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2016-02-04T07:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a978ffe7abd6bd33445eab34b81e66bdc71f582",
"body": null,
"is_bot": false,
"headline": "Add flag to disable sort groups by name",
"author_name": "Rafał Wójcik",
"author_login": "rafalwojcik",
"committed_at": "2016-01-28T14:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27840e25197a46fad31804bfc11ffcd3f9594097",
"body": "Prune support for Swift files",
"is_bot": false,
"headline": "Merge pull request #97 from PycKamil/master",
"author_name": "Eli Perkins",
"author_login": "eliperkins",
"committed_at": "2016-01-27T16:02:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d50d87a7e6d60cf07353622fdd311005490ae19e",
"body": "Added `.swift` to prune list of supported files extension",
"is_bot": false,
"headline": "Prune support for Swift files",
"author_name": "Kamil Pyć",
"author_login": "PycKamil",
"committed_at": "2016-01-22T13:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2eab5b0299657585b9d531d3d3d777f4c3c1ca6",
"body": null,
"is_bot": false,
"headline": "v0.1.1",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-10-15T05:53:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "625fcf75bc7ab222d7ae900b0ebb39c20c598ecf",
"body": "Pin Xcodeproj to ~> 0.28.2",
"is_bot": false,
"headline": "Merge pull request #86 from venmo/kylef/xcodeproj-0.28",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2015-10-15T05:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bef4da1fc67c3795f2502a79c9de0e46e2b3d6c",
"body": null,
"is_bot": false,
"headline": "[gemspec] Pin Xcodeproj to ~> 0.28.2",
"author_name": "Kyle Fuller",
"author_login": "kylef",
"committed_at": "2015-10-13T04:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cf85cc33fee8e40f9e18c2ba34eef1b92f8317f",
"body": null,
"is_bot": false,
"headline": "v0.1.0",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-08-21T22:40:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d6fc1e483d0cb81d31bc8c1f9caef641b889eae",
"body": "When synx'ing, also sort entries by if they are a group/file, then name.",
"is_bot": false,
"headline": "Merge pull request #82 from venmo/marklarr/sort_by_type",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2015-08-21T22:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9efde0115e824442f0d65651c58429a3f025d633",
"body": null,
"is_bot": false,
"headline": "When synx'ing, also sort entries by if they are a group/file, then name.",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-08-21T22:26:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbec4726d8d240d5ec6f7592d09184d34b1ebba",
"body": "Update README to be a tad easier to read",
"is_bot": false,
"headline": "Merge pull request #74 from venmo/mdh/readme",
"author_name": "Cassidy Williams",
"author_login": "cassidoo",
"committed_at": "2015-05-19T18:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10846fb2afa16b739ed5254f6567012901eb3c76",
"body": null,
"is_bot": false,
"headline": "Update README to be a tad easier to read",
"author_name": "Matthew Hamilton",
"author_login": "diogeneshamilton",
"committed_at": "2015-05-18T00:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f30e7a1f7598721114fb69274636647fa861ee",
"body": "Update xcodeproj version dependency to match latest Cocoapods version",
"is_bot": false,
"headline": "Merge pull request #73 from buttonpairing/patch-1",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2015-05-15T23:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a56cf39ab5ad9ebf1aeeabd13282fb8ed7982fc",
"body": null,
"is_bot": false,
"headline": "Update xcodeproj version dependency to match latest Cocoapods version",
"author_name": "buttonpairing",
"author_login": "buttonpairing",
"committed_at": "2015-05-11T18:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b627219fa93d46c0de7bd0dc009580e6b02f63bb",
"body": null,
"is_bot": false,
"headline": "v0.0.61",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-01-14T18:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "226c33ef0bccd5270fd402e6f8b4d8b24db39b3a",
"body": null,
"is_bot": false,
"headline": "Fix thsi formatting in the CHANGELOG",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-01-01T01:34:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd40dad9c0a29cb7a6883bbbe13d9cece4786951",
"body": null,
"is_bot": false,
"headline": "CHANGELOG and Version bumps",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2015-01-01T01:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "938eca419ff79f9a50efe4cb2acfa0a2cd28a6f8",
"body": "Fixes handling of localized project files",
"is_bot": false,
"headline": "Merge pull request #63 from archaeopterasa/localization_fix",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2015-01-01T01:25:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9dfa3cd8e032ced89439739e5a5214f789a5833",
"body": null,
"is_bot": false,
"headline": "Minor path cleanup",
"author_name": "Andrea Laren",
"author_login": null,
"committed_at": "2015-01-01T01:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56769a7f60a55d4664b251654dab8c0f11d792f3",
"body": "Made changes so synx understands Xcode's weird subfolder structure for localized files and folders (PBXVariantGroup), added a file with multiple localizations to the dummy project, and updated the tests.",
"is_bot": false,
"headline": "Fixes handling of localized project files",
"author_name": "Andrea Laren",
"author_login": null,
"committed_at": "2014-12-30T04:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb6a66b93d5cee26927d00a26b7c2306c46f61b1",
"body": "Prohibit running Synx as root to avoid file permission issues.",
"is_bot": false,
"headline": "Merge pull request #60 from venmo/marklarr/restrict_synx_as_root",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-12-13T05:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5954f1fb29b46c5a62c6b7c330ece647e99a07fb",
"body": null,
"is_bot": false,
"headline": "[CHANGELOG]",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-13T05:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0107cc4fc0dc1b8827e787c2314d4d5e994a398",
"body": "…ynx_as_root",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/master' into marklarr/restrict_s…",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-13T05:47:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cea7ca26c9ade25c805df99ccaf38c67561b9cb",
"body": "Add version command",
"is_bot": false,
"headline": "Merge pull request #61 from venmo/marklarr/version_command",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-12-13T05:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdaca5b98c03455008174aa151dbf127c8c28df6",
"body": null,
"is_bot": false,
"headline": "[CHANGELOG]",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-13T05:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf431004921e01d6d9231bdf17bc7ae4c37275a9",
"body": null,
"is_bot": false,
"headline": "Add changelog",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-13T02:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5d876c5573349c252d191fe24982efa1582dde9",
"body": null,
"is_bot": false,
"headline": "Add flag for showing synx version.",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-12T22:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abcec91a8444b168ac353f5c864fa9c1e2658152",
"body": null,
"is_bot": false,
"headline": "Prohibit running Synx as root to avoid file permission issues.",
"author_name": "marklarr",
"author_login": null,
"committed_at": "2014-12-12T20:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f42b402d2454d6b3bb2381d935824d5f88c4057",
"body": null,
"is_bot": false,
"headline": "[Release] v0.0.54",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-11-25T23:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b2a7cf2f1ea74c8532c80b5c2db64eed7136871",
"body": null,
"is_bot": false,
"headline": "[Gemspec] Use the new xcodeproj.",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-11-25T23:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a52d4592cb08c8b0726a1f229c52c85b4738245d",
"body": null,
"is_bot": false,
"headline": "v0.0.53",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-11-16T15:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f32ca6839a32091c7d70ed1b327af90488b0b99c",
"body": "Pods as a default exclusion + Fix for Exclusion path crash",
"is_bot": false,
"headline": "Merge pull request #51 from dbachrach/master",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-10-10T19:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7712b3a1ffdac44b60aaf5b2250eefefdccc47fd",
"body": null,
"is_bot": false,
"headline": "Fix prepending '/' issue",
"author_name": "Dustin Bachrach",
"author_login": "dbachrach",
"committed_at": "2014-10-10T02:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "246b570c2b74adec2cf64ab73cd10913ecffd32d",
"body": null,
"is_bot": false,
"headline": "#49 and #50",
"author_name": "Dustin Bachrach",
"author_login": "dbachrach",
"committed_at": "2014-10-09T23:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0acb45307680034b01039b27ff6277d4fe5845f6",
"body": "Separate xcodeproj monkey patching",
"is_bot": false,
"headline": "Merge pull request #39 from alexgenco/xcodeproj_ext",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-08-08T22:27:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7407c7ffe52b011a5a430881a1f28c007a2fd108",
"body": "Moves all xcodeproj monkeypatching into synx/xcodeproj_ext following the\ndirectory structure of their respective class hierarchies.",
"is_bot": false,
"headline": "Separate xcodeproj monkey patching",
"author_name": "Alex Genco",
"author_login": null,
"committed_at": "2014-08-06T00:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7052d274ccf698eb9b9f9dc431eb3427c50478",
"body": "Remove output from tests",
"is_bot": false,
"headline": "Merge pull request #37 from alexgenco/remove_test_output",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-08-04T20:08:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9424731d1504384ce310c21171fe01290fccfa7",
"body": "Tabber accepts an :output option, which points to $stdout by default.\nTests set this option to a StringIO object instead.",
"is_bot": false,
"headline": "Remove output from tests",
"author_name": "Alex Genco",
"author_login": "alexgenco",
"committed_at": "2014-08-04T19:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dec221cff9b0989919d3a66624375e4c49a1bcc",
"body": "Fix various `require` and `File.join` calls.",
"is_bot": false,
"headline": "Merge pull request #38 from alexgenco/fix_requires",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-08-04T16:59:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11706fa6750ecf92589e2a19d3545cb493f46cc",
"body": "Remove class variables from Tabber",
"is_bot": false,
"headline": "Merge pull request #36 from alexgenco/refactor_tabber",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-08-04T16:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa38cd75cf43a30e92188ee6c78f53b1a5bfaa98",
"body": "In many cases it's safe to assume the load path will be setup correctly\nat runtime, eliminating the need for absolute paths. For instance, in\nyour bin/synx executable, RubyGems sets the load path such that you can\njust `require \"synx\"`. When you use RSpec, it also sets the load path to\nallow you to use `require \"spec_helper\"`.\n\nI also cleaned up the `File.join(File.dirname(__FILE__)...` stuff to use\nthe more idiomatic `File.expand_path`.",
"is_bot": false,
"headline": "Fix various `require` and `File.join` calls.",
"author_name": "Alex Genco",
"author_login": "alexgenco",
"committed_at": "2014-08-02T17:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b031242f639166f885c3f3c081c86949afc042d8",
"body": "@@vars are generally considered a Bad Thing in Ruby.\nSee http://bit.ly/1kcit9V for a quick rationale.",
"is_bot": false,
"headline": "Remove class variables from Tabber",
"author_name": "Alex Genco",
"author_login": "alexgenco",
"committed_at": "2014-08-02T05:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128e650e4ea6c773041506f139b98a878f6c1fcd",
"body": "Fix misspelling of 'amended'",
"is_bot": false,
"headline": "Merge pull request #35 from sethfri/master",
"author_name": "Ayaka Nonaka",
"author_login": "ayanonagon",
"committed_at": "2014-07-23T03:49:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173e9652157a0e28cd0848b164200a44506277d0",
"body": null,
"is_bot": false,
"headline": "Fix misspelling of 'amended'",
"author_name": "Seth Friedman",
"author_login": "sethfri",
"committed_at": "2014-07-19T21:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e487bfad92b4f554eed1b9561db3842b8c6f506",
"body": "Add support for the --no-color option.",
"is_bot": false,
"headline": "Merge pull request #32 from samsymons/no-color",
"author_name": "Ayaka Nonaka",
"author_login": "ayanonagon",
"committed_at": "2014-06-30T21:18:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "415b1de055d25e189dd4c51b70c08168602e5172",
"body": null,
"is_bot": false,
"headline": "Test that omitting the no_color option will allow colors to be printed.",
"author_name": "Sam Symons",
"author_login": "samsymons",
"committed_at": "2014-06-30T20:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917d080e2de197c6f4c96bc4f1b19413fdb42b02",
"body": "The `colored` gem was replaced with `colorize`. It has a very\nsimilar API but comes with a few extra methods to remove or check\ncolors.\n\nThe Tabber class has had an options hash added to it, to make\nfurther additions easier.",
"is_bot": false,
"headline": "Add support for the --no-color option.",
"author_name": "Sam Symons",
"author_login": "samsymons",
"committed_at": "2014-06-28T18:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55858c507c5813e351e03e517cc41758bb3785fa",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-26T02:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e643ce9b10266483cae26720e66663aa52763d2",
"body": "Document the --quiet option.",
"is_bot": false,
"headline": "Merge pull request #31 from samsymons/readme-update",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-25T23:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56d1697c03d5c1e38f2f1e648689224d2577919",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-25T23:05:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f47f0eada51c7ac2cdcce913fa7d42ff1d6f05a4",
"body": null,
"is_bot": false,
"headline": "Document the --quiet option.",
"author_name": "Sam Symons",
"author_login": "samsymons",
"committed_at": "2014-06-24T21:29:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b0f0606c36a178b52498ff81e3c6ec909b0410",
"body": null,
"is_bot": false,
"headline": "release 0.0.52",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-24T21:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c5a2219692d6bdc93539f8afbca0f57fa8b149",
"body": "en.lproj syncing",
"is_bot": false,
"headline": "Merge pull request #30 from venmo/marklarr/localization_and_huge_bug_fix",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-24T21:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fdd073674a8a2c81d98113ef4c7e413411282a9",
"body": null,
"is_bot": false,
"headline": "don't shove everything onto one line",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-24T00:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "911132d9558429c4f43aeb726960fe517370c435",
"body": null,
"is_bot": false,
"headline": "Ignore . and ..",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-23T21:04:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82103213018844adb19e1f958da315c093339ee9",
"body": "…xcodeproj or not. Way less efficient, but doesn't fail like the old way did.",
"is_bot": false,
"headline": "Smarter way of finding out if a file/folder was being tracked by the …",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-23T20:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a998a04b0461e76a59a6881ecfc7788043a1a3ff",
"body": "…. Can't get rid of en.lproj even if it's not a group because Xcode needs it",
"is_bot": false,
"headline": "Add support for en.lproj being a group already vs not a group already…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-23T20:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8337a3820235fca4308e61e59e479b6b3083086b",
"body": "…used the failure",
"is_bot": false,
"headline": "add better test failure message, lets you know which files/folders ca…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-23T20:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871c25fc12795c44e9f48735d128bed9c790b313",
"body": "Add support for a --quiet option.",
"is_bot": false,
"headline": "Merge pull request #29 from samsymons/quiet-flag",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-23T18:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8c9d12ce91d452db997d4a0af8549d6fdae4c0",
"body": null,
"is_bot": false,
"headline": "Move the quiet option check into set_options.",
"author_name": "Sam Symons",
"author_login": "samsymons",
"committed_at": "2014-06-23T13:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26f61b4910ba736930e81bb78267b3074722373",
"body": null,
"is_bot": false,
"headline": "Add support for a --quiet option.",
"author_name": "Sam Symons",
"author_login": "samsymons",
"committed_at": "2014-06-23T04:07:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6f7328236db653108f2332dfa338c61142c2a84",
"body": null,
"is_bot": false,
"headline": "0.0.51",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-13T06:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3ccff330a4dff537aba012d749c9ec1771aeb37",
"body": "Fix regex escaping causing sync issues on paths with special characters",
"is_bot": false,
"headline": "Merge pull request #22 from mplewis/master",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-13T00:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b108d8e51ef22c3fd52d6b4973bcca84a872ba2",
"body": "…caping issues",
"is_bot": false,
"headline": "Replace regex startswith with the start_with method to avoid regex es…",
"author_name": "Matthew Lewis",
"author_login": "mplewis",
"committed_at": "2014-06-12T20:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff31181fef9af5dd85bd5dc662217014f7b873d",
"body": "Change Dir globbing to also find hidden files. Ignore .DS_Store.",
"is_bot": false,
"headline": "Merge pull request #21 from venmo/marklarr/hidden_files",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-07T02:00:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d024008bc9f5f1b13f5f2a7e8bf7f305bd4cb3",
"body": null,
"is_bot": false,
"headline": "Change Dir globbing to also find hidden files. Ignore .DS_Store.",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-06T23:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae1f587fd61c2b9e220599a73ee4a0d7eae46f0a",
"body": null,
"is_bot": false,
"headline": "0.0.5",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-02T18:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9d64eccd4de94e40385ab0b3337efdeba4defeb",
"body": "Abort sync if project has groups containing a forward slash",
"is_bot": false,
"headline": "Merge pull request #17 from venmo/marklarr/forward_slashes_in_groups",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-02T18:28:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d94a0d549b4d16499c4ac455e81f845115b9e3",
"body": "be more forgiving with exclusion paths",
"is_bot": false,
"headline": "Merge pull request #18 from venmo/marklarr/better_exclusions",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-02T18:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1559a27783becaaa695cb71dbbbb3aec44cd7b69",
"body": "…t wasn't clear. Make the expected value more clear.",
"is_bot": false,
"headline": "Test was passing, because group_exclusions was getting mutated, but i…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-02T00:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e53c3d36d96ae15b696b48a966fa3619c1135b",
"body": null,
"is_bot": false,
"headline": "pry-debugger has issues on ruby 2.0.0",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-01T04:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab672dba221fb08c66cad522e8b49d86c1bff0e1",
"body": "…t there",
"is_bot": false,
"headline": "be more forgiving with exclusion names by prepending a '/' if it's no…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-01T04:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c88bd7ae05aeb970f5d5f12bb6497c6179327a6",
"body": null,
"is_bot": false,
"headline": "remove coveralls",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-01T04:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f1c95454e9871aeb7dcac7c3d60278a3f93034",
"body": null,
"is_bot": false,
"headline": "Abort sync if project has groups containing a forward slash",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-06-01T04:14:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c17ccf1377282f7a8ea4581723e6e2517162fad",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-30T18:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b69c021386e67def141d80abe94121fcc30fe4c",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-30T05:53:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ddb8735ed2140f85e2331bd5a9d7ec5c455cf2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-30T05:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deac04818baf4d20dd439a6fed1bd8182b384d62",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-30T05:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56939143276025f234f3f19f185eec560df70e0f",
"body": null,
"is_bot": false,
"headline": "0.0.4",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T21:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bdb95654577e3a9cbe741a3100743102ac4783e",
"body": "Allow all abstract targets to have build settings changed",
"is_bot": false,
"headline": "Merge pull request #11 from venmo/marklarr/aggregate_targets_2",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T21:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fc4fe441d8e488dfd2cdb9c8725bdb29bf40cac",
"body": "…e code for build settings out onto abstract target.",
"is_bot": false,
"headline": "There's more than just native_targets that have build settings -- mov…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T21:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79a82e8e4c68ddf005061f7410a90b9edc951ae2",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T20:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b4fc9379d0a495091bbb64ae541dcfcfff3be79",
"body": null,
"is_bot": false,
"headline": "Update LICENSE.txt",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T19:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da93bc61a110eb87efb2874eb3720b53969327da",
"body": "Linkify contributors.",
"is_bot": false,
"headline": "Merge pull request #7 from venmo/ayaka/links",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T18:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "093fac85bae16ef1e7f10ea0e3bdb1f79041b0ad",
"body": null,
"is_bot": false,
"headline": "Linkify contributors.",
"author_name": "Ayaka Nonaka",
"author_login": "ayanonagon",
"committed_at": "2014-05-29T16:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04a16b40e742baacc1080a7f60caefd0a476a51",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:venmo/synxronize",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T14:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ad658a7632966ace2e820c98a791aaf2228f7e3",
"body": null,
"is_bot": false,
"headline": "Change wording of description and summary",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T14:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887fbca8d2d41a993163668379068631a5ad781a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T14:19:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465f7ac2125f55bb24336e63266a4ebcca7967ba",
"body": null,
"is_bot": false,
"headline": "v0.0.3",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4295ade232c06e64c8da0f9d18e19a608832e89c",
"body": "Accommodate for case insensitive dir names",
"is_bot": false,
"headline": "Merge pull request #5 from venmo/marklarr/mkdir_error2",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6477f9f0aba75e31d874872b5ecb0eb57b9ad2df",
"body": null,
"is_bot": false,
"headline": "Remove no longer needed call to rmtree",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "100dabcd51177082be567cbd2a739a2bf5b8371f",
"body": "…nto marklarr/mkdir_error2",
"is_bot": false,
"headline": "Merge branch 'marklarr/mkdir_error2' of github.com:venmo/synxronize i…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1daf370ac8358d904bd501e97918d674a8a47aa4",
"body": "…case insensitive\n\nMove to a better solution",
"is_bot": false,
"headline": "Accommodate for the fact that directory names on OS X are apparently …",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:10:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35fba34edeef55806970162cbfb9925822d7c3e6",
"body": null,
"is_bot": false,
"headline": "Move to a better solution",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T12:05:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e6afcc2691c9a12586bff2b801f1360024a892",
"body": "…se insensitive",
"is_bot": false,
"headline": "accompany for the fact that directory names on OS X are apparently ca…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T11:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bfed8f1c52eb32f0cf8879ab46a950b9f7d1c26",
"body": "…ter on",
"is_bot": false,
"headline": "rm a directory after syncing it to prevent trying to sync it again la…",
"author_name": "Mark Larsen",
"author_login": "marklarr",
"committed_at": "2014-05-29T07:17:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2014-06-24T21:12:14Z",
"latest_release_tag": "v0.0.52",
"releases_from_tags": false,
"days_since_last_push": 2559,
"active_weeks_last_year": 0,
"days_since_latest_release": 4410,
"mean_days_between_releases": 5.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": "synx",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/synx",
"is_deprecated": false,
"latest_version": "0.2.1",
"repository_url": "https://github.com/venmo/synx",
"versions_count": 13,
"total_downloads": 1288873,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2014-05-29T01:55:23.146000Z",
"latest_published_at": "2016-05-13T22:56:44.113000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3720
}
]
},
"popularity": {
"forks": 265,
"stars": 6044,
"watchers": 126,
"fork_history": {
"days": [
{
"date": "2014-05-29",
"count": 6
},
{
"date": "2014-05-30",
"count": 5
},
{
"date": "2014-05-31",
"count": 5
},
{
"date": "2014-06-01",
"count": 1
},
{
"date": "2014-06-02",
"count": 2
},
{
"date": "2014-06-03",
"count": 1
},
{
"date": "2014-06-04",
"count": 1
},
{
"date": "2014-06-05",
"count": 2
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-06-12",
"count": 1
},
{
"date": "2014-06-17",
"count": 1
},
{
"date": "2014-06-23",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-07-06",
"count": 1
},
{
"date": "2014-07-07",
"count": 2
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-17",
"count": 1
},
{
"date": "2014-07-25",
"count": 1
},
{
"date": "2014-08-02",
"count": 1
},
{
"date": "2014-08-05",
"count": 2
},
{
"date": "2014-08-14",
"count": 1
},
{
"date": "2014-09-10",
"count": 1
},
{
"date": "2014-09-25",
"count": 1
},
{
"date": "2014-10-08",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-11",
"count": 5
},
{
"date": "2014-10-12",
"count": 1
},
{
"date": "2014-10-13",
"count": 1
},
{
"date": "2014-10-17",
"count": 1
},
{
"date": "2014-10-18",
"count": 1
},
{
"date": "2014-10-23",
"count": 1
},
{
"date": "2014-10-26",
"count": 1
},
{
"date": "2014-10-29",
"count": 2
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-01",
"count": 1
},
{
"date": "2014-11-19",
"count": 1
},
{
"date": "2014-11-20",
"count": 1
},
{
"date": "2014-11-28",
"count": 1
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-28",
"count": 1
},
{
"date": "2015-02-01",
"count": 1
},
{
"date": "2015-02-02",
"count": 1
},
{
"date": "2015-02-07",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-04",
"count": 1
},
{
"date": "2015-03-12",
"count": 1
},
{
"date": "2015-03-30",
"count": 1
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-04-15",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-11",
"count": 1
},
{
"date": "2015-05-19",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-06-29",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-23",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-12",
"count": 2
},
{
"date": "2015-08-13",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-08-27",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-09-14",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-09-19",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-09-27",
"count": 1
},
{
"date": "2015-10-11",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-26",
"count": 2
},
{
"date": "2015-10-28",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2015-11-02",
"count": 2
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-05",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2015-12-26",
"count": 2
},
{
"date": "2015-12-27",
"count": 1
},
{
"date": "2015-12-28",
"count": 3
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-16",
"count": 1
},
{
"date": "2016-01-18",
"count": 2
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-22",
"count": 2
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-11",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-19",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-25",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-04-12",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-14",
"count": 3
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-06",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-13",
"count": 2
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-28",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-14",
"count": 2
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-06-30",
"count": 1
},
{
"date": "2016-07-20",
"count": 1
},
{
"date": "2016-07-28",
"count": 2
},
{
"date": "2016-08-08",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-20",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-11-08",
"count": 2
},
{
"date": "2016-11-30",
"count": 2
},
{
"date": "2016-12-03",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-08",
"count": 2
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-01-01",
"count": 1
},
{
"date": "2017-01-08",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-02-15",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-22",
"count": 2
},
{
"date": "2017-04-04",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-22",
"count": 1
},
{
"date": "2017-06-03",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-11-25",
"count": 1
},
{
"date": "2017-11-30",
"count": 2
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-27",
"count": 1
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-05-05",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-11-17",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-04-21",
"count": 2
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
}
],
"complete": true,
"collected": 263,
"total_forks": 265
},
"star_history": {
"days": [
{
"date": "2017-06-19",
"count": 2
},
{
"date": "2017-06-20",
"count": 4
},
{
"date": "2017-06-21",
"count": 3
},
{
"date": "2017-06-22",
"count": 3
},
{
"date": "2017-06-23",
"count": 4
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-06-26",
"count": 3
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-06-28",
"count": 2
},
{
"date": "2017-06-30",
"count": 7
},
{
"date": "2017-07-02",
"count": 3
},
{
"date": "2017-07-03",
"count": 2
},
{
"date": "2017-07-04",
"count": 2
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 1
},
{
"date": "2017-07-07",
"count": 1
},
{
"date": "2017-07-08",
"count": 2
},
{
"date": "2017-07-11",
"count": 3
},
{
"date": "2017-07-13",
"count": 4
},
{
"date": "2017-07-14",
"count": 2
},
{
"date": "2017-07-16",
"count": 2
},
{
"date": "2017-07-17",
"count": 2
},
{
"date": "2017-07-18",
"count": 3
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-20",
"count": 4
},
{
"date": "2017-07-21",
"count": 4
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-25",
"count": 2
},
{
"date": "2017-07-27",
"count": 4
},
{
"date": "2017-07-28",
"count": 1
},
{
"date": "2017-08-01",
"count": 6
},
{
"date": "2017-08-02",
"count": 3
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-08",
"count": 3
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-10",
"count": 3
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-13",
"count": 2
},
{
"date": "2017-08-14",
"count": 2
},
{
"date": "2017-08-15",
"count": 2
},
{
"date": "2017-08-16",
"count": 2
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-18",
"count": 2
},
{
"date": "2017-08-19",
"count": 2
},
{
"date": "2017-08-20",
"count": 3
},
{
"date": "2017-08-21",
"count": 2
},
{
"date": "2017-08-22",
"count": 5
},
{
"date": "2017-08-23",
"count": 2
},
{
"date": "2017-08-24",
"count": 2
},
{
"date": "2017-08-25",
"count": 2
},
{
"date": "2017-08-27",
"count": 2
},
{
"date": "2017-08-28",
"count": 3
},
{
"date": "2017-08-29",
"count": 2
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-02",
"count": 2
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-05",
"count": 2
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-07",
"count": 5
},
{
"date": "2017-09-10",
"count": 2
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-12",
"count": 2
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-14",
"count": 5
},
{
"date": "2017-09-15",
"count": 4
},
{
"date": "2017-09-16",
"count": 4
},
{
"date": "2017-09-17",
"count": 1
},
{
"date": "2017-09-18",
"count": 4
},
{
"date": "2017-09-19",
"count": 4
},
{
"date": "2017-09-21",
"count": 3
},
{
"date": "2017-09-22",
"count": 2
},
{
"date": "2017-09-24",
"count": 2
},
{
"date": "2017-09-25",
"count": 2
},
{
"date": "2017-09-26",
"count": 3
},
{
"date": "2017-09-27",
"count": 2
},
{
"date": "2017-09-28",
"count": 2
},
{
"date": "2017-10-01",
"count": 1
},
{
"date": "2017-10-03",
"count": 5
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-06",
"count": 2
},
{
"date": "2017-10-09",
"count": 2
},
{
"date": "2017-10-12",
"count": 2
},
{
"date": "2017-10-13",
"count": 2
},
{
"date": "2017-10-15",
"count": 1
},
{
"date": "2017-10-16",
"count": 2
},
{
"date": "2017-10-17",
"count": 3
},
{
"date": "2017-10-18",
"count": 2
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-10-22",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-10-27",
"count": 3
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-10-30",
"count": 2
},
{
"date": "2017-10-31",
"count": 2
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-11-17",
"count": 2
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2017-11-20",
"count": 5
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-11-22",
"count": 3
},
{
"date": "2017-11-23",
"count": 3
},
{
"date": "2017-11-28",
"count": 3
},
{
"date": "2017-11-29",
"count": 2
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-21",
"count": 2
},
{
"date": "2017-12-25",
"count": 1
},
{
"date": "2017-12-28",
"count": 2
},
{
"date": "2018-01-02",
"count": 2
},
{
"date": "2018-01-03",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-10",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-16",
"count": 2
},
{
"date": "2018-01-17",
"count": 2
},
{
"date": "2018-01-18",
"count": 2
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-01-22",
"count": 2
},
{
"date": "2018-01-23",
"count": 3
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-01-29",
"count": 2
},
{
"date": "2018-01-31",
"count": 3
},
{
"date": "2018-02-01",
"count": 3
},
{
"date": "2018-02-02",
"count": 2
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-05",
"count": 2
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-15",
"count": 2
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-23",
"count": 1
},
{
"date": "2018-02-26",
"count": 2
},
{
"date": "2018-02-27",
"count": 2
},
{
"date": "2018-03-01",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2018-03-06",
"count": 2
},
{
"date": "2018-03-09",
"count": 2
},
{
"date": "2018-03-12",
"count": 2
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-19",
"count": 1
},
{
"date": "2018-03-20",
"count": 1
},
{
"date": "2018-03-22",
"count": 4
},
{
"date": "2018-03-26",
"count": 1
},
{
"date": "2018-03-27",
"count": 3
},
{
"date": "2018-03-28",
"count": 3
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-02",
"count": 3
},
{
"date": "2018-04-03",
"count": 2
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-09",
"count": 2
},
{
"date": "2018-04-13",
"count": 2
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-20",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-04-27",
"count": 2
},
{
"date": "2018-04-28",
"count": 2
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-11",
"count": 3
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-14",
"count": 2
},
{
"date": "2018-05-15",
"count": 2
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-23",
"count": 2
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-28",
"count": 1
},
{
"date": "2018-05-29",
"count": 2
},
{
"date": "2018-05-30",
"count": 4
},
{
"date": "2018-05-31",
"count": 2
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-06-04",
"count": 2
},
{
"date": "2018-06-05",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-08",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-15",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-30",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-05",
"count": 2
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-07-27",
"count": 2
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-03",
"count": 2
},
{
"date": "2018-08-06",
"count": 2
},
{
"date": "2018-08-07",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-14",
"count": 2
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-22",
"count": 1
},
{
"date": "2018-08-24",
"count": 2
},
{
"date": "2018-08-25",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-29",
"count": 1
},
{
"date": "2018-08-30",
"count": 2
},
{
"date": "2018-08-31",
"count": 2
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-03",
"count": 1
},
{
"date": "2018-09-05",
"count": 2
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-19",
"count": 4
},
{
"date": "2018-09-20",
"count": 3
},
{
"date": "2018-09-22",
"count": 1
},
{
"date": "2018-09-24",
"count": 2
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-09-27",
"count": 2
},
{
"date": "2018-09-28",
"count": 2
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-05",
"count": 2
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-14",
"count": 2
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-17",
"count": 1
},
{
"date": "2018-10-18",
"count": 2
},
{
"date": "2018-10-19",
"count": 2
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-25",
"count": 2
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-11-01",
"count": 3
},
{
"date": "2018-11-06",
"count": 2
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-12",
"count": 2
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-28",
"count": 3
},
{
"date": "2018-11-29",
"count": 2
},
{
"date": "2018-12-03",
"count": 4
},
{
"date": "2018-12-04",
"count": 2
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-20",
"count": 2
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2019-01-02",
"count": 2
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-07",
"count": 2
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-23",
"count": 3
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-28",
"count": 3
},
{
"date": "2019-01-29",
"count": 3
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-01",
"count": 3
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-02-12",
"count": 3
},
{
"date": "2019-02-14",
"count": 2
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-18",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-02-22",
"count": 1
},
{
"date": "2019-02-25",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-02-28",
"count": 2
},
{
"date": "2019-03-01",
"count": 2
},
{
"date": "2019-03-02",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-09",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-19",
"count": 2
},
{
"date": "2019-03-20",
"count": 2
},
{
"date": "2019-03-23",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-29",
"count": 2
},
{
"date": "2019-03-30",
"count": 2
},
{
"date": "2019-04-01",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-03",
"count": 1
},
{
"date": "2019-04-06",
"count": 2
},
{
"date": "2019-04-09",
"count": 2
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-04-18",
"count": 2
},
{
"date": "2019-04-25",
"count": 2
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-05-01",
"count": 2
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-07",
"count": 2
},
{
"date": "2019-05-11",
"count": 1
},
{
"date": "2019-05-13",
"count": 2
},
{
"date": "2019-05-14",
"count": 4
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-17",
"count": 3
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-22",
"count": 2
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-24",
"count": 2
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-05",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-10",
"count": 2
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-21",
"count": 1
},
{
"date": "2019-06-25",
"count": 2
},
{
"date": "2019-06-30",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-10",
"count": 2
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-07-23",
"count": 2
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-07-28",
"count": 1
},
{
"date": "2019-08-01",
"count": 2
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-08-16",
"count": 3
},
{
"date": "2019-08-17",
"count": 2
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2019-09-10",
"count": 2
},
{
"date": "2019-09-11",
"count": 2
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-10-22",
"count": 2
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-29",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-08",
"count": 2
},
{
"date": "2019-11-11",
"count": 1
},
{
"date": "2019-11-13",
"count": 2
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-24",
"count": 1
},
{
"date": "2019-11-25",
"count": 3
},
{
"date": "2019-11-26",
"count": 4
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-05",
"count": 1
},
{
"date": "2019-12-13",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2019-12-27",
"count": 2
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-14",
"count": 2
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-24",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-05",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-21",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-27",
"count": 2
},
{
"date": "2020-02-28",
"count": 2
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-03",
"count": 2
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-17",
"count": 2
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-23",
"count": 1
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-04-10",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-04-27",
"count": 2
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-05-28",
"count": 3
},
{
"date": "2020-06-02",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-19",
"count": 2
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-23",
"count": 2
},
{
"date": "2020-06-29",
"count": 1
},
{
"date": "2020-07-11",
"count": 2
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-14",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-21",
"count": 2
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-09",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-08-13",
"count": 2
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-29",
"count": 2
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-01",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-19",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-12",
"count": 2
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-25",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-05-11",
"count": 3
},
{
"date": "2021-05-16",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-03",
"count": 2
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-08",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-24",
"count": 3
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-12",
"count": 2
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-06",
"count": 2
},
{
"date": "2022-02-07",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-13",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-07-12",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-10",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-09-13",
"count": 2
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-10-20",
"count": 4
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-06",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-12-31",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-02-06",
"count": 2
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-18",
"count": 1
},
{
"date": "2023-03-28",
"count": 1
},
{
"date": "2023-04-02",
"count": 2
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-11",
"count": 1
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-14",
"count": 2
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-21",
"count": 2
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-05-31",
"count": 2
},
{
"date": "2024-06-02",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-01",
"count": 3
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-02-23",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 6044
},
"open_issues_and_prs": 56
},
"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": 9881,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 7,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "clamp",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "colorize",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "xcodeproj",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 30,
"open_issues": 51,
"closed_ratio": 0.495,
"closed_issues": 50,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "marklarr",
"commits": 170,
"avatar_url": "https://avatars.githubusercontent.com/u/760261?v=4"
},
{
"type": "User",
"login": "samsymons",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/183774?v=4"
},
{
"type": "User",
"login": "alexgenco",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/566993?v=4"
},
{
"type": "User",
"login": "ayanonagon",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/504184?v=4"
},
{
"type": "User",
"login": "dbachrach",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/45016?v=4"
},
{
"type": "User",
"login": "cassidoo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1454517?v=4"
},
{
"type": "User",
"login": "eliperkins",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1051453?v=4"
},
{
"type": "User",
"login": "jschmid",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/574168?v=4"
},
{
"type": "User",
"login": "PycKamil",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1215063?v=4"
},
{
"type": "User",
"login": "kylef",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/44164?v=4"
}
],
"contributors_sampled": 16,
"top_contributor_share": 0.876
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 9 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": 2,
"reason": "Found 6/27 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"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": "e22f20ac62105365d3e780dc12d6268b546858ce",
"ran_at": "2026-07-21T22:09:44Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 67,
"created_at": "2015-02-02T17:37:02Z",
"last_comment_at": "2016-08-30T15:15:06Z",
"last_comment_author": "noahsark769"
},
{
"number": 77,
"created_at": "2015-06-29T14:01:47Z",
"last_comment_at": "2015-08-21T17:55:43Z",
"last_comment_author": "marklarr"
},
{
"number": 125,
"created_at": "2017-02-01T18:14:33Z",
"last_comment_at": "2018-07-16T15:01:02Z",
"last_comment_author": "jadar"
},
{
"number": 143,
"created_at": "2018-11-07T18:26:09Z",
"last_comment_at": "2023-03-20T14:53:44Z",
"last_comment_author": "dnedrow"
},
{
"number": 144,
"created_at": "2019-03-13T06:08:47Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2016-05-13T19:14:07Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 26,
"created_at": "2014-06-18T23:48:21Z",
"last_comment_at": "2016-03-14T19:16:59Z",
"last_comment_author": "ScottRobbins"
},
{
"number": 44,
"created_at": "2014-09-05T18:17:16Z",
"last_comment_at": "2014-09-05T18:17:53Z",
"last_comment_author": "orta"
},
{
"number": 64,
"created_at": "2015-01-14T10:42:26Z",
"last_comment_at": "2017-07-01T12:30:44Z",
"last_comment_author": "noordawod"
},
{
"number": 65,
"created_at": "2015-01-16T12:13:09Z",
"last_comment_at": "2017-07-25T08:55:09Z",
"last_comment_author": "fabb"
},
{
"number": 66,
"created_at": "2015-01-28T12:49:31Z",
"last_comment_at": "2016-02-09T17:04:10Z",
"last_comment_author": "jeeftor"
},
{
"number": 68,
"created_at": "2015-02-10T11:31:23Z",
"last_comment_at": "2017-12-21T15:46:35Z",
"last_comment_author": "seasox"
},
{
"number": 72,
"created_at": "2015-05-07T05:23:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 79,
"created_at": "2015-07-27T07:34:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2015-07-28T07:28:26Z",
"last_comment_at": "2017-07-20T21:10:33Z",
"last_comment_author": "jnross"
},
{
"number": 81,
"created_at": "2015-08-02T03:56:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2015-10-11T23:23:26Z",
"last_comment_at": "2016-06-14T11:07:15Z",
"last_comment_author": "ceyhun"
},
{
"number": 87,
"created_at": "2015-10-13T16:10:18Z",
"last_comment_at": "2016-05-19T19:25:32Z",
"last_comment_author": "gadu"
},
{
"number": 89,
"created_at": "2015-11-24T13:02:15Z",
"last_comment_at": "2016-06-27T19:59:20Z",
"last_comment_author": "joedaniels29"
},
{
"number": 90,
"created_at": "2015-12-01T09:18:33Z",
"last_comment_at": "2017-09-01T10:19:42Z",
"last_comment_author": "beloso"
},
{
"number": 91,
"created_at": "2015-12-04T22:10:24Z",
"last_comment_at": "2016-03-24T22:34:56Z",
"last_comment_author": "jamesstidard"
},
{
"number": 93,
"created_at": "2015-12-20T06:17:19Z",
"last_comment_at": "2017-04-17T08:02:55Z",
"last_comment_author": "StevenVerheyen"
},
{
"number": 94,
"created_at": "2016-01-05T01:35:38Z",
"last_comment_at": "2016-07-06T08:02:11Z",
"last_comment_author": "ChrisGrant"
},
{
"number": 95,
"created_at": "2016-01-05T08:50:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2016-02-05T16:48:48Z",
"last_comment_at": "2016-05-17T05:26:43Z",
"last_comment_author": "marklarr"
},
{
"number": 105,
"created_at": "2016-03-24T08:56:03Z",
"last_comment_at": "2016-04-08T20:53:54Z",
"last_comment_author": "BluMist"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/venmo/synx",
"host": "github.com",
"name": "synx",
"owner": "venmo"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 28,
"inputs": {
"security": 31,
"vitality": 25,
"community": 74,
"governance": 55,
"engineering": 44,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 46,
"overall_after_abandonment_multiplier": 28
},
"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": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 2559,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2559 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2559
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": 60,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.0.52",
"releases_from_tags": false,
"days_since_latest_release": 4410,
"mean_days_between_releases": 5.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4410 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 4410
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 19,
"days_since_last_merged_pr": 3721,
"days_since_last_human_commit": 3721,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3721 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3721,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 74,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"forks": 265,
"stars": 6044,
"watchers": 126,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "6,044 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 6044
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "265 forks",
"points": 20.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 265
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "126 watchers",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 126
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 79,
"inputs": {
"packages": [
"synx"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 1288873,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "1,288,873 downloads all-time across rubygems",
"points": 63.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 1288873,
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 16,
"top_contributor_share": 0.876
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 88% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "16 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 16
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"merged_prs": 30,
"open_issues": 51,
"closed_issues": 50,
"issue_closed_ratio": 0.495,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "50% of issues closed",
"points": 23.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 50
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "30/42 decided PRs merged",
"points": 27.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 30,
"decided": 42
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/27 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 92,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "venmo",
"public_repos": 89,
"account_age_days": 5928
},
"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": "92 followers of venmo",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 92,
"login": "venmo"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"synx"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 3720
},
"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 3720 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3720
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "13 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 13
}
}
],
"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": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 9 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 6/27 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 21
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 27,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.34,
"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": "34 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 9881,
"source_files_sampled": 28,
"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/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T22:09:58.786492Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/v/venmo/synx.svg",
"full_name": "venmo/synx",
"license_state": "standard",
"license_spdx": "MIT"
}