Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 98,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 37954,
"Makefile": 753
},
"pushed_at": "2026-07-25T16:23:25Z",
"created_at": "2026-07-08T18:45:12Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T00:04:21Z",
"description": "Middleware for v5 release of https://echo.labstack.com/",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "oapi-codegen",
"company": null,
"location": null,
"followers": 62,
"avatar_url": "https://avatars.githubusercontent.com/u/142752710?v=4",
"created_at": "2023-08-20T20:54:26Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 1071
},
"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.1.1",
"kind": "patch",
"published_at": "2026-07-19T17:40:27Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-09T16:43:57Z"
}
],
"recent_commits": [
{
"oid": "47c0ed88523bb1be8e4f4203dab94d4e24ad35fe",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/labstack/echo/v5 to v5.3.1 (#10)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T00:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acd0c2ca5344f09091f16d7c284649e8e9e894d3",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/getkin/kin-openapi to v0.143.0 (#9)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T00:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041670950c7b1a816ba0802079d2fab5d14fe90a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update release-drafter/release-drafter action to v7 (#8)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-22T00:01:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad18e06bb170e2433258d3f54764298c0fb48948",
"body": null,
"is_bot": true,
"headline": "chore(deps): update release-drafter/release-drafter action to v6.4.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T19:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "447b59410adb41217303b3219a017aeb9a765066",
"body": "Bump kin-openapi to the latest version, and bring repo in sync with\nother repos in terms of CI.",
"is_bot": false,
"headline": "Update dependencies (#4)",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-19T15:38:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78e27560e88d7fc2fad9c30fd86452d144442421",
"body": "Update dependencies",
"is_bot": false,
"headline": "Merge pull request #3 from oapi-codegen/chore/dependencies",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54be21a470955d9930157604a75f255f8f9d93ac",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d59a5664a2fddae0131e699b1024019ff826422b",
"body": "feat: convert middleware to echo v5",
"is_bot": false,
"headline": "Merge pull request #1 from oapi-codegen/feat/echo-v5",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eebad370fac18367063a7915c94d1ff7f74f7ea9",
"body": "Port the request validation middleware from echo v4 to echo v5, based\non the implementation contributed in oapi-codegen/echo-middleware#48:\n\n- `echo.Context` (interface) becomes `*echo.Context` (struct pointer)\n throughout the API, including `ErrorHandler` and `GetEchoContext`\n- echo v5's `HTTPErro\n[…]\n` v5.2.1, requiring Go 1.25+\n\nRemove the conversion-in-progress notice from the README, leaving only\nthe note that no release has been tagged yet.\n\nCo-authored-by: jinuthankachan <jinu.t.92@gmail.com>",
"is_bot": false,
"headline": "feat: convert middleware to echo v5",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:27:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a97c499945bc71186712595b58b249b388b2b34c",
"body": "ci: exclude Go 1.24 from the test matrix",
"is_bot": false,
"headline": "Merge pull request #2 from oapi-codegen/fix/ci",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "049161e4cc52c27d42d979f895ad1f6cd3def2cd",
"body": "This module is moving to echo v5, which requires Go 1.25+, so drop\nGo 1.24 from the shared workflow's default version matrix via the\n`excluding_versions` input, mirroring how the oapi-codegen repository\nhandles its minimum Go version.",
"is_bot": false,
"headline": "ci: exclude Go 1.24 from the test matrix",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-07-09T16:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39f0ee0be8d956dc4746d3eb8dcebdd5a2b100a",
"body": "Update the module path in go.mod, the self-import in the example\ntests, and the Tidelift package reference in the funding config to\nmatch this repository's new home. The Echo v4-to-v5 code conversion\nis tracked separately.",
"is_bot": false,
"headline": "chore: rename module to github.com/oapi-codegen/echo-v5-middleware",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz-nv",
"committed_at": "2026-07-08T18:55:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed838b8b981f6c0c1313c9e3aa28b920e40d25d",
"body": "This repository was seeded from oapi-codegen/echo-middleware with its\nfull history, so that past contributions carry over. Update the README\nfor the new repository's identity: Echo v5, the new module path\n`github.com/oapi-codegen/echo-v5-middleware`, a cross-link to\necho-middleware for Echo v4 users, and a temporary notice that the\nv4-to-v5 code conversion is still in progress.",
"is_bot": false,
"headline": "docs: update README for the echo-v5-middleware repository",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz-nv",
"committed_at": "2026-07-08T18:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c48ee11c29f76d54c1a11a82bc18e37f4e7f86",
"body": "- Update go.mod to require Go 1.24.4\n- Update direct dependencies: kin-openapi to v0.134.0, echo/v4 to\n v4.15.1, testify to v1.11.1\n- Replace individual CI workflow files (generate, lint, tidy) with\n the shared oapi-codegen/actions reusable workflow\n- Add Renovate Go 1.24 constraint to prevent dependency updates\n requiring newer Go versions\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: Update Go to 1.24 and update CI (#47)",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-06-01T18:49:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b5a3ecea33ad14d6e505fdb6f4d20a73f5b536a9",
"body": "gorillamux uses UseEncodedPath(), so FindRoute() returns path parameters\nin percent-encoded form. openapi3filter expects decoded values, which\ncauses validation of constraints like maxLength and pattern to fail on\nencoded input (e.g. %2B is 3 chars but decodes to 1 char).\n\nUnescape path parameters after route matching and before passing them\nto openapi3filter.\n\nFixes #17\nSupersedes #18\n\nCo-authored-by: Florent CHAUVEAU <florentch@pm.me>\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: unescape URL-encoded path params before OpenAPI validation (#43)",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-02-07T18:24:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f3f6b0cf78f81ac0b1df3baba38770a1ff289320",
"body": "Add a Prefix field to Options that strips a path prefix before OpenAPI\nvalidation. This allows APIs mounted under a sub-path (e.g. \"/api\") to\nvalidate correctly against specs whose paths don't include the prefix.\n\nThe request is cloned before modification so downstream handlers still\nsee the original path.\n\nCloses #11\nSupersedes #15\n\nCo-authored-by: GreyXor <greyxor@protonmail.com>\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Prefix option for sub-path mounted APIs (#42)",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2026-02-07T17:41:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce13011f1952fcbc0c51171f5bf300f805564eca",
"body": "* fix: return HTTP 405 when request method mismatch\n\nWhen a route is correctly matched, but the HTTP method used does not, we\nshould return an HTTP 405 Method Not Allowed.\n\nHowever, in our previous implementation, we would always return an HTTP\n404 Not Found, which is incorrect.\n\nInstead, we can mat\n[…]\nly noisy log lines.\n\n* build: build against recent Go versions\n\n* build: indicate which versions of Go are supported vs \"supported\"\n\nBut we won't really indicate /what/ \"supported\" means at this time.",
"is_bot": false,
"headline": "Modernize + make more consistent with net/http (#38)",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2026-02-07T17:24:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e81f4c5d6301af4613e46954d943e3474df95c35",
"body": null,
"is_bot": true,
"headline": "chore(deps): update module github.com/golangci/golangci-lint to v2",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-07T12:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a576862896545faca281cfc04fb4da82eff37c83",
"body": null,
"is_bot": true,
"headline": "chore(deps): pin dependencies",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-04-07T18:32:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396ed0328059a05e8a6a47d7af9abb64c735de31",
"body": null,
"is_bot": false,
"headline": "docs(sponsors): add `FUNDING.yml`",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2024-06-14T15:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48d8fbf8f32176718da915fa12bce258ea029abf",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/getkin/kin-openapi to v0.124.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb3efd0467b68805ac748215ad4668573e60f8e",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/labstack/echo/v4 to v4.12.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecf20f86721d97b110b49d436f63b03bb236082f",
"body": null,
"is_bot": true,
"headline": "chore(deps): update release-drafter/release-drafter action to v6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:46:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a8fd40ffd87ecaf9c3b2c39effcf1640253bb55",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v5",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d61d5d370389da046061eac838387252e48c35",
"body": null,
"is_bot": true,
"headline": "chore(deps): update module github.com/golangci/golangci-lint to v1.59.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be886dcacaa10c448a5d3eab585d80181357001f",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v4",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:46:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4efbd02abd7aa378e80d20e8b26d1068f020def5",
"body": null,
"is_bot": true,
"headline": "fix(deps): update module github.com/stretchr/testify to v1.9.0",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2024-06-03T15:45:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd401ffc8b5c352e067dc6a2bf2a47fcb6b4e2d2",
"body": null,
"is_bot": false,
"headline": "chore: build against Go 1.22",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2024-02-10T15:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "556af95b10ba36d7cb1258928ad9dffc0b860f45",
"body": "Although we originally thought this would be a useful way to do this, it\ndoesn't enforce the `go.mod` constraints that we'd hoped it would, as\nRenovate could bump the `go.mod`'s `go` directive, and it means that we\nhave a more explicit, and less magic, setup.\n\nAdditionally, we need to quote the versions as `1.20` gets interpreted\nby YAML as `1.2` 🙃",
"is_bot": false,
"headline": "chore: simplify CI build matrix",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2024-02-10T15:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1361c45738d6ddcf97b72f5e0925c8823dcaa20",
"body": "Onboard to Release Drafter",
"is_bot": false,
"headline": "Merge pull request #9 from oapi-codegen/chore/release-drafter",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-11-06T16:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "319b3d6993d61ad63127274389e9baf01389c988",
"body": "To give us a more consistent set of release notes, especially now we're\nusing multi-repo setup, we can use it to build our upcoming release's\nchangelog with a centrally configured + managed configuration.",
"is_bot": false,
"headline": "Onboard to Release Drafter",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-11-06T16:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d899366c8be431e28d523a40650ed95a93e55cc7",
"body": "Remove `testutil` dependency",
"is_bot": false,
"headline": "Merge pull request #7 from oapi-codegen/chore/testutil",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-09-11T20:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efee8ce3124929804f323b5fbfae0ecd3bb1ddeb",
"body": "As it leads to a circular dependency when we want to consume this\nmiddleware module from `oapi-codegen` itself, and as it's not doing too\nmuch heavy lifting we can remove it.",
"is_bot": false,
"headline": "Remove `testutil` dependency",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-09-11T20:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "601a0bd98e1e17f05442005c5ac1e744c011d56d",
"body": null,
"is_bot": false,
"headline": "Add CODEOWNERS",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-09-11T20:01:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34394d0a3d48607a17496b4a560c1851356bc490",
"body": "As part of the upgrade to Go 1.21, the Go toolchain now requires the\n`go` directive to match the maximum Go version in use in dependencies.\n\nThis leads to any transitive dependency on this library to result in a\nrequirement of the consuming project moving to Go 1.21.\n\nAlthough in a lot of cases this\n[…]\nwe\ncan at a minimum use the `go.mod` version for the current targeted\nversion.\n\nWe can make sure to not `fail-fast` so we can see each of the builds'\nresults, instead of only seeing the first to fail.",
"is_bot": false,
"headline": "Build project with Go 1.20 and Go 1.21",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-09-11T19:47:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d854e26177357a21cf3b389a612775f4cdf0484",
"body": null,
"is_bot": false,
"headline": "Add gitignore",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07f70a9beddb17fa11afb9e9be943a21b2d63d09",
"body": "Via oapi-codegen/runtime@98a1845f2e211b80803f84dc2955f52168d23058.",
"is_bot": false,
"headline": "Add GitHub Actions Workflows + Renovate configuration",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1eea7be88df043f8a5b024265486655e66b82cd8",
"body": null,
"is_bot": false,
"headline": "Initialise Go module",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:19:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ac0ca0920d0f199c58e947ee05337234ca6812",
"body": null,
"is_bot": false,
"headline": "Flatten directory structure",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d8c9bb49bae02b825d9f929e5b9639794167abf",
"body": "git-subtree-dir: pkg\ngit-subtree-mainline: 04a0ef6f9aa50da902251374c43ac0f19513b942\ngit-subtree-split: bba261e1eec59928a5a8463d8844c9c525f51fc9",
"is_bot": false,
"headline": "Add 'pkg/' from commit 'bba261e1eec59928a5a8463d8844c9c525f51fc9'",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:16:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04a0ef6f9aa50da902251374c43ac0f19513b942",
"body": null,
"is_bot": false,
"headline": "Initialise project",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2023-08-31T20:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bba261e1eec59928a5a8463d8844c9c525f51fc9",
"body": null,
"is_bot": false,
"headline": "fix warn log condition",
"author_name": "gmtstephane",
"author_login": "gmtstephane",
"committed_at": "2023-07-31T10:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32785016037643ca3a79c70e8c7622bc86e95c3",
"body": "* return 404 when a matching route is not found\r\n\r\n* update other middleware and tests",
"is_bot": false,
"headline": "return 404 when no matching route is found (#1067)",
"author_name": "Amarjeet Singh Rai",
"author_login": "sonu27",
"committed_at": "2023-07-28T23:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc2cbe93e83b6e637de77ee8fd4313c28c2a2566",
"body": null,
"is_bot": false,
"headline": "Use native error wrapping (#1098)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2023-07-28T22:33:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a923c7628f4f7a36ecb3506f617215f32e6fdacf",
"body": "It's a fairly common mistake when using the OpenAPI request validation\r\nfilter from kin-openapi to receive `no matching operation was found`\r\nerrors if using the `servers` directive in your OpenAPI specification.\r\n\r\nThis is a valid usescase, but you may not always want to be enforcing\r\nthe validatio\n[…]\n, as a way to avoid as many folks falling into the same trap\r\nthat many have before.\r\n\r\nThis also provides an option to silence the warning, as logging out can\r\nbe annoying and costly.\r\n\r\nCloses #882.",
"is_bot": false,
"headline": "Warn when using a non-empty `spec.Servers` (#883)",
"author_name": "Jamie Tanna",
"author_login": "jamietanna",
"committed_at": "2022-12-17T01:01:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c1f722e426b2365b60b1018e3270bb3a222d9ec4",
"body": "As it's probably a bit late to change this, in case it changes expected\nbehaviour, via SA1029.",
"is_bot": false,
"headline": "Lint: Ignore findings on string-based keys for `Context`",
"author_name": "Jamie Tanna",
"author_login": null,
"committed_at": "2022-11-12T21:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c662277496ee6cf99e7d5b36f3e9e59e8df8047e",
"body": "* Format yaml\r\n\r\n* Format imports\r\n\r\n* Fix comments\r\n\r\n* Format yamls\r\n\r\n* Tidy\r\n\r\n* Renames\r\n\r\n* Generate\r\n\r\n* Revert generated",
"is_bot": false,
"headline": "chore: Fix comments/imports (#789)",
"author_name": "Jim Eagle",
"author_login": "Jleagle",
"committed_at": "2022-10-22T20:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ad4964c620d1d936a41ce8d3f69727a64e2d2e",
"body": null,
"is_bot": false,
"headline": "chore: update kin-openapi to v0.104.0; update middleware test assertions",
"author_name": "Tobias Germer",
"author_login": "mycrEEpy",
"committed_at": "2022-10-09T11:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83e714f8fe43758497280dd7690387f09a0cf84a",
"body": null,
"is_bot": false,
"headline": "migrate deprecated io/ioutil package to io and os packages",
"author_name": "Tobias Germer",
"author_login": "mycrEEpy",
"committed_at": "2022-09-15T12:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2071a522c8d69c1a4e5cfb8179c25edd97d8b1a5",
"body": "* handle oapi3.MultiError messages\r\n\r\nThis adds support for handling the MultiError responses from the\r\nValidateResponse method for the various middlewares. It returns the\r\nentire error message verbatim, which may not be the desired response.\r\n\r\n* Convert echo middleware to default MultiErrorHandler\r\n\r\n* Convert gin middleware to default MultiErrorHandler\r\n\r\n* Convert chi middleware to default MultiErrorHandler",
"is_bot": false,
"headline": "handle oapi3.MultiError messages (#572)",
"author_name": "Joe Rocklin",
"author_login": "joerocklin",
"committed_at": "2022-08-03T20:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0bc1708f6fcab61e32c88977a457de1de31b176",
"body": "Test specs as strings are annoying to work with, use go:embed and\nmove them to yaml files.",
"is_bot": false,
"headline": "Move test specs to embedded files",
"author_name": "marcinromaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2022-05-18T23:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88623b86cb7ac48ad25f38eee80adce8758c6998",
"body": null,
"is_bot": false,
"headline": "Add ErrorHandler for middleware (#557)",
"author_name": "Andrew Stucki",
"author_login": "andrewstucki",
"committed_at": "2022-05-14T16:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dce4fa7ddfa10686e82ef5b607bd76890427f8d8",
"body": "…sing a path (#474)\n\nCo-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>",
"is_bot": false,
"headline": "upgrade getkin/kin-openapi to v0.80.0 to fix panic when server is mis…",
"author_name": "Michael Zuffoletti",
"author_login": "mikezuff",
"committed_at": "2021-11-02T23:41:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6752ce27d29dff2ff5c480409c0ca9fb4af8875a",
"body": "This change creates a little program which shows how to perform\nJWT validation.",
"is_bot": false,
"headline": "Create an authenticated API example",
"author_name": "marcinromaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2021-10-07T22:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53e6c3b4bf00ae465500e76fcddca099a4e5d057",
"body": "* Stop depend on the github.com/getkin/kin-openapi/routers/legacy\r\n\r\n* Fix tests for 031723a",
"is_bot": false,
"headline": "Stop depend on the github.com/getkin/kin-openapi/routers/legacy (#383)",
"author_name": "karupanerura",
"author_login": "karupanerura",
"committed_at": "2021-06-18T19:57:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77cf27d2e804b5e12c820d19229d649f82b195fd",
"body": "* fix build with kin-openapi 0.61.0\r\n\r\nAddresses changes from https://github.com/getkin/kin-openapi/pull/351\r\n\r\n* go mod tidy",
"is_bot": false,
"headline": "fix build with kin-openapi 0.61.0 (#348)",
"author_name": "Matthew Gabeler-Lee",
"author_login": "mgabeler-lee-6rs",
"committed_at": "2021-05-18T20:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "551a3d45106059f1136b250e317881566e1b3447",
"body": null,
"is_bot": false,
"headline": "Fix broken build due to kin backwards-incompatible change (#325)",
"author_name": "Yongun Seong",
"author_login": "nevivurn",
"committed_at": "2021-04-01T05:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88e96399dba78440af6b588d6b519d1555a4d740",
"body": "…22)\"\n\nThis reverts commit 88f937a7166a1e3603e3ec96e57e45af7a998373.\n\nThe kin legacy routers force pulling in kin-openapi@0.52.0 which requires\nGo 1.16",
"is_bot": false,
"headline": "Revert \"Fix broken build due to kin backwards-incompatible change (#3…",
"author_name": "marcinromaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2021-03-22T18:16:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b3753a307b59d4c4df89ed30726396af295215b",
"body": "Co-authored-by: Marcin Romaszewicz <47459980+deepmap-marcinr@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix broken build due to kin backwards-incompatible change (#322)",
"author_name": "Yongun Seong",
"author_login": "nevivurn",
"committed_at": "2021-03-22T17:09:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "672b09ef0b595e028a996a7666423557e2f0f940",
"body": "Pulled in the latest kin-openapi and fixed a test error, since\ndescriptions on responses are required in the spec.",
"is_bot": false,
"headline": "Update kin-openapi to 0.13",
"author_name": "marcinromaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2020-06-15T16:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3396434f6422817d82fadee9a0e6f4719bace22e",
"body": null,
"is_bot": false,
"headline": "feat: Add skipper using the echo convention to enable just that (#176)",
"author_name": "Mark Wolfe",
"author_login": null,
"committed_at": "2020-05-07T22:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "628ca60d90dae7685e85bad332ecedf2bc042167",
"body": null,
"is_bot": false,
"headline": "Respect an http error returned by the authentication function (#142)",
"author_name": "Tim Schaub",
"author_login": "tschaub",
"committed_at": "2020-03-03T22:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b1ba39d8d3d01aa57424c6c50a5aeec62cfde4",
"body": "* Pass validator's errors inside of echo.HTTPError\r\n\r\n* syntax fix",
"is_bot": false,
"headline": "Pass validator's errors inside of echo.HTTPError (#119)",
"author_name": "Sergey Kostyuchenko",
"author_login": "derfenix",
"committed_at": "2020-01-23T17:30:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae96cfe03dd6ae87be7e14f4e666410489b0dd92",
"body": "This is a large change which refactors a lot of code to add\nadditionalProperties support. For each structure which has\nadditional properties, we make sure to generate a Go type which\nimplements the JSON marshal/unmarshal interfaces.",
"is_bot": false,
"headline": "Support additionalProperties",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-07-02T19:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2229c5c2ea29a3f3d210a8c047864dc9a26c83",
"body": null,
"is_bot": false,
"headline": "Returning the first line of the error (instead of the 'reason') (#31)",
"author_name": "Prawn",
"author_login": "chrusty",
"committed_at": "2019-06-27T21:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d86739acf318513a13bdd43b1d7786a42e104a4c",
"body": "Allow passing through openapi3filter Options and parameter\ndecoder, as well as passing through the echo context to inner\nkin-openapi3 callbacks. This allows for implementing proper\nrequest validation.",
"is_bot": false,
"headline": "Improve request validation",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-06-15T00:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f5cb8256ac7956a8630321336edf234a7f8351",
"body": "kin-openapi crashes when validating against any schema which has\na parameter described by the content property. For now, I've\nforked kin-openapi with a fix, so temporarily add a replace\ndirective in go.mod to use my fork. We'll go back to the\nofficial kin-openapi once my PR gets merged.",
"is_bot": false,
"headline": "Fix crash in parameter validation",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-04-25T17:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45b674aa7d823c70453ee4c9ab78e2de2b3fcbd",
"body": "Reorganized the code a bit, so that runtime requirements\nare in the package \"runtime\".\n\nParameters in swagger are freakishly complicated, and this is\na pretty robust implementation that parses most of the\nsupported types. We limit ourselves to form styled query\nparameters, since Content parameters can describe anything\nelse.",
"is_bot": false,
"headline": "parameter binding rewrite",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-04-15T23:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85d50d088735f5a58d8efb984accbdc5f0bc06a",
"body": "We shouldn't print our own error messages from the middleware,\nallow callers' loggers to handle this themselves.",
"is_bot": false,
"headline": "Remove error printouts",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-03-22T20:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2c6573b0e1f02b5e67cede6d2c9fd06341b2408",
"body": "I made a mistake with releasing a v2 module as my first attempt,\nso rewrite some history and re-release as version 1. Nobody's\nusing this yet, so we won't break anyone.",
"is_bot": false,
"headline": "Go back to v1",
"author_name": "Marcin Romaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-03-04T17:56:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe7ede2b06956e5485e71e6e10990cf6e670b95",
"body": null,
"is_bot": false,
"headline": "Initial release of oapi-codegen",
"author_name": "marcinromaszewicz",
"author_login": "mromaszewicz",
"committed_at": "2019-03-01T19:18:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 18,
"latest_release_at": "2026-07-19T17:40:27Z",
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 6,
"days_since_latest_release": 7,
"mean_days_between_releases": 10
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/oapi-codegen/echo-v5-middleware",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/oapi-codegen/echo-v5-middleware",
"is_deprecated": false,
"latest_version": "v0.1.1",
"repository_url": "https://github.com/oapi-codegen/echo-v5-middleware",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T15:38:01Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
}
]
},
"popularity": {
"forks": 1,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-24",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 17753,
"source_files_sampled": 3,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "github.com/getkin/kin-openapi",
"direct": true,
"version": "v0.143.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-jpcw-4wr7-c3vq",
"GHSA-r277-6w6q-xmqw"
],
"fixed_version": "0.144.0",
"advisory_count": 2,
"oldest_advisory_days": 2
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"critical": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 14,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/getkin/kin-openapi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.143.0"
},
{
"name": "github.com/labstack/echo/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/getkin/kin-openapi",
"direct": true,
"version": "v0.143.0",
"ecosystem": "go"
},
{
"name": "github.com/labstack/echo/v5",
"direct": true,
"version": "v5.3.1",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": true,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/go-openapi/jsonpointer",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/gorilla/mux",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/kr/pretty",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/oasdiff/yaml3",
"direct": false,
"version": "v0.0.14",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/santhosh-tekuri/jsonschema/v6",
"direct": false,
"version": "v6.0.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 3,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 8,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "mromaszewicz",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/13071605?v=4"
},
{
"type": "User",
"login": "jamietanna",
"commits": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/3315059?v=4"
},
{
"type": "User",
"login": "mromaszewicz-nv",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/278766189?v=4"
},
{
"type": "User",
"login": "mycrEEpy",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6517708?v=4"
},
{
"type": "User",
"login": "nevivurn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7698349?v=4"
},
{
"type": "User",
"login": "karupanerura",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/374550?v=4"
},
{
"type": "User",
"login": "gmtstephane",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/42695797?v=4"
},
{
"type": "User",
"login": "tschaub",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/41094?v=4"
},
{
"type": "User",
"login": "derfenix",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/533464?v=4"
},
{
"type": "User",
"login": "chrusty",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1902132?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.375
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release-drafter.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 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/23 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 4 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 10,
"reason": "SAST tool is run on all commits",
"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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "47c0ed88523bb1be8e4f4203dab94d4e24ad35fe",
"ran_at": "2026-07-27T10:24:41Z",
"aggregate_score": 6.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T13:44:09Z",
"oldest_open_prs": [
{
"number": 11,
"created_at": "2026-07-24T00:32:39Z",
"last_comment_at": "2026-07-24T00:32:54Z",
"last_comment_author": "socket-security"
}
],
"last_merged_pr_at": "2026-07-22T00:04:15Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 7,
"created_at": "2026-07-19T19:56:59Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/oapi-codegen/echo-v5-middleware",
"host": "github.com",
"name": "echo-v5-middleware",
"owner": "oapi-codegen"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 68,
"vitality": 71,
"community": 24,
"governance": 60,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 0.817,
"days_since_last_push": 1,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 2,
"latest_release_tag": "v0.1.1",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 10
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"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 ~10 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 1,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 17,
"top_contributor_share": 0.375
},
"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 38% of commits",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 38
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"merged_prs": 8,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "8/9 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 8,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/23 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": 58,
"inputs": {
"followers": 62,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "oapi-codegen",
"public_repos": 19,
"account_age_days": 1071
},
"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": "62 followers of oapi-codegen",
"points": 12.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 62,
"login": "oapi-codegen"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~2 yr old",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/oapi-codegen/echo-v5-middleware"
],
"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": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 68,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 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/23 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "moderate",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 14 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 14
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 66,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 14,
"unassessed_packages": 0,
"affected_by_severity": "critical 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/getkin/kin-openapi v0.143.0 (critical 9.1)",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/getkin/kin-openapi v0.143.0 (critical 9.1)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 14,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 11
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.81,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "47 of 58 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 47,
"sampled": 58
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.042,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.183
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "3 of the last 71 commits agent-authored or agent-credited",
"points": 8.5,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 71
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "13 of the last 71 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 13,
"sampled": 71
}
}
],
"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": 17753,
"source_files_sampled": 3,
"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/3 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-27T10:24:58.269795Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/o/oapi-codegen/echo-v5-middleware.svg",
"full_name": "oapi-codegen/echo-v5-middleware",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}