原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"openapi",
"swagger2"
],
"is_fork": false,
"size_kb": 4009,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 346547
},
"pushed_at": "2026-07-24T09:14:58Z",
"created_at": "2016-04-17T05:48:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T09:15:27Z",
"description": "openapi specification object model",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "OpenAPI Initiative golang toolkit",
"type": "Organization",
"login": "go-openapi",
"company": null,
"location": null,
"followers": 169,
"avatar_url": "https://avatars.githubusercontent.com/u/15724843?v=4",
"created_at": "2015-11-09T06:47:27Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 3914
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.22.9",
"kind": "patch",
"published_at": "2026-07-20T20:01:05Z"
},
{
"tag": "v0.22.8",
"kind": "patch",
"published_at": "2026-07-20T17:33:51Z"
},
{
"tag": "v0.22.7",
"kind": "patch",
"published_at": "2026-07-20T15:18:11Z"
},
{
"tag": "v0.22.6",
"kind": "patch",
"published_at": "2026-06-14T12:36:08Z"
},
{
"tag": "v0.22.5",
"kind": "patch",
"published_at": "2026-06-02T16:27:44Z"
},
{
"tag": "v0.22.4",
"kind": "patch",
"published_at": "2026-03-03T00:36:59Z"
},
{
"tag": "v0.22.3",
"kind": "patch",
"published_at": "2025-12-24T16:08:46Z"
},
{
"tag": "v0.22.2",
"kind": "patch",
"published_at": "2025-12-08T22:24:24Z"
}
],
"recent_commits": [
{
"oid": "0d6ed7c6fec9f056743bd2b9613c7ea2bd31c045",
"body": "Bumps the development-dependencies group with 9 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.4.0` | `0.4.2` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.4.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 9 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-24T09:14:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e682f665cd0b25eee1bcc3ec42d939d7b037a1f1",
"body": "…Options (#292)\n\nExpandParameter/ExpandParameterWithRoot and ExpandResponse/ExpandResponseWithRoot\nexpand a parameter or response but take no ExpandOptions, so they always use the\npackage default (unsandboxed) document loader — the same gap that motivated\nExpandSchemaWithOptions. go-openapi/validate\n[…]\ntions are reimplemented in terms of the new ones, so their behavior\nis unchanged.\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(expander): add ExpandParameterWithOptions and ExpandResponseWith…",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-07-20T19:48:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9bfe73252e15c63384a5924ca452f8c624ddc2eb",
"body": "…sion (#291)\n\nExpandSchema expands a schema against an in-memory root but takes no\nExpandOptions, so it always uses the package default (unsandboxed) document\nloader. Downstream consumers that expand a schema whose $ref may come from an\nuntrusted source — go-openapi/analysis (schema analysis, flatte\n[…]\n\nExpandSchemaWithOptions(schema, root, cache, nil), so its behavior is unchanged.\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(expander): add ExpandSchemaWithOptions for confined schema expan…",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-07-20T17:22:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "517396541f29bdbe30db5b282075e096cd35c6f9",
"body": "Fix/vuln reports",
"is_bot": false,
"headline": "Merge pull request #290 from fredbi/fix/vuln-reports",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-07-20T15:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "497d5838d347a678350223bc3201eb694428b98b",
"body": "Supersedes the v0.27.2 bump. swag/loading v0.27.3 fixes WithRoot on Windows:\nspec normalizes references to a file-URL path form (\"/C:/dir/file\"), which\nv0.27.2 did not recognize as absolute, so os.Root rejected legitimate in-root\ntargets and TestExpand_ConfinedLoader failed on Windows CI. v0.27.3 no\n[…]\nngutils, which\nhad no v0.27.2 tag, is included). No spec code change is required.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "build(deps): bump swag modules to v0.27.3",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T15:03:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fe9f8bd892dc1da5293a701d56717c324a0a2380",
"body": "Expanding a spec with the default loader fetches any remote \"$ref\" through\nhttp.DefaultClient with no address filtering, so a \"$ref\" to a cloud metadata\nendpoint (e.g. AWS IMDS at 169.254.169.254), a private address, or localhost is\nan SSRF vector. This is documented in the package \"Security\" sectio\n[…]\nndSchemaWithBasePath,\nExpandResponse, ExpandParameter and the Resolve* functions.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "test(expander): validate the SSRF posture of an injected loader",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T14:16:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75e485906faa6538f86b99e673ec8d47f43a9d45",
"body": "swag/loading v0.27.2 makes loading.WithRoot resolve absolute in-root paths\n(rebasing them onto the root) instead of rejecting every absolute path. Because\nspec normalizes every $ref to an absolute path against the spec's base, this is\nwhat makes a WithRoot-confined loader usable to safely expand an \n[…]\ninto the result.\n\ngo mod tidy also drops the now-unused swag/jsonname dependency.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "build(deps): bump swag/loading to v0.27.2 for confined $ref loading",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T14:02:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7229152b356c3cb6c7bf380b4be43412ff5c8d28",
"body": "Expanding or resolving a specification loads referenced documents through a\npluggable loader that, by default, is unconfined. A \"$ref\" in an untrusted spec\ncan therefore read local files (\"file:///etc/passwd\", \"../../secret.json\" —\narbitrary file read / path traversal) or reach internal addresses vi\n[…]\nerence\nExpandOptions.MaxExpansionNodes for the related $ref amplification vector.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "docs(security): warn that the default $ref loader is not sandboxed",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T14:02:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e073e103e1da409715da2625919ffa37b887c26",
"body": "IsValidURI resolved an absolute-URL $ref by issuing http.Get(v) on\nhttp.DefaultClient, which has no timeout and no cancellation. On an\nattacker-controlled URL whose server accepts the connection but never responds,\nthe call blocks indefinitely, leaking goroutines, sockets, and file descriptors.\nBeca\n[…]\nvalidate test\ndepended on the probe (validate's fixtures use fragment-only refs).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix(ref): stop performing a network request in IsValidURI",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T12:09:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64655f31c8d63f8e5ad8841e341ba7396ad50d50",
"body": "Add ExpandOptions.PathLoaderWithOptions, a document loader matching the\nfunc(string, ...loading.Option) (json.RawMessage, error) signature now used by\nthe go-openapi/swag/loading and go-openapi/loads loaders. When set, it takes\nprecedence over PathLoader, which in turn precedes the package-level def\n[…]\ne is additive: existing callers using PathLoader (or the default) are\nunaffected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "feat(expander): accept an option-aware document loader",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T11:45:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5ae1e0d1e553a36e0aca5266288b61a59deb9a2f",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: upgrade dependencies ; fix deprecated jsonname",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T10:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76a1a497cec7e63c68e55fa7408442bb664202b",
"body": "… DoS\n\nExpandSpec/ExpandSchema* inline every $ref with no memoization and no global\nbudget. A self-contained spec where each of N definitions references the next\none twice (via allOf/anyOf/oneOf/properties/items) drives 2^N schema expansions\nfrom O(N) bytes of input. A ~1.5 KB document expands into \n[…]\nr ContinueOnError, rather than leaving the\ncaller with a silently truncated spec.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix(expander): cap $ref expansion node count to prevent amplification…",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-07-20T09:58:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1688f14122e3ec67c743f124e25ccdbff862efcd",
"body": "…286)\n\nBumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) and [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference).\n\n\nUpdates `github.com/go-openapi/jsonpointer` from 0.24.0 to 1.0.0\n- [\n[…]\nte:semver-major\n dependency-group: go-openapi-dependencies\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": "build(deps): bump the go-openapi-dependencies group with 2 updates (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-12T05:49:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b21ccd1bf2b2b75857c6629e4cfbcd651b127ae",
"body": "Bumps the go-openapi-dependencies group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.23.1` | `0.24.0` |\n| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.26.1` | `0.27.0` \n[…]\nncy-version: 0.27.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 6 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-03T09:15:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8e7a0e601399d7612019ecb9b08082c509867fe7",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2026-07-01T08:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac1beef0f54e07f4ed0c906899260bdb99016c7",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/enable/yaml/v2` from 2.5.1 to 2.6.0\n- \n[…]\nency-version: 2.6.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T09:15:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da6a6cfe8f033f8a4ce7eacc731360d304dabf06",
"body": "…0 (#282)\n\nAdd the webhook-announcements workflow (mirrors go-openapi/testify): pushes\nto master that change README.md are scanned for new \"## Announcements\"\nentries and posted to the discord channel.\nAlso bump all ci-workflows shared-workflow pins to v0.4.0\n(af4c93f45481ea7d24ac2a9858272cc03daf424e).\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: post README announcements to discord + bump ci-workflows to v0.4.…",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-06-22T18:11:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1754e05bf68f2fc66465763c5a32d1f64da79ce2",
"body": "The all-time contributors workflow no longer needs a weekly cadence:\nnowadays it mostly bumps maintainer activity. Run it on the 1st of\neach month at 04:49 UTC ('49 4 1 * *') instead of every Saturday.\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): run contributors workflow monthly instead of weekly (#281)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-06-21T16:44:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eb04d4706c556c70980864b5eb3cda2705983d91",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2026-06-20T08:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc55c96f60257d121e61e54c02bbd7da37ce44e7",
"body": "…ot-pr.yml\n\nBumps the development-dependencies group with 1 update: [go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml](https://github.com/go-openapi/ci-workflows).\n\n\nUpdates `go-openapi/ci-workflows/.github/workflows/monitor-bot-pr.yml` from 93b16765c4045dbd4dac2372803294298aa7592a to 2e\n[…]\n dependency-version: 2e57e83146e049b5dfb8116ba16a09b2da27b3c5\n dependency-type: direct:production\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump go-openapi/ci-workflows/.github/workflows/monitor-b…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-19T09:15:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b69857b2fdccf8ae956574c3e4bd925a7abfc90",
"body": "Fix/277 header ext",
"is_bot": false,
"headline": "Merge pull request #278 from fredbi/fix/277-header-ext",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-06-14T12:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49846cbe73d1de80fdee6344b0d3e45e72ee31da",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: relint",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-06-14T12:24:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41b4fd1b2143d1294379e933ed6710163cd81bc",
"body": "* fixes #277\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix(header): header extension should correctly marshal as JSON",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-06-14T12:22:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536d37519c8af8e4e806d6d47f7432f0f7f04980",
"body": "Bumps the development-dependencies group with 8 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.3.4` | `0.3.5` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.3.5\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 8 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T09:15:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e935605cb20565f606488399d3b6a47b05c76119",
"body": "…y with 6 updates\n\nBumps the go-openapi-dependencies group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.21.5` | `0.21.6` |\n| [github.com/go-openapi/swag/conv](https://github.c\n[…]\nncy-version: 0.26.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group across 1 director…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-10T17:06:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ab4532d10968a0bd9af541fbe2582020bcc1f33",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2026-06-06T07:40:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2db11ae704939ab52708fd04552da8ef8d16ce",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "doc: aligned with org docs (#273)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-06-05T18:59:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0741160a14ab8312ecf8471eaccff07ccd3b0f15",
"body": "Bumps the development-dependencies group with 8 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.17` | `0.3.4` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https:/\n[…]\nncy-version: 0.3.4\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 8 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T09:16:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45b7fe19b6dc5e29517d8f7e97b6a7806379dd49",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "feat(ci): added shared workflow for bot-pr monitoring",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2026-05-31T08:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "971500643e423f082055c9ec9b4a9274189ed849",
"body": "…ry with 7 updates\n\nBumps the development-dependencies group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.16` | `0.2.17` |\n| [go-openapi/ci-workflows/.gi\n[…]\ncy-version: 0.2.17\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group across 1 directo…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-29T10:01:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c73b50fb446846dfdc9fbcfe3de4e46004c19be",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/enable/yaml/v2` from 2.5.0 to 2.5.1\n- \n[…]\nency-version: 2.5.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-22T09:33:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "596087b12d7949970ee0f0144d4108c6eaef2864",
"body": "…ry with 7 updates\n\nBumps the development-dependencies group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.15` | `0.2.16` |\n| [go-openapi/ci-workflows/.gi\n[…]\ncy-version: 0.2.16\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group across 1 directo…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-08T09:29:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5d0895d290c47a62efa8d1b37ecc8d98b967989",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.2 to 2.5.0\n- \n[…]\nency-version: 2.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-01T10:39:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2d9c417cd978aee4ba42a451273221d1fb60d75",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer).\n\n\nUpdates `github.com/go-openapi/jsonpointer` from 0.23.0 to 0.23.1\n- [Release notes](https://github.com/go-openapi/jsonpointer/releases)\n- [Commits](https://github.\n[…]\nncy-version: 0.23.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/jsonpointer",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-24T09:24:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d7d6519c1c50b930eacc3d0b5df880325195ad7",
"body": "Bumps the go-openapi-dependencies group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.5` | `0.23.0` |\n| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.5` | `0.26.0` \n[…]\nncy-version: 0.26.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 6 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-17T09:22:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5c71037019e90ce6f6b391d136e590098f834de",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2026-03-21T05:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4929034d93a1ebdc98613354416a267cc18673",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.1 to 2.4.2\n- \n[…]\nency-version: 2.4.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-20T09:17:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e5142b8e1435aa5d94a767129caad9950c1562c",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.11` | `0.2.15` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https:\n[…]\ncy-version: 0.2.15\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-15T23:09:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1505803bad02e000a03bdc60a19329191d4aa95b",
"body": "Update all go.mod (and go.work where applicable) to require go 1.25.0.\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump go directive to 1.25.0 (#262)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-03-15T23:03:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7c0c1923c918a4ab01b66d3faa3c838feea3916",
"body": "* doc: add portable agentic instructions\n\nAdd copilot-instructions.md, AGENTS.md (symlink), .github/copilot\nsymlink to .claude/rules, contributions and workflows rules.\nRewrite CLAUDE.md with accurate package documentation.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\nSigned\n[…]\noreply@anthropic.com>\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\n\n---------\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "doc: add portable agentic instructions (#261)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-03-15T22:11:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b2867e8edaf21c4c7521a23310694990fdbf0caf",
"body": null,
"is_bot": false,
"headline": "doc: update discord link (#260)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-03-15T08:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf199683e5a331e130e563c841eb0aba8fe0679",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/testify/enable/yaml/v2](https://github.com/go-openapi/testify) and [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/enable/yaml/v2` from 2.4.0 to 2.4.1\n- \n[…]\nency-version: 2.4.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-13T09:19:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cb33f35c7b11841301a60c582e06d81268d3ee3d",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2026-03-07T05:19:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb0c59ef05141ce91a44ef4b93bfcc3af1599f0d",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.9` | `0.2.11` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https:/\n[…]\ncy-version: 0.2.11\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-06T09:22:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6177ef6dbe2c9f47a1e0c362403848dea6027b7",
"body": "* documentation update to meet go-openapi standards\n* fixed discord link\n* relinted godoc and markdown\n\n* relinted the codebase (many nolint directives are set, the design\n can't be changed easily)\n* simplified test assertions for JSON & YAML (replaced ad'hoc helpers by\n testify/v2 features)\n* test: worked around windows-specific data race issue in tests (used\n embed fs to avoid windows FS issues)\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: doc, tests, lint (#255)",
"author_name": "fredbi",
"author_login": "fredbi",
"committed_at": "2026-03-03T00:30:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2d5d470d5dca91f7d4ead24cdd0de5bb12d20f",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/v2` from 2.3.0 to 2.4.0\n- [Release notes](https://github.com/go-openapi/testify/releases)\n- [Commits](https://github.com/go-opena\n[…]\nency-version: 2.4.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/testify/v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-27T09:19:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ca5d97aab7d1f2354c725e7fab54ecf8866f20b",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.5` | `0.2.9` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.2.9\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T09:21:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71eebab0e635b0951063dc9a170ee7968881bc59",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/v2` from 2.2.0 to 2.3.0\n- [Release notes](https://github.com/go-openapi/testify/releases)\n- [Commits](https://github.com/go-opena\n[…]\nency-version: 2.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/testify/v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-13T09:19:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7081599a4b8be0edb5aabd486349ef1ad414be9",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/v2` from 2.1.8 to 2.2.0\n- [Release notes](https://github.com/go-openapi/testify/releases)\n- [Commits](https://github.com/go-opena\n[…]\nency-version: 2.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/testify/v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-06T09:20:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d181245f63f6fd800ca4e6bd1ecb4b1262dafd9d",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.2.3` | `0.2.5` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.2.5\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-30T09:19:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "02c28f2fa3944826acac12e77361865d03497c4c",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/testify/v2](https://github.com/go-openapi/testify).\n\n\nUpdates `github.com/go-openapi/testify/v2` from 2.0.2 to 2.1.8\n- [Release notes](https://github.com/go-openapi/testify/releases)\n- [Commits](https://github.com/go-opena\n[…]\nency-version: 2.1.8\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/testify/v2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-16T09:19:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22037ac9dc317bc67dbb968baf0f67c7700b6189",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.3` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.2.3\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-01-09T09:24:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fc39a0db5dfd51bc3ed88cde72e7caed93a17f4",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2025-12-27T04:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b2ff60674feba6b4c7c62628f6860999b185409",
"body": "* fixes #216\n\nSigned-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix: fixed key escaping in OrderedItems marshaling",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-24T16:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90efd457a82293e78f860bda1c72f5488315d4e9",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2025-12-20T04:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e64b09282008812787b11a23f0f46d3bc8f7fa1c",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "doc: announced new discord channel",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-19T11:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32a252c442702db3b1ce815c058b0ec1a44aef2f",
"body": "Bumps the development-dependencies group with 7 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.1.1` | `0.1.2` |\n| [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://\n[…]\nncy-version: 0.1.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the development-dependencies group with 7 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-19T09:06:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1beb4f37090b5c8289ae7b8d867110d78de3d35c",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "doc: fixed wrong links in docs",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-17T12:47:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3b30bf333970ddbe254712d001be6f3ceecfab6",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: remove redundant release workflow",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-17T12:40:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddeeaf835afce04e5f41718b1d0ca7ae5e3d8884",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2025-12-13T04:44:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324f6d9f78a4a0b35674e16bc39b524bea8a0e9b",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "doc: removed old version of the README",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-08T22:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58b9150e38aacb9c6ff7786ab837393ca55621f",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: updated jsonpointer and reference",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-08T22:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ffcd7a81d431d70c6ece9ed869016585d1a1975",
"body": "Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "doc: updated contributors file",
"author_name": "bot-go-openapi[bot]",
"author_login": "bot-go-openapi[bot]",
"committed_at": "2025-12-08T21:08:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90bc044aa586316ea14590f1cc06b26461361e05",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "test(readability): used embedded FS for fixtures",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-08T21:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b75931b12f355646c7ef87abcf8754246c35d9f4",
"body": "* fixes #224\n\nSigned-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix: added guard for edge case causing potential panic",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-08T20:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f79daae877e0fa942765d18698a7ba9056c3b5a",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: aligned CI and doc with go-openapi repos",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-12-08T19:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a637b92b640309c030f2c84ccfe2b1ff13bc6218",
"body": "Bumps the development-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 5 to 6\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commi\n[…]\ndency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-05T09:04:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5320823fccc9fb9ec1fc5dd7467cd01a3d2dd90",
"body": "Bumps the go-openapi-dependencies group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.3` | `0.25.4` |\n| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.25.3` | `0.25.4` |\n| [\n[…]\nncy-version: 0.25.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 5 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-28T09:03:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0c3eff603c95f155dca9aa792d36a23742e9c1d",
"body": "Bumps the go-openapi-dependencies group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.22.1` | `0.22.3` |\n| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.25.1` | `0.25.3` \n[…]\nncy-version: 0.25.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 6 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-21T09:03:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "817d7f9b4e3cce9f772ab39428008f72246ff81a",
"body": "Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `golangci/golangci-lint-action` from 8 to 9\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com\n[…]\ndency-version: '9'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golangci/golangci-lint-action",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-14T09:04:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c14c0a6c2992ca2a02120dc5f2747bbc4a0a761f",
"body": "Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>",
"is_bot": false,
"headline": "chore: fix typos in comments",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2025-11-11T19:37:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06cfffb0300dabf0a47b700b0fb691f9486d110",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "tests: replaced stretchr/testify by go-openapi/testify",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-11-09T13:27:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da6d8d6c58b254b18551a6dd6169e382c41d1e6",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: updated license marks in source files",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-11-09T13:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1111c12ee94c95239cd995a587bcea225c9abc",
"body": "…alse positives\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore(linting): removed nolint directives when the linter has fixed f…",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-09-26T17:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3141f6b18adf12bf92e5cd1afc103a84cc7b71e",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "updated yaml dependency to maintained package",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-09-26T17:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "053aef4f818d83fe94451b94d8fea0e2d673d212",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "updated linting rules to go1.24",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-09-26T17:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df1210825d5b6e046cccddcd63511f179651d65b",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore(deps): updated dependencies",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-09-26T17:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dbaee0ae0317124e808a75da64362ee00e54afb",
"body": "Bumps the go-openapi-dependencies group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [github.com/go-openapi/swag/conv](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.0` |\n| [github.com/go-openapi/swag/jsonname](https://github.com/go-openapi/swag) | `0.24.0` | `0.25.0` |\n| [\n[…]\nncy-version: 0.25.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump the go-openapi-dependencies group with 5 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-26T09:04:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "496cf725ea8dbc0ba2f0c0b8b51aba31147dafae",
"body": "Bumps the development-dependencies group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).\n\n\nUpdates `actions/setup-go` from 5 to 6\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v5...v6)\n\n---\nupdated-depe\n[…]\ndency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/setup-go in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-05T09:05:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e935aa92ae13614efc42f836aebdec89d0b63a95",
"body": "go-openapi has introduced a new API to better insulate dependencies.\n\nWe move to the new modules, even though at this stage this doesn't\nchange our indirect dependencies.\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore: adopted swag v0.24.0 modules",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-08-30T11:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ddb2490e435c4de91b6fca6de9f187a4d9fc3e",
"body": "Bumps the development-dependencies group with 1 update: [github.com/stretchr/testify](https://github.com/stretchr/testify).\n\n\nUpdates `github.com/stretchr/testify` from 1.10.0 to 1.11.1\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/co\n[…]\ncy-version: 1.11.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/stretchr/testify",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-29T09:03:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50d4b571eae23f524564a47581a4016ed582df0d",
"body": "Bumps the development-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 4 to 5\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commi\n[…]\ndency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump actions/checkout in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-15T10:03:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e874ac91e8631f0b05f409e21b37c43b9f4ee5cc",
"body": "Bumps the go-openapi-dependencies group with 1 update: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer).\n\n\nUpdates `github.com/go-openapi/jsonpointer` from 0.21.1 to 0.21.2\n- [Commits](https://github.com/go-openapi/jsonpointer/compare/v0.21.1...v0.21.2)\n\n---\nupdated-dep\n[…]\nncy-version: 0.21.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump github.com/go-openapi/jsonpointer",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-10T13:10:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47a63218030580edf7bef157a6ed58708056749a",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "fix(lint): fixed false positives in tests (testifylint)",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-08-10T13:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8c5e9f5633fd54822eefc8e24c1ca36dab908b",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: fixed auto-merge",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-08-10T13:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58668ddfe2deb3925a129cba2b9437407e0dd9e",
"body": "Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore(lint): updated linters, relinted code",
"author_name": "Frédéric BIDON",
"author_login": "fredbi",
"committed_at": "2025-08-09T19:56:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cebbc5a0ccb37ba84e05317a9fc9a20597d65455",
"body": "Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `golangci/golangci-lint-action` from 7 to 8\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com\n[…]\ndency-version: '8'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-05-09T09:36:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3928469592e2049dabc3ffd2d15533ad072fcec",
"body": "Fixed broken test coverage upload to codecov with codecov-action@v5.\n\n * fixed tokenless upload (now supported with codecov v5)\n * fixed flags for codecov\n * fixed coverage for windows (now use bash instead of powershell)\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: fixed codecov upload",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-03-28T17:05:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc386e32f0c5eff170d2de995689f8ec2c734bd9",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: updated config for golangci-lint v2",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-03-28T17:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66137443772785bfd7f7a149f5a6c2e28062bac4",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "ci: fixed broken codecov coverage upload",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-03-16T11:12:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c0160078542955d1db8bb6c0733b00177bfd96",
"body": "Bumps the go-openapi-dependencies group with 2 updates: [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) and [github.com/go-openapi/swag](https://github.com/go-openapi/swag).\n\n\nUpdates `github.com/go-openapi/jsonpointer` from 0.21.0 to 0.21.1\n- [Commits](https://github.\n[…]\ncom/go-openapi/swag\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: go-openapi-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the go-openapi-dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-14T09:17:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9deaa98a5abb93c26f09a710004eacc98d01d2d6",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "re-enacted dependabot auto-merge",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-03-12T08:54:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0201d0c71ffa9c0fd68ff255dca187fd4a55a5d8",
"body": "* updated linter config\n* fixed linting errors\n\nSigned-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "Relint",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2025-03-11T20:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3527276ef8640d6b2a2435cb0ecac3e0002041",
"body": "…com/stretchr/testify-1.10.0\n\nBump github.com/stretchr/testify from 1.9.0 to 1.10.0",
"is_bot": false,
"headline": "Merge pull request #204 from go-openapi/dependabot/go_modules/github.…",
"author_name": "youyuanwu",
"author_login": "youyuanwu",
"committed_at": "2025-02-05T18:03:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "302430d31767c411df6eb2e6e883292bdd497589",
"body": "Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.\n- [Release notes](https://github.com/stretchr/testify/releases)\n- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/stretchr/testify\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 github.com/stretchr/testify from 1.9.0 to 1.10.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-29T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96bee3509dce526ce9d5339c2fb3e9be7da33c9b",
"body": "Bumps the development-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).\n\n\nUpdates `codecov/codecov-action` from 4 to 5\n- [Release notes](https://github.com/codecov/codecov-action/releases)\n- [Changelog](https://github.com/codecov/codecov-action/bl\n[…]\ncov/codecov-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump codecov/codecov-action in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-15T09:36:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b021a96ebb218df8113599e550b100be6ab27ce",
"body": "Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `golangci/golangci-lint-action` from 5 to 6\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com\n[…]\nlangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-10T10:01:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a63555d0585224cdf202a5c5aafe5bffecf48e7",
"body": "Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `golangci/golangci-lint-action` from 4 to 5\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com\n[…]\nlangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action in the development-dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-26T09:42:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7246d41ff5a276b0363628fc4b24ed5492cc4264",
"body": "Bumps the development-dependencies group with 1 update: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata).\n\n\nUpdates `dependabot/fetch-metadata` from 1 to 2\n- [Release notes](https://github.com/dependabot/fetch-metadata/releases)\n- [Commits](https://github.com/dependabot/fetc\n[…]\nbot/fetch-metadata\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: development-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the development-dependencies group with 1 update",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-22T10:02:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af9bab81cf9ab52283c1498b1d076ec68a1a2bcd",
"body": "Signed-off-by: Frederic BIDON <fredbi@yahoo.com>",
"is_bot": false,
"headline": "chore(go): go-openapi requires go.1.20 across the board",
"author_name": "Frederic BIDON",
"author_login": "fredbi",
"committed_at": "2024-03-09T18:30:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 8,
"commits_last_year": 85,
"latest_release_at": "2026-07-20T20:01:05Z",
"latest_release_tag": "v0.22.9",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 37,
"days_since_latest_release": 7,
"mean_days_between_releases": 32
},
"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": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/go-openapi/spec",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/go-openapi/spec",
"is_deprecated": false,
"latest_version": "v0.22.9",
"repository_url": "https://github.com/go-openapi/spec",
"versions_count": 46,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T19:48:20Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 105,
"stars": 435,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-10-02",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-08-02",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-28",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-06-01",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-05-10",
"count": 2
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2021-01-27",
"count": 1
},
{
"date": "2021-02-06",
"count": 1
},
{
"date": "2021-04-01",
"count": 2
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-12-03",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-12-02",
"count": 2
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 102,
"total_forks": 105
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"fixtures/bugs/1429/swagger.yaml"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 35793,
"source_files_sampled": 67,
"oversized_source_files": 0,
"agent_instruction_files": [
".claude/CLAUDE.md",
".github/copilot-instructions.md",
"AGENTS.md"
],
"agent_instruction_max_bytes": 4476
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 12,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/go-openapi/jsonpointer",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/go-openapi/jsonreference",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/go-openapi/swag/conv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.27.3"
},
{
"name": "github.com/go-openapi/swag/jsonutils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.27.3"
},
{
"name": "github.com/go-openapi/swag/loading",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.27.3"
},
{
"name": "github.com/go-openapi/swag/stringutils",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.27.3"
},
{
"name": "github.com/go-openapi/testify/enable/yaml/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.6.0"
},
{
"name": "github.com/go-openapi/testify/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-openapi/jsonpointer",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonreference",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/conv",
"direct": true,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/jsonutils",
"direct": true,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/loading",
"direct": true,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/stringutils",
"direct": true,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/testify/enable/yaml/v2",
"direct": true,
"version": "v2.6.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/testify/v2",
"direct": true,
"version": "v2.6.0",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/pools",
"direct": false,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/typeutils",
"direct": false,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/swag/yamlutils",
"direct": false,
"version": "v0.27.3",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 8,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 205,
"open_issues": 6,
"closed_ratio": 0.912,
"closed_issues": 62,
"closed_unmerged_prs": 19
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "casualjim",
"commits": 191,
"avatar_url": "https://avatars.githubusercontent.com/u/456109?v=4"
},
{
"type": "User",
"login": "fredbi",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/14262513?v=4"
},
{
"type": "User",
"login": "pytlesk4",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/2294309?v=4"
},
{
"type": "User",
"login": "kul-amr",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/26255716?v=4"
},
{
"type": "User",
"login": "keramix",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/20427375?v=4"
},
{
"type": "User",
"login": "youyuanwu",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/48816116?v=4"
},
{
"type": "User",
"login": "pengsrc",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/8643953?v=4"
},
{
"type": "User",
"login": "alphacentory",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1317208?v=4"
},
{
"type": "User",
"login": "mtfelian",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/15889474?v=4"
},
{
"type": "User",
"login": "Capstan",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1058384?v=4"
}
],
"contributors_sampled": 38,
"top_contributor_share": 0.461
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"auto-merge.yml",
"bump-release.yml",
"codeql.yml",
"contributors.yml",
"go-test.yml",
"monitor-bot-pr.yml",
"scanner.yml",
"tag-release.yml",
"webhook-announcements.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"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": 0,
"reason": "Found 0/8 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 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 2 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": null,
"reason": "packaging workflow not 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": 8,
"reason": "SAST tool is not run on all commits -- score normalized to 8",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0d6ed7c6fec9f056743bd2b9613c7ea2bd31c045",
"ran_at": "2026-07-28T13:52:44Z",
"aggregate_score": 8.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T08:49:19Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-24T09:14:57Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 93,
"created_at": "2019-07-04T07:49:21Z",
"last_comment_at": "2020-08-27T11:46:46Z",
"last_comment_author": "fredbi"
},
{
"number": 94,
"created_at": "2019-07-04T07:52:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2023-12-23T11:23:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 201,
"created_at": "2024-08-07T12:40:53Z",
"last_comment_at": "2025-03-13T16:17:42Z",
"last_comment_author": "fredbi"
},
{
"number": 202,
"created_at": "2024-10-20T21:01:36Z",
"last_comment_at": "2025-03-13T16:13:11Z",
"last_comment_author": "fredbi"
},
{
"number": 288,
"created_at": "2026-07-11T15:40:31Z",
"last_comment_at": "2026-07-11T16:44:44Z",
"last_comment_author": "fredbi"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/go-openapi/spec",
"host": "github.com",
"name": "spec",
"owner": "go-openapi"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "High-Risk Jurisdiction Policy applies a 50% multiplier to weighted overall health and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "jurisdiction_overall_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 39,
"inputs": {
"security": 52,
"vitality": 93,
"community": 77,
"governance": 75,
"engineering": 88,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"weighted_overall_before_jurisdiction": 78,
"overall_after_jurisdiction_multiplier": 39
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 93,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"commits_last_year": 85,
"human_commit_share": 0.49,
"days_since_last_push": 4,
"active_weeks_last_year": 37
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "37/52 weeks with commits",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 37
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "85 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 85
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 2 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.22.9",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 32
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~32 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 32
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 77,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 105,
"stars": 435,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "435 stars",
"points": 42.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 435
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "105 forks",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 105
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 75,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 38,
"top_contributor_share": 0.461
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 46% of commits",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 46
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "38 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 38
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 205,
"open_issues": 6,
"closed_issues": 62,
"issue_closed_ratio": 0.912,
"closed_unmerged_prs": 19
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "205/224 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 205,
"decided": 224
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/8 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 169,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "go-openapi",
"public_repos": 24,
"account_age_days": 3914
},
"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": "169 followers of go-openapi",
"points": 16,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 169,
"login": "go-openapi"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~10 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/go-openapi/spec"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"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 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "46 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 46
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 88,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "9 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 9
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"openapi",
"swagger2"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "2 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 2
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 8.1,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 40,
"security_posture_before_jurisdiction": 81
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"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 0/8 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 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 2 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 8",
"points": 4,
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 12 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 12
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 12,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 12,
"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": "moderate",
"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": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 90,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.939,
"agent_instruction_files": [
".claude/CLAUDE.md",
".github/copilot-instructions.md",
"AGENTS.md"
],
"agent_instruction_max_bytes": 4476
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".claude/CLAUDE.md, .github/copilot-instructions.md, AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".claude/CLAUDE.md, .github/copilot-instructions.md, AGENTS.md"
}
}
],
"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": "46 of 49 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 46,
"sampled": 49
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 95,
"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.13,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.42
},
"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": "13 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 13,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "42 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 42,
"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": 35793,
"source_files_sampled": 67,
"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/67 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 67,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"fixtures/bugs/1429/swagger.yaml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "fixtures/bugs/1429/swagger.yaml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "fixtures/bugs/1429/swagger.yaml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:53:12.054136Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/go-openapi/spec.svg",
"full_name": "go-openapi/spec",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}