原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 639,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 858784
},
"pushed_at": "2026-07-24T01:53:33Z",
"created_at": "2026-02-06T12:21:53Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T13:43:40Z",
"description": "Go library and CLI for working with git forges. Supports GitHub, GitLab, Gitea/Forgejo, and Bitbucket Cloud through a single interface.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://git-pkgs.dev/",
"name": "git-pkgs",
"type": "Organization",
"login": "git-pkgs",
"company": null,
"location": null,
"followers": 40,
"avatar_url": "https://avatars.githubusercontent.com/u/254671775?v=4",
"created_at": "2026-01-13T11:51:00Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 192
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-29T13:15:13Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-05-22T18:05:48Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-05-09T07:19:11Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2026-05-02T16:48:26Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-04-30T17:23:02Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-13T10:28:42Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-29T19:06:32Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-19T09:35:37Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-10T10:17:49Z"
}
],
"recent_commits": [
{
"oid": "355ddfcf484a9fef2558832378cf262e05a71550",
"body": "* api: extract API base URL resolution\n\nAdd unit tests covering known domains, explicit forge types, configured forge types, and unknown-domain fallback behavior.\n\n* api: resolve base URL from forge type\n\n* api: resolve base URL from forge backend\n\nAdd an optional APIBaseURLProvider interface and im\n[…]\nllback\nfor forge implementations that do not expose an API base URL.\n\nAdd tests for backend-provided API URLs, legacy fallback behavior, and\nself-hosted GitLab domains configured with `type = gitlab`.",
"is_bot": false,
"headline": "fix forge api base url construction (#141)",
"author_name": "Pierre Gambarotto",
"author_login": "pigam",
"committed_at": "2026-07-23T11:24:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "586640b14d8a4848c657cd0f10184548ffe596b6",
"body": "* Consolidate git config helpers\n\n* Constrain branch config reads to local repository",
"is_bot": false,
"headline": "Consolidate git config helpers (#132)",
"author_name": "Abhinav Gautam",
"author_login": "abhinavgautam01",
"committed_at": "2026-07-20T15:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e04c3d530235799d961eecda3db11ec90278c4e",
"body": "* Make repo --limit cap total results\n\n* test(repo): reset config cache in repo command tests\n\n* fix(repo): cap list and search output\n\nApply the review-requested output cap in the CLI after repo list/search calls so backends that do not honor Limit cannot over-print. Keep search PerPage tied to the\n[…]\nmitCapsTotalResults' -count=1\nTested: go test ./internal/cli -count=1\nTested: go test ./... -count=1\nTested: git diff --check\n\n---------\n\nCo-authored-by: ychampion <ychampion@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(repo): make --limit cap total results (#135)",
"author_name": "Yashas Gunderia",
"author_login": "ychampion",
"committed_at": "2026-07-20T15:25:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3eb7489772377d24e9687a95f0d5bfdd5027d2d",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.5.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/924ae3a1cded613372ab5595356fb5720e22ba16...b7ad1dad31e06c5925ef5d2fc7ad053ef454303e)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6.5.0 to 7.0.0 (#139)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T15:14:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5129ab5aa00cb935aabed0e788215c93caa45106",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.53.0 to 0.54.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.53.0...v0.54.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.54.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.53.0 to 0.54.0 (#136)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T08:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d0717359b5b9a866c82918237f969b5923e215b",
"body": "Bumps [github.com/git-pkgs/purl](https://github.com/git-pkgs/purl) from 0.1.13 to 0.1.14.\n- [Commits](https://github.com/git-pkgs/purl/compare/v0.1.13...v0.1.14)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/git-pkgs/purl\n dependency-version: 0.1.14\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/git-pkgs/purl from 0.1.13 to 0.1.14 (#137)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T08:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52369cc0eed5b7c9d5d4e3b7303597db61520686",
"body": "Bumps [golang.org/x/term](https://github.com/golang/term) from 0.44.0 to 0.45.0.\n- [Commits](https://github.com/golang/term/compare/v0.44.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/term\n dependency-version: 0.45.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/term from 0.44.0 to 0.45.0 (#138)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-10T08:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a984201103a9504daf97c1da32de9526addb455",
"body": "Bumps [github.com/git-pkgs/purl](https://github.com/git-pkgs/purl) from 0.1.12 to 0.1.13.\n- [Commits](https://github.com/git-pkgs/purl/compare/v0.1.12...v0.1.13)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/git-pkgs/purl\n dependency-version: 0.1.13\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump github.com/git-pkgs/purl from 0.1.12 to 0.1.13 (#130)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-04T09:15:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "141eb27f3f33d25d624c045300e58767afe0a990",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.2.2 to 7.2.3.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89...f06c13\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 (#129)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-04T09:15:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "04671f1c5a397a6a2cce2fde3c4702b6f8eff058",
"body": "execValue now runs the command via %COMSPEC% /c on Windows instead of\nreturning an error, so token-cmd works on all platforms. Tests updated\nto use portable commands (exit 1 instead of false, %FORGE_DOMAIN% for\nthe env-var expansion test on Windows).\n\nFixes the windows-latest CI job which has been failing since #124.",
"is_bot": false,
"headline": "Support token-cmd on Windows (#131)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-07-04T08:44:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0dcf4a16ecd7d0e3eb5421d06041c61dfaff20",
"body": "* Normalize forge statuses\n\n* Address review feedback on status normalization\n\n* test: add bitbucket issue and access level cases",
"is_bot": false,
"headline": "Normalize forge statuses (#121)",
"author_name": "Abhinav Gautam",
"author_login": "abhinavgautam01",
"committed_at": "2026-07-01T16:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227db19ecda9a8e8397361024eb1c1d1fd54b7c8",
"body": "* execute command to retreive token\n\n* doc for retreive token's command\n\n* fmt !\n\n* token command has FORGE_DOMAIN set\n\n* resolve token command lazily\n\nat resolution time, not at config load\n\n* do not store ! in the token command\n\n* adds flag --token-cmd\n\n* revert authTokenCmd\n\nlocal stuff accidenta\n[…]\nall it at the start of each test that invokes `rootCmd.Execute()`.\n\n* separate token and token-cmd in config file\n\n* fix: log token command failure\n\n* token from cmd properly exits with msg on windows",
"is_bot": false,
"headline": "command to retrieve token (#124)",
"author_name": "Pierre Gambarotto",
"author_login": "pigam",
"committed_at": "2026-07-01T16:18:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fa3f00cd25eec5e1debce1f2064dc19e022b449",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6.4.0 to 6.5.0 (#128)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T13:40:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd96c85401856b59a5359c2c89c05710967dc93f",
"body": "* Add subcommand `branch show-base`\n\nIntroduces a local caching layer for the resolved\nbase (target) branch of local feature branches,\navoiding redundant Forge API network calls.\n\n* fix golangci-lint formatting and staticcheck issues\n\n* Address PR review feedback\n\n- Move git package to internal/git\n\n[…]\n- Skip cache-write in pr view if PR is from a fork\n- Refactor git_test to avoid os.Chdir by passing/setting directory context\n- Clean up client-side Head filtering in GetOrFetchBaseBranch with comment",
"is_bot": false,
"headline": "Add subcommand `branch show-base` (#118)",
"author_name": "Thomas Güttler",
"author_login": "guettli",
"committed_at": "2026-06-26T11:43:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb4bdcdbc758e43a6d8ec4ef23b1639d804a636b",
"body": "* Implement forge pr view for current branch\n\nFix https://github.com/git-pkgs/forge/issues/100\n\nThere is no unified way in the API packages to query a PR by its head's\nowner:branch. Gitea doesn't provide this API at all, and just returns\nunfiltered PRs, GitHub does it just fine. If we had that consi\n[…]\nater\n\n* Document head-ref assumption in findPRForCurrentBranch API fallback\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement forge pr view for current branch (#109)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-06-22T21:17:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "163a2c19dfc3f259f58092bb0c7aa8e727524090",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b43\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6.0.3 to 7.0.0 (#125)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T09:16:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bea58618bea414dcbfd31ca1cf8c26bbf6dbc82a",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.52.0 to 0.53.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.52.0...v0.53.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.53.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.52.0 to 0.53.0 (#123)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T07:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c6fd942aaf707387e33753a4b725a836dd2e99b",
"body": "* Fix forge pr checkout for AGit-flow\n\nI encountered this error:\n\n```\n$ git cd https://codeberg.org/forgejo/website/pulls/926/files\nfatal: couldn't find remote ref refs/heads/refs/pull/926/head\nError: fetching origin/refs/pull/926/head: exit status 128\n```\n\nIt turned out that the gitea module return\n[…]\nto.\n\nThis case wasn't properly handled by the generic checkout code.\n\n* Introduce PullRef\n\n* Revert \"Introduce PullRef\"\n\nThis reverts commit c8a10709e5133b12775b96cde5936b89398d4ad6.\n\n* fix doccomment",
"is_bot": false,
"headline": "Fix pr checkout for agit-based workflows in forgejo (#117)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-06-08T08:02:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d19f751d2502575010adaab40e9775de836a46d",
"body": "* Add custom helptext when --json is used\n\nFix https://github.com/git-pkgs/forge/issues/89\n\nThis doesn't actually implement any features (such as, selecting\nspecific JSON fields). All it does is steer the user to the right\noption. The only reason I wanted this flag to begin with is so that\nforge can become more of a drop-in replacement.\n\n* address review feedback\n\n* Work around bad error output, add testcase\n\n* Add extra helptext for comments and reviews",
"is_bot": false,
"headline": "Add custom helptext when --json is used (#110)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-06-08T08:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e9db8d531d169064cef7370a6926fcdee372acb",
"body": null,
"is_bot": false,
"headline": "Add FORGEJO_TOKEN environment variable support (#116)",
"author_name": "Thomas Güttler",
"author_login": "guettli",
"committed_at": "2026-06-08T07:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08d69aa93b765bde95030e414d0bfb344d60e6d",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 6.0.2 to 6.0.3 (#114)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T08:36:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc40864c71103c72b466f393a9b13229327e0444",
"body": null,
"is_bot": false,
"headline": "When viewing a pipeline, print the corresponding job ids (#108)",
"author_name": "Vidya Sagar",
"author_login": "vvsagar",
"committed_at": "2026-06-02T06:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85cdfdec3cca430dac812f6d7f93aeec1c0a63a",
"body": "Follow-up to #105. TestTokenForDomain still failed if FORGE_TOKEN was\nset in the shell because the first assertion expects an empty result\nfor example.com. Add a clearTokenEnv helper that blanks every token\nvar TokenForDomainEnv reads, and call it at the top of each token\ntest so each test only sets the vars it actually exercises.",
"is_bot": false,
"headline": "Clear all token env vars in resolve tests (#106)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-26T14:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189bfd314e58170f1b893dca729b9daca04d24a1",
"body": "* Support URLs in forge pr checkout\n\nFix https://github.com/git-pkgs/forge/issues/102\n\n* Address review feedback\n\n* Introduce ResourceRef\n\n* Add URL checkout test",
"is_bot": false,
"headline": "Support URLs in forge pr checkout (#104)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-26T14:54:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3385a9a183757cbab8b42ce4d28348dbe6c170da",
"body": "Tests fail when GITHUB_TOKEN is set in the shell.",
"is_bot": false,
"headline": "Clear env vars in tests (#105)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-26T13:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d2f4550ed8d775827eea9672365d5840842b25a",
"body": "* Add git_protocol setting to defaults and per-domain configs\n\nFix https://github.com/git-pkgs/forge/issues/99\n\n* Fix ensureRemote to handle local paths on Windows\n\n* Address review feedback",
"is_bot": false,
"headline": "Add git_protocol setting to defaults and per-domain configs (#103)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-25T14:13:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eed915111a2f84c8d0f529a54b7a9a4f1d8d006",
"body": "* Support dest and gitflags in `forge repo clone`\n\nFix #98\n\n* Review feedback",
"is_bot": false,
"headline": "Support dest and gitflags in `forge repo clone` (#101)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-25T12:43:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8101201001f0848db584634ef0ef8d16b9936c6",
"body": "* Normalize gitlabs opened and open states in issues and milestones just like in prs\n\n* Change Milestones in Gitlab to look for active, not opened. And add tests\n\n* gofmt issues_test.go\n\n---------\n\nCo-authored-by: Andrew Nesbitt <andrewnez@gmail.com>",
"is_bot": false,
"headline": "Normalize gitlabs opened and open states in issues and milestones (#85)",
"author_name": "Vidya Sagar",
"author_login": "vvsagar",
"committed_at": "2026-05-25T12:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7789ac1cbcf5a9bc271340db1f0f33a4cb5a80a",
"body": "* Initial implementation of PR checkout\n\n`forge pr checkout 123` will now check out PR/MR locally:\n\n1. Bunch of API calls (forge-specific)\n2. Add fork as remote if necessary\n3. Make new branch with upstream from fork\n\nI tested this manually on Codeberg and GitHub. An agent also tested it\non GitLab a\n[…]\n were preserved for backwards compat, let\nme know if you want me to remove them since this library is young, or\nwhether PRBranch should be flattened into its parent structs.\n\n* Address review feedback",
"is_bot": false,
"headline": "Initial implementation of PR checkout (#97)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-23T16:47:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d55745795f6ff530b5ead079df1b281a6b4a2743",
"body": null,
"is_bot": false,
"headline": "Fix browse <path> URL on non-GitHub forges (#96)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-22T17:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dfc81c7f3612b74db19c5a56dd5c6df30fe2e43",
"body": "* Add a bunch of aliases to align with gh\n\nSee #86\n\n* Add ls and new aliases to list and create commands\n\nAligns with gh CLI which supports:\n- gh pr ls / gh issue ls / gh label ls\n- gh pr new / gh issue new\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n* Add --web flag to view and list c\n[…]\n.5 <noreply@anthropic.com>\n\n* Address review feedback, move URL building fully into forge-specific services\n\n* Create ErrLabelExists\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add a bunch of aliases to align with gh (#91)",
"author_name": "Markus Unterwaditzer",
"author_login": "untitaker",
"committed_at": "2026-05-22T16:14:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ca8dfa6b44474c2cff89bb31771e2b1217d0d133",
"body": "Path exclusions only filter where goconst issues are reported, not which files contribute to the occurrence count, so a string used once in production code and twice in tests still gets flagged. The `ignore-tests` setting makes goconst skip test files entirely.",
"is_bot": false,
"headline": "Set goconst to ignore test files (#95)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-22T11:18:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04dadd3a3491704834be4540f89fb1f3c38fec50",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.51.0 to 0.52.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.51.0...v0.52.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.52.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#94)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-22T03:03:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a666147aa276138e2aab346da0bb0843c3b6e42",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.2.1 to 7.2.2.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8...5daf1e\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 7.2.1 to 7.2.2 (#93)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-22T02:43:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06ad5b7d35827ac4d89d2af665dbc58a44f001b2",
"body": "Bumps code.gitea.io/sdk/gitea from 0.25.0 to 0.25.1.\n\n---\nupdated-dependencies:\n- dependency-name: code.gitea.io/sdk/gitea\n dependency-version: 0.25.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump code.gitea.io/sdk/gitea from 0.25.0 to 0.25.1 (#87)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-15T13:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7633e1953f5866ae5026608276c429332105764c",
"body": null,
"is_bot": false,
"headline": "Bump golang.org/x/crypto to v0.51.0 and x/term to v0.43.0",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-09T07:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a91cbb88418a01413fd72fe0bad1c5852e4d0cf1",
"body": null,
"is_bot": false,
"headline": "Add bitbucket to --forge-type and auth --type help text",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-09T07:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f45c509e03eea728be93fc75ca4f7a9974f4567",
"body": "* Make --forge-type skip network detection for custom hosts\n\n* Surface transport error when forge type detection fails\n\n* Use Link headers for gitea pagination so server-clamped page sizes don't truncate results",
"is_bot": false,
"headline": "Make --forge-type skip network detection for custom hosts (#83)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-09T07:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64166081a47962f93e906b515339c2d8e904813",
"body": "Bumps code.gitea.io/sdk/gitea from 0.24.1 to 0.25.0.\n\n---\nupdated-dependencies:\n- dependency-name: code.gitea.io/sdk/gitea\n dependency-version: 0.25.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump code.gitea.io/sdk/gitea from 0.24.1 to 0.25.0 (#82)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-08T06:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f224240b2b76dd7bd7e4674a985b4a78df902b1",
"body": "Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.1.1 to 4.1.2.\n- [Release notes](https://github.com/sigstore/cosign-installer/releases)\n- [Commits](https://github.com/sigstore/cosign-installer/compare/cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003...6f9f17788090df1f26\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#81)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-08T06:57:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "465a9110023b1a8eeb2fe363f05e5cdf8828473f",
"body": "…g (#79)",
"is_bot": false,
"headline": "Infer host from git remote for owner-only commands and add --host fla…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-07T18:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2db4d0045b937fcc817b19ac6c2937bace8c1117",
"body": null,
"is_bot": false,
"headline": "Add license section and refresh README service list and env vars",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-03T09:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a017eb72bcc2553f6fdfa51b6fa760d5404090c7",
"body": null,
"is_bot": false,
"headline": "Resolve milestone by name on gitea issue Create/Update (#77)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-03T08:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400061659d18ed7e29841e78c8e22049e7280e80",
"body": null,
"is_bot": false,
"headline": "Support GitLab nested group/namespace repo paths (#71)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-03T08:29:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbf332d52dfac4e2ab329e6ce23555b703b2408",
"body": "The CLI flag `forge issue edit -l <label>` was wired through to the gitea\nadapter's `Update` method but silently dropped: the function set\n`gitea.EditIssueOption{}` from `opts.Title`, `opts.Body`, `opts.Assignees`,\nand `opts.Milestone` but never read `opts.Labels`. As a result, labels\ncould not be e\n[…]\ntea/issues_test.go` that asserts the PUT\nrequest fires with the resolved label IDs and the returned issue\nreflects the new labels.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace labels on gitea/forgejo issue Update (#75)",
"author_name": "Arne Skaar Fismen",
"author_login": "arne",
"committed_at": "2026-05-03T08:29:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b2267010d883361641132ea85c0f3479a1c9e8f",
"body": null,
"is_bot": false,
"headline": "Bump git-pkgs/purl to v0.1.12",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-02T16:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "032a65231f344d089e1f22bfb370b812e1073587",
"body": "Issue/PR titles, bodies, comments, labels, and other forge-sourced\nstrings could contain ANSI escape sequences or OSC commands that\nmanipulate the terminal when displayed. Adds output.Sanitize() to\nstrip C0 control bytes (except tab and newline) and applies it to\nall display paths in the CLI.",
"is_bot": false,
"headline": "Strip control characters from forge-sourced text before printing (#74)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-02T16:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8d2f0e412f069441b23774cbbcdf10cbeba234",
"body": "A malicious .forge file in a cloned repository could set ssh_host to\nredirect API requests to an attacker-controlled host, which would\nreceive any token resolved via FORGE_TOKEN. Now ssh_host is only\nhonoured from the user config file, matching the existing token\nrestriction.",
"is_bot": false,
"headline": "Ignore ssh_host from project .forge config (#73)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-05-02T16:43:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97fb392220a769ab31b03bf037a78ef0b8037824",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.1.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c...1a8083\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1 (#72)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-01T10:40:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "381040cd688c1b10b882732b76bfd72919e2c34f",
"body": null,
"is_bot": false,
"headline": "Use cosign v4 bundle format for release signing (#69)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-30T17:05:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c099614b26f371c3eef7ffc4e521c2bef1882593",
"body": null,
"is_bot": false,
"headline": "Bump purl to v0.1.11 (#68)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-27T15:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12edcd063a4004dc9e5c21a2ad225f53db9fc907",
"body": null,
"is_bot": false,
"headline": "Fix README",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-27T07:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d7e450bab1ffba7597c6bf2c4e6b089f1dd3134",
"body": "Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.1.0.\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/goreleaser/goreleaser-action/compare/ec59f474b9834571250b370d4735c50f8e2d1e29...e24998\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0 (#65)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T07:00:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ab6cde9a2ddca359dc35b43cd7e1ee532d9a2fa",
"body": "Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.10.0 to 4.1.1.\n- [Release notes](https://github.com/sigstore/cosign-installer/releases)\n- [Commits](https://github.com/sigstore/cosign-installer/compare/d7543c93d881b35a8faa02e8e3605f69b7a1ce62...cad07c2e89fa2edd6\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump sigstore/cosign-installer from 3.10.0 to 4.1.1 (#63)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-19T13:55:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed7c9a7ac7b887114038cb1e5fc016f3e38e4fb3",
"body": "* Bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1\n\nBumps code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1.\n\n---\nupdated-dependencies:\n- dependency-name: code.gitea.io/sdk/gitea\n dependency-version: 0.24.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-of\n[…]\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Andrew Nesbitt <andrewnez@gmail.com>",
"is_bot": true,
"headline": "Bump code.gitea.io/sdk/gitea from 0.23.2 to 0.24.1 (#46)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-13T10:23:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95c191e83e9b9fe4ffc0b27398bc42dd12a16a02",
"body": "… (#59)\n\nCloses #58",
"is_bot": false,
"headline": "Skip Gitea SDK version probe to avoid nil client on unreachable hosts…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50841922167a7fe28f95e0394810a3568840a2a",
"body": "Closes #41",
"is_bot": false,
"headline": "Map ssh_host to API host when resolving git remotes (#61)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8697f088a3d09ed83023cb7ccb8d9242a8b686cc",
"body": null,
"is_bot": false,
"headline": "Sign release checksums with cosign (#60)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d67341d60a118d033ca97f663c5ed558454af40",
"body": "Closes #45",
"is_bot": false,
"headline": "Honour BROWSER env var and use rundll32 on Windows (#56)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818dd54f9f4423499c589941336d2e84583e5f27",
"body": "Closes #42",
"is_bot": false,
"headline": "Add --remote flag to select which git remote to resolve (#57)",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bcb470fcc5d85a90e5b755c9599e0b67b42da3b",
"body": "Add Homebrew install instructions",
"is_bot": false,
"headline": "Merge pull request #62 from git-pkgs/homebrew-readme",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6f6e74eda6580cf124b57bc6ffc362af840b9a",
"body": null,
"is_bot": false,
"headline": "Add Homebrew install instructions",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T10:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fe34f93a75fa5e9587f950642020e8252281bc0",
"body": "Set User-Agent on outbound HTTP requests",
"is_bot": false,
"headline": "Merge pull request #55 from git-pkgs/user-agent",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T08:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1531172099b114cb756889c8fcfe37dc8c0a067",
"body": "Closes #31",
"is_bot": false,
"headline": "Set User-Agent on outbound HTTP requests",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T08:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "454ab9d844de5bfd7a480b2609697aa62f4f54e8",
"body": "Harden git clone argv and config file permissions",
"is_bot": false,
"headline": "Merge pull request #54 from git-pkgs/security-hardening",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T08:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffedb358f2ce307ce266f942c17a54a49d3cb752",
"body": null,
"is_bot": false,
"headline": "Harden git clone argv and config file permissions",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-13T08:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906943a42aa5b4a927ab7bd548087fe8bf4a3449",
"body": "…/x/crypto-0.50.0\n\nBump golang.org/x/crypto from 0.49.0 to 0.50.0",
"is_bot": false,
"headline": "Merge pull request #52 from git-pkgs/dependabot/go_modules/golang.org…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-10T09:54:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef3bbc1e918447c3eecb2eefe61e52db49e1b49d",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.49.0 to 0.50.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.49.0...v0.50.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.50.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.49.0 to 0.50.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-10T09:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634af6069e9c342ea7795dbfd339f42bfa488de7",
"body": "…/x/term-0.42.0\n\nBump golang.org/x/term from 0.41.0 to 0.42.0",
"is_bot": false,
"headline": "Merge pull request #53 from git-pkgs/dependabot/go_modules/golang.org…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-10T09:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c4bf4907cd73ff62e02cc9a5f8fa045e40818e5",
"body": "Bumps [golang.org/x/term](https://github.com/golang/term) from 0.41.0 to 0.42.0.\n- [Commits](https://github.com/golang/term/compare/v0.41.0...v0.42.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/term\n dependency-version: 0.42.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/term from 0.41.0 to 0.42.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-10T01:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f93d085661e7725474fb4038cade79931aaf082f",
"body": "…s/setup-go-6.4.0\n\nBump actions/setup-go from 6.3.0 to 6.4.0",
"is_bot": false,
"headline": "Merge pull request #51 from git-pkgs/dependabot/github_actions/action…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-04-03T07:25:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a653c7bb5a5dc52e39fc5d3997bc2aac723efce0",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.4.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4b73464bb391d4059bd26b0524d20df3927bd417...4a3601121dd01d1626a1e23e37211e3254c1c06c)\n\n---\nupdated\n[…]\n- dependency-name: actions/setup-go\n dependency-version: 6.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 6.3.0 to 6.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T01:54:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb026459c1eb24e0e6fc9acb8ca0e58d0f615d02",
"body": null,
"is_bot": false,
"headline": "Bump github.com/git-pkgs/purl to v0.1.10",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-29T19:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc39ad697404e276f05ca4cf0f6e1a57351bb84d",
"body": "Fix lint issues from golangci-lint quality checks",
"is_bot": false,
"headline": "Merge pull request #44 from git-pkgs/lint-fixes",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-18T09:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e9ab41819fa68bef547d5d75d6b07117180f90",
"body": "Replace magic numbers with named constants, extract repeated string\nliterals into constants, convert if-else chains to switch statements,\nreplace unnecessary lambdas with direct function references, simplify\nHasPrefix+TrimPrefix to CutPrefix, mark unused parameters, and reduce\ncognitive complexity by extracting helper functions.",
"is_bot": false,
"headline": "Fix lint issues from golangci-lint quality checks",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-18T09:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0691a47f61529d9b4ef3cbf9a3bf04ae2db589f",
"body": "Add commit status support",
"is_bot": false,
"headline": "Merge pull request #40 from git-pkgs/add-commit-statuses",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T16:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c555406dafa446fc92d4b9fe3c0e89d851c1d79",
"body": "Closes #24",
"is_bot": false,
"headline": "Add commit status support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T16:49:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c5c17831d698274f4fb94274ef8bb7083a35bd6",
"body": "…/x/crypto-0.49.0\n\nBump golang.org/x/crypto from 0.48.0 to 0.49.0",
"is_bot": false,
"headline": "Merge pull request #37 from git-pkgs/dependabot/go_modules/golang.org…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T08:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11589c587347328ec0ed5e19a087b8c9da4257e9",
"body": "Add repository contributors support",
"is_bot": false,
"headline": "Merge pull request #39 from git-pkgs/add-contributors",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T08:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e98116d80eb7dba4fb6c02185b1ed18c0a89200",
"body": "Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.48.0 to 0.49.0.\n- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.49.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/crypto\n dependency-version: 0.49.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/crypto from 0.48.0 to 0.49.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-13T07:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be8f8fc5f8ddcc6ac7e71f7a1c0d661020a3071d",
"body": "…/x/term-0.41.0\n\nBump golang.org/x/term from 0.40.0 to 0.41.0",
"is_bot": false,
"headline": "Merge pull request #38 from git-pkgs/dependabot/go_modules/golang.org…",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52cacb93bcc6d34ab3ef0e9368dc1ea6d9909de7",
"body": "Closes #27",
"is_bot": false,
"headline": "Add repository contributors support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:46:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5731ae724e1447e8fa8679511ed5316ea324a64",
"body": "Add file content support",
"is_bot": false,
"headline": "Merge pull request #36 from git-pkgs/add-file-content",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:31:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f076e266660b88ab430dfb8d5a3dd7a16a635ef7",
"body": "# Conflicts:\n#\tforge.go\n#\tforges_test.go\n#\tservices.go\n#\ttypes.go",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into add-file-content",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8b6e23850b6b1e0a282c163276ed69f2c09356a",
"body": null,
"is_bot": false,
"headline": "Add file content support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:27:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eda395f70d5d837afb4f0bd1a0035be2ac3989cf",
"body": "Add list forks support",
"is_bot": false,
"headline": "Merge pull request #35 from git-pkgs/add-list-forks",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8717241c1f2da5a394102fa1ac3ab3d6de299453",
"body": "Add collaborator management",
"is_bot": false,
"headline": "Merge pull request #34 from git-pkgs/add-collaborator-management",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-13T07:23:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de02097c518ce707559bd976062d884ee7197ed6",
"body": "Bumps [golang.org/x/term](https://github.com/golang/term) from 0.40.0 to 0.41.0.\n- [Commits](https://github.com/golang/term/compare/v0.40.0...v0.41.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/term\n dependency-version: 0.41.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golang.org/x/term from 0.40.0 to 0.41.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-13T01:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb70e706c8eded4f783979a225b23888e53803fb",
"body": null,
"is_bot": false,
"headline": "Add list forks support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-12T12:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e48b3674d6987d5e70e92d1d23700e7cf78b3c",
"body": null,
"is_bot": false,
"headline": "Add collaborator management support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-12T12:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8798d86f5c3f0742d13d17df6d017184e83329",
"body": "Add comment reactions support",
"is_bot": false,
"headline": "Merge pull request #33 from git-pkgs/add-comment-reactions",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-11T11:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c230c4923e8f68886dec9cc72505a34ebe6ddc80",
"body": null,
"is_bot": false,
"headline": "Fix import ordering in gitea/reactions.go",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-11T11:09:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b53a9e85f6f2d4255aa21edaadafd9c012d58844",
"body": "Add ListReactions and AddReaction methods to IssueService and\nPullRequestService with implementations for all backends. GitHub and\nGitea use the issue comment reactions API, GitLab uses award emoji on\nnotes, and Bitbucket returns ErrNotSupported.\n\nCLI commands: issue react, issue reactions, pr react, pr reactions.\n\nCloses #29",
"is_bot": false,
"headline": "Add comment reactions support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-11T11:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d57c8699ada335cb4058315cc4dc8a321ee93a76",
"body": "Add rate limit support",
"is_bot": false,
"headline": "Merge pull request #32 from git-pkgs/add-rate-limit",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-11T11:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "164d7ccf29012eb838013e8fbe33fe5f8968b1aa",
"body": "Add GetRateLimit to the Forge interface with implementations for all\nbackends. GitHub uses GET /rate_limit, GitLab reads response headers\nfrom a lightweight API call, Gitea calls GET /api/v1/rate_limit, and\nBitbucket returns ErrNotSupported.\n\nAdds `forge rate-limit` CLI command with table, plain, and JSON output.\n\nCloses #30",
"is_bot": false,
"headline": "Add rate limit support",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-11T08:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d4109a0ce82fc253e91435a4ec5432a2506396",
"body": null,
"is_bot": false,
"headline": "Update README with review, notification, and CI log examples",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-10T20:08:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b23361823a4e86c1f3a1ff112b635e0ec5a8e7f",
"body": "Add NotificationService for user notifications",
"is_bot": false,
"headline": "Merge pull request #15 from git-pkgs/add-notification-service",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-10T20:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80ba0418fd7936a39ffb19126a46ad9ad8b6c4d3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into add-notification-service",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-10T20:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e369aa700da298d7ac01ad3d94e7f4e6ab3e3fc",
"body": "Implement CI service for Gitea/Forgejo",
"is_bot": false,
"headline": "Merge pull request #16 from git-pkgs/implement-gitea-ci-service",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-10T20:04:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea262761063714770e08dd42807df9272945d105",
"body": "Add ReviewService for PR review operations",
"is_bot": false,
"headline": "Merge pull request #14 from git-pkgs/add-review-service",
"author_name": "Andrew Nesbitt",
"author_login": "andrew",
"committed_at": "2026-03-10T20:04:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 134,
"latest_release_at": "2026-06-29T13:15:13Z",
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 22,
"days_since_latest_release": 25,
"mean_days_between_releases": 13.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/git-pkgs/forge",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/git-pkgs/forge",
"is_deprecated": false,
"latest_version": "v0.6.0",
"repository_url": "https://github.com/git-pkgs/forge",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-26T13:40:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 28
}
]
},
"popularity": {
"forks": 14,
"stars": 201,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-04-23",
"count": 2
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 14,
"total_forks": 14
},
"star_history": null,
"open_issues_and_prs": 25
},
"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": 29435,
"source_files_sampled": 207,
"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/crypto",
"direct": true,
"version": "v0.54.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 16
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 223,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "code.gitea.io/sdk/gitea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.1"
},
{
"name": "github.com/git-pkgs/purl",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.14"
},
{
"name": "github.com/google/go-github/v82",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v82.0.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "gitlab.com/gitlab-org/api/client-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.46.0"
},
{
"name": "golang.org/x/crypto",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.54.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "code.gitea.io/sdk/gitea",
"direct": true,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "github.com/git-pkgs/purl",
"direct": true,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/google/go-github/v82",
"direct": true,
"version": "v82.0.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "gitlab.com/gitlab-org/api/client-go",
"direct": true,
"version": "v1.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": true,
"version": "v0.54.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": true,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "4d63.com/gocheckcompilerdirectives",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "4d63.com/gochecknoglobals",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "codeberg.org/chavacava/garif",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "codeberg.org/polyfloyd/go-errorlint",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "dev.gaijin.team/go/exhaustruct/v4",
"direct": false,
"version": "v4.0.0",
"ecosystem": "go"
},
{
"name": "dev.gaijin.team/go/golib",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/42wim/httpsig",
"direct": false,
"version": "v1.2.4",
"ecosystem": "go"
},
{
"name": "github.com/4meepo/tagalign",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/abirdcfly/dupword",
"direct": false,
"version": "v0.1.7",
"ecosystem": "go"
},
{
"name": "github.com/adminbenni/iota-mixing",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/chroma/v2",
"direct": false,
"version": "v2.23.1",
"ecosystem": "go"
},
{
"name": "github.com/alecthomas/go-check-sumtype",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/alexkohler/nakedret/v2",
"direct": false,
"version": "v2.0.6",
"ecosystem": "go"
},
{
"name": "github.com/alexkohler/prealloc",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/alfatraining/structtag",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/alingse/asasalint",
"direct": false,
"version": "v0.0.11",
"ecosystem": "go"
},
{
"name": "github.com/alingse/nilnesserr",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/alwxsin/noinlineerr",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/antonboom/errname",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/antonboom/nilnil",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/antonboom/testifylint",
"direct": false,
"version": "v1.6.4",
"ecosystem": "go"
},
{
"name": "github.com/ashanbrown/forbidigo/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/ashanbrown/makezero/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/beorn7/perks",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/bkielbasa/cyclop",
"direct": false,
"version": "v1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/blizzy78/varnamelen",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/bombsimon/wsl/v4",
"direct": false,
"version": "v4.7.0",
"ecosystem": "go"
},
{
"name": "github.com/bombsimon/wsl/v5",
"direct": false,
"version": "v5.6.0",
"ecosystem": "go"
},
{
"name": "github.com/breml/bidichk",
"direct": false,
"version": "v0.3.3",
"ecosystem": "go"
},
{
"name": "github.com/breml/errchkjson",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/burntsushi/toml",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/butuzov/ireturn",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/butuzov/mirror",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/catenacyber/perfsprint",
"direct": false,
"version": "v0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/ccojocar/zxcvbn-go",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/charithe/durationcheck",
"direct": false,
"version": "v0.0.11",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.2.3-0.20250311203215-f60798e515dc",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.13-0.20250311204145-2c3ea96c31dd",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.1",
"ecosystem": "go"
},
{
"name": "github.com/ckaznocha/intrange",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/curioswitch/go-reassign",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/daixiang0/gci",
"direct": false,
"version": "v0.13.7",
"ecosystem": "go"
},
{
"name": "github.com/dave/dst",
"direct": false,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/davidmz/go-pageant",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/denis-tingaikin/go-header",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/djarvur/go-err113",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dlclark/regexp2",
"direct": false,
"version": "v1.11.5",
"ecosystem": "go"
},
{
"name": "github.com/ettle/strcase",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.18.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/structtag",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/firefart/nonamedreturns",
"direct": false,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/fzipp/gocyclo",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/ghostiam/protogetter",
"direct": false,
"version": "v0.3.20",
"ecosystem": "go"
},
{
"name": "github.com/git-pkgs/vers",
"direct": false,
"version": "v0.2.6",
"ecosystem": "go"
},
{
"name": "github.com/go-critic/go-critic",
"direct": false,
"version": "v0.14.3",
"ecosystem": "go"
},
{
"name": "github.com/go-fed/httpsig",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astcast",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astcopy",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astequal",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astfmt",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/astp",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/strparse",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-toolsmith/typep",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/go-xmlfmt/xmlfmt",
"direct": false,
"version": "v1.1.3",
"ecosystem": "go"
},
{
"name": "github.com/gobwas/glob",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/godoc-lint/godoc-lint",
"direct": false,
"version": "v0.11.2",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/flock",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.3",
"ecosystem": "go"
},
{
"name": "github.com/golangci/asciicheck",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/dupl",
"direct": false,
"version": "v0.0.0-20250308024227-f665c8d69b32",
"ecosystem": "go"
},
{
"name": "github.com/golangci/go-printf-func-name",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/golangci/gofmt",
"direct": false,
"version": "v0.0.0-20250106114630-d62b90e6713d",
"ecosystem": "go"
},
{
"name": "github.com/golangci/golangci-lint/v2",
"direct": false,
"version": "v2.11.2",
"ecosystem": "go"
},
{
"name": "github.com/golangci/golines",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/misspell",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/plugin-module-register",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/golangci/revgrep",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/golangci/swaggoswag",
"direct": false,
"version": "v0.0.0-20250504205917-77f2aca3143e",
"ecosystem": "go"
},
{
"name": "github.com/golangci/unconvert",
"direct": false,
"version": "v0.0.0-20250410112200-a129a6e6413e",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/google/go-querystring",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/gordonklaus/ineffassign",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/analysisutil",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/comment",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/forcetypeassert",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/gostaticanalysis/nilerr",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-cleanhttp",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-immutable-radix/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-retryablehttp",
"direct": false,
"version": "v0.7.8",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/go-version",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/hashicorp/hcl",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/hexops/gotextdiff",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jgautheron/goconst",
"direct": false,
"version": "v1.8.2",
"ecosystem": "go"
},
{
"name": "github.com/jingyugao/rowserrcheck",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/jjti/go-spancheck",
"direct": false,
"version": "v0.6.5",
"ecosystem": "go"
},
{
"name": "github.com/julz/importas",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/karamaru-alpha/copyloopvar",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/kisielk/errcheck",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "github.com/kkhaike/contextcheck",
"direct": false,
"version": "v1.1.6",
"ecosystem": "go"
},
{
"name": "github.com/kulti/thelper",
"direct": false,
"version": "v0.7.1",
"ecosystem": "go"
},
{
"name": "github.com/kunwardeep/paralleltest",
"direct": false,
"version": "v1.0.15",
"ecosystem": "go"
},
{
"name": "github.com/lasiar/canonicalheader",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/ldez/exptostd",
"direct": false,
"version": "v0.4.5",
"ecosystem": "go"
},
{
"name": "github.com/ldez/gomoddirectives",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "github.com/ldez/grignotin",
"direct": false,
"version": "v0.10.1",
"ecosystem": "go"
},
{
"name": "github.com/ldez/structtags",
"direct": false,
"version": "v0.6.1",
"ecosystem": "go"
},
{
"name": "github.com/ldez/tagliatelle",
"direct": false,
"version": "v0.7.2",
"ecosystem": "go"
},
{
"name": "github.com/ldez/usetesting",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/leonklingele/grouper",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/macabu/inamedparam",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/magiconair/properties",
"direct": false,
"version": "v1.8.6",
"ecosystem": "go"
},
{
"name": "github.com/manuelarte/embeddedstructfieldcheck",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/manuelarte/funcorder",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/maratori/testableexamples",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/maratori/testpackage",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/masterminds/semver/v3",
"direct": false,
"version": "v3.4.0",
"ecosystem": "go"
},
{
"name": "github.com/matoous/godox",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.16",
"ecosystem": "go"
},
{
"name": "github.com/matttproud/golang_protobuf_extensions",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mgechev/revive",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/mirrexone/unqueryvet",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/go-homedir",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/mapstructure",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/moricho/tparallel",
"direct": false,
"version": "v0.3.2",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": false,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "github.com/nakabonne/nestif",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/nishanths/exhaustive",
"direct": false,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "github.com/nishanths/predeclared",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/nunnatsa/ginkgolinter",
"direct": false,
"version": "v0.23.0",
"ecosystem": "go"
},
{
"name": "github.com/openpeedeep/depguard/v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "github.com/package-url/packageurl-go",
"direct": false,
"version": "v0.1.6",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml",
"direct": false,
"version": "v1.9.5",
"ecosystem": "go"
},
{
"name": "github.com/pelletier/go-toml/v2",
"direct": false,
"version": "v2.2.4",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_golang",
"direct": false,
"version": "v1.12.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/client_model",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/common",
"direct": false,
"version": "v0.32.1",
"ecosystem": "go"
},
{
"name": "github.com/prometheus/procfs",
"direct": false,
"version": "v0.7.3",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/go-ruleguard",
"direct": false,
"version": "v0.4.5",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/go-ruleguard/dsl",
"direct": false,
"version": "v0.3.23",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/gogrep",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/regex/syntax",
"direct": false,
"version": "v0.0.0-20210819130434-b3f0c404a727",
"ecosystem": "go"
},
{
"name": "github.com/quasilyte/stdinfo",
"direct": false,
"version": "v0.0.0-20220114132959-f7386bf02567",
"ecosystem": "go"
},
{
"name": "github.com/raeperd/recvcheck",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.14.1",
"ecosystem": "go"
},
{
"name": "github.com/ryancurrah/gomodguard",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/ryanrolds/sqlclosecheck",
"direct": false,
"version": "v0.5.1",
"ecosystem": "go"
},
{
"name": "github.com/sanposhiho/wastedassign/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": false,
"version": "v6.0.2",
"ecosystem": "go"
},
{
"name": "github.com/sashamelentyev/interfacebloat",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/sashamelentyev/usestdlibvars",
"direct": false,
"version": "v1.29.0",
"ecosystem": "go"
},
{
"name": "github.com/securego/gosec/v2",
"direct": false,
"version": "v2.24.7",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/sivchari/containedctx",
"direct": false,
"version": "v1.0.3",
"ecosystem": "go"
},
{
"name": "github.com/sonatard/noctx",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/sourcegraph/go-diff",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.15.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cast",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/jwalterweatherman",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/viper",
"direct": false,
"version": "v1.12.0",
"ecosystem": "go"
},
{
"name": "github.com/ssgreg/nlreturn/v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "github.com/stbenjam/no-sprintf-host-port",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/objx",
"direct": false,
"version": "v0.5.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/subosito/gotenv",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/tetafro/godot",
"direct": false,
"version": "v1.5.4",
"ecosystem": "go"
},
{
"name": "github.com/timakin/bodyclose",
"direct": false,
"version": "v0.0.0-20241222091800-1db5c5ca4d67",
"ecosystem": "go"
},
{
"name": "github.com/timonwong/loggercheck",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/tomarrell/wrapcheck/v2",
"direct": false,
"version": "v2.12.0",
"ecosystem": "go"
},
{
"name": "github.com/tommy-muehle/go-mnd/v2",
"direct": false,
"version": "v2.5.1",
"ecosystem": "go"
},
{
"name": "github.com/ultraware/funlen",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/ultraware/whitespace",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/uudashr/gocognit",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/uudashr/iface",
"direct": false,
"version": "v1.4.1",
"ecosystem": "go"
},
{
"name": "github.com/xen0n/gosmopolitan",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "github.com/yagipy/maintidx",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/yeya24/promlinter",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/ykadowak/zerologlint",
"direct": false,
"version": "v0.1.5",
"ecosystem": "go"
},
{
"name": "gitlab.com/bosi/decorder",
"direct": false,
"version": "v0.4.2",
"ecosystem": "go"
},
{
"name": "go-simpler.org/musttag",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "go-simpler.org/sloglint",
"direct": false,
"version": "v0.11.1",
"ecosystem": "go"
},
{
"name": "go.augendre.info/arangolint",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "go.augendre.info/fatcontext",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp/typeparams",
"direct": false,
"version": "v0.0.0-20260209203927-2842357ff358",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/oauth2",
"direct": false,
"version": "v0.35.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.14.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/ini.v1",
"direct": false,
"version": "v1.67.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v2",
"direct": false,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "honnef.co/go/tools",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "mvdan.cc/gofumpt",
"direct": false,
"version": "v0.9.2",
"ecosystem": "go"
},
{
"name": "mvdan.cc/unparam",
"direct": false,
"version": "v0.0.0-20251027182757-5beb8c8f8f15",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 223,
"direct_count": 8,
"indirect_count": 215
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 79,
"open_issues": 19,
"closed_ratio": 0.661,
"closed_issues": 37,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "andrew",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/1060?v=4"
},
{
"type": "User",
"login": "untitaker",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/837573?v=4"
},
{
"type": "User",
"login": "abhinavgautam01",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/183635986?v=4"
},
{
"type": "User",
"login": "pigam",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/38874936?v=4"
},
{
"type": "User",
"login": "guettli",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/414336?v=4"
},
{
"type": "User",
"login": "vvsagar",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/14362724?v=4"
},
{
"type": "User",
"login": "arne",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5555?v=4"
},
{
"type": "User",
"login": "ychampion",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/68075205?v=4"
}
],
"contributors_sampled": 8,
"top_contributor_share": 0.821
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"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": 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": 9,
"reason": "27 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"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": 8,
"reason": "Found 17/20 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 18 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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"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": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 4,
"reason": "SAST tool is not run on all commits -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "355ddfcf484a9fef2558832378cf262e05a71550",
"ran_at": "2026-07-24T21:00:16Z",
"aggregate_score": 6.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T01:53:23Z",
"oldest_open_prs": [
{
"number": 119,
"created_at": "2026-06-11T13:51:19Z",
"last_comment_at": "2026-07-23T15:56:14Z",
"last_comment_author": "abhinavgautam01"
},
{
"number": 120,
"created_at": "2026-06-11T14:26:34Z",
"last_comment_at": "2026-07-23T15:49:04Z",
"last_comment_author": "abhinavgautam01"
},
{
"number": 143,
"created_at": "2026-07-23T13:13:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 144,
"created_at": "2026-07-24T01:53:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 145,
"created_at": "2026-07-24T01:53:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 146,
"created_at": "2026-07-24T07:14:04Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-23T11:24:57Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 12,
"created_at": "2026-03-10T16:09:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 13,
"created_at": "2026-03-10T17:57:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2026-03-10T19:43:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 19,
"created_at": "2026-03-10T19:43:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2026-03-10T19:43:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-03-10T19:44:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-03-10T19:44:03Z",
"last_comment_at": "2026-05-07T19:48:49Z",
"last_comment_author": "hramrach"
},
{
"number": 23,
"created_at": "2026-03-10T19:44:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2026-03-29T16:29:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-03-29T16:29:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2026-03-29T16:29:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 50,
"created_at": "2026-03-29T16:29:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2026-05-16T16:44:07Z",
"last_comment_at": "2026-06-01T08:19:34Z",
"last_comment_author": "hramrach"
},
{
"number": 90,
"created_at": "2026-05-21T13:07:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2026-05-30T14:39:11Z",
"last_comment_at": "2026-05-31T11:24:37Z",
"last_comment_author": "untitaker"
},
{
"number": 112,
"created_at": "2026-05-31T11:17:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 113,
"created_at": "2026-05-31T14:13:08Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 134,
"created_at": "2026-07-04T11:59:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 142,
"created_at": "2026-07-23T11:09:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/git-pkgs/forge",
"host": "github.com",
"name": "forge",
"owner": "git-pkgs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 71,
"vitality": 83,
"community": 65,
"governance": 64,
"engineering": 69
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"commits_last_year": 134,
"human_commit_share": 0.76,
"days_since_last_push": 0,
"active_weeks_last_year": 22
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "22/52 weeks with commits",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 22
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "134 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 134
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.6.0",
"releases_from_tags": false,
"days_since_latest_release": 25,
"mean_days_between_releases": 13.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 25 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 25
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~13.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 13.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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"forks": 14,
"stars": 201,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "201 stars",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 201
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "14 forks",
"points": 9.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 14
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 8,
"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": "8 contributors",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 8
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 18 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"merged_prs": 79,
"open_issues": 19,
"closed_issues": 37,
"issue_closed_ratio": 0.661,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "66% of issues closed",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 66
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "79/84 decided PRs merged",
"points": 36,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 79,
"decided": 84
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 17/20 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 40,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "git-pkgs",
"public_repos": 43,
"account_age_days": 192
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "40 followers of git-pkgs",
"points": 11.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 40,
"login": "git-pkgs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~0 yr old",
"points": 13,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/git-pkgs/forge"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 28
},
"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 28 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 28
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 69,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"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.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "27 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 71,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 6.6
},
"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": "27 out of 30 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"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 17/20 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 18 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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"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": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 223 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": 223
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 223,
"unassessed_packages": 0,
"affected_by_severity": "unknown 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/crypto v0.54.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/crypto v0.54.0 (unknown)"
}
}
],
"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 has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"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": 223,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 13
},
"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": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.737,
"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": "56 of 76 human commits state their intent (structured subject or explanatory body)",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 76
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.24
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "24 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 24,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"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": 29435,
"source_files_sampled": 207,
"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/207 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 207,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-24T21:00:36.716943Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/git-pkgs/forge.svg",
"full_name": "git-pkgs/forge",
"license_state": "standard",
"license_spdx": "MIT"
}