Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"liner",
"go"
],
"is_fork": false,
"size_kb": 162,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 63830,
"Go Template": 377
},
"pushed_at": "2026-05-31T13:15:03Z",
"created_at": "2021-09-18T05:56:17Z",
"owner_type": "User",
"updated_at": "2026-07-21T04:29:59Z",
"description": "Use right mirror functions for string/[]byte performance bust",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Oleg Butuzov ",
"type": "User",
"login": "butuzov",
"company": null,
"location": "Kyiv\b, Ukraine",
"followers": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/651824?v=4",
"created_at": "2011-03-04T23:01:11Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 5631
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2026-05-31T13:16:34Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2024-11-29T12:22:00Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2024-03-31T14:59:09Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-06-01T05:06:57Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2023-05-27T15:45:10Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2023-05-15T08:33:00Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2023-05-13T11:32:16Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2023-05-08T11:27:59Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2023-05-08T11:06:36Z"
}
],
"recent_commits": [
{
"oid": "bdf3a32bb23a5d30ef7a76c4c73de5384819797e",
"body": "* chores: maintenance\n\n- updated release pipeline\n- fixed lints (suppresed)\n- `make` removed\n- readme re-arranged and changed\n\n* fix: updated job name\n\n* fix: error lint",
"is_bot": false,
"headline": "chores: maintenance (#90)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2026-05-31T13:13:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00040b7bbaa05158e8de11e697ef8e92a1dc6eaf",
"body": "* fix: workflow\n* fixing mistake\n* fix: new linter issues",
"is_bot": false,
"headline": "fix: workflow (#89)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2026-05-29T13:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df83813d47f7de2d90f66ed7b3a1358d855f2f13",
"body": null,
"is_bot": false,
"headline": "chores: bump go version",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2026-05-29T12:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0e0e757b88cb08a5145ddddb9512fdcb5dc619f",
"body": null,
"is_bot": false,
"headline": "Update readme.md (#86)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2025-04-09T05:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70b1ff912b77c262ec30c7a939d51f1899b46a00",
"body": "* chore(fix): fix `make generaate` command\r\n\r\n* dev: adding `maphash.String/Bytes`\r\n\r\n* dev: updating tests & generator",
"is_bot": false,
"headline": "chore(fix): fix make generaate command (#81)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2024-11-29T12:04:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5908922da9ba7d6e99eaa5384d0df2d5f93eede1",
"body": null,
"is_bot": false,
"headline": "fix: rendering of MIRROR_FUNCS.md on GitHub (#77)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2024-11-26T09:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e246788e0bb20c2c305689bb89f614fc21c22ea7",
"body": "…#75)\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.1.\r\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\r\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.1)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.1 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-21T09:51:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "372eef581ace1921bcb23afc77707cfe5e367631",
"body": null,
"is_bot": false,
"headline": "bump: go version updated to `v1.23` (#79)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2024-11-18T16:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dad33737a68fd2b02ccfcb6bbcdb46d532bdf520",
"body": null,
"is_bot": false,
"headline": "docs: fix Contributing section in readme (#78)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2024-11-18T11:05:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "119512950703780ecb9e7b4d64a004d433938ce2",
"body": null,
"is_bot": false,
"headline": "fix: typos in comments, tests, and func names (#70)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2024-07-26T06:33:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12b01ef86350a180621594fdd355fef58a043adb",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1.\r\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\r\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v6.0.1)\r\n\r\n---\r\nupdated-dependenci\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from v4 to v6.0.1 (#65)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-06T09:45:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "731fef027d6579a4f2509e65b899ea138937dba0",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.22.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.19.0...v0.22.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.19.0 to 0.22.0 (#66)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-06T09:43:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a843d0620741240fdd1adbdff37738944ad506d7",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5 to 6.\r\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\r\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-na\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#67)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-06T09:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "05c0848fdb91b6bf76471620b132b52780a62b34",
"body": null,
"is_bot": false,
"headline": "(misc): updating banners (#68)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2024-07-06T09:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dc111a1d9e025e807582a5a02a2611cda2800b2",
"body": "* docs: spelling\r\n\r\n* chores: fix `go-releaser`",
"is_bot": false,
"headline": "`go-releaser` (#60)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2024-03-31T14:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5460db382ea52731be0fee3d3048dcd19ef99f4a",
"body": null,
"is_bot": false,
"headline": "docs: spelling (#59)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2024-03-31T13:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "879d12e87a8f4cb3308b295fecb9f42ba609b561",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.17.0 to 0.19.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.17.0...v0.19.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.17.0 to 0.19.0 (#57)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-31T12:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76813acb57609d64203e026ce2805b8e19f24d69",
"body": "…#55)\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.\r\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\r\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.0...v4.0.0)\r\n\r\n---\r\nupdated-dep\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-31T12:33:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "601ed64d60aabeaa66d8e02ad02608ece765c8ee",
"body": null,
"is_bot": false,
"headline": "bump: go version updated to `v1.22` (#53)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2024-02-07T10:25:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d37262b67f24be9c2c57ad7411728d2fb56ee87c",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.16.1...v0.17.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 (#51)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-07T09:55:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34cc96e85d5aa5e988fd95fbdd315c47af256980",
"body": "Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.\r\n- [Release notes](https://github.com/actions/cache/releases)\r\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\r\n- [Commits](https://github.com/actions/cache/compare/v3...v4)\r\n\r\n---\r\nupdated-dependencies:\r\n- de\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/cache from 3 to 4 (#52)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-07T09:55:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d38b2c74cadf592d5628df64c4ee959a058bcf36",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.0 to 0.16.1.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.16.0...v0.16.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 (#50)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-26T13:26:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dabf01c4c7fd061800354ce81baf57357d94589b",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\r\n- [Release notes](https://github.com/actions/setup-go/releases)\r\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: actions/setup-go\r\n dependency-type: direct:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go from 4 to 5 (#49)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-26T13:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a63766ba9873d2391a41eb45c80ca58b349f2ec",
"body": "* tests: Generate implementation changed\r\n\r\nso we can generate not only tests, but MIROR_FUNCS.md\r\n\r\n* docs: New generated MIRROR_FUNCS.md\r\n* tools: clean up and tidy tools\r\n* chores: bump go version in test pipeline",
"is_bot": false,
"headline": "tests: Generate implementation changed (#48)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-12-08T09:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ae03419b523f92557fef9096dbaac4acddd665c",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.15.0 to 0.16.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.15.0...v0.16.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-12-04T07:39:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d92692fc622696f076fb54d85eead7da797a74e5",
"body": null,
"is_bot": false,
"headline": "chores: added u24 banner (#45)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-11-18T13:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3db96dcc44a9ae01797ca49bfc8414b73652ca",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.14.0 to 0.15.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.14.0...v0.15.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0 (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-18T13:44:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e67642c281cd581a47609419a9840df02d4b9680",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.13.0...v0.14.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 (#43)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-13T05:51:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4032ead5c077197b41210ce24ed53fca1b61c5db",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4 to 5.\r\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\r\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-na\n[…]\n:production\r\n update-type: version-update:semver-major\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#42)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-13T05:50:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b74b7ddbf10440ef9cccb8cfcf0d0e11c7145c7",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 3 to 4 (#40)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-11T06:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa0a9674465b19546c1f8a780f1089c851f81b43",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.12.0 to 0.13.0 (#41)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-11T06:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6066c1bf890358285c31ef55278216a779310fe",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.11.1 to 0.12.0 (#38)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-28T06:58:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365cc88959cea4d12ea1a94646c6312ff2a906b4",
"body": "…#39)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-28T06:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea75f56226dcb3cf8613171ec07b67c523ff202d",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.11.0 to 0.11.1 (#37)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-06T13:07:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6366675d776c1fb3d60e14f17c9123a6f3d3fac7",
"body": null,
"is_bot": false,
"headline": "chores: cleanup (#35)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-07-19T07:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df689f3d1d9f59ac684a6ac663874f202ed287fe",
"body": "Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.10.0 to 0.11.0.\r\n- [Release notes](https://github.com/golang/tools/releases)\r\n- [Commits](https://github.com/golang/tools/compare/v0.10.0...v0.11.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang.org/x/tools\r\n dependency-t\n[…]\n:production\r\n update-type: version-update:semver-minor\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.10.0 to 0.11.0 (#34)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-07-11T11:02:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b933e7418fbcda244d7b68e008cd588959274a5",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.9.3 to 0.10.0 (#33)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-19T08:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a66549096e1ef6ba32438850029ec7243fd8b5e",
"body": "…#32)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-14T15:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e53da4be2e65674ca4870ffb396097a59b5e36ac",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.9.1 to 0.9.3 (#30)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-07T09:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9835da16191391396cdb2df2a0a5e4c2d660041b",
"body": "…#31)\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-06-07T09:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e9bc37161beb755dcccdff72c5425cc2c19fab4",
"body": "Co-authored-by: Oleksandr Redko <oleksandr.red+github@gmail.com>",
"is_bot": false,
"headline": "docs: `golangci-lint` related changes (#12)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-06-03T07:15:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffce24ea94e7c3f51b68f965df725b3195d551c",
"body": null,
"is_bot": false,
"headline": "docs: Update MIRROR_FUNCS.md (#29)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-30T12:35:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7af4f6ff10ea97755dda465f6092da2f1c41f0d",
"body": null,
"is_bot": false,
"headline": "byte/rune support (#28)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-30T11:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bcfd19db0a6f501426a5e4999e0dcb33dfbaa2b",
"body": null,
"is_bot": false,
"headline": "fix: byte as argument for string conversion (#27)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-27T15:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fabc88159a71d7a63f8cc956e86baba7f956ed7",
"body": "Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 (#25)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-05-24T06:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4948af3c450195def5a4480a9f09ebb14d16f39",
"body": null,
"is_bot": false,
"headline": "`dependabot.yml` (#24)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-15T08:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c431755608b298f658a7567aae491350f4ba2f",
"body": null,
"is_bot": false,
"headline": "fix: remove `testify/assert` dependency (#23)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-15T08:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85325bc95035528731b500359c3bfc73a64f6365",
"body": "* test: `Imports` \r\n* test: added `Violation` tests\r\n* test: added golangci `(*Violation).Issue()` tests + changed API",
"is_bot": false,
"headline": "chore: add more tests & API Change (#22)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-15T07:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c8321f58f55a47bd701798840e9346ce64eae81",
"body": "* feature: updated standalone Run for analyzer\r\n* feature: `golangci-lint` issue exporter",
"is_bot": false,
"headline": "feature: golangci-lint adapter (#21)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-13T11:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e4827db551ecf6840cf6f713f1a04890929832d",
"body": "* refactor: initial refactoring\r\n\r\n- Simplified checker (instead of separate checekrs)\r\n- Violations redone (& test generation)\r\n- Fixed few mistakes in violations\r\n\r\n* chores: update task & make\r\n\r\n* feature: analysis.SuggestedFix",
"is_bot": false,
"headline": "Refactoring mirror so we can use analysis.SuggestedFixes (#20)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-12T07:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ddf87bc07b07268849066049c4e69f16fb1aa6",
"body": null,
"is_bot": false,
"headline": "refactoring: remove unused map (#19)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-05-10T11:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f7edbf490cbdf0f599c57821c20e31dc8af436",
"body": null,
"is_bot": false,
"headline": "fix: wrong install URL in readme (#15)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-05-09T15:14:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d243db3092ade2044ae8453a5d0b4d9055f5b4d1",
"body": null,
"is_bot": false,
"headline": "fix: typos in comments (#16)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-05-09T15:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec659b50483d8aeecd976eda2824da387d50e556",
"body": "* fix: fix issue with go1.20 function used\r\n* chores: update github pipelines",
"is_bot": false,
"headline": "fix: fix issue with go1.20 function used (#11)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T11:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "467bf0d0a1480699a0d7579fed7b766e7433b400",
"body": null,
"is_bot": false,
"headline": "fix: rollback to old caveralls token (#10)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T08:03:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bca2caff75fdb2c8d9228b7ff1e3305d70c8f58",
"body": null,
"is_bot": false,
"headline": "fix: bump github actions (#9)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T07:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48b5ece5deb5f482d89b4332600de3445ebf6a1",
"body": null,
"is_bot": false,
"headline": "Update release.yaml (#8)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T07:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91518916e29cb41af7b78d367fb0e1de038ef63e",
"body": null,
"is_bot": false,
"headline": "feature: release pipeline (#7)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T07:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3ebec59b384c7e5e30210f4345c7f4081419c4",
"body": "- added new packages and functions: `hash/hashmap`, `os`, and others..\r\n- simplified checks \r\n- docs (see `readme.md` and `MIRROR.md`)",
"is_bot": false,
"headline": "refactoring: improved checkes (#6)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2023-05-08T06:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "961cc9f7dfb02f728efd14dd6a34fd24a3d56c37",
"body": "* added strings, bytes and regexp packages.\r\n* added suggestions (not fully tested)",
"is_bot": false,
"headline": "refactoring initial proof of concept (#2)",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-10-20T10:02:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d682fee2bd3860350322435c0d242bd3d766b81",
"body": null,
"is_bot": false,
"headline": "feature: added `--with-tests` option to include tests into reports",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T03:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "545bbb250599f82714be3229c8e657ea9c29140f",
"body": null,
"is_bot": false,
"headline": "chores: added readme",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T02:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39cea4a712ea9992dd1951bf854f4b163359ad79",
"body": "- removed unused function\n- added skip dirs (test data and cmd)",
"is_bot": false,
"headline": "chores: fixed linting",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T02:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf31a90ae8f3890166deaf4684d30b6fbffac58",
"body": null,
"is_bot": false,
"headline": "chores: bump `go` version to `v1.16`",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T02:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8637ebabb40c11999a242b1fe4e38e4d3e48e94c",
"body": null,
"is_bot": false,
"headline": "test: `generated` tests",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T01:58:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9318bbea12217ab3d95707bf609b99fbc6f733",
"body": null,
"is_bot": false,
"headline": "test: added `tests` code-generation",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T01:55:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c515854461809048eb9350b114b95c09ad3292ac",
"body": null,
"is_bot": false,
"headline": "dev: move rules out of checkers",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-25T01:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03dc35a485635c04a5681a80bdb662d5931f9f2",
"body": null,
"is_bot": false,
"headline": "fix: updating error message",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-23T03:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a18be2c01f32da40d1e74de5da6bbecc8028d09",
"body": null,
"is_bot": false,
"headline": "feature: add `bytes` support",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-22T03:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "923aa1a36a81b6f5c4b155cd3aa84cfb8bd9b557",
"body": null,
"is_bot": false,
"headline": "feature: add `strings` support",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-22T03:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807344ac95319a06e5b03ca85ef1ab782647366e",
"body": "1) ability to modulize matcher rules\n2) custom per function message",
"is_bot": false,
"headline": "refactor: modularity & messages",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-22T03:06:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7885917b4e039b5f281d485ae3de7d66d14a8cbb",
"body": null,
"is_bot": false,
"headline": "chores: initial poc",
"author_name": "Oleg Butuzov",
"author_login": "butuzov",
"committed_at": "2021-09-18T10:14:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 3,
"latest_release_at": "2026-05-31T13:16:34Z",
"latest_release_tag": "v1.3.3",
"releases_from_tags": false,
"days_since_last_push": 65,
"active_weeks_last_year": 1,
"days_since_latest_release": 65,
"mean_days_between_releases": 139.9
},
"artifacts": {
"collected": true,
"structure": [
"tree.go_main",
"tree.goreleaser"
],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"coveralls.io",
"github.com",
"shields.io"
],
"total": 3,
"header": 3,
"collected": true,
"has_inspect_badge": false
},
"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/butuzov/mirror",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"categories": [],
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/butuzov/mirror",
"declared_type": null,
"is_deprecated": false,
"latest_version": "v1.3.3",
"repository_url": "https://github.com/butuzov/mirror",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-31T13:13:51Z",
"latest_version_yanked": null,
"days_since_latest_publish": 65
}
]
},
"popularity": {
"forks": 2,
"stars": 44,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Taskfile.yml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 16451,
"source_files_sampled": 33,
"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": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 3,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "golang.org/x/tools",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/tools",
"direct": true,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 1,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 59,
"open_issues": 3,
"closed_ratio": 0.75,
"closed_issues": 9,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "butuzov",
"commits": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/651824?v=4"
},
{
"type": "User",
"login": "alexandear",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/3228886?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.851
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"main.yaml",
"release.yaml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": true,
"has_linter_config": true,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 4/15 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 3,
"reason": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bdf3a32bb23a5d30ef7a76c4c73de5384819797e",
"ran_at": "2026-08-04T17:04:39Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 0,
"authors_30d": 0,
"decided_30d": 0,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 0,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-05-31T13:16:42Z",
"oldest_open_prs": [
{
"number": 36,
"created_at": "2023-07-19T10:19:18Z",
"last_comment_at": "2023-07-19T10:19:47Z",
"last_comment_author": "github-actions"
},
{
"number": 46,
"created_at": "2023-11-29T20:32:36Z",
"last_comment_at": "2023-12-05T20:51:38Z",
"last_comment_author": "spencerschrock"
},
{
"number": 85,
"created_at": "2025-03-24T16:50:33Z",
"last_comment_at": "2025-03-24T18:32:25Z",
"last_comment_author": "coveralls"
}
],
"last_merged_pr_at": "2026-05-31T13:13:51Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 13,
"created_at": "2023-05-08T15:01:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2023-05-08T15:04:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2024-02-07T20:06:32Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/butuzov/mirror",
"host": "github.com",
"name": "mirror",
"owner": "butuzov"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": "The weighted overall 54 is calibrated to 56 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 54,
"calibrated": 56,
"calibration": "2026-08-02"
}
}
],
"value": 56,
"inputs": {
"security": 58,
"vitality": 47,
"community": 37,
"governance": 59,
"calibration": "2026-08-02",
"engineering": 66,
"ai_readiness": 69,
"weighted_overall_raw": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "weak",
"name": "Vitality",
"value": 47,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 0.653,
"days_since_last_push": 65,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 65 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 65
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v1.3.3",
"releases_from_tags": false,
"days_since_latest_release": 65,
"mean_days_between_releases": 139.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 65 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 65
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~139.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 139.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 65,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 65 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 65
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 37,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"forks": 2,
"stars": 44,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "44 stars",
"points": 26.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 44
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 3,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"coveralls.io",
"github.com",
"shields.io"
],
"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": 59,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.851
},
"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 85% of commits",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 85
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"merged_prs": 59,
"open_issues": 3,
"closed_issues": 9,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 0,
"prs_decided_30d": 0,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 15,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "59/74 decided PRs merged",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 59,
"decided": 74
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/15 approved changesets -- score normalized to 2",
"points": 3,
"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": 58,
"inputs": {
"followers": 91,
"owner_type": "User",
"is_verified": null,
"owner_login": "butuzov",
"public_repos": 28,
"account_age_days": 5631
},
"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": "91 followers of butuzov",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 91,
"login": "butuzov"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~15 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/butuzov/mirror"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 65
},
"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 65 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 65
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 66,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 29 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": 60,
"inputs": {
"topics": [
"liner",
"go"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.7
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 29 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 4/15 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 3 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 3,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 3,
"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": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 6
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 69,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "47 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Taskfile.yml"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.347
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Taskfile.yml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Taskfile.yml"
}
}
],
"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": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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 72",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 72
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "25 of the last 72 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 25,
"sampled": 72
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 16451,
"source_files_sampled": 33,
"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/33 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 33,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"application"
],
"labels": [
"application"
],
"scores": {
"library": 3,
"application": 9
},
"primary": "application",
"evidence": [
{
"tier": "structure",
"label": "application",
"source": "tree.go_main",
"weight": 5
},
{
"tier": "structure",
"label": "application",
"source": "tree.goreleaser",
"weight": 4
},
{
"tier": "distribution",
"label": "library",
"source": "registry:go",
"weight": 3
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-04T17:04:55.949751Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/butuzov/mirror.svg",
"full_name": "butuzov/mirror",
"license_state": "standard",
"license_spdx": "MIT"
}