Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"image",
"resize",
"crop",
"rotate",
"blur",
"sharpness",
"brightness",
"contrast",
"gamma",
"convolution"
],
"is_fork": false,
"size_kb": 3677,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 214678
},
"pushed_at": "2023-09-21T02:16:10Z",
"created_at": "2012-12-06T20:21:21Z",
"owner_type": "User",
"updated_at": "2026-07-21T05:45:44Z",
"description": "Imaging is a simple image processing package for Go",
"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": "Grigory Dryapak",
"type": "User",
"login": "disintegration",
"company": "@ozonru",
"location": "Moscow, Russia",
"followers": 217,
"avatar_url": "https://avatars.githubusercontent.com/u/2706839?v=4",
"created_at": "2012-11-02T13:04:19Z",
"is_verified": null,
"public_repos": 6,
"account_age_days": 5009
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.6.2",
"kind": "patch",
"published_at": "2019-11-16T21:00:27Z"
},
{
"tag": "v1.6.1",
"kind": "patch",
"published_at": "2019-08-24T11:35:13Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2019-02-02T03:18:43Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2018-08-19T16:01:38Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2018-05-08T20:06:14Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2018-03-14T22:43:51Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2018-03-12T12:34:38Z"
}
],
"recent_commits": [
{
"oid": "d40f48ce0f098c53ab1fcd6e0e402da682262da5",
"body": "Add function \"AdjustHue\"",
"is_bot": false,
"headline": "Merge pull request #130 from StruffelProductions/add-hue-adjustment",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-12-18T19:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6f4d6450cebd90111713e1688936358df489f09",
"body": "Detects all trivial cases (like -360,0,360) instead of just 0.",
"is_bot": false,
"headline": "Add detection for all trivial cases",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-12-18T14:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3956733f99d97cbd2da33d62468b6b2d9397bd43",
"body": "Removes the [-180,180] limitation from the hue shift and adds additional test cases for -540, -360, -350, 350, 360, 540, -480 (golden), 480 (golden).",
"is_bot": false,
"headline": "Remove shift limitation",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-12-18T14:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9821411d12d967e5657ebb13620d285db73fcafb",
"body": null,
"is_bot": false,
"headline": "readme: update documentation links",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-11-25T08:00:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee5d651540d0b19a7d667d1658fe6b900fe2da5",
"body": null,
"is_bot": false,
"headline": "readme: fix typo",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-11-25T07:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d8eac95841633283b5e1d8d4b4920b55d46f558",
"body": "Inverts the direction in which the hue is rotated to bring the function in line with the HSL filters in GIMP, Krita and Blender.",
"is_bot": false,
"headline": "Invert hue adjustment direction",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-11-22T11:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84be08e61274361ee54f73dc1f36d4ce463ec49f",
"body": "Renames the function \"AdjustHues\" to \"AdjustHue\" (along with the tests, documentation and sample files).",
"is_bot": false,
"headline": "Rename \"AdjustHues\" to \"AdjustHue\"",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-11-22T10:38:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9edfa1ec221bcb4262e7b5628780d43d293a0c18",
"body": "Travis-ci: added support for ppc64le & updated go 1.13 & 1.14 & 1.15",
"is_bot": false,
"headline": "Merge pull request #131 from dthadi3/ppc64le",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-11-21T15:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab97377a034c85c52a950e6a4eab50355bac242c",
"body": "Signed-off-by: Devendranath Thadi <devendranath.thadi3@gmail.com>",
"is_bot": false,
"headline": "Travis-ci: added support for ppc64le & updated go 1.13 & 1.14 & 1.15",
"author_name": "Devendranath Thadi",
"author_login": "dthadi3",
"committed_at": "2020-11-11T18:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "083d3988dd5b8084cc4d89a4079888c105e4e4a4",
"body": "Changes the name of \"AdjustHue\" to \"AdjustHues\" which appears to be the proper term when talking about an entire image (instead of one individual color).",
"is_bot": false,
"headline": "Change function name to \"AdjustHues\"",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-21T13:52:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72d05b90d33c6a8ae86ea1d838f8f9fb494ddd4",
"body": "Adds an example for the AdjustHue function to the README file.",
"is_bot": false,
"headline": "Update README to include AdjustHue function",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-21T13:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11904579b5d305135f53e02ad8efc0dffcf8d646",
"body": "Slight change to the AdjustHue function to adjust readability.",
"is_bot": false,
"headline": "Minor change for legibility",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-21T13:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d516545b02c78d762636ac7de54899c536cb667",
"body": "Adds tests for the AdjustHue function.",
"is_bot": false,
"headline": "Add Tests for AdjustHue",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-21T13:13:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1841f29f406fea81c4b04eaaaa02e2bc46913e",
"body": "Fixes the conversion from the degree to a float value and makes it consistent with most other color pickers.",
"is_bot": false,
"headline": "Fix/Adjust interpretation of shift value",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-20T20:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e68dac9b3a65e15f245e3b209d5f0d22696b54ac",
"body": "The function AdjustHue(img, shift) performs a hue shift and returns the changed image img.",
"is_bot": false,
"headline": "Add 'AdjustHue' function",
"author_name": "StruffelProductions",
"author_login": "struffel",
"committed_at": "2020-09-20T20:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "339f5d48a4f3352fe8bcdefe81de01e25f711b09",
"body": "Support limiting the number of parallel processing goroutines",
"is_bot": false,
"headline": "Merge pull request #123 from marianrh/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-06-05T23:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5232859032443cb6ea1f88152cf6aad74e2ada08",
"body": null,
"is_bot": false,
"headline": "Support limiting the number of concurrent processing subroutines",
"author_name": "Marian Rainer-Harbach",
"author_login": "marianrh-apa",
"committed_at": "2020-05-26T06:37:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879073f2332fabf5a5faa93986ed41598dcf0b62",
"body": "avoid unnecessary processing",
"is_bot": false,
"headline": "Merge pull request #109 from yef-ksh/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2020-02-11T21:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24d954dc01266ac1e8ba74cbe5e632c87fb0b38a",
"body": "Change-Id: I00d2aa0180bf63d006d459765b9f91a622a882f4",
"is_bot": false,
"headline": "rewrite if/else",
"author_name": "yefu",
"author_login": null,
"committed_at": "2020-02-03T02:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44fc157f41577b3ded9eb04f1421d2ccdc79802",
"body": "Change-Id: Ic567a5bad7a6e1cea5eebb3a555c119a62907ecb",
"is_bot": false,
"headline": "fix test case",
"author_name": "yefu",
"author_login": null,
"committed_at": "2020-01-23T06:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e413873b85d5a4e754958b24c4b1a60797261b10",
"body": "Change-Id: I34f6e8ebe111d85a9631e710ad4180b73c8fc881",
"is_bot": false,
"headline": "add test case",
"author_name": "yefu",
"author_login": null,
"committed_at": "2020-01-22T10:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8633a436aab9b13cf04dbbbaff6cc51ad22066c",
"body": "Change-Id: I6adcf2a9bd1b6b30bcfb9a8351778b30f3c16caa",
"is_bot": false,
"headline": "avoid unnecessary processing",
"author_name": "yefu",
"author_login": null,
"committed_at": "2020-01-22T09:59:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acabd8315e63bfcaac97d52d68a7a0b88d2eea93",
"body": "upgrade x/image dependency to support v4 and v5 bmp info headers",
"is_bot": false,
"headline": "Merge pull request #106 from Hsn723/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-11-16T20:43:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "675e3c209ff3e9bbee22db0bffe990d3abace4ce",
"body": null,
"is_bot": false,
"headline": "upgrade x/image dependency to support v4 and v5 bmp info headers",
"author_name": "tu-antoine",
"author_login": "Hsn723",
"committed_at": "2019-11-15T06:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9aab30e6aa535fe3337b489b76759ef97dfaf362",
"body": null,
"is_bot": false,
"headline": "travis-ci: remove go versions 1.7.x .. 1.9.x",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-08-24T11:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8012152d63c75c6c1429f8414ba5521cafd46032",
"body": null,
"is_bot": false,
"headline": "travis-ci: add go 1.12.x",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-08-24T11:16:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3315d80b86cece7a61caee3d31b704689c1a4ba4",
"body": null,
"is_bot": false,
"headline": "fix golden tests on arm64, ppc64le, s390x",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-08-24T11:10:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465faf0892b5c7b3325643b0e47282e1331672e7",
"body": null,
"is_bot": false,
"headline": "readme: add FAQ section",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-06-02T12:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "061e8a750a4db9667cdf9e2af7f4029ba506cb3b",
"body": "rewrite if-else to switch statement",
"is_bot": false,
"headline": "Merge pull request #90 from sosiska/patch-1",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-03-08T17:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfaa495a0b54135af6677f8a396c39aac6fea20a",
"body": null,
"is_bot": false,
"headline": "rewrite if-else to switch statement",
"author_name": "Motkov Kirill",
"author_login": "sosiska",
"committed_at": "2019-03-05T20:38:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5362c131d56305ce787e79a5b94ffc956df00d62",
"body": null,
"is_bot": false,
"headline": "tidy up docs and comments",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-02-02T03:03:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "589168b0e061d78879a1b1f726a66320cba9fb6c",
"body": null,
"is_bot": false,
"headline": "io: minor refactoring of Encode and formats",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-02-02T03:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f8a0b29d0b491f837f5a03b6af1fa44edb9a4e",
"body": null,
"is_bot": false,
"headline": "revert copyright date to 2012",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-02-02T03:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1a0e7447cb1ebaca4b10543571bdb6e3e324c6",
"body": "- Separate test cases for crop->resize and resize->crop fill variants\n- Use Fill with different anchor points in golden tests\n- Add Fit golden test",
"is_bot": false,
"headline": "Fill and Fit tests improvements",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-20T15:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "791d8b4e286133da7ec23d5324f6e223d5b0dfe6",
"body": null,
"is_bot": false,
"headline": "performance improvements",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-20T14:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a2b9828db317180e38c12d6b6d7f8649190a8c",
"body": "Crop before resize in Fill",
"is_bot": false,
"headline": "Merge pull request #84 from bspammer/crop_before_resize",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-20T14:23:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa79ab36ab53691a1881bdcd56ef604f66a22112",
"body": null,
"is_bot": false,
"headline": "add saturation examples to readme",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-12T04:07:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b49368960114bcf3ef37b1318866d7ebc4f7e1",
"body": null,
"is_bot": false,
"headline": "adjust saturation fixes and tests",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-12T04:03:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61e812f83d35f833d442c36c2195ffe88fb43fdd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'j-delaney-saturation'",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2019-01-12T01:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f80372420aa44d8e61c6d09df4ee7eeecf294b",
"body": null,
"is_bot": false,
"headline": "Add golden tests for Thumbnail",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-29T00:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae66ee5699ae44efd821054a55894e0d3bcc082",
"body": null,
"is_bot": false,
"headline": "Fill: update documentation",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-28T19:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b60f21ec067f825853e416ec2d342127b54a21",
"body": null,
"is_bot": false,
"headline": "Fill: fallback to old algorithm for small images",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-28T19:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff7744657f2380ffa0e213eebed680544056c53f",
"body": null,
"is_bot": false,
"headline": "Fill: add rounding and minimum width/height of 1",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-15T17:31:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a00a492237564429e787655b7c09787bec8ac570",
"body": null,
"is_bot": false,
"headline": "Refactor in Fill for clarity",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-09T20:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fe522e9944bdddbf488278d9f3e009f5ae57ffa",
"body": null,
"is_bot": false,
"headline": "Crop before resize in Fill function",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-09T19:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c9f66be8ca9cacb72a9c34dbac6eb32ae72d9b",
"body": null,
"is_bot": false,
"headline": "Add benchmarks for Fill function",
"author_name": "Charlie Collard",
"author_login": "charlie-collard",
"committed_at": "2018-12-09T19:53:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eca413ec1417dcda4151ca763131c14799964899",
"body": null,
"is_bot": false,
"headline": "AdjustSaturation",
"author_name": "J Delaney",
"author_login": "j-delaney",
"committed_at": "2018-10-26T15:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9458da53d1e65e098d48467a4317c403327e4424",
"body": "improve performance of Resize",
"is_bot": false,
"headline": "Merge pull request #81 from orisano/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-10-20T15:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f14fb452287ad1bfea6c12bb26eb5594caeec1da",
"body": null,
"is_bot": false,
"headline": "feat: improve performance small case",
"author_name": "Nao YONASHIRO",
"author_login": "orisano",
"committed_at": "2018-10-16T15:54:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b59a9098ce59de41458706b833add3dde979e3",
"body": null,
"is_bot": false,
"headline": "feat: reduce avoid multiply",
"author_name": "Nao YONASHIRO",
"author_login": "orisano",
"committed_at": "2018-10-16T15:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fc2b4e755f84171663efe60e2cb4699e9741dbf",
"body": null,
"is_bot": false,
"headline": "feat: use color.YCbCrToRGB's calculation method",
"author_name": "Nao YONASHIRO",
"author_login": "orisano",
"committed_at": "2018-10-16T15:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9793b43422d12af28b617a5c22a802086dce3be",
"body": null,
"is_bot": false,
"headline": "feat: improve performance a == 0 case",
"author_name": "Nao YONASHIRO",
"author_login": "orisano",
"committed_at": "2018-10-16T15:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c26a1f07174008ccdaebd183c2c0036f0210a95",
"body": null,
"is_bot": false,
"headline": "feat: reduce avoid boundary check",
"author_name": "Nao YONASHIRO",
"author_login": "orisano",
"committed_at": "2018-10-16T12:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32df9565b4e0c1460f1915d53f6ff198d9a41af2",
"body": null,
"is_bot": false,
"headline": "travis-ci: add go 1.11",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-09-15T21:58:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b547a6aaf25defbc7f6d1721cd8f6da6955141",
"body": null,
"is_bot": false,
"headline": "add go.mod & go.sum",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-09-15T21:49:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd5694c78c9c3d9a3cd06a706a8f3c59296a9ac",
"body": null,
"is_bot": false,
"headline": "io: add decode option: AutoOrientation",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-08-19T15:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8021a62ea0dfe0ed2e6107f5ccd37e0d4a92a996",
"body": "Add a FormatFromExtension helper",
"is_bot": false,
"headline": "Merge pull request #78 from oliverpool/format_from_extension_helper",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-07-17T18:06:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55ca158d9e277dc7e5e67f8f0c3b3ff03d0ba838",
"body": null,
"is_bot": false,
"headline": "Remove dot from extension list",
"author_name": "oliverpool",
"author_login": null,
"committed_at": "2018-07-17T17:49:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5a6a21ce35d7106df499543f632ccc4bcd3747e",
"body": null,
"is_bot": false,
"headline": "add a FormatFromExtension helper",
"author_name": "oliverpool",
"author_login": null,
"committed_at": "2018-07-17T12:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e63c9a565d0a3260d23d060a795783dab90fefe",
"body": null,
"is_bot": false,
"headline": "further blur improvements",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-06-04T18:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3163b5a0184c3e90233e96934ef0e4554e9f92a",
"body": "Blur performance optimization",
"is_bot": false,
"headline": "Merge pull request #73 from jasonmoo/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-06-04T17:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f587c636c5f4d6945d209e9a831e993f065a65",
"body": null,
"is_bot": false,
"headline": "Blur performance optimization",
"author_name": "Jason Mooberry",
"author_login": "jasonmoo",
"committed_at": "2018-05-14T21:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbcee2f5c9d5e94ca42c8b50ec847fec64a6c134",
"body": null,
"is_bot": false,
"headline": "helpers: fix race condition and simplify New",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-05-08T19:53:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbec8e448443b07c0859e094701e1dd814c25216",
"body": null,
"is_bot": false,
"headline": "move format extensions map out of function body",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-04-30T00:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79acd08cea8365df9fc16cccaeb3509b4495e241",
"body": "Extracted format parsing to a separate public method",
"is_bot": false,
"headline": "Merge pull request #70 from hassansin/master",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-04-11T22:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "458b7778d40bb4cd58080e5fa00c45f076981f43",
"body": null,
"is_bot": false,
"headline": "Extracted format parsing to a separate public method",
"author_name": "hassansin",
"author_login": "hassansin",
"committed_at": "2018-04-10T22:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd34ef7671b12cdf1b024d98c6b327b2770d32c4",
"body": null,
"is_bot": false,
"headline": "add png compression level encode option",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-14T22:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815dfae50593f097eda9a70562e051b5ff75edcd",
"body": null,
"is_bot": false,
"headline": "resize: optimize nearest-neighbor downsampling",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-14T21:04:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416305ba3d5df4b8a3cd217f43e6710711b13afa",
"body": null,
"is_bot": false,
"headline": "minor updates to readme, docs, travis-ci",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-12T19:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b039796423f87e7caca7f8eaace36878f2cce73d",
"body": null,
"is_bot": false,
"headline": "add gif encode options",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-08T13:13:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9939250c91cf0172b16ee9933e881cf7557baf",
"body": null,
"is_bot": false,
"headline": "travis ci: add race test",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-07T23:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cf4ab5095c4e1ef0608a7af392f81986d2d8e16",
"body": null,
"is_bot": false,
"headline": "update travis ci",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-07T22:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416a21a28a0d5c88219ee45017c65a0fecbd927e",
"body": null,
"is_bot": false,
"headline": "image processing refactoring",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-07T22:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e855101abfb648710de8f117ce81af2c642efe19",
"body": null,
"is_bot": false,
"headline": "more benchmarks, new test images",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2018-03-07T20:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1884593a19ddc6f2ea050403430d02c1d0fc1283",
"body": null,
"is_bot": false,
"headline": "add Save/Encode option - JPEGQuality",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-12-09T18:21:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd50a3ee9985ccd313a2f03c398fcaedc96dc707",
"body": null,
"is_bot": false,
"headline": "transform: omit unnecessary conversion",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-26T19:06:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0df405384fbb536c584ff141b08f30fca67a0b70",
"body": null,
"is_bot": false,
"headline": "histogram: omit unnecessary type declaration",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-26T19:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38fb9473ae3a655ed97b0f3ea7cca1ca01d6b583",
"body": null,
"is_bot": false,
"headline": "clone: adjust YCbCr to RGB conversion",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-26T18:59:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b085d8f4ea6f229d5fe9c273aa008c3e39b4e324",
"body": null,
"is_bot": false,
"headline": "resize: reduce the number of allocations",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-07T13:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88aca01f3e8c407eeed3924a563193ebb8876376",
"body": null,
"is_bot": false,
"headline": "clone: inline YCbCr color conversion",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-07T13:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0198c96e30fe3873a1dea1c7f819e5ceb258a58a",
"body": null,
"is_bot": false,
"headline": "move Clone to separate file",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-10-07T12:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3956f26e8f5f2370428d573648fedc717fbe51e",
"body": null,
"is_bot": false,
"headline": "travis ci: update go versions",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-09-16T18:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87daf87edfb80cbc63c7ffdf7c57e07f575d52d1",
"body": null,
"is_bot": false,
"headline": "helpers: refactor cloning",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-09-16T18:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5858022df0e1734a59f973fffe3f87b51c087ed",
"body": null,
"is_bot": false,
"headline": "transform: optimize arbitrary angle rotation for multiples of 90 degrees",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-08-06T12:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01751cef8a3326f7d9ec00874f5ecc7c4e8cd441",
"body": null,
"is_bot": false,
"headline": "consistency of indentation in comments",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-08-06T11:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b5cf1a92e375a4574a8214eb877fc3f721a612d",
"body": null,
"is_bot": false,
"headline": "transform: add arbitrary rotation",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-07-15T22:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac27d1805a555e1754fa177216ee07f4e63c30b5",
"body": null,
"is_bot": false,
"headline": "effects: improve Blur & Sharpen perfomance",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-19T14:47:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c663879bbfc18e43f5875ef1761e14a02e223b2e",
"body": null,
"is_bot": false,
"headline": "simplify bool comparison",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-19T14:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6438d817e88b911e5b0728792b1fe22de5c62d16",
"body": null,
"is_bot": false,
"headline": "readme: use images from testdata",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-19T13:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "639cb399cc1e48e7cc8f0b7a8c844f78686d9b3e",
"body": null,
"is_bot": false,
"headline": "doc: add example",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-19T13:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64e14965bc39643c795558af34678397efa65b01",
"body": null,
"is_bot": false,
"headline": "tests: add testdata & golden tests",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-19T03:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f38f6be9a0d7ae32387d37630cb245798fea2f0",
"body": null,
"is_bot": false,
"headline": "resize: simplify weights",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-04T01:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6400992a45e7b97240fe3727ed25fae455f674f",
"body": null,
"is_bot": false,
"headline": "histogram: fmt",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T23:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90156c85f3ac8dad266f561a42d1446ac50e33d8",
"body": null,
"is_bot": false,
"headline": "add convolution functions",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T23:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b7d4c3085869b11c959a1f8d9119c245a8062f",
"body": null,
"is_bot": false,
"headline": "style adjustments",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T23:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b82515fd4d68b728a304e5ab193426ea41f67a5e",
"body": null,
"is_bot": false,
"headline": "utils: clamp optimization",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T22:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8d65a9608c9a444ef883285d811424c347f5944",
"body": null,
"is_bot": false,
"headline": "resize: optimizations & benchmarks",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T22:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f3229c683e293ffb89a2629680578c68f995fc",
"body": null,
"is_bot": false,
"headline": "license: 2017",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T22:26:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ea9d07a6171c2e5e2e6208f615b31720e4d819e",
"body": null,
"is_bot": false,
"headline": "travis ci: add go 1.8",
"author_name": "disintegration",
"author_login": "disintegration",
"committed_at": "2017-03-03T22:24:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "243d2d8673c1225a6afceeb9b3b4423d485dc8df",
"body": "Added Histogram",
"is_bot": false,
"headline": "Merge pull request #49 from maestromusica/histogram",
"author_name": "Grigory Dryapak",
"author_login": "disintegration",
"committed_at": "2017-01-02T19:04:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 0,
"latest_release_at": "2019-11-16T21:00:27Z",
"latest_release_tag": "v1.6.2",
"releases_from_tags": false,
"days_since_last_push": 1034,
"active_weeks_last_year": 0,
"days_since_latest_release": 2439,
"mean_days_between_releases": 102.4
},
"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/disintegration/imaging",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/disintegration/imaging",
"is_deprecated": false,
"latest_version": "v1.6.2",
"repository_url": "https://github.com/disintegration/imaging",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2019-11-16T20:43:25Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2439
}
]
},
"popularity": {
"forks": 481,
"stars": 5744,
"watchers": 74,
"fork_history": {
"days": [
{
"date": "2013-02-01",
"count": 1
},
{
"date": "2013-04-06",
"count": 1
},
{
"date": "2013-07-16",
"count": 1
},
{
"date": "2013-08-09",
"count": 1
},
{
"date": "2013-08-24",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-12-01",
"count": 1
},
{
"date": "2013-12-17",
"count": 1
},
{
"date": "2013-12-28",
"count": 2
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-01-21",
"count": 1
},
{
"date": "2014-01-22",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-01-25",
"count": 1
},
{
"date": "2014-01-27",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-10",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-05-05",
"count": 1
},
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-19",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-07-21",
"count": 1
},
{
"date": "2014-07-24",
"count": 1
},
{
"date": "2014-08-29",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-10-05",
"count": 1
},
{
"date": "2014-10-06",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-12-07",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-25",
"count": 2
},
{
"date": "2015-03-13",
"count": 2
},
{
"date": "2015-03-16",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-18",
"count": 1
},
{
"date": "2015-06-30",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-27",
"count": 1
},
{
"date": "2015-08-16",
"count": 1
},
{
"date": "2015-09-04",
"count": 1
},
{
"date": "2015-09-20",
"count": 1
},
{
"date": "2015-09-27",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-10-31",
"count": 1
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-11-14",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-12-02",
"count": 1
},
{
"date": "2015-12-12",
"count": 1
},
{
"date": "2015-12-18",
"count": 1
},
{
"date": "2016-01-12",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-04-05",
"count": 1
},
{
"date": "2016-05-18",
"count": 1
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-08-14",
"count": 1
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-23",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2016-10-09",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-24",
"count": 2
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-01-01",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-13",
"count": 2
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-03-04",
"count": 2
},
{
"date": "2017-03-06",
"count": 2
},
{
"date": "2017-03-17",
"count": 1
},
{
"date": "2017-03-25",
"count": 1
},
{
"date": "2017-03-28",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-08-16",
"count": 3
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-08-27",
"count": 1
},
{
"date": "2017-09-09",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-11-04",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-30",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-19",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-04-01",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-05-04",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-20",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-09-18",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-16",
"count": 2
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-06",
"count": 3
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2018-11-22",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-12-02",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-16",
"count": 2
},
{
"date": "2019-01-17",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-03-21",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-18",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-05",
"count": 2
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-15",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-22",
"count": 2
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-22",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-17",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-30",
"count": 1
},
{
"date": "2019-10-12",
"count": 2
},
{
"date": "2019-10-25",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2020-01-01",
"count": 1
},
{
"date": "2020-01-17",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-02-01",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-02-23",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-13",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-10",
"count": 1
},
{
"date": "2020-04-26",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-28",
"count": 2
},
{
"date": "2020-06-03",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-21",
"count": 2
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-12-02",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-21",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-28",
"count": 4
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-18",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-06-12",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-06-28",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-11",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-12-01",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-01-01",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-04-23",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-26",
"count": 2
},
{
"date": "2022-08-13",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-09",
"count": 2
},
{
"date": "2022-12-16",
"count": 2
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-30",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-23",
"count": 1
},
{
"date": "2023-05-08",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-30",
"count": 2
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-29",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-13",
"count": 1
},
{
"date": "2024-07-16",
"count": 2
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-23",
"count": 11
},
{
"date": "2024-07-31",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-29",
"count": 1
},
{
"date": "2024-09-15",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-12-05",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-16",
"count": 1
},
{
"date": "2025-04-23",
"count": 2
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": true,
"collected": 470,
"total_forks": 481
},
"star_history": {
"days": [
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-08",
"count": 2
},
{
"date": "2023-10-09",
"count": 4
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-13",
"count": 2
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-20",
"count": 2
},
{
"date": "2023-10-23",
"count": 3
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-10-31",
"count": 2
},
{
"date": "2023-11-01",
"count": 1
},
{
"date": "2023-11-02",
"count": 2
},
{
"date": "2023-11-03",
"count": 5
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-11-06",
"count": 2
},
{
"date": "2023-11-08",
"count": 2
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-14",
"count": 2
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-20",
"count": 3
},
{
"date": "2023-11-21",
"count": 4
},
{
"date": "2023-11-22",
"count": 4
},
{
"date": "2023-11-23",
"count": 2
},
{
"date": "2023-11-24",
"count": 3
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-11-27",
"count": 2
},
{
"date": "2023-11-28",
"count": 2
},
{
"date": "2023-11-29",
"count": 2
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-01",
"count": 4
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-04",
"count": 3
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-07",
"count": 1
},
{
"date": "2023-12-10",
"count": 2
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-15",
"count": 5
},
{
"date": "2023-12-17",
"count": 2
},
{
"date": "2023-12-18",
"count": 3
},
{
"date": "2023-12-20",
"count": 4
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2023-12-25",
"count": 3
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-27",
"count": 3
},
{
"date": "2023-12-28",
"count": 1
},
{
"date": "2023-12-29",
"count": 3
},
{
"date": "2024-01-02",
"count": 4
},
{
"date": "2024-01-04",
"count": 2
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-08",
"count": 3
},
{
"date": "2024-01-09",
"count": 2
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-18",
"count": 2
},
{
"date": "2024-01-21",
"count": 2
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-23",
"count": 2
},
{
"date": "2024-01-24",
"count": 3
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-26",
"count": 2
},
{
"date": "2024-01-27",
"count": 2
},
{
"date": "2024-01-29",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-03",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-08",
"count": 6
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-24",
"count": 2
},
{
"date": "2024-02-25",
"count": 3
},
{
"date": "2024-02-26",
"count": 2
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-01",
"count": 2
},
{
"date": "2024-03-02",
"count": 2
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-11",
"count": 2
},
{
"date": "2024-03-12",
"count": 2
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-14",
"count": 6
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 4
},
{
"date": "2024-03-18",
"count": 2
},
{
"date": "2024-03-19",
"count": 2
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-22",
"count": 5
},
{
"date": "2024-03-24",
"count": 2
},
{
"date": "2024-03-25",
"count": 2
},
{
"date": "2024-03-26",
"count": 2
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-28",
"count": 1
},
{
"date": "2024-03-29",
"count": 2
},
{
"date": "2024-03-31",
"count": 2
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-05",
"count": 2
},
{
"date": "2024-04-07",
"count": 3
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-15",
"count": 2
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-17",
"count": 3
},
{
"date": "2024-04-18",
"count": 2
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-20",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-25",
"count": 3
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-04-28",
"count": 2
},
{
"date": "2024-04-29",
"count": 2
},
{
"date": "2024-04-30",
"count": 3
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-05-07",
"count": 2
},
{
"date": "2024-05-10",
"count": 3
},
{
"date": "2024-05-11",
"count": 2
},
{
"date": "2024-05-13",
"count": 4
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-18",
"count": 2
},
{
"date": "2024-05-19",
"count": 2
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-21",
"count": 2
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-24",
"count": 1
},
{
"date": "2024-05-26",
"count": 1
},
{
"date": "2024-05-28",
"count": 3
},
{
"date": "2024-05-29",
"count": 2
},
{
"date": "2024-05-30",
"count": 3
},
{
"date": "2024-06-01",
"count": 1
},
{
"date": "2024-06-02",
"count": 2
},
{
"date": "2024-06-03",
"count": 3
},
{
"date": "2024-06-04",
"count": 3
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-11",
"count": 2
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-18",
"count": 2
},
{
"date": "2024-06-20",
"count": 2
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-06-23",
"count": 2
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-25",
"count": 2
},
{
"date": "2024-06-26",
"count": 2
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-06-30",
"count": 2
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-03",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-07-11",
"count": 2
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-13",
"count": 2
},
{
"date": "2024-07-16",
"count": 2
},
{
"date": "2024-07-17",
"count": 2
},
{
"date": "2024-07-18",
"count": 2
},
{
"date": "2024-07-20",
"count": 3
},
{
"date": "2024-07-21",
"count": 1
},
{
"date": "2024-07-24",
"count": 3
},
{
"date": "2024-07-26",
"count": 2
},
{
"date": "2024-07-27",
"count": 4
},
{
"date": "2024-07-29",
"count": 2
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-02",
"count": 2
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-07",
"count": 2
},
{
"date": "2024-08-09",
"count": 4
},
{
"date": "2024-08-10",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 2
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-15",
"count": 2
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-17",
"count": 2
},
{
"date": "2024-08-18",
"count": 2
},
{
"date": "2024-08-19",
"count": 2
},
{
"date": "2024-08-21",
"count": 3
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-08-25",
"count": 2
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-08-29",
"count": 3
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-03",
"count": 4
},
{
"date": "2024-09-04",
"count": 4
},
{
"date": "2024-09-06",
"count": 3
},
{
"date": "2024-09-07",
"count": 2
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-15",
"count": 2
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-18",
"count": 2
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-20",
"count": 2
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-09-22",
"count": 2
},
{
"date": "2024-09-23",
"count": 3
},
{
"date": "2024-09-24",
"count": 4
},
{
"date": "2024-09-25",
"count": 2
},
{
"date": "2024-09-26",
"count": 2
},
{
"date": "2024-09-27",
"count": 3
},
{
"date": "2024-09-28",
"count": 2
},
{
"date": "2024-09-30",
"count": 3
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-07",
"count": 6
},
{
"date": "2024-10-08",
"count": 1
},
{
"date": "2024-10-09",
"count": 2
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-15",
"count": 3
},
{
"date": "2024-10-16",
"count": 2
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-10-20",
"count": 1
},
{
"date": "2024-10-22",
"count": 3
},
{
"date": "2024-10-24",
"count": 3
},
{
"date": "2024-10-25",
"count": 2
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-28",
"count": 2
},
{
"date": "2024-10-29",
"count": 2
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-06",
"count": 1
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-19",
"count": 3
},
{
"date": "2024-11-21",
"count": 2
},
{
"date": "2024-11-22",
"count": 2
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-25",
"count": 2
},
{
"date": "2024-11-27",
"count": 3
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-01",
"count": 2
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-07",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2024-12-19",
"count": 2
},
{
"date": "2024-12-20",
"count": 2
},
{
"date": "2024-12-22",
"count": 1
},
{
"date": "2024-12-23",
"count": 2
},
{
"date": "2024-12-25",
"count": 2
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-27",
"count": 1
},
{
"date": "2024-12-30",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-02",
"count": 3
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-09",
"count": 2
},
{
"date": "2025-01-12",
"count": 1
},
{
"date": "2025-01-13",
"count": 4
},
{
"date": "2025-01-16",
"count": 2
},
{
"date": "2025-01-20",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-01-27",
"count": 2
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-29",
"count": 2
},
{
"date": "2025-01-31",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-09",
"count": 4
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-11",
"count": 4
},
{
"date": "2025-02-12",
"count": 3
},
{
"date": "2025-02-13",
"count": 2
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-16",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-19",
"count": 2
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-21",
"count": 2
},
{
"date": "2025-02-23",
"count": 2
},
{
"date": "2025-02-26",
"count": 3
},
{
"date": "2025-02-27",
"count": 2
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-02",
"count": 2
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-04",
"count": 3
},
{
"date": "2025-03-05",
"count": 2
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-07",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-12",
"count": 2
},
{
"date": "2025-03-14",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-16",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-18",
"count": 3
},
{
"date": "2025-03-19",
"count": 5
},
{
"date": "2025-03-20",
"count": 3
},
{
"date": "2025-03-21",
"count": 5
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-23",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-01",
"count": 3
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-04",
"count": 2
},
{
"date": "2025-04-05",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-08",
"count": 3
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-10",
"count": 4
},
{
"date": "2025-04-11",
"count": 6
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-16",
"count": 2
},
{
"date": "2025-04-17",
"count": 3
},
{
"date": "2025-04-18",
"count": 2
},
{
"date": "2025-04-19",
"count": 2
},
{
"date": "2025-04-20",
"count": 2
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 3
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-04-29",
"count": 2
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-03",
"count": 3
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-13",
"count": 3
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-15",
"count": 2
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-21",
"count": 2
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-23",
"count": 2
},
{
"date": "2025-05-24",
"count": 2
},
{
"date": "2025-05-25",
"count": 2
},
{
"date": "2025-05-26",
"count": 5
},
{
"date": "2025-05-29",
"count": 2
},
{
"date": "2025-06-02",
"count": 2
},
{
"date": "2025-06-03",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-08",
"count": 2
},
{
"date": "2025-06-09",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-15",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-06-19",
"count": 3
},
{
"date": "2025-06-20",
"count": 1
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 2
},
{
"date": "2025-06-26",
"count": 2
},
{
"date": "2025-06-29",
"count": 2
},
{
"date": "2025-06-30",
"count": 3
},
{
"date": "2025-07-01",
"count": 2
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 3
},
{
"date": "2025-07-04",
"count": 3
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-06",
"count": 2
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-11",
"count": 2
},
{
"date": "2025-07-13",
"count": 4
},
{
"date": "2025-07-14",
"count": 2
},
{
"date": "2025-07-15",
"count": 1
},
{
"date": "2025-07-17",
"count": 2
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-21",
"count": 2
},
{
"date": "2025-07-22",
"count": 2
},
{
"date": "2025-07-23",
"count": 3
},
{
"date": "2025-07-24",
"count": 2
},
{
"date": "2025-07-27",
"count": 2
},
{
"date": "2025-07-29",
"count": 2
},
{
"date": "2025-07-30",
"count": 2
},
{
"date": "2025-07-31",
"count": 2
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-06",
"count": 2
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-08",
"count": 2
},
{
"date": "2025-08-11",
"count": 3
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 3
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-19",
"count": 2
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-26",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-02",
"count": 2
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-04",
"count": 2
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-08",
"count": 2
},
{
"date": "2025-09-09",
"count": 2
},
{
"date": "2025-09-10",
"count": 2
},
{
"date": "2025-09-11",
"count": 1
},
{
"date": "2025-09-13",
"count": 2
},
{
"date": "2025-09-15",
"count": 2
},
{
"date": "2025-09-20",
"count": 1
},
{
"date": "2025-09-21",
"count": 1
},
{
"date": "2025-09-22",
"count": 3
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-06",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-19",
"count": 2
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-22",
"count": 3
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-26",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-04",
"count": 2
},
{
"date": "2025-11-05",
"count": 3
},
{
"date": "2025-11-08",
"count": 1
},
{
"date": "2025-11-09",
"count": 3
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-18",
"count": 2
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 2
},
{
"date": "2025-11-24",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-11-27",
"count": 2
},
{
"date": "2025-11-28",
"count": 3
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-10",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-17",
"count": 2
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-28",
"count": 3
},
{
"date": "2025-12-29",
"count": 2
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-01",
"count": 2
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-06",
"count": 2
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-13",
"count": 3
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-15",
"count": 2
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-19",
"count": 2
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-22",
"count": 2
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-01-24",
"count": 1
},
{
"date": "2026-01-31",
"count": 1
},
{
"date": "2026-02-02",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-07",
"count": 3
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-10",
"count": 3
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-02",
"count": 2
},
{
"date": "2026-03-04",
"count": 2
},
{
"date": "2026-03-08",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-16",
"count": 1
},
{
"date": "2026-03-17",
"count": 3
},
{
"date": "2026-03-18",
"count": 4
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-21",
"count": 2
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-03",
"count": 3
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-16",
"count": 2
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-18",
"count": 2
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 1
},
{
"date": "2026-05-26",
"count": 2
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-18",
"count": 2
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-21",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-04",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
},
{
"date": "2026-07-14",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
},
{
"date": "2026-07-16",
"count": 2
},
{
"date": "2026-07-19",
"count": 1
},
{
"date": "2026-07-20",
"count": 2
}
],
"complete": false,
"collected": 1000,
"total_stars": 5744
},
"open_issues_and_prs": 35
},
"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": 35020,
"source_files_sampled": 22,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/image",
"direct": true,
"version": "0.0.0-20191009234506-e7c1f5e7dbb8",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-44p7-9xx4-hf2g",
"GHSA-9phm-fm57-rhg8",
"GHSA-j3p8-6mrq-6g7h",
"GHSA-q675-qj96-32m9",
"GHSA-qgc7-mgm3-q253",
"GHSA-x92r-3vfx-4cv3",
"GO-2023-1572",
"GO-2023-1989",
"GO-2023-1990",
"GO-2024-2937"
],
"fixed_version": "0.43.0",
"advisory_count": 18,
"oldest_advisory_days": 1250
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 18,
"affected_count": 1,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20191009234506-e7c1f5e7dbb8"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/image",
"direct": true,
"version": "0.0.0-20191009234506-e7c1f5e7dbb8",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 17,
"open_issues": 31,
"closed_ratio": 0.769,
"closed_issues": 103,
"closed_unmerged_prs": 23
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "disintegration",
"commits": 160,
"avatar_url": "https://avatars.githubusercontent.com/u/2706839?v=4"
},
{
"type": "User",
"login": "struffel",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/31403260?v=4"
},
{
"type": "User",
"login": "charlie-collard",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/11244353?v=4"
},
{
"type": "User",
"login": "orisano",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1029249?v=4"
},
{
"type": "User",
"login": "morphar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/189420?v=4"
},
{
"type": "User",
"login": "djworth",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15514?v=4"
},
{
"type": "User",
"login": "dherbst",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/136589?v=4"
},
{
"type": "User",
"login": "dthadi3",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/70625669?v=4"
},
{
"type": "User",
"login": "j-delaney",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3589480?v=4"
},
{
"type": "User",
"login": "jasonmoo",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/242808?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.821
},
"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": [
"go.sum"
],
"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 6 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": 5,
"reason": "Found 6/12 approved changesets -- score normalized to 5",
"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": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d40f48ce0f098c53ab1fcd6e0e402da682262da5",
"ran_at": "2026-07-21T22:11:04Z",
"aggregate_score": 2.3,
"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": 158,
"created_at": "2023-03-07T02:37:17Z",
"last_comment_at": "2025-01-22T18:31:19Z",
"last_comment_author": "n2p5"
},
{
"number": 162,
"created_at": "2023-05-24T16:22:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 175,
"created_at": "2025-01-21T21:47:42Z",
"last_comment_at": "2026-04-14T14:57:40Z",
"last_comment_author": "itsTyrion"
},
{
"number": 180,
"created_at": "2026-07-15T23:52:55Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2020-12-18T19:30:11Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 94,
"created_at": "2019-04-17T17:52:50Z",
"last_comment_at": "2021-04-26T07:07:35Z",
"last_comment_author": "metal3d"
},
{
"number": 120,
"created_at": "2020-04-24T09:33:55Z",
"last_comment_at": "2020-11-21T16:23:33Z",
"last_comment_author": "disintegration"
},
{
"number": 133,
"created_at": "2020-11-23T22:50:23Z",
"last_comment_at": "2020-11-25T07:29:04Z",
"last_comment_author": "disintegration"
},
{
"number": 134,
"created_at": "2020-12-18T20:37:47Z",
"last_comment_at": "2021-01-07T14:39:48Z",
"last_comment_author": "disintegration"
},
{
"number": 135,
"created_at": "2021-01-07T17:51:01Z",
"last_comment_at": "2021-01-11T15:38:51Z",
"last_comment_author": "bgreenblatt"
},
{
"number": 139,
"created_at": "2021-03-16T08:22:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 140,
"created_at": "2021-03-23T03:49:44Z",
"last_comment_at": "2021-08-02T23:35:39Z",
"last_comment_author": "bk-oak"
},
{
"number": 141,
"created_at": "2021-04-22T13:42:25Z",
"last_comment_at": "2021-04-24T15:14:45Z",
"last_comment_author": "wzhsh90"
},
{
"number": 142,
"created_at": "2021-05-02T12:02:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 143,
"created_at": "2021-06-25T21:27:10Z",
"last_comment_at": "2023-11-29T01:00:13Z",
"last_comment_author": "shikingram"
},
{
"number": 145,
"created_at": "2021-07-27T11:19:43Z",
"last_comment_at": "2022-04-21T00:23:58Z",
"last_comment_author": "bgreenblatt"
},
{
"number": 146,
"created_at": "2021-07-30T14:45:05Z",
"last_comment_at": "2023-09-01T21:36:10Z",
"last_comment_author": "benjiro29"
},
{
"number": 147,
"created_at": "2021-07-31T09:02:53Z",
"last_comment_at": "2021-08-02T23:19:33Z",
"last_comment_author": "bk-oak"
},
{
"number": 150,
"created_at": "2021-10-12T17:12:56Z",
"last_comment_at": "2021-10-24T22:12:27Z",
"last_comment_author": "disintegration"
},
{
"number": 151,
"created_at": "2021-10-23T16:41:13Z",
"last_comment_at": "2024-02-19T04:38:53Z",
"last_comment_author": "vunguyen1989"
},
{
"number": 152,
"created_at": "2021-11-24T06:06:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 153,
"created_at": "2021-11-25T10:59:05Z",
"last_comment_at": "2021-11-26T16:42:31Z",
"last_comment_author": "ueffel"
},
{
"number": 154,
"created_at": "2021-12-15T07:29:10Z",
"last_comment_at": "2024-02-24T15:23:43Z",
"last_comment_author": "MelleKoning"
},
{
"number": 157,
"created_at": "2023-01-11T20:21:24Z",
"last_comment_at": "2023-03-14T08:47:24Z",
"last_comment_author": "cruvie"
},
{
"number": 159,
"created_at": "2023-04-11T05:32:13Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/disintegration/imaging",
"host": "github.com",
"name": "imaging",
"owner": "disintegration"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 20% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 20
}
}
],
"value": 8,
"inputs": {
"security": 17,
"vitality": 21,
"community": 73,
"governance": 54,
"engineering": 34,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 20,
"weighted_overall_before_jurisdiction": 40,
"overall_after_jurisdiction_multiplier": 8
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1034,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1034 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1034
}
}
],
"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": 52,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v1.6.2",
"releases_from_tags": false,
"days_since_latest_release": 2439,
"mean_days_between_releases": 102.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2439 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2439
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~102.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 102.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",
"unfixed_advisory",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 16,
"days_since_last_merged_pr": 2041,
"days_since_last_human_commit": 2041,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2041 days; 5 unmet obligation(s): pull requests unanswered, issues unanswered, a fixed advisory left unapplied, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2041,
"count": 5,
"signals": "pull requests unanswered, issues unanswered, a fixed advisory left unapplied, 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": 73,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"forks": 481,
"stars": 5744,
"watchers": 74,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5,744 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 5744
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "481 forks",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 481
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "74 watchers",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 74
}
}
],
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.821
},
"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 82% of commits",
"points": 4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 82
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 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": 60,
"inputs": {
"merged_prs": 17,
"open_issues": 31,
"closed_issues": 103,
"issue_closed_ratio": 0.769,
"closed_unmerged_prs": 23
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "77% of issues closed",
"points": 36,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 77
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "17/40 decided PRs merged",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 17,
"decided": 40
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/12 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 217,
"owner_type": "User",
"is_verified": null,
"owner_login": "disintegration",
"public_repos": 6,
"account_age_days": 5009
},
"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": "217 followers of disintegration",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 217,
"login": "disintegration"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "6 public repos, account ~13 yr old",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 6
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"github.com/disintegration/imaging"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2439
},
"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 2439 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2439
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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 6 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": [
"image",
"resize",
"crop",
"rotate",
"blur",
"sharpness",
"brightness",
"contrast",
"gamma",
"convolution"
],
"has_wiki": false,
"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": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 17,
"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. High-Risk Jurisdiction Policy applies a 20% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 20
}
}
],
"value": 5,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.3,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 20,
"security_posture_after_multiplier": 5,
"security_posture_before_jurisdiction": 23
},
"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 6 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/12 approved changesets -- score normalized to 5",
"points": 3.8,
"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": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "osv",
"advisories": 18,
"affected_packages": 1,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/image 0.0.0-20191009234506-e7c1f5e7dbb8 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/image 0.0.0-20191009234506-e7c1f5e7dbb8 (high 7.5)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1250 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1250
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "critical",
"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": 20,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "owner",
"count": 1,
"country": "Russia"
},
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 15
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: owner (1); Russia: top_contributor (1)",
"points": 20,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "owner",
"count": 1,
"country": "Russia"
}
},
{
"code": "jurisdiction_exposure_next",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"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": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.48,
"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": "48 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 48,
"sampled": 100
}
}
],
"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": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": 35020,
"source_files_sampled": 22,
"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/22 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 22,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T22:11:22.633677Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/disintegration/imaging.svg",
"full_name": "disintegration/imaging",
"license_state": "standard",
"license_spdx": "MIT"
}