Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 45,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 20135
},
"pushed_at": "2023-11-29T16:07:18Z",
"created_at": "2015-10-09T09:12:18Z",
"owner_type": "User",
"updated_at": "2026-07-13T21:28:45Z",
"description": "A golang package for converting to snake_case or CamelCase",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "iancoleman",
"company": null,
"location": "Melbourne",
"followers": 943,
"avatar_url": "https://avatars.githubusercontent.com/u/1281387?v=4",
"created_at": "2011-12-23T04:06:46Z",
"is_verified": null,
"public_repos": 88,
"account_age_days": 5331
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2023-07-13T00:09:19Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2021-07-12T23:15:45Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2020-11-22T23:47:59Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2020-09-21T23:17:07Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2020-08-25T22:46:32Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2020-08-17T23:00:22Z"
}
],
"recent_commits": [
{
"oid": "531aaa44de12ec166ceb71d9bdad7c8295e4235f",
"body": "Closes #43",
"is_bot": false,
"headline": "Fix concurrency for acronyms",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2023-07-13T00:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce6fd7ae2b10f78f2d5867a7ddce34084d6b814",
"body": "Improve uppercase string to camel case conversion",
"is_bot": false,
"headline": "Merge pull request #41 from atakanozceviz/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2023-07-13T00:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7993fd391266682cdd3408618e54058f8044f5c",
"body": null,
"is_bot": false,
"headline": "Improve uppercase string conversion",
"author_name": "Atakan Ozceviz",
"author_login": null,
"committed_at": "2022-07-18T19:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a61ebb85b34d7b831590cd8fa7faafadc161a652",
"body": null,
"is_bot": false,
"headline": "Add go.mod",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2021-07-12T23:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "034d0996c18bec4c26e1eff5a43d648c9c4a4fc5",
"body": "ignore multiple chars in snake_case",
"is_bot": false,
"headline": "Merge pull request #32 from penhauer/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2021-07-12T23:11:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "192a02172ed4cef346e7f4d476182ea129101b97",
"body": null,
"is_bot": false,
"headline": "ignore multiple chars in snake_case",
"author_name": "amirmohammad",
"author_login": null,
"committed_at": "2021-02-08T09:33:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ddaa2c2d3cbd5a4a4dcf7dff3652d5fb332fd2",
"body": null,
"is_bot": false,
"headline": "Migrate from travis-ci.org to travis-ci.com",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2021-01-18T23:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77cf97e1f9dc58d599cee585c955725039a9d906",
"body": "Provides ability to configure custom acronyms",
"is_bot": false,
"headline": "Merge pull request #28 from tyronewilson/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2020-11-22T23:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10b280f8d209855767061d4b2a3c156dd590a068",
"body": null,
"is_bot": false,
"headline": "Provides ability to configure custom acronyms",
"author_name": "Tyrone",
"author_login": "tyronewilson",
"committed_at": "2020-10-17T10:19:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31e1dd6d285ceb0a110aec6898a75dd6934a35ed",
"body": "Reintroduce strings.TrimCase in snake",
"is_bot": false,
"headline": "Merge pull request #26 from NathanBaulch/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2020-09-21T23:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c294d87b8e80dec5ba4b9cf0f65c7b189354f4",
"body": null,
"is_bot": false,
"headline": "Reintroduce strings.TrimCase in snake",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-09-21T03:36:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0ad225083860c70d196c6ebbb2218518df8ccd",
"body": null,
"is_bot": false,
"headline": "Remove go versions in CI with no strings.Builder",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2020-08-25T22:56:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692d1b89fed27aadf9d3ea07717014dffe558ede",
"body": "Closes #25",
"is_bot": false,
"headline": "Fix ToLowerCamel with leading space",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2020-08-25T22:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e9d4e5c09d4767bb6a4d9fdc49a9d548b70898",
"body": "Better number handling and general performance",
"is_bot": false,
"headline": "Merge pull request #24 from NathanBaulch/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2020-08-17T23:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fab6530048ce8268098c5ef39c193028c5947ec",
"body": null,
"is_bot": false,
"headline": "Remove problematic numbers regexp",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-08-16T22:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "820267b5d99440a88b47090af44de9127893c402",
"body": null,
"is_bot": false,
"headline": "Performance optimizations",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-08-16T22:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6b8dcde35569b34185fc011be4f0f41cf393f3d",
"body": null,
"is_bot": false,
"headline": "Fix incorrect delimiter between dot and cap",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-08-16T22:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "486369db5a693767c407c57f0975767b5b65942d",
"body": null,
"is_bot": false,
"headline": "Minor linting and readability improvements",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-08-16T22:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ab870f8c1a9d6b6b489ab5f44d84db148836b90",
"body": null,
"is_bot": false,
"headline": "Benchmarks",
"author_name": "Nathan Baulch",
"author_login": "NathanBaulch",
"committed_at": "2020-08-16T21:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16388991a33441046539eb716cff4d294d556c70",
"body": "See https://docs.travis-ci.com/user/languages/go/#specifying-a-go-version-to-use",
"is_bot": false,
"headline": "Update travisci",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T23:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb1a286566d397990da1eb4ba6140bb8859701af",
"body": null,
"is_bot": false,
"headline": "Add test for ToScreamingDelimitedWithIgnore",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T23:24:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b55ac809007ff958e3a549db78c5a9a805f41c",
"body": null,
"is_bot": false,
"headline": "Update examples in readme",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T23:22:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce7b139d808743a66ad5682b387c71c560feaf37",
"body": "Update travis.yml and README",
"is_bot": false,
"headline": "Merge pull request #11 from shuheiktgw/small_fixes",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T23:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13740a6cff9b453af0e984881c3f392922441eff",
"body": "Comment width reduced\nIf condition reworded for readability\nTypo ingore/ignore\nRename del to delimiter\nRun gofmt",
"is_bot": false,
"headline": "Tidy up snake.go",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T22:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "198ca931c72a4aae00d03776eb6dec677e0f23b1",
"body": null,
"is_bot": false,
"headline": "Fix acronyms for camel case",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T22:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21f80d9b9a44ec740bd1e595a5e77bc03649e79c",
"body": "treat next letter after `.` as cap",
"is_bot": false,
"headline": "Merge pull request #19 from floydspace/floydspace-patch-1",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T22:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68dd5e7e751908938fbb34bbf83d82a1eaf36c5",
"body": "add method ToSnakeWithIgnore",
"is_bot": false,
"headline": "Merge pull request #17 from jzlikewei/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2019-11-12T22:36:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c71f7c32a50de355219c73c7ba330d07ddd86bc",
"body": null,
"is_bot": false,
"headline": "Add new test cases",
"author_name": "Victor Korzunin",
"author_login": null,
"committed_at": "2019-11-06T07:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689d5151384f4e91f9945437bad228f742717005",
"body": null,
"is_bot": false,
"headline": "treat next letter after `.` as cap",
"author_name": "Victor Korzunin",
"author_login": "floydspace",
"committed_at": "2019-11-04T23:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44067336ae3b42cd97c86be08287cf674b7ca193",
"body": "Change-Id: Id75f3d34d1ffc13a53351cdec79b2130cb8ffa66",
"is_bot": false,
"headline": "add method ToSnakeWithIgnore",
"author_name": "likewei.ilike",
"author_login": null,
"committed_at": "2019-09-29T07:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e506e3ef73653e84c592ba44aab577a46678f68c",
"body": "Pleasing GoReportCard",
"is_bot": false,
"headline": "Merge pull request #14 from Ma124/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2019-04-22T22:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a54a9366e165236e97c1b350cbb2ad1d2a5c4f1b",
"body": null,
"is_bot": false,
"headline": "Added GoReportCard Badge and reworded the README slightly",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2019-04-19T07:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc5dc8c6d1a0c391bb5a4ded09769dfaad58047",
"body": null,
"is_bot": false,
"headline": "refactored doc to please golint",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2019-04-19T07:12:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d73be125f87d9519d05f013e9f743d869c8e7893",
"body": null,
"is_bot": false,
"headline": "ran gofmt -s -w *.go",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2019-04-19T07:01:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97dca1ceb999d4301a2dad427b77ac036893bd2",
"body": null,
"is_bot": false,
"headline": "Add an instruction to install",
"author_name": "Shuhei Kitagawa",
"author_login": null,
"committed_at": "2018-09-21T02:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "266d7ff9e823a31aef8d0c8349033148c35a7a4a",
"body": null,
"is_bot": false,
"headline": "Update Golang versions on Travis CI",
"author_name": "Shuhei Kitagawa",
"author_login": null,
"committed_at": "2018-09-21T01:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3605ed457bf7f8caa1371b4fafadadc026673479",
"body": null,
"is_bot": false,
"headline": "Add tests for untested methods",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2018-07-26T02:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebd67d563a0c23dd56a0a6eee57de11dd9fec792",
"body": "Added support for kebab-case, snake.case with custom delimiters and the screaming variants of all 3",
"is_bot": false,
"headline": "Merge pull request #10 from Ma124/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2018-07-26T02:26:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9c8621a63a5b25c793eb3ac1d2957d439973c25",
"body": null,
"is_bot": false,
"headline": "Fixed typo in README",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T19:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22125ab7013888e5588dac89193aa4a025b1d211",
"body": null,
"is_bot": false,
"headline": "Swapped Ma124 to iancoleman in all badges for pull request",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:57:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2f0b2dc3d4448e5fbb93eb1b242d3085fcadae",
"body": null,
"is_bot": false,
"headline": "Reformatted readme",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a89e57570df1d0c09c49884b31bce03d2812d94",
"body": null,
"is_bot": false,
"headline": "Updated readme",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:51:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04417c35f9e5d31fef07c8f3760aaccd8c35d4d2",
"body": null,
"is_bot": false,
"headline": "Added doc and kebab",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:36:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e04f3d6a6627953d45914cb8960a16cda5ecd5",
"body": null,
"is_bot": false,
"headline": "Added screaming and doc",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b39e75bb17eebb0f3f573d8788e4937c30e74c8f",
"body": null,
"is_bot": false,
"headline": "Added ToDelimited",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T18:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c8073f82dd62730ba867b82bfae13a86017c46",
"body": null,
"is_bot": false,
"headline": "Added license notices of Ian Coleman to each file",
"author_name": "Ma_124",
"author_login": "Ma124",
"committed_at": "2018-07-03T17:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90d371a664d668ca3e61d3ddddf1916662959f11",
"body": "Improve ToLowerCamel()",
"is_bot": false,
"headline": "Merge pull request #9 from takuoki/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2018-06-05T03:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e136f613ee04343ba3da5d8697ceb04d76ea184e",
"body": "improve first upper case for ToLowerCamel",
"is_bot": false,
"headline": "Merge pull request #1 from takuoki/first_upper_case",
"author_name": "Takuo Oki",
"author_login": "takuoki",
"committed_at": "2018-06-04T00:48:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "541756bf96272f830afdd677323a705aa1076bac",
"body": null,
"is_bot": false,
"headline": "improve first upper case for ToLowerCamel",
"author_name": "takuoki",
"author_login": "takuoki",
"committed_at": "2018-06-04T00:47:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1e2b920dc4477c77edbcb28f00d794703aec1a",
"body": "Update snake.go",
"is_bot": false,
"headline": "Merge pull request #6 from bestplay/master",
"author_name": "iancoleman",
"author_login": "iancoleman",
"committed_at": "2018-05-21T05:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c09721c5bf57ba28c6330fb33b3fcf0bfa2371c",
"body": null,
"is_bot": false,
"headline": "Support from lowercase to continuous uppercase",
"author_name": "richard",
"author_login": "bestplay",
"committed_at": "2018-05-19T08:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2ad438e9efb0b2c64d0e77ca2bf7ef0fc151988",
"body": null,
"is_bot": false,
"headline": "Update snake.go",
"author_name": "bestplay",
"author_login": "bestplay",
"committed_at": "2018-04-27T07:43:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8275f25354ae28ae89eb2c2b1d33cdae78609c5",
"body": "Consider userID to user_id",
"is_bot": false,
"headline": "Update snake.go",
"author_name": "bestplay",
"author_login": "bestplay",
"committed_at": "2018-04-27T07:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d19238534019cf63623986540a3b6d557d4b4b42",
"body": "Closes #5",
"is_bot": false,
"headline": "Treat acronyms as whole words",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2018-03-11T07:56:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de563c3dc08a7504131e9d63f678b7d1c3e85d7",
"body": null,
"is_bot": false,
"headline": "Apply gofmt to all code",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2017-11-29T01:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30c986a8faa62b02632eddaa8964ad83a212e58a",
"body": null,
"is_bot": false,
"headline": "Treat numbers as word boundaries",
"author_name": "Ian Coleman",
"author_login": "iancoleman",
"committed_at": "2017-11-29T00:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1e131f0f235122cd147dfb40fb9aaf7d97a45bc",
"body": null,
"is_bot": false,
"headline": "Make toCamelInitCase private",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2017-06-15T02:36:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c888c7b782789b368b0e0119e263b7e3af8aa5f1",
"body": null,
"is_bot": false,
"headline": "Add test for Issue #2",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2017-06-15T02:34:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "202477781d43581fb773088bbfee0919b1af64d4",
"body": null,
"is_bot": false,
"headline": "Add test for Issue #1",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2017-06-15T02:32:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adbbf08fa614e9b5786dadb7b5d22779ec40c28c",
"body": "added ToLowerCamel(), capitalize characters after -",
"is_bot": false,
"headline": "Merge pull request #3 from jbcpollak/master",
"author_name": "iancoleman",
"author_login": "loudspeakernotes",
"committed_at": "2017-06-15T00:55:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c126df64d8a60bbbff7637a51996ee7aae768c",
"body": "feat: created ToLowerCamel() to not capitalize the first letter",
"is_bot": false,
"headline": "fix: capitalize characters after -",
"author_name": "Joshua Chaitin-Pollak",
"author_login": "jbcpollak",
"committed_at": "2017-06-14T18:26:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa75d0710f96d6263b53319cbdc394466490aac",
"body": null,
"is_bot": false,
"headline": "Coverage badge",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2015-10-16T04:34:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26661c31a83d7aa030f8802b34aa233ae0bf8b17",
"body": null,
"is_bot": false,
"headline": "Simpler travis.yml",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2015-10-16T04:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f7d1e0d274d94188204dae29d3cb622923ba5e",
"body": null,
"is_bot": false,
"headline": "travis status added to readme",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2015-10-09T09:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30c1264effabdb1faf76234d1a1672c00ced540",
"body": null,
"is_bot": false,
"headline": "Make repository public",
"author_name": "Ian Coleman",
"author_login": "loudspeakernotes",
"committed_at": "2015-10-09T09:13:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2023-07-13T00:09:19Z",
"latest_release_tag": "v0.3.0",
"releases_from_tags": true,
"days_since_last_push": 971,
"active_weeks_last_year": 0,
"days_since_latest_release": 1111,
"mean_days_between_releases": 211.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/iancoleman/strcase",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/iancoleman/strcase",
"is_deprecated": false,
"latest_version": "v0.3.0",
"repository_url": "https://github.com/iancoleman/strcase",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2023-07-13T00:09:19Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1111
}
]
},
"popularity": {
"forks": 116,
"stars": 1145,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-10-02",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-07-03",
"count": 1
},
{
"date": "2018-07-07",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-01-21",
"count": 2
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-08-25",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-29",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-04-08",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-05-30",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-09-16",
"count": 2
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-18",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-05-20",
"count": 3
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-24",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-25",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-09",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-09-10",
"count": 2
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 114,
"total_forks": 116
},
"star_history": null,
"open_issues_and_prs": 23
},
"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": [
"go.mod"
],
"largest_source_bytes": 6991,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 13,
"open_issues": 16,
"closed_ratio": 0.484,
"closed_issues": 15,
"closed_unmerged_prs": 5
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "iancoleman",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/1281387?v=4"
},
{
"type": "User",
"login": "Ma124",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/22096295?v=4"
},
{
"type": "User",
"login": "loudspeakernotes",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/292704194?v=4"
},
{
"type": "User",
"login": "NathanBaulch",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/249604?v=4"
},
{
"type": "User",
"login": "bestplay",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3828277?v=4"
},
{
"type": "User",
"login": "takuoki",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/26196935?v=4"
},
{
"type": "User",
"login": "jbcpollak",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/188558?v=4"
},
{
"type": "User",
"login": "tyronewilson",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1901682?v=4"
},
{
"type": "User",
"login": "floydspace",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5180700?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.441
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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 8 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": 4,
"reason": "Found 8/18 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": "531aaa44de12ec166ceb71d9bdad7c8295e4235f",
"ran_at": "2026-07-28T13:51:25Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 35,
"created_at": "2021-12-08T20:59:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2022-12-30T03:54:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2023-05-27T20:28:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2023-07-14T07:33:23Z",
"last_comment_at": "2024-03-06T15:09:47Z",
"last_comment_author": "alelevinas"
},
{
"number": 57,
"created_at": "2026-04-14T16:40:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2026-04-15T04:42:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 59,
"created_at": "2026-07-21T22:26:28Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2023-07-13T00:00:47Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 7,
"created_at": "2018-05-15T14:33:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2018-12-24T19:52:22Z",
"last_comment_at": "2023-09-09T19:04:48Z",
"last_comment_author": "lrstanley"
},
{
"number": 20,
"created_at": "2019-11-16T02:04:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2020-01-28T18:57:59Z",
"last_comment_at": "2022-02-16T16:12:24Z",
"last_comment_author": "amanenk"
},
{
"number": 29,
"created_at": "2020-11-23T08:22:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2022-03-31T22:01:58Z",
"last_comment_at": "2024-09-21T07:45:10Z",
"last_comment_author": "seiyab"
},
{
"number": 39,
"created_at": "2022-04-28T11:22:59Z",
"last_comment_at": "2025-04-01T07:29:52Z",
"last_comment_author": "euank"
},
{
"number": 40,
"created_at": "2022-06-25T16:57:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2022-08-31T10:55:25Z",
"last_comment_at": "2022-09-20T10:17:16Z",
"last_comment_author": "jryannel"
},
{
"number": 46,
"created_at": "2022-12-30T03:40:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2023-09-23T09:41:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2024-01-19T17:48:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2024-12-11T11:12:02Z",
"last_comment_at": "2025-04-01T21:33:34Z",
"last_comment_author": "WGH-"
},
{
"number": 53,
"created_at": "2024-12-15T02:23:35Z",
"last_comment_at": "2024-12-15T07:00:28Z",
"last_comment_author": "ccoVeille"
},
{
"number": 54,
"created_at": "2025-03-18T20:23:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2025-08-04T15:59:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/iancoleman/strcase",
"host": "github.com",
"name": "strcase",
"owner": "iancoleman"
},
"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": 24,
"inputs": {
"security": 29,
"vitality": 13,
"community": 61,
"governance": 60,
"engineering": 34,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 40,
"overall_after_abandonment_multiplier": 24
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"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": 971,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 971 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 971
}
}
],
"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": "at_risk",
"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": 32,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.3.0",
"releases_from_tags": true,
"days_since_latest_release": 1111,
"mean_days_between_releases": 211.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1111 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1111
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~211.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 211.8
}
}
],
"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": 4,
"unanswered_open_issues": 15,
"days_since_last_merged_pr": 1111,
"days_since_last_human_commit": 1111,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1111 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": 1111,
"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": "moderate",
"name": "Community & Adoption",
"value": 61,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"forks": 116,
"stars": 1145,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,145 stars",
"points": 49.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1145
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "116 forks",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 116
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 9,
"top_contributor_share": 0.441
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"merged_prs": 13,
"open_issues": 16,
"closed_issues": 15,
"issue_closed_ratio": 0.484,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "48% of issues closed",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 48
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "13/18 decided PRs merged",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 13,
"decided": 18
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/18 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 70,
"inputs": {
"followers": 943,
"owner_type": "User",
"is_verified": null,
"owner_login": "iancoleman",
"public_repos": 88,
"account_age_days": 5331
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "943 followers of iancoleman",
"points": 21.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 943,
"login": "iancoleman"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "88 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 88
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/iancoleman/strcase"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1111
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1111 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1111
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "6 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 6
}
}
],
"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": 34,
"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 8 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"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": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 8 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 8/18 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.292,
"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": "19 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 19,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"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": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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 65",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 65
}
}
],
"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": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 6991,
"source_files_sampled": 7,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:51:41.473984Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/i/iancoleman/strcase.svg",
"full_name": "iancoleman/strcase",
"license_state": "standard",
"license_spdx": "MIT"
}