原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 734,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 396670,
"Shell": 654,
"Dockerfile": 2147,
"Go Template": 5384
},
"pushed_at": "2026-07-26T20:00:53Z",
"created_at": "2026-02-24T13:37:35Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T20:01:04Z",
"description": "Schema-first OpenAPI gateway in Go with strict request/response validation",
"is_archived": false,
"is_disabled": false,
"license_spdx": "AGPL-3.0",
"default_branch": "main",
"license_spdx_raw": "AGPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://agyn.io",
"name": "Agyn",
"type": "Organization",
"login": "agynio",
"company": null,
"location": null,
"followers": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/238090430?v=4",
"created_at": "2025-10-14T20:04:22Z",
"is_verified": null,
"public_repos": 86,
"account_age_days": 286
},
"license": {
"state": "standard",
"spdx_id": "AGPL-3.0",
"raw_spdx": "AGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.22.9",
"kind": "patch",
"published_at": "2026-05-10T17:09:18Z"
},
{
"tag": "v0.22.2",
"kind": "patch",
"published_at": "2026-05-10T17:03:01Z"
},
{
"tag": "v0.22.1",
"kind": "patch",
"published_at": "2026-04-19T09:34:20Z"
},
{
"tag": "v0.22.0",
"kind": "minor",
"published_at": "2026-04-15T14:00:12Z"
},
{
"tag": "v0.21.2",
"kind": "patch",
"published_at": "2026-04-14T07:47:39Z"
},
{
"tag": "v0.21.1",
"kind": "patch",
"published_at": "2026-04-14T01:08:39Z"
},
{
"tag": "v0.21.0",
"kind": "minor",
"published_at": "2026-04-12T18:01:05Z"
},
{
"tag": "v0.20.0",
"kind": "minor",
"published_at": "2026-04-11T15:53:57Z"
},
{
"tag": "v0.19.0",
"kind": "minor",
"published_at": "2026-04-08T00:47:55Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-04-05T12:49:33Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-04-04T15:52:09Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-04-04T11:51:11Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-04-04T09:11:18Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-04-03T18:21:52Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-03-31T15:54:03Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-03-31T09:52:59Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-03-30T09:55:21Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-03-25T10:18:27Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-03-25T07:36:33Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-03-24T17:24:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-03-13T10:30:06Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-13T10:28:50Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-12T12:48:01Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-06T06:46:51Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-05T14:26:34Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-24T23:22:58Z"
}
],
"recent_commits": [
{
"oid": "b13ce2ffa496731504045b3fc9f8878b29d44237",
"body": "Surface OIDC_PROFILE_SOURCE and the per-field claim overrides added in\n0.22.13 so a deployment can read provisioning-time profile claims from the\naccess token instead of the UserInfo endpoint.\n\nEach is emitted only when set, so existing releases render unchanged.",
"is_bot": false,
"headline": "feat(chart): expose OIDC profile source and claim name overrides",
"author_name": "Vitalii Valkov",
"author_login": "vitramir",
"committed_at": "2026-07-26T20:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b060046201c9b51346fcbcd274414ddf2d3717d",
"body": "The gateway read provisioning-time profile claims only from the IdP UserInfo\nendpoint. That breaks against any IdP implementing RFC 8707 resource\nindicators: the gateway needs an audience-restricted token to validate a JWT,\nbut the OIDC UserInfo endpoint rejects any token carrying an aud claim, so\nf\n[…]\nnow only required when\nthat source is selected.\n\nDefaults are unchanged, so mockauth and Keycloak deployments are unaffected. A\nmissing claim provisions an empty field rather than failing the request.",
"is_bot": false,
"headline": "feat(oidc): configurable profile claim source",
"author_name": "Vitalii Valkov",
"author_login": "vitramir",
"committed_at": "2026-07-26T19:39:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64d9a8bb4f6798b64ce3ad58061c2b1c88c10646",
"body": "* feat(gateway): add terminal session tickets\n\n* fix(gateway): strip identity for terminal lookup\n\n* fix(gateway): make terminal session a forwarder",
"is_bot": false,
"headline": "feat: add terminal session ticket gateway (#195)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-07-19T08:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2405026170c2a81cc9d8d0a71e64e0f6a5bf8db3",
"body": "The verifier left supportedSignAlgs unset, so zitadel/oidc defaulted to\nRS256 only and rejected every other algorithm with \"signature algorithm\nnot supported\". Logto signs its tokens exclusively with ES384, so valid\nLogto access tokens failed verification (401 on all authenticated calls).\nUse the algorithms from the OIDC discovery document instead.",
"is_bot": false,
"headline": "fix(oidcauth): accept the IdP's advertised signing algorithms",
"author_name": "Vitalii Valkov",
"author_login": "vitramir",
"committed_at": "2026-07-12T00:18:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a42df71d3f97442cf1af1ce42ee121ab765bdc9b",
"body": null,
"is_bot": false,
"headline": "feat(gateway): forward groups and networks",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-06-18T19:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ff62aa02b8633ea1577b6c35551b2c36a485db",
"body": "* fix(e2e): set gateway internal URL\n\n* fix(e2e): remove runner URL preflight\n\n* fix(e2e): target gateway deployment\n\n* fix(e2e): use internal gateway URL override\n\n* fix(e2e): use default gateway base URL",
"is_bot": false,
"headline": "fix(e2e): set gateway internal URL (#192)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-06-05T03:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da85558f071e90af98ea05574fceb9db7cbafab",
"body": null,
"is_bot": false,
"headline": "fix: guard release publishing (#190)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-06-05T00:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81702b690a8d95303393df1127094556319089ed",
"body": null,
"is_bot": false,
"headline": "fix(chart): stabilize platform defaults (#189)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-06-04T23:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f2ae410baa1b07d4a783bb5d5e499435d94303",
"body": null,
"is_bot": false,
"headline": "feat(egress): route egress rules gateway (#188)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-06-03T14:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a6d2ca6f702d23c0568d98875bca082bf3bf6c",
"body": "* fix(gateway): forward identity downstream\n\n* fix(gateway): avoid duplicate identity metadata",
"is_bot": false,
"headline": "fix(gateway): forward identity downstream (#186)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-05-27T02:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc0304a9eea66fb0e4dde1ff285831a21d7ecd49",
"body": null,
"is_bot": false,
"headline": "fix(ci): remove e2e ref input (#184)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-05-26T15:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0392bfa9089213b4ef5a470f7c49dafeb4e32876",
"body": "* ci: align e2e workflow\n\n* fix(e2e): exclude action checkouts from sync\n\n* chore(ci): rerun centralized e2e\n\n* ci(e2e): pin centralized fixes\n\n* ci(e2e): limit gateway workflow suites",
"is_bot": false,
"headline": "ci: align e2e workflow (#178)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-05-19T13:20:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ee6937a6c592811bc57c4ee7da85dae8b16a6e3",
"body": "* fix(app-proxy): derive org and strip headers\n\n* fix(app-proxy): disallow user org",
"is_bot": false,
"headline": "fix(app-proxy): derive org and strip headers (#175)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-05-10T17:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6eaf11b1daed8606d9f72a9da18d2d4775d922c4",
"body": "Co-authored-by: Jules Vega <jules.vega@agyn.io>",
"is_bot": false,
"headline": "fix(gateway): forward identity on notification subscribe (#176)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-05-10T16:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c4a78243d07ce5cd7e26a7141a207165a0d628",
"body": null,
"is_bot": false,
"headline": "Switch to AGPL-3.0 license (#174)",
"author_name": "Vitalii Valkov",
"author_login": "vitramir",
"committed_at": "2026-05-08T22:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e063369893aa8b2df15766c6f4f40509b8ccd28c",
"body": "* fix(appproxy): dial app service by slug\n\n* chore(ci): set e2e init images\n\n* fix(threads): drop duplicate handler; add unacked counts (#172)\n\n* fix(threads): drop duplicate method\n\n* fix(threads): add unacked counts\n\n* fix(ci): pin bootstrap ref\n\n* fix(ci): seed identity in e2e\n\n* fix(ci): update \n[…]\nnit image envs\n\n* fix(ci): verify identity type\n\n* fix(ci): extend gateway startup wait\n\n* chore(e2e): simplify workflow steps\n\n* chore(ci): use latest init images\n\n* chore(ci): remove init image envs",
"is_bot": false,
"headline": "fix(appproxy): dial app service by slug (#173)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-29T06:18:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d54c86de9f9e8583d58320bec9bba950757831dd",
"body": "* fix(threads): drop duplicate method\n\n* fix(threads): add unacked counts\n\n* fix(ci): pin bootstrap ref\n\n* fix(ci): seed identity in e2e\n\n* fix(ci): update identity seed type\n\n* fix(ci): remove identity seed\n\n* chore(ci): set e2e init images\n\n* chore(ci): note e2e seed policy\n\n* fix(ci): register cl\n[…]\ner admin identity\n\n* chore(ci): drop init image envs\n\n* fix(ci): restore init image envs\n\n* fix(ci): verify identity type\n\n* fix(ci): extend gateway startup wait\n\n* chore(e2e): simplify workflow steps",
"is_bot": false,
"headline": "fix(threads): drop duplicate handler; add unacked counts (#172)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-28T16:26:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "573e4af00819ffb1ac3300d75df53b89c1067a23",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add list org threads (#169)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-26T14:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a6e348fd19a409fd67bd8fc52ec039c96601645",
"body": null,
"is_bot": false,
"headline": "feat(gateway): require identity on subscribe (#171)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-25T23:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76dfdcfbbd9f4132194befe23bbb749543312b5b",
"body": "* chore(e2e): centralize gateway tests\n\nRemove local e2e runner, add centralized workflow, skip ArgoCD restore in CI, and forward list org threads.\n\n* chore(ci): pass buf github token\n\n* chore(devspace): pin air config\n\n* chore(devspace): harden sync startup\n\n* chore(devspace): generate missing protos\n\n* chore(devspace): generate full protos\n\n* fix(devspace): adjust argocd restore\n\n* fix(devspace): wait for sync readiness\n\n* fix(devspace): wait for source sync",
"is_bot": false,
"headline": "Centralize gateway E2E workflow (#168)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-25T14:30:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0fbba65c8de2947ebb392ca4e856fc7b41a1247",
"body": null,
"is_bot": false,
"headline": "feat(gateway): expand user org routing (#165)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-24T12:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb57d051f9384568279b4c041185df54a8611546",
"body": "* feat(gateway): sync api protos\n\n* feat(gateway): support new user/org RPCs\n\n* fix(gateway): align runners gateway\n\n* chore(gateway): drop generated stubs",
"is_bot": false,
"headline": "Update gateway API stubs for metering (#162)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-24T10:10:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e1e73c6acc5832bfb2a7dc9827dbe3de0a21a0",
"body": "* feat(gateway): proxy runner logs\n\n* refactor(gateway): proxy workload logs\n\n* fix(gateway): proxy workload logs\n\n* test(gateway): cover log stream proxy\n\n* chore: drop generated stubs",
"is_bot": false,
"headline": "fix(gateway): proxy workload logs (#163)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-23T22:39:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d873b9d6029b0e78ebfc4c96589060e43f01d5f9",
"body": "* feat(gateway): forward volume rpcs\n\n* chore(buf): update api lock",
"is_bot": false,
"headline": "feat(gateway): forward volume rpcs (#160)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-23T00:46:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1195318e71092ae135e9d18cce79782149eb35ca",
"body": "* feat(apps): forward install audit log\n\n* chore(buf): update api lock",
"is_bot": false,
"headline": "feat(apps): forward install audit RPCs (#159)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-21T02:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4268261e43af2f4f5610de9fb0f8f4e16659745",
"body": "* feat(gateway): forward org threads\n\n* feat(gateway): rename org threads rpc",
"is_bot": false,
"headline": "feat(gateway): forward org threads (#158)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-19T09:22:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44b2d9c397a20356da613fd64b6b479d7ac32f09",
"body": "* feat(gateway): forward metering queries\n\n* chore(ci): pass token to buf setup\n\n* chore(ci): restore buf token input\n\nRevert to the standard buf-setup-action token input\nconfiguration while keeping the metering proto path in\nbuf generate.",
"is_bot": false,
"headline": "feat(gateway): forward metering usage (#155)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-14T11:22:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fb3fb3f19826567a3b34a0b726e2ce92047df99",
"body": "* feat: derive workload id for exposes\n\n* feat: derive exposure context from identity\n\n* feat: add expose for-caller handlers\n\n* fix(gateway): align expose identity defaults\n\n* refactor(gateway): simplify expose gateway",
"is_bot": false,
"headline": "feat: derive workload id for exposes (#153)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-14T03:38:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db96a0d75b379d579a97990039ff3388173aa7c8",
"body": "* feat(gateway): add test model handler\n\n* fix(llm): return test errors\n\n* fix(llm): refine test model call\n\n* feat(gateway): proxy TestModel via llm-proxy\n\n* refactor(gateway): forward TestModel\n\n* chore(config): remove llm proxy config",
"is_bot": false,
"headline": "feat(gateway): add test model handler (#154)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-13T16:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5977fa3190b1b7a9915c35071b28ba13ae6f3906",
"body": "* feat(gateway): add TouchWorkload\n\n* chore(build): revert api pin",
"is_bot": false,
"headline": "feat: add TouchWorkload gateway (#151)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-12T11:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d25799ff62b4072b91ed5a51fd525a1f9cfeb65",
"body": "* feat(gateway): add update chat handler\n\nAdd UpdateChat passthrough and extend users fakes for device RPCs.\n\n* fix(tests): dedupe users device fakes\n\nRemove duplicate device RPC stubs after rebase.",
"is_bot": false,
"headline": "feat(gateway): add UpdateChat handler (#150)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-11T15:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5e3de77fd088675a412f431b31e1d49aa6f8752",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add expose gateway support (#149)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-11T14:20:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07baaa1cc9380e7a34c84b155b373aa3acb763c4",
"body": "* fix(ziti): add enrollment manager\n\n* fix(ziti): refine enrollment retries\n\n* fix(config): restore lease interval",
"is_bot": false,
"headline": "Fix Ziti identity re-enrollment (#146)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-08T00:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128c818cfd89989bf8e402b6f46f1f0e231bd9e9",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add ListWorkloads proxy (#145)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-07T14:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17ec5e6fac4b6fa487892d164eb40ed6ac6af797",
"body": "* feat(gateway): update app installations\n\nAdd installation-aware app proxy resolution and gateway handlers.\n\n* fix(gateway): tidy app proxy\n\nRemove unnecessary nil checks and avoid shadowing.",
"is_bot": false,
"headline": "feat(gateway): update app installations (#143)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-05T10:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6f1bbd5fc6aff6bb01437d204619fa29a65a8c",
"body": null,
"is_bot": false,
"headline": "fix(gateway): pass through GetMe (#141)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-04T15:51:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9687e189e562434549ad611b4b478d050515602d",
"body": null,
"is_bot": false,
"headline": "fix(gateway): use GetMe for users (#139)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-04T11:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92cd07a51da9cccfb42f24c11bc07c82992e8b0c",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add console app handlers (#137)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-04T01:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf63cc8fa9510afc6d921fb94b01ee639b22ad62",
"body": null,
"is_bot": false,
"headline": "feat(files): proxy file content stream (#135)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-04T00:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd8145a283f6578ef0dc4643d0e47bf02238cf20",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add enroll runner (#133)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-03T18:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc6e7c0221c181210828fcddcb6df9364b92dccc",
"body": "* feat(gateway): add console handlers\n\n* fix(ci): add runners buf path",
"is_bot": false,
"headline": "Add console gateway handlers (#131)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-02T20:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8525a1b383c0da50f3951f5fa686826cc814a3bc",
"body": null,
"is_bot": false,
"headline": "fix(identity): drop channel identity type (#129)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-04-02T09:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97e2190df5d0fa9d40a8ddc3bd9978430340cc46",
"body": null,
"is_bot": false,
"headline": "fix: retry ziti enrollment (#127)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-31T15:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bc39c53ee8dd4dd873e9e9ea831151c00fad93",
"body": "* fix(ziti): drop source identity fallback\n\n* test(ziti): dedupe dialer conn helper",
"is_bot": false,
"headline": "Remove source identity fallback (#125)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-31T15:48:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a36895d605d8036ea562cacfbf3f9ecd5649173",
"body": "* fix(ziti): handle managed identities\n\n* fix(identity): handle managed suffixes",
"is_bot": false,
"headline": "fix(ziti): handle managed identities (#123)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-31T09:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c6e25a9decaa97edb481b66d120b49dea37d6f8",
"body": null,
"is_bot": false,
"headline": "fix: update release workflow GO_VERSION to 1.25 (#119)",
"author_name": "Rowan Stein",
"author_login": "rowan-stein",
"committed_at": "2026-03-30T20:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c98c9acc6e083daf0fdfde1fa08117809345b6",
"body": null,
"is_bot": false,
"headline": "feat(tracing): add summary handlers (#116)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-30T11:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56803378ee65d3f1fd985b8d55f2a9d50f55c5bf",
"body": "* chore: update go version and ziti sdk\n\n* chore: bump go version in CI",
"is_bot": false,
"headline": "chore: bump ziti sdk to v1.6.0 (#118)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-30T09:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3dc8d9c95a4580472dc2a3a8dcf48fcadc9ae83",
"body": null,
"is_bot": false,
"headline": "fix(build): include users gateway stubs (#114)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-26T11:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c98942ff0c107c564f483c33a1594244c7fd307e",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add llm gateway (#112)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-26T10:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84837236ee394a23e7856e0d6613246488ee747b",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add EnrollApp proxy (#110)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-26T08:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b04875feb622a68fb9022480f809a4b37eecae8",
"body": "* test(e2e): provision fixtures in TestMain\n\n* refactor(e2e): simplify setup cleanup",
"is_bot": false,
"headline": "test(e2e): self-provision fixtures (#108)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-25T23:06:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4ef1017dcde7f2bddaa9897d02038cfbb05b71",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add batch users handler (#106)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-25T16:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4111adad268b26c1af058835285abbb4d8d8d2c3",
"body": "* feat(gateway): add organizations handler\n\n* test(gateway): cover organizations list",
"is_bot": false,
"headline": "feat(gateway): add organizations handler (#104)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-25T10:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ee91e011b8d79b1dc506ff0d2def0d660e2216",
"body": "* feat(gateway): add apps gateway\n\n* fix(gateway): refine app proxy",
"is_bot": false,
"headline": "feat(gateway): add apps gateway (#103)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-25T07:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94e71953efa21fa8962e7ea2deb9a1f46353d65b",
"body": null,
"is_bot": false,
"headline": "refactor: remove llm gateway (#100)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-24T20:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d09a7fcfcbab0c0f6da162b1f63c931425e188ff",
"body": "* feat(auth): add cluster admin token\n\n* chore(ci): include buf imports",
"is_bot": false,
"headline": "feat(auth): add cluster admin token (#98)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-24T17:17:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3719b2a084d4aea4f8cea100179a59fa9b9d0be4",
"body": null,
"is_bot": false,
"headline": "fix(oidc): remove access token aud check (#96)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-23T23:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63519bc7d4240a2bcc198f2d09a8fdd20d55952e",
"body": "* feat(gateway): add tracing gateway\n\n* fix(gateway): sync identity proto\n\n* ci: retrigger\n\n* fix(ci): pin buf and add tracing\n\n* fix(buf): disable otel by path\n\n* fix(ci): add buf token\n\nRevert managed.disable to module-based rule.\n\n* chore(docker): bump buf version",
"is_bot": false,
"headline": "feat(gateway): add tracing gateway (#94)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-23T23:07:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae72a6b0c47f416dae8136cae99d22c367c77c0e",
"body": "* feat(ziti): self-enroll gateway identity\n\n* fix(ziti): streamline enrollment flow\n\n* fix(ziti): load identity from bytes",
"is_bot": false,
"headline": "feat(ziti): self-enroll gateway identity (#90)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-22T23:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c4bf02ae28ce3df0e8606f6aab8776b5b38211",
"body": "* fix(ci): update GO_VERSION in release workflow to 1.24.10\n\nThe Dockerfile defaults to Go 1.24.10 but the release workflow overrode\nit with 1.22, causing build failures since go.mod requires >= 1.24.10.\n\n* fix(ci): add missing tracing/v1 and users/v1 proto paths\n\nThe gateway/v1/tracing.proto import\n[…]\nnely missing)\n\n* fix(ci): remove tracing proto exclude-path (removed from BSR)\n\nagynio/api PR #48 merged, removing gateway/v1/tracing.proto from BSR.\nThe --exclude-path workaround is no longer needed.",
"is_bot": false,
"headline": "fix(ci): update GO_VERSION in release workflow to 1.24.10 (#88)",
"author_name": "Rowan Stein",
"author_login": "rowan-stein",
"committed_at": "2026-03-22T12:11:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "12defb28f38c9ea858bc410df0f2cb3e7693809f",
"body": "* test(e2e): add users api token coverage\n\n* chore(deps): tidy uuid dependency\n\n* ci: add tracing proto generation\n\n* fix(buf): handle tracing generation\n\n* chore: revert tracing buf changes\n\n* fix(ci): skip tracing proto\n\n* fix(docker): include users proto path\n\n* fix(buf): restore gateway path",
"is_bot": false,
"headline": "test(e2e): add users api token coverage (#87)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-22T12:10:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42474a28955e39042250dc31823e14eb1ebcdde9",
"body": null,
"is_bot": false,
"headline": "feat(gateway): add api token auth (#85)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-21T23:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8cba99eef91746981d1d42035c05fdf4fe89e0",
"body": "* feat(identity): propagate grpc metadata\n\n* fix(identity): validate auth method\n\n* fix(identity): trim propagated metadata\n\n* fix(identity): align oidc resolver",
"is_bot": false,
"headline": "feat: propagate identity metadata (#78)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-21T20:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b766602282132096369242838c8ae907cffc0c2",
"body": "* feat(auth): add oidc bearer auth\n\n* fix(ci): include users proto\n\n* fix(auth): address oidc review feedback\n\n* feat(oidc): add userinfo resolution\n\n* fix(oidc): harden userinfo fetch\n\n* chore(grpc): drop duplicate interceptor tests",
"is_bot": false,
"headline": "feat(auth): add oidc bearer auth (#80)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-21T15:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e91d5a14e0392c34fce3c7e903e7de6f8a2980f",
"body": null,
"is_bot": false,
"headline": "feat(grpcclient): add identity interceptors (#83)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-21T15:22:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b33cf938866f024493c8024602ca58f56be12750",
"body": "* feat(gateway): migrate to connectrpc\n\n* fix(gateway): address review feedback",
"is_bot": false,
"headline": "feat(gateway): migrate to connectrpc (#76)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-20T12:40:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fe96fb18bef328b61cf5d6ec006fa1e9e1e7049",
"body": "* feat(ziti): add identity integration\n\n* fix(team): align handlers with spec\n\n* chore(buf): pull ziti proto from bsr",
"is_bot": false,
"headline": "feat(ziti): add identity integration (#72)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-19T12:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2042ae514706f2f807b184116098a54924285a94",
"body": "* add multi-arch manifest verification to release workflow\n\nVerifies pushed image manifest includes linux/amd64 and linux/arm64\nusing docker buildx imagetools inspect after build-and-push step.\n\nCloses #69\n\n* use jq for robust manifest parsing in verify step\n\nReplace fragile grep-based JSON text matching with jq parsing\nof .manifests[].platform.architecture for reliable arch detection.",
"is_bot": false,
"headline": "Add multi-arch manifest verification to release workflow (#70)",
"author_name": "Rowan Stein",
"author_login": "rowan-stein",
"committed_at": "2026-03-16T14:47:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e9274712a45e9b925eea7edecefb0c43c82bd14",
"body": "* align gateway with architecture documentation\n\n- Add E2E test suite in test/e2e/ (team API + LLM API smoke tests)\n- Add devspace run test:e2e support (e2e-runner deployment, pipeline, command)\n- Replace README with standard template from architecture docs\n- Remove committed gen/ directory (generat\n[…]\n matches the actual assertion\n(any 4xx status, not specifically 422).\n\n* restore 'Adding a New API Domain' section to README\n\nAppends the gateway-specific API domain guide after the standard template.",
"is_bot": false,
"headline": "Align gateway with architecture documentation (#68)",
"author_name": "Rowan Stein",
"author_login": "rowan-stein",
"committed_at": "2026-03-16T14:15:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2186f5a5fbac480b2ca7e3067a7585d44b068e04",
"body": "* chore(build): generate api artifacts\n\n* fix(build): create gen dir\n\n* fix(devspace): install openapi tools\n\n* chore(devspace): drop tool installs\n\n* chore: pin devcontainer image to exact version 1.1.0\n\n---------\n\nCo-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "chore(build): generate api artifacts (#64)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-15T13:16:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8c4f153927b341932e4d50fffc43e5ea02967d",
"body": null,
"is_bot": false,
"headline": "fix: preserve zero values (#66)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-14T12:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "362333a901e37757125a1b7561dd674bd24587f3",
"body": null,
"is_bot": false,
"headline": "Create CODEOWNERS",
"author_name": "Vitalii Valkov",
"author_login": "vitramir",
"committed_at": "2026-03-14T09:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8ab80d2944584d615919010ee2d05137488e9f",
"body": "…ev (#62)\n\n* fix(devspace): sync before exit\n\n* fix(devspace): stop dev cleanly",
"is_bot": false,
"headline": "fix(devspace): exit mode now syncs local files via start_dev + stop_d…",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-14T01:20:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbc21dac538d74f5d05dd742bb8c4b19ad936346",
"body": "…atch mode (#61)\n\n* fix(devspace): add watch flag\n\n* fix(devspace): guard exit mode",
"is_bot": false,
"headline": "feat(devspace): devspace dev exits after ready; devspace dev -w for w…",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T23:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3699c10f3b4188b9adb3efa40a5aba743b858a25",
"body": "…ace (#59)",
"is_bot": false,
"headline": "fix(devspace): remove -n shorthand conflicting with built-in --namesp…",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T18:48:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d48f9cde531d64e4ec015d12d1be7391c274831a",
"body": null,
"is_bot": false,
"headline": "simplify(devspace): two modes only - dev and dev --no-logs (#57)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T18:09:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aff6d557c95e65d2f508f2549ebca5ccbb534022",
"body": "…line (#55)\n\n* fix(devspace): adjust pipelines\n\n* fix(devspace): correct function syntax\n\n* fix(devspace): restore argocd in setup",
"is_bot": false,
"headline": "fix(devspace): correct get_flag usage, --set path, and add setup pipe…",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T16:51:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f81c7fcebe395e6227d0b11ab83932c209349a",
"body": null,
"is_bot": false,
"headline": "chore(buf): bust generate cache (#53)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T15:00:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0834c2ce4bf77115223e0c799b84ac87bb8f209",
"body": "* feat(devspace): add watch flag\n\n* fix(devspace): use bash for health check",
"is_bot": false,
"headline": "feat(devspace): add run-and-exit mode with -w flag for watch (#49)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T14:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8132308f28a4e4c3d598139f3ac49ed0cedfd672",
"body": null,
"is_bot": false,
"headline": "feat(team): add variable endpoints (#51)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T14:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da0582ad35f6dfc9a3a94a424cabb61c92ad44be",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: add secrets/v1 proto generation to devspace startup",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T12:42:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cef1c6ee49d4e5ddacfa0e52cb260da72d71ba0",
"body": "* feat(llm): add grpc responses handler\n\n* fix(llm): use errors.Is for EOF",
"is_bot": false,
"headline": "refactor(llm): replace HTTP proxy with gRPC streaming (#46)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T03:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359267ccfd321755271bcbaa7bbfaa8027399285",
"body": null,
"is_bot": false,
"headline": "refactor: remove dead proxies (#45)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T02:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac161978e3a357f1dbc2a961fb78a4a210f2823",
"body": "* fix: add teams/v1 proto generation to devspace startup and Dockerfile\n\nCo-authored-by: Rowan Stein <rowan.stein@agyn.io>\n\n* refactor(llm): adopt openapi handlers\n\n* fix(handlers): refine llm error handling\n\n---------\n\nCo-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "refactor(llm): consume OpenAPI spec via oapi-codegen (#43)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-13T01:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c446ca8d70667da032228f38e6ada296d98a0b2",
"body": "* feat(secrets): add gateway integration\n\n* fix(secrets): align routes and add tests",
"is_bot": false,
"headline": "feat(secrets): add gateway integration (#41)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T23:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e014eb0439a6df49ef0148024c73117d6f78e45b",
"body": null,
"is_bot": false,
"headline": "fix(helm): add teams grpc target (#40)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T23:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad76c7298ad3864a55029fa65066b1005370f07",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: add teams/v1 proto generation to devspace startup and Dockerfile",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T22:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6ed45d348baa206a11030f0fbb563de0aca4aa",
"body": null,
"is_bot": false,
"headline": "fix(build): include teams protos (#37)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T22:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6880eb122b81441abfb67d6f6d66642fd438dd29",
"body": "* feat(llm): add llm gateway support\n\n* fix(llm): update pagination handling",
"is_bot": false,
"headline": "feat(llm): add llm gateway support (#34)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T22:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a9069a433985809d0ab3e7b92d9de4cd542ebea",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: anchor gen/ exclude to sync root to preserve internal/gen sync",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T22:02:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35fec11ff8a92a71e5c03740b7a0b72c708e4320",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: add emptyDir volume for writable /opt/app/data in devspace",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T21:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd346f3c0da12603db639db25e61392ad610aaf3",
"body": "* feat(team): migrate to gRPC\n\n* chore(proto): add teams stubs\n\n* fix(team): address review feedback",
"is_bot": false,
"headline": "feat(team): migrate to gRPC (#30)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T21:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32961318b70dbd25f4b879053e0b0997c1f22600",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: correct deployment name to gateway-gateway in devspace pipeline",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T21:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aca5ef1440f21a8faf1a0ac5e17f27a8ebb0b0f",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "fix: correct devspace namespace to platform",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T19:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83862da6a322eb7d661389aeb10aa350ee2d054d",
"body": "Co-authored-by: Rowan Stein <rowan.stein@agyn.io>",
"is_bot": false,
"headline": "feat: add devspace dev configuration for local development",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T13:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7f6816c22cfa783101739a37d412edd8eff234",
"body": null,
"is_bot": false,
"headline": "fix(docker): run buf generate (#27)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-12T12:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd4bd25dc3f05456b8039875d7acf1e10a9230f",
"body": "* refactor(spec): embed team OpenAPI bundle\n\n* refactor(spec): refresh team spec\n\n* fix(spec): normalize oras pull output\n\n---------\n\nCo-authored-by: Casey Brooks <casey.brooks@agyn.io>",
"is_bot": false,
"headline": "refactor: remove local spec, pull OpenAPI from GHCR (#24)",
"author_name": "Rowan Stein",
"author_login": "rowan-stein",
"committed_at": "2026-03-12T02:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2d29f3e8af050b54d45f4b581e61279d007a81",
"body": null,
"is_bot": false,
"headline": "fix(spec): remove config defaults (#23)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-11T18:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa26e0544d23edbf2f8e9763614244f5e6781cf4",
"body": null,
"is_bot": false,
"headline": "chore: standardize gRPC port to 50051 in test (#22)",
"author_name": "casey-brooks",
"author_login": "casey-brooks",
"committed_at": "2026-03-10T17:18:13Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 112,
"latest_release_at": "2026-05-10T17:09:18Z",
"latest_release_tag": "v0.22.9",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 18,
"days_since_latest_release": 78,
"mean_days_between_releases": 3.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/agynio/gateway",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/agynio/gateway",
"is_deprecated": false,
"latest_version": "v0.22.14",
"repository_url": "https://github.com/agynio/gateway",
"versions_count": 42,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-26T20:00:47Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 21
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 34015,
"source_files_sampled": 68,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "connectrpc.com/connect",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.13.0"
},
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/openziti/sdk-golang",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/rs/cors",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.52.0"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.79.2"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.0"
},
{
"name": "github.com/go-jose/go-jose/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.1.3"
},
{
"name": "github.com/zitadel/oidc/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.45.5"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 107,
"open_issues": 17,
"closed_ratio": 0.782,
"closed_issues": 61,
"closed_unmerged_prs": 6
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "casey-brooks",
"commits": 100,
"avatar_url": "https://avatars.githubusercontent.com/u/247589470?v=4"
},
{
"type": "User",
"login": "rowan-stein",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/236191001?v=4"
},
{
"type": "User",
"login": "vitramir",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2134784?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.893
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"e2e.yml",
"release.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": 3,
"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": "27 out of 27 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": 8,
"reason": "Found 26/30 approved changesets -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "28 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b13ce2ffa496731504045b3fc9f8878b29d44237",
"ran_at": "2026-07-28T08:26:50Z",
"aggregate_score": 4.6,
"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-26T20:05:04Z",
"oldest_open_prs": [
{
"number": 74,
"created_at": "2026-03-20T00:11:49Z",
"last_comment_at": "2026-03-20T00:12:22Z",
"last_comment_author": "casey-brooks"
},
{
"number": 180,
"created_at": "2026-05-24T23:22:11Z",
"last_comment_at": "2026-05-24T23:43:17Z",
"last_comment_author": "rowan-stein"
},
{
"number": 182,
"created_at": "2026-05-25T00:34:41Z",
"last_comment_at": "2026-05-25T01:36:57Z",
"last_comment_author": "rowan-stein"
},
{
"number": 193,
"created_at": "2026-06-05T16:28:59Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-19T08:42:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 9,
"created_at": "2026-03-05T11:03:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-03-10T13:43:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2026-03-12T21:06:08Z",
"last_comment_at": "2026-03-13T02:59:29Z",
"last_comment_author": "rowan-stein"
},
{
"number": 39,
"created_at": "2026-03-12T22:31:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-03-14T11:05:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2026-03-19T23:38:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 82,
"created_at": "2026-03-21T13:52:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 89,
"created_at": "2026-03-22T17:19:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 121,
"created_at": "2026-03-31T00:10:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 124,
"created_at": "2026-03-31T12:14:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 126,
"created_at": "2026-03-31T14:33:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2026-04-02T23:41:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 152,
"created_at": "2026-04-12T19:50:52Z",
"last_comment_at": "2026-04-14T07:50:42Z",
"last_comment_author": "rowan-stein"
},
{
"number": 166,
"created_at": "2026-04-24T18:05:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 170,
"created_at": "2026-04-25T10:47:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 179,
"created_at": "2026-05-24T23:09:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 181,
"created_at": "2026-05-25T00:32:15Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/agynio/gateway",
"host": "github.com",
"name": "gateway",
"owner": "agynio"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 46,
"vitality": 86,
"community": 24,
"governance": 62,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 86,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 112,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 18
},
"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": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "112 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 112
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 3 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": 26,
"latest_release_tag": "v0.22.9",
"releases_from_tags": false,
"days_since_latest_release": 78,
"mean_days_between_releases": 3.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 78 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 78
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.9
}
}
],
"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": 0,
"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": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"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 (AGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "AGPL-3.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": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.893
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 89% of commits",
"points": 2.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 107,
"open_issues": 17,
"closed_issues": 61,
"issue_closed_ratio": 0.782,
"closed_unmerged_prs": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "78% of issues closed",
"points": 36.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 78
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "107/113 decided PRs merged",
"points": 36.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 107,
"decided": 113
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 26/30 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"followers": 26,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "agynio",
"public_repos": 86,
"account_age_days": 286
},
"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": "26 followers of agynio",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 26,
"login": "agynio"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "86 public repos, account ~0 yr old",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 86
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/agynio/gateway"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "42 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 42
}
}
],
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": "27 out of 27 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": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "27 out of 27 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 26/30 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "28 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"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.99,
"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": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 34015,
"source_files_sampled": 68,
"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/68 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 68,
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T08:27:12.631698Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/agynio/gateway.svg",
"full_name": "agynio/gateway",
"license_state": "standard",
"license_spdx": "AGPL-3.0"
}