JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 462,
"has_wiki": false,
"homepage": "https://gortexa.sheng.page/",
"languages": {
"Go": 580631,
"Shell": 8910,
"Makefile": 2919,
"Dockerfile": 957,
"Go Template": 8063
},
"pushed_at": "2026-07-20T08:11:30Z",
"created_at": "2026-06-29T06:15:05Z",
"owner_type": "User",
"updated_at": "2026-07-20T08:12:41Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://sheng.page/",
"name": "Sheng",
"type": "User",
"login": "yshengliao",
"company": null,
"location": null,
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/13849858?v=4",
"created_at": "2015-08-18T10:43:44Z",
"is_verified": null,
"public_repos": 9,
"account_age_days": 3994
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.27.2",
"kind": "patch",
"published_at": "2026-07-20T08:19:59Z"
},
{
"tag": "v0.27.0",
"kind": "minor",
"published_at": "2026-07-19T23:47:38Z"
},
{
"tag": "v0.26.5",
"kind": "patch",
"published_at": "2026-07-12T00:55:06Z"
},
{
"tag": "v0.26.4",
"kind": "patch",
"published_at": "2026-07-10T10:01:48Z"
},
{
"tag": "v0.26.3",
"kind": "patch",
"published_at": "2026-07-05T00:21:59Z"
},
{
"tag": "v0.26.2",
"kind": "patch",
"published_at": "2026-07-04T15:01:53Z"
},
{
"tag": "v0.26.1",
"kind": "patch",
"published_at": "2026-07-02T10:22:10Z"
},
{
"tag": "v0.26",
"kind": "other",
"published_at": "2026-06-30T13:56:40Z"
},
{
"tag": "v0.25",
"kind": "other",
"published_at": "2026-06-30T00:30:56Z"
}
],
"recent_commits": [
{
"oid": "52178e44927ca1283309b6afcb1db8ce99b4d2f9",
"body": "…aListener) (#70)\n\n* feat(kernel): opt-in secondary listeners (WithAdminListener, WithExtraListener)\n\nThe single h2c port stays single-port-multiplexed; these add an optional\nseparate ops surface, backward-compatible (no option = today's behaviour\nbit-for-bit).\n\n- WithAdminListener(addr): a plain HT\n[…]\nCLAUDE.md and the README Deploying\nsection.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(kernel): opt-in secondary listeners (WithAdminListener, WithExtr…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-20T08:11:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "56c09edcd03be1cdb1692f13ece22abce53bdcd9",
"body": "* feat(auth,kernel): pluggable Authenticator and WithServerOptions\n\nThe v0.27 module promise let consumers import the framework, but the\ninterceptor chain hard-bound auth to HS256 JWT and kernel gave no seam to\nadd interceptors. Both are now extensible, fully backward-compatible, and\nthe fixed eight\n[…]\nhe unary and stream paths. Passes -race x3.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(auth,kernel): pluggable Authenticator and WithServerOptions (#69)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-20T07:25:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d287b0ee3e9fdccabd02b417a3eac7231d2e7a37",
"body": "… on real hardware (#68)\n\n- Add a Docs badge and an intro line linking gortexa.sheng.page, and\n point the module section at the per-component reference\n (gortexa.sheng.page/components).\n- Performance: re-measured on this machine (Apple M1, go1.26.5,\n darwin/arm64) with a new 'make bench' target (\n[…]\nype A/B is kept as a labelled historical same-toolchain\n measurement (the before row needs the pre-swap code).\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): link the docs site, point at go get usage, refresh perf…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-19T14:42:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "08da71f9b4f9f426cbac51e2fc14fc9d2f0901fd",
"body": "…7) (#67)\n\n* gen/ai: publish the ai.v1 annotation bindings\n\nModule consumers importing mcp need the ai.v1 extension types, and any\nconsumer annotating protos with ai/v1/annotations.proto needs an importable\ngo_package for the generated bindings. Commit gen/ai/v1/annotations.pb.go\n(everything else un\n[…]\nr-compose.yaml:\nTestPgBouncerPoolCRUD PASS.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: make the framework importable as a Go module (public API, v0.2…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-19T10:07:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cfc24c1a618770f686851faf87c1ef5b0ed43595",
"body": "…#66)\n\n* refactor(mq)!: remove the Kafka backend\n\nThe framework slims down to a single MQ transport family (NATS). The Kafka\nbackend only ever compiled under the integration build tag, so default\nbuilds already returned an error for mq.driver: kafka — this makes that\nthe permanent answer and drops t\n[…]\n coverage-mismatch FailedPrecondition path.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "MQ: drop Kafka, consolidate on NATS with an opt-in JetStream driver (…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-12T00:47:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae7feaeafe65f43f3856d79af030943eb267714c",
"body": "… telemetry gaps (#65)\n\n* fix(kernel): flush telemetry on pre-serve bind failure\n\nRun() returned a net.Listen error before reaching serve() (which owns\nshutdown on its later error paths), and main's deferred fallback skips\nonce appStarted is true — so a pre-serve bind failure (e.g. port in use)\nleft\n[…]\nolded in here so\nthis PR's CI can go green.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Second-review fixes: PATCH partial-update, MQ hardening, request-id +…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-10T08:35:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb6746a01124b5a1777f9f4ebfd3cc9bf6e9f6c3",
"body": "… (#63)\n\nCI intermittently saw `code = Unknown, want Unimplemented`. Root cause is\na gRPC streaming convention, not a behaviour bug: when reflection is off,\nthe loopback server rejects the unimplemented ServerReflectionInfo method\nand closes the stream; if that closure races ahead of the client's\nst\n[…]\nthe service list\nwhen on). Verified status.Code(io.EOF)==Unknown and reran the reflection\ntests -race -count=30.\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(kernel): fix flaky TestReflectionOffByDefault (Send io.EOF race)…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T23:32:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "880111a40c00815bdb247493883673367972c2d0",
"body": "…test (11 fixes) (#62)\n\n* fix(install): stop mutating global Go config on healthy machines\n\ninstall.sh ran `go env -w` unconditionally, permanently clearing\nGOPRIVATE/GOINSECURE and overwriting GOPROXY/GOSUMDB/GOFLAGS/GOTOOLCHAIN\nin ~/.config/go/env on every machine that ran the quickstart one-liner\n[…]\nthe PgBouncer claim is continuously verified.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Blind-spot round: onboarding, trust boundaries, and a real PgBouncer …",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T17:53:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a87efa7c241606ac32a092640be6883219b8ef1a",
"body": "* cache/resp: drop RESP array decoding the client never triggers\n\nThe client issues only GET/SET/DEL/PING/AUTH/SELECT, whose replies are\nsimple strings, bulk strings, integers or errors — never arrays. The\narray branch (with maxArrayLen and recursive readReply) was speculative\ngenerality: unreachabl\n[…]\n the\nthree operator responsibilities plainly.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Trim accreted dead code (Anti-Additive) + deploying caveats (#61)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T14:52:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f3755f67e31daf41673916d8af9e4976079ae7da",
"body": "… (#60)\n\n* mq(kafka): require full-ISR acks so Publish can't silently drop messages\n\nThe Writer was built as a struct literal without RequiredAcks, whose zero\nvalue is RequireNone (fire-and-forget): Publish returned nil before the\nbroker durably stored anything, losing messages on any broker-side\nfa\n[…]\nial-input posture already applied to lengths.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Round-4: production hardening + drop the third-party Redis dependency…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T13:25:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "969c4814ae51740d84d831166110fc37a9fde109",
"body": "…multi-broker URL, Close(ctx) (#59)\n\n* mq: unify delivery semantics behind MQConfig.GroupID\n\nEmpty GroupID (default) now fans out on both backends: NATS keeps core\nSubscribe, Kafka gets a throwaway random consumer group per subscription\nwith StartOffset=LastOffset, replacing the hard-coded shared \"g\n[…]\n to nats.Connect,\nwhich parses its own list).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Round-3: unify MQ delivery semantics — GroupID fan-out/load-balance, …",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T09:54:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a92f45c908c15186535f1ff1df3843cfd12c5619",
"body": "…st, reflection gate, export CLI, DI removal (#58)\n\n* fix(mq): make kafka Close wait for subscriber goroutines\n\nClose closed readers and the writer but returned before Subscribe's\nread-loop goroutines finished unwinding, so callers could observe\nin-flight handler work after Close returned. Add a Wai\n[…]\nilently exempt every gRPC-namespaced service.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: sh <sh@mail.tw>\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Round-2 backlog: kafka test coverage + CI integration, header allowli…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T08:48:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ce7e4732ace82a97081c911a14c9954a1198952",
"body": "… rebinding, NATS leak, OTLP TLS, secret masking) (#57)\n\nDeep review of the framework: 9 fixes, each with a regression test.\n\n- fix(cli): resolve symlinks in isGitToplevel so gortexa regen's buf breaking gate no longer silently skips on symlinked paths\n- fix(cli): make the generated logic page-size \n[…]\nfault, cleartext only on opt-in\n- fix(mcp): mask built-in secret fields even when a custom mask list is set\n\nGreen across make gen/build/vet/test -race/lint and a six-dimension end-to-end test matrix.",
"is_bot": false,
"headline": "Deep review: 9 fixes (isGitToplevel gate skip, gen compile-break, MCP…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-04T06:41:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "786a1632cc0747a8e60268537d7b9842e7569c2e",
"body": "…e (#56)\n\nFourth independent review round (Claude Fable 5) over the whole hand-written\ncodebase. An exhaustive multi-agent review (8 dimensions, loop-until-dry, 3-lens\nadversarial verification) surfaced 56 confirmed findings (11 P1, 18 P2, 27 P3);\nall are fixed with regression tests.\n\nHighlights: cl\n[…]\nuf strategy=all (OpenAPI 0 → 3 paths); CLI robustness.\n\nCoverage 75.6% → 87.9% filtered (tests only). Benchmarks re-measured;\nallocation-neutral on the hot paths. Badge + Provenance lead with Fable 5.",
"is_bot": false,
"headline": "Fable 5 review round: 56 hardening fixes + comprehensive test coverag…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-02T09:23:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2cf25264fd859b312b2620691815c85e27f7ad82",
"body": "Third-review (Codex) security hardening of the error model:\n\n- Typed-nil safety: (*Error).GRPCStatus, Registry.resolve, and Is now guard\n against a nil *Error wrapped in an interface, breaking a potential infinite\n recursion (status.FromError -> GRPCStatus -> resolve -> status.FromError)\n and a n\n[…]\n-nil safety, non-leakage of non-client categories,\n and preserved client messages for the two client-facing categories.\n\nVerified locally: make gen (no drift), build, vet, test -race, lint all green.",
"is_bot": false,
"headline": "Harden error message sanitization (#55)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-07-01T01:29:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae5a29235d4b1b6f476df56c0c903c63f34eab60",
"body": "Hardening fixes from Jules second review + Codex P2 follow-up:\n\n- CircuitBreaker: allow() returns state-change info; record() unlocks before recordChange\n- MaskSecrets: bare values and invalid JSON handled defensively\n- OTel loopback: NewClientHandler() added for complete AI-call tracing\n- parseLevel: fail-loud + case-normalize (INFO/WARN/etc. accepted)\n- goleak: replaced with testutil.AssertNoLeak to eliminate false positives",
"is_bot": false,
"headline": "fix: resolve concurrency, security, and protocol defects (#54)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T18:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dff3892de1535d26995561acdc152c15af0ca9c",
"body": "…c (#53)\n\n- Remove gortex framework reference from README opening description\n- Drop size-classed malloc (not a Go 1.26 feature) from perf paragraph\n- Add Content-Type header to MCP curl quickstart example\n- Add missing doctor subcommand to Layout table cmd/gortexa/ row\n- Guard errors.AsType results\n[…]\n alloc/call)\n- Fix logger else→else if !ok to prevent err.Error() panic on typed-nil\n- Extend allow() to return state-change info so Open→HalfOpen CB\n transition is recorded in metrics and OTel spans",
"is_bot": false,
"headline": "docs/fix: README cleanup + interceptor nil-guard & CB half-open metri…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T17:37:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "48d8c127b73f10d8a3740d82af5ce7f58d1ecec1",
"body": "… + review-fixed (#51)\n\nAdds the v0.26.1 observability stack (slog->OTel Logs bridge, governance metrics, MCP GenAI tracing, DB semconv, client/MQ helpers, deploy stack), wired into cmd/server and hardened through review: main.go wiring (D1), health export goroutine lifecycle (D2), validation field/message (D3/D5), auth expired-reason (D4), nats integration isolation (D6), masker tests (D7), baggage merge + masker precision + global propagator + DB tracer copy (review C1-C6). Supersedes #50.",
"is_bot": false,
"headline": "v0.26.1: observability, governance metrics, MCP GenAI tracing — wired…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T16:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d62fa016f3584b6c52d8127f26e5c78da25eb4b",
"body": "…sts (#49)\n\nFollow-up to #48 and #46. ensureWritable now rejects a directory target (even with --force) and surfaces non-NotExist stat errors during preflight, closing the residual partial-write gap; paths are formatted with %q to match the package convention. Tests: TestEnsureWritable (missing/exis\n[…]\nrectory + an ENOTDIR case for the non-NotExist branch, deterministic under root) and TestRewriteModulePath_RewritesBareModuleButPreservesURL (module path rewrites while the upstream URL is preserved).",
"is_bot": false,
"headline": "fix(cli): harden gen preflight + lock module-rewrite behavior with te…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T11:40:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "90edd169e3aedc704d9d48bd1c123512465e017b",
"body": "…rs; add tests (#48)\n\nMake gortexa gen atomic for the common failure modes: validate wire markers and check proto/logic writability before writing any artifact, so a rejected generation leaves no half-created project. Factor wireInsertions out so validation and insertion share one source. Adds two preflight regression tests.",
"is_bot": false,
"headline": "gortexa: preflight `gen` to avoid partial writes; validate wire marke…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T10:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bc802495d4b8b2fce28044449ad99e7303c746a",
"body": "Add a ## Performance section documenting freshly-measured Go 1.26 benchmarks: the errors.AsType A/B (3->2 allocs, -33%; -40% ns, p=0.000), a hot-path table, and an honest note that BenchmarkBridgeHandlePost measures end-to-end 512KB handling. Attribute -benchmem/-count flags to go test (per review).",
"is_bot": false,
"headline": "docs: add measured Performance section to README (#47)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T10:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1ddcd9d10e04c9fdc44ebb75d590474961160f",
"body": "Mask https:// URLs in rewriteModulePath so gortexa create no longer corrupts upstream repo links, with a regression test. Pad BenchmarkBridgeHandlePost to ~512KB so it genuinely exercises the io.ReadAll path.",
"is_bot": false,
"headline": "Fix CLI module path URL rewrite and benchmark padding (#46)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T08:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d61c6de830cad5421dba48c72285ad4d470424b",
"body": "… skills (#45)\n\n- Go 1.26 upgrade (go.mod go 1.26.0 + toolchain go1.26.4, govulncheck clean) with\n measured perf: errors.AsType drops an allocation on the error hot path; go fix\n modernizers (maps.Copy/max/TypeFor/SplitSeq); golangci-lint v2.12.2.\n- Dev tooling migrated to pinned go.mod `tool` dir\n[…]\nl-skills.sh wires all .skills/* into Claude/Codex/Copilot/Antigravity.\n- make gen aligned to the documented lint → breaking → generate pipeline; README\n one-click-copy install blocks; docs → Go 1.26.",
"is_bot": false,
"headline": "Go 1.26 upgrade + gortexa developer CLI + tool-directive tooling + AI…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-30T07:21:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4643c4a0e2c2ca5d9c90e56cf2638ef39474ca69",
"body": "…E (#44)\n\n- Add shield badges to the README header: Go version (1.25), status, License\n (MIT, links to LICENSE), and an AI-generated badge (Opus 4.8 | Gemini 3.1 Pro\n | Codex 5.5) linking to a new Provenance section.\n- Add Provenance (three-round AI review) and License sections.\n- Add an MIT LICEN\n[…]\nbling gortex project's license).\n\n\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2\n\nCo-authored-by: ysl <ysl@sheng.page>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add README badges (Go/Status/License/AI-generated) + MIT LICENS…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T17:27:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4709061608a14910dc6263c5a6a3aa0f74a4bda7",
"body": "…imiter sharding (#43)\n\n* fix(security): exempt health checks from load-shedding to stop unauth DoS\n\nThe load-shedding Stream interceptor runs before auth and holds an inflight slot\nfor the whole stream lifetime; Health.Watch blocks until disconnect and\n/grpc.health.* is auth-skipped, so an unauthen\n[…]\n<noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2\n\n---------\n\nCo-authored-by: ysl <ysl@sheng.page>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: hardening + perf — load-shedding DoS, MCP panic recovery, rate-l…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T17:11:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5375b610cffae083519d3ff8c26a9450cb0f630d",
"body": "…g (#42)\n\n* feat(mcp): consolidate schema-correctness fixes (well-known types, maps, depth)\n\nConsolidates Codex review PRs #33, #34, #40 into one coherent change to the\nMCP IR schema generation (was three mutually-conflicting drafts):\n\n- Well-known types map to their protojson JSON form instead of r\n[…]\n<noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2\n\n---------\n\nCo-authored-by: ysl <ysl@sheng.page>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: consolidate Codex third-review PRs into MCP + auth hardenin…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T16:09:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac04636f5c5b4c26446be7dbc7b00b7edc625245",
"body": "… key, JWT exp, MCP version negotiation (#41)\n\nIndependent third deep review of the framework surfaced four issues that the\ntwo prior review rounds missed. Each is fixed here with a regression test;\nbuild, vet, race tests and lint stay green.\n\n1. Circuit breaker ignored panicking handlers (internal/\n[…]\nP version-negotiation handshake.\n\n\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2\n\nCo-authored-by: ysl <ysl@sheng.page>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: third-review findings — CB panic accounting, loopback rate-limit…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T15:21:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "22c262b61955b2ad59d9010719a17116c0bedf1f",
"body": "…(#17)\n\nAdded missing test file `internal/logic/resource_test.go` to comprehensively test the `ResourceService` implementation. Tests cover `CreateResource`, `GetResource`, `ListResources`, `UpdateResource`, and `DeleteResource` functions with various scenarios including happy paths, missing fields,\n[…]\n `internal/logic` is 100%.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: yshengliao <13849858+yshengliao@users.noreply.github.com>",
"is_bot": false,
"headline": "test: comprehensive ResourceService tests (internal/logic 0% → 100%) …",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T14:21:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1aa5ac5fa66a18a86b42d465add4dc7d8ee74fb6",
"body": "Replaces reflection-based sort.Slice with the generic slices.SortFunc\nin internal/logic and internal/mcp. This reduces the time per\noperation and eliminates allocations associated with the older reflection API.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: yshengliao <13849858+yshengliao@users.noreply.github.com>",
"is_bot": false,
"headline": "perf: use generic slices.SortFunc instead of reflective sort.Slice (#18)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T14:21:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "795f0725b44754fbec4715f02c94d1faea2ad1d0",
"body": "Adds required timeouts to the HTTP Server in internal/kernel/app.go to prevent resource exhaustion attacks (like Slowloris).\n\n- Extends `config.ServerConfig` with ReadTimeout, WriteTimeout, IdleTimeout, and ReadHeaderTimeout.\n- Configures default values for the new timeouts in `internal/config/confi\n[…]\ntializing the HTTP server.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: yshengliao <13849858+yshengliao@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(security): add HTTP server timeouts to prevent Slowloris (#16)",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T14:19:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c4e787cee2e6f41a961758d0beeee505edd8fa32",
"body": "…ter (#27)\n\n* fix: address second-review Critical/High findings (shutdown leaks, rate-limiter)\n\nFrom the independent second review (PR #23):\n\n- kernel/app.go (Critical): close the bufconn loopback under a mutex and mark it\n closed, so a concurrent Shutdown/Loopback can neither race nor leak the con\n[…]\n<noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2\n\n---------\n\nCo-authored-by: ysl <ysl@sheng.page>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: second-review Critical/High findings — shutdown leaks, rate-limi…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T14:14:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32426319e6c1d49c981c266aa06896a910696c1c",
"body": "…d (#11)\n\nAdded CORSOrigins configuration to allow specifying trusted origins\ninstead of using a hardcoded wildcard. The CORS middleware has been\nupdated to check the Origin header against the allowed origins.\n\nIt also appropriately sets the `Vary: Origin` header when replying with an allowed origin.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: yshengliao <13849858+yshengliao@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(security): configurable CORS origins instead of hardcoded wildcar…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T13:45:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4c845d4ac07b8eb5e8b3e911ec5a4eaa89736354",
"body": "… h2c port) (#1)\n\nMerge the initial Gortexa framework (M0–M6) into main. CI green; six review fixes applied.",
"is_bot": false,
"headline": "Gortexa: contract-first gRPC framework (gRPC + HTTP/JSON + MCP on one…",
"author_name": "Sheng",
"author_login": "yshengliao",
"committed_at": "2026-06-29T10:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63eaae1bca08c9fe20a37f46e1d5f0191171c9b8",
"body": "Runs on PRs and pushes to main: installs the buf/protoc/sqlc toolchain and\ngolangci-lint v2.5.0, then `make gen → build → vet → test → lint`. GitHub\nrunners have normal egress, so the sandbox GOPROXY workaround isn't needed.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "ci: add GitHub Actions workflow (gen + build + vet + race test + lint)",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:43:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c088fc522ace4b460afd7d51709b5b74f24443fa",
"body": "- ratelimit: key the per-peer bucket by client IP only (strip ephemeral port) —\n prevents reconnect-based rate-limit bypass and unbounded map growth.\n- config: set DecoderConfig.TagName=\"koanf\" explicitly (don't rely on koanf\n propagating the tag).\n- kernel: graceful gRPC shutdown (GracefulStop wi\n[…]\nquest-Id alongside Authorization on tools/call for trace\n correlation.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "Address PR review (gemini-code-assist): correctness + hardening",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:39:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0d2327d6181a0121c0e45732648d905816793bf",
"body": "- internal/cache: pluggable Cache + Redis impl (miniredis contract test).\n- internal/mq: Publisher/Subscriber + NATS impl (embedded-server test); Kafka\n behind //go:build integration.\n- internal/storage: PgBouncer-safe pgx pool (QueryExecModeExec, caches off) +\n OTel DB span tracer; sqlc-generated\n[…]\nrage tests raise internal/ to 81.4% (errors 90%, auth 92%, health 97%).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "M5 + M6-T4 + wiring: batteries, AI skill, server, deploy",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:30:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0fe4ae9de44b46b9ff62dba182345c9f129d32d3",
"body": "- internal/httpcompat: grpc-gateway ServeMux with shared 3-way error handler,\n protojson marshaler, and an incoming header matcher that forwards Authorization\n → gRPC metadata so HTTP and gRPC share one auth path. CORS + OpenAPI helpers.\n Full HTTP round-trip (all 5 verbs + error mapping) through\n[…]\ncall\n dispatches over the loopback (auth enforced, verified in tests).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "M3 + M6: HTTP gateway, MCP bridge, AI-skill codegen",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:30:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2252d3795b255fbb0255e770e759acbb8a98dd14",
"body": "…ogic\n\n- internal/kernel: generic DI Container, App lifecycle (idempotent bounded\n graceful shutdown), single-port multiplexer dispatching gRPC/MCP/health/gateway\n on native cleartext HTTP/2 (Go 1.24+ http.Server.Protocols, no deprecated h2c).\n- internal/interceptor: 8 interceptors (recover/reques\n[…]\nFull-chain e2e test\n (auth + validation + handler) green over bufconn.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "M1–M2: kernel (DI/App/h2c mux), interceptor chain, testutil, sample l…",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:30:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8c61619f6e845b28693d3c9e6c80f5e8bd3e644a",
"body": null,
"is_bot": false,
"headline": "chore: initial empty commit",
"author_name": "yshengliao",
"author_login": null,
"committed_at": "2026-06-29T09:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f49ac91a619377f99ca95dd6fc796cf83cf8eb6",
"body": "- Bootstrap: setup.sh (Go env fix), Makefile, buf v2 config, .golangci.yml,\n proto SSOT (resource.v1 CRUD + ai.v1 annotations), gen pipeline green.\n- internal/errors: single-source 3-way mapping (gRPC/HTTP/MCP); Internal never\n leaks cause.\n- internal/config: layered koanf build (defaults<yaml<.en\n[…]\nr, OTLP setup.\n- internal/auth: HS256 JWT verify/sign + claims context.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01G5k1xJqWBLg7dDat3vLVB2",
"is_bot": false,
"headline": "M0–M1 foundation: scaffold, codegen pipeline, core packages",
"author_name": "ysl",
"author_login": null,
"committed_at": "2026-06-29T09:30:22Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 9,
"commits_last_year": 40,
"latest_release_at": "2026-07-20T08:19:59Z",
"latest_release_tag": "v0.27.2",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 4,
"days_since_latest_release": 5,
"mean_days_between_releases": 2.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/yshengliao/gortexa",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/yshengliao/gortexa",
"is_deprecated": false,
"latest_version": "v0.27.2",
"repository_url": "https://github.com/yshengliao/gortexa",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T08:11:16Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"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": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
"proto/gortexa/ai/v1/annotations.proto",
"proto/resource/v1/resource.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"tools/go.mod"
],
"largest_source_bytes": 23534,
"source_files_sampled": 152,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3875
},
"dependencies": {
"manifests": [
"go.mod",
"tools/go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.81.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.81.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf"
],
"fixed_version": "1.82.1",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.28.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-gcjh-h69q-9w9g"
],
"fixed_version": "0.29.0",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.28.1",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-gcjh-h69q-9w9g"
],
"fixed_version": "0.29.0",
"advisory_count": 1,
"oldest_advisory_days": 1
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5932"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 18
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 11
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2,
"critical": 2,
"moderate": 2
},
"advisory_count": 6,
"affected_count": 6,
"assessed_count": 169,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11-20260415201107-50325440f8f2.1"
},
{
"name": "buf.build/go/protovalidate",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.0"
},
{
"name": "github.com/alicebob/miniredis/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.38.0"
},
{
"name": "github.com/cespare/xxhash/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.0"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.1"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.29.0"
},
{
"name": "github.com/jackc/pgx/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.10.0"
},
{
"name": "github.com/knadh/koanf/parsers/dotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1"
},
{
"name": "github.com/knadh/koanf/parsers/yaml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/knadh/koanf/providers/confmap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/knadh/koanf/providers/env/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "github.com/knadh/koanf/providers/file",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.1"
},
{
"name": "github.com/knadh/koanf/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.5"
},
{
"name": "github.com/nats-io/nats-server/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.14.2"
},
{
"name": "github.com/nats-io/nats.go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.52.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "go.opentelemetry.io/contrib/bridges/otelslog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.19.0"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.69.0"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.69.0"
},
{
"name": "go.opentelemetry.io/otel",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/metric",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/log",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.20.0"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.opentelemetry.io/otel/trace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.44.0"
},
{
"name": "go.uber.org/goleak",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.0"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260622175928-b703f567277d"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.81.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go",
"direct": true,
"version": "v1.36.11-20260415201107-50325440f8f2.1",
"ecosystem": "go"
},
{
"name": "buf.build/go/protovalidate",
"direct": true,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/alicebob/miniredis/v2",
"direct": true,
"version": "v2.38.0",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": true,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/go-viper/mapstructure/v2",
"direct": true,
"version": "v2.4.0",
"ecosystem": "go"
},
{
"name": "github.com/golang-jwt/jwt/v5",
"direct": true,
"version": "v5.3.1",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": true,
"version": "v2.29.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.10.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": true,
"version": "v5.9.2",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/parsers/dotenv",
"direct": true,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/parsers/yaml",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/providers/confmap",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/providers/env/v2",
"direct": true,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/providers/file",
"direct": true,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/v2",
"direct": true,
"version": "v2.3.5",
"ecosystem": "go"
},
{
"name": "github.com/nats-io/nats-server/v2",
"direct": true,
"version": "v2.14.2",
"ecosystem": "go"
},
{
"name": "github.com/nats-io/nats.go",
"direct": true,
"version": "v1.52.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/bridges/otelslog",
"direct": true,
"version": "v0.19.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"direct": true,
"version": "v0.69.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp",
"direct": true,
"version": "v0.69.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc",
"direct": true,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/log",
"direct": true,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk/metric",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": true,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/goleak",
"direct": true,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": true,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": true,
"version": "v0.0.0-20260610212136-7ab31c22f7ad",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": true,
"version": "v0.0.0-20260622175928-b703f567277d",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.81.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.81.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/bufbuild/bufplugin/protocolbuffers/go",
"direct": false,
"version": "v1.36.11-20250718181942-e35f9b667443.1",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go",
"direct": false,
"version": "v1.36.11-20250109164928-1da0de137947.1",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/bufbuild/registry/connectrpc/go",
"direct": false,
"version": "v1.20.0-20260610134905-7e419c5bd258.1",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/bufbuild/registry/protocolbuffers/go",
"direct": false,
"version": "v1.36.11-20260610134905-7e419c5bd258.1",
"ecosystem": "go"
},
{
"name": "buf.build/gen/go/pluginrpc/pluginrpc/protocolbuffers/go",
"direct": false,
"version": "v1.36.11-20241007202033-cf42259fcbfc.1",
"ecosystem": "go"
},
{
"name": "buf.build/go/app",
"direct": false,
"version": "v0.2.1-0.20260407195847-833f8f978cda",
"ecosystem": "go"
},
{
"name": "buf.build/go/bufplugin",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "buf.build/go/bufprivateusage",
"direct": false,
"version": "v0.1.0",
"ecosystem": "go"
},
{
"name": "buf.build/go/interrupt",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "buf.build/go/protoyaml",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "buf.build/go/spdx",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "buf.build/go/standard",
"direct": false,
"version": "v0.1.1-0.20260325175353-2b287e071df5",
"ecosystem": "go"
},
{
"name": "cel.dev/expr",
"direct": false,
"version": "v0.25.1",
"ecosystem": "go"
},
{
"name": "cel.dev/expr",
"direct": false,
"version": "v0.25.2",
"ecosystem": "go"
},
{
"name": "connectrpc.com/connect",
"direct": false,
"version": "v1.20.0",
"ecosystem": "go"
},
{
"name": "connectrpc.com/otelconnect",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "filippo.io/edwards25519",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/aclements/go-moremath",
"direct": false,
"version": "v0.0.0-20210112150236-f10218a38794",
"ecosystem": "go"
},
{
"name": "github.com/antithesishq/antithesis-sdk-go",
"direct": false,
"version": "v0.7.0-default-no-op",
"ecosystem": "go"
},
{
"name": "github.com/antlr4-go/antlr/v4",
"direct": false,
"version": "v4.13.1",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/buf",
"direct": false,
"version": "v1.71.0",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/protocompile",
"direct": false,
"version": "v0.14.2-0.20260605203730-cd7c3c124e10",
"ecosystem": "go"
},
{
"name": "github.com/bufbuild/protoplugin",
"direct": false,
"version": "v0.0.0-20260414125817-25d1d281b46b",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cli/browser",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/containerd/errdefs/pkg",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "github.com/coreos/go-semver",
"direct": false,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/go-md2man/v2",
"direct": false,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "github.com/cubicdaiya/gonp",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/distribution/reference",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/cli",
"direct": false,
"version": "v29.5.3+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/docker/docker-credential-helpers",
"direct": false,
"version": "v0.9.8",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-connections",
"direct": false,
"version": "v0.7.0",
"ecosystem": "go"
},
{
"name": "github.com/docker/go-units",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/structtag",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/felixge/httpsnoop",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.9.0",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/flock",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "github.com/google/cel-go",
"direct": false,
"version": "v0.28.1",
"ecosystem": "go"
},
{
"name": "github.com/google/go-containerregistry",
"direct": false,
"version": "v0.21.6",
"ecosystem": "go"
},
{
"name": "github.com/google/go-tpm",
"direct": false,
"version": "v0.9.8",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgpassfile",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgservicefile",
"direct": false,
"version": "v0.0.0-20240606120523-5a60cdf6a761",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.2",
"ecosystem": "go"
},
{
"name": "github.com/jdx/go-netrc",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": false,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.6",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/pgzip",
"direct": false,
"version": "v1.2.6",
"ecosystem": "go"
},
{
"name": "github.com/knadh/koanf/maps",
"direct": false,
"version": "v0.1.2",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.15",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/microsoft/go-winio",
"direct": false,
"version": "v0.6.2",
"ecosystem": "go"
},
{
"name": "github.com/minio/highwayhash",
"direct": false,
"version": "v1.0.4",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/copystructure",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/mitchellh/reflectwalk",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/docker-image-spec",
"direct": false,
"version": "v1.3.1",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/api",
"direct": false,
"version": "v1.54.2",
"ecosystem": "go"
},
{
"name": "github.com/moby/moby/client",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/nats-io/jwt/v2",
"direct": false,
"version": "v2.8.2",
"ecosystem": "go"
},
{
"name": "github.com/nats-io/nkeys",
"direct": false,
"version": "v0.4.16",
"ecosystem": "go"
},
{
"name": "github.com/nats-io/nuid",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-sqlite3",
"direct": false,
"version": "v0.32.0",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/julianday",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/go-digest",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/opencontainers/image-spec",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/petermattis/goid",
"direct": false,
"version": "v0.0.0-20260330135022-df67b199bc81",
"ecosystem": "go"
},
{
"name": "github.com/pganalyze/pg_query_go/v6",
"direct": false,
"version": "v6.2.2",
"ecosystem": "go"
},
{
"name": "github.com/pingcap/errors",
"direct": false,
"version": "v0.11.5-0.20250523034308-74f78ae071ee",
"ecosystem": "go"
},
{
"name": "github.com/pingcap/failpoint",
"direct": false,
"version": "v0.0.0-20240528011301-b51a646c7c86",
"ecosystem": "go"
},
{
"name": "github.com/pingcap/log",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/pingcap/tidb/pkg/parser",
"direct": false,
"version": "v0.0.0-20260418072757-ce92298d1124",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/qpack",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/quic-go",
"direct": false,
"version": "v0.60.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/riza-io/grpc-go",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rs/cors",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/asm",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/segmentio/encoding",
"direct": false,
"version": "v0.5.4",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.4",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "github.com/sqlc-dev/doubleclick",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/sqlc-dev/sqlc",
"direct": false,
"version": "v1.31.1",
"ecosystem": "go"
},
{
"name": "github.com/tetratelabs/wazero",
"direct": false,
"version": "v1.12.0",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/btree",
"direct": false,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/wasilibs/go-pgquery",
"direct": false,
"version": "v0.0.0-20250409022910-10ac41983c07",
"ecosystem": "go"
},
{
"name": "github.com/wasilibs/wazero-helpers",
"direct": false,
"version": "v0.0.0-20240620070341-3dff1577cd52",
"ecosystem": "go"
},
{
"name": "github.com/yuin/gopher-lua",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "go.lsp.dev/jsonrpc2",
"direct": false,
"version": "v0.10.0",
"ecosystem": "go"
},
{
"name": "go.lsp.dev/pkg",
"direct": false,
"version": "v0.0.0-20210717090340-384b27a52fb2",
"ecosystem": "go"
},
{
"name": "go.lsp.dev/protocol",
"direct": false,
"version": "v0.12.0",
"ecosystem": "go"
},
{
"name": "go.lsp.dev/uri",
"direct": false,
"version": "v0.3.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.44.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/log",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/atomic",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.28.0",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20250813145105-42675adae3e6",
"ecosystem": "go"
},
{
"name": "golang.org/x/exp",
"direct": false,
"version": "v0.0.0-20260611194520-c48552f49976",
"ecosystem": "go"
},
{
"name": "golang.org/x/mod",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.56.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/perf",
"direct": false,
"version": "v0.0.0-20260615155930-9e4b9ddef5b6",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.21.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/telemetry",
"direct": false,
"version": "v0.0.0-20260625142307-59b4966ccb57",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/tools",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/vuln",
"direct": false,
"version": "v1.5.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260610212136-7ab31c22f7ad",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260618152121-87f3d3e198d3",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc/cmd/protoc-gen-go-grpc",
"direct": false,
"version": "v1.6.2",
"ecosystem": "go"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "mvdan.cc/xurls/v2",
"direct": false,
"version": "v2.6.0",
"ecosystem": "go"
},
{
"name": "pluginrpc.com/pluginrpc",
"direct": false,
"version": "v0.5.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 169,
"direct_count": 38,
"indirect_count": 131
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 33,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 37
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "yshengliao",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/13849858?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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/30 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 3 contributing companies or organizations -- score normalized to 10",
"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": 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": 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": 6,
"reason": "4 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "52178e44927ca1283309b6afcb1db8ce99b4d2f9",
"ran_at": "2026-07-26T07:26:48Z",
"aggregate_score": 3.2,
"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-20T08:15:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T08:11:16Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yshengliao/gortexa",
"host": "github.com",
"name": "gortexa",
"owner": "yshengliao"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 38,
"vitality": 72,
"community": 24,
"governance": 47,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 72,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"commits_last_year": 40,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "40 commits in the last year",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 40
}
}
],
"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": 9,
"latest_release_tag": "v0.27.2",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 2.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.5
}
}
],
"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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"merged_prs": 33,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 37
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "33/70 decided PRs merged",
"points": 18,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 33,
"decided": 70
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "yshengliao",
"public_repos": 9,
"account_age_days": 3994
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "24 followers of yshengliao",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "yshengliao"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "9 public repos, account ~10 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 9
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/yshengliao/gortexa"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://gortexa.sheng.page/",
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": "https://gortexa.sheng.page/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "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": "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": "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": "4 existing vulnerabilities detected",
"points": 4.5,
"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 169 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": 169
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "osv",
"advisories": 6,
"affected_packages": 6,
"assessed_packages": 169,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, moderate 2, unknown 2",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: google.golang.org/grpc v1.81.0 (critical 9.1), google.golang.org/grpc v1.81.1 (critical 9.1)",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "google.golang.org/grpc v1.81.0 (critical 9.1), google.golang.org/grpc v1.81.1 (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": 169,
"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
}
]
}
],
"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": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3875
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "40 of 40 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 40
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.675,
"toolchain_manifests": [
"go.mod",
"tools/go.mod"
],
"dependency_bot_commit_share": 0
},
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "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": "27 of the last 40 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 27,
"sampled": 40
}
}
],
"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": 23534,
"source_files_sampled": 152,
"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/152 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 152,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [],
"has_mcp_signal": false,
"api_schema_files": [
"proto/gortexa/ai/v1/annotations.proto",
"proto/resource/v1/resource.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/gortexa/ai/v1/annotations.proto, proto/resource/v1/resource.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/gortexa/ai/v1/annotations.proto, proto/resource/v1/resource.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-26T07:27:02.279696Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yshengliao/gortexa.svg",
"full_name": "yshengliao/gortexa",
"license_state": "standard",
"license_spdx": "MIT"
}