Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1686,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 105817
},
"pushed_at": "2026-07-19T07:42:00Z",
"created_at": "2023-03-26T01:45:54Z",
"owner_type": "User",
"updated_at": "2026-07-19T04:33:48Z",
"description": "Go implementation of a WAMP (Web Application Messaging Protocol) client and router",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Eva",
"type": "User",
"login": "gastrodon",
"company": null,
"location": null,
"followers": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/10934565?v=4",
"created_at": "2015-02-10T03:50:40Z",
"is_verified": null,
"public_repos": 43,
"account_age_days": 4183
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-07-19T04:33:43Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2023-03-26T20:44:04Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-19T04:33:43Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-03-26T20:44:04Z"
}
],
"recent_commits": [
{
"oid": "3979aabf1117baa92f1b670b183435af7cd581e6",
"body": "Make the client and realm handshake ctx-first",
"is_bot": false,
"headline": "Merge pull request #1 from gastrodon/feat/call-context",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2026-07-19T04:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3b6fbd9d8e1a8050f8c2c11e089ee68d3e855c",
"body": null,
"is_bot": false,
"headline": "simplify examples, use bg ctx",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-19T04:29:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518595e4db80d9f6c9b411cafbf069279e6e7012",
"body": "Protect the handshake error path from panic on double-fail by using\natomic.Bool to ensure close(c.acts) and c.Peer.Close() only execute once.\nThe Swap(true) call is atomic and safe for concurrent access.",
"is_bot": false,
"headline": "Guard fail() against double-close with atomic.Bool",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-19T01:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5045fa754c9feb99fd6352ca397aa1dedde23caf",
"body": "# Conflicts:\n#\trealm.go\n#\trealm_test.go\n#\trouter.go",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feat/call-context",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-19T00:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c41d21443863d43ead29dba763bf281f8e3ebaa",
"body": "Remove the ReceiveTimeout field and its double-timeout wrapping so a\ncaller-provided context.Context solely governs how long client requests\nwait. Drop the getMessage helper and the inner WithTimeout in\nwaitOnListener; call sites and examples now derive their own bounded\ncontexts.\n\nAlso stamp the assigned session ID on the Welcome returned from\ncheckResponse — CRA sessions were previously left with Id == 0.",
"is_bot": false,
"headline": "Make ctx the sole timeout authority; fix CRA welcome ID",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T21:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75fb17a65f3a0b32ccc4ce541726a9e7aa2d6bea",
"body": "Extend the ctx-first simplification pass to the rest of the client:\n\n- Add do(fn) to run a func on the actor goroutine and block, replacing\n the make(chan struct{})/send/receive dance repeated ~11 times. The\n waitOnListener cleanup delete is now synchronous, matching its doc.\n- Add fail(err) for t\n[…]\nage(...)) at 8\n sites -- non-constant format string is a vet smell and a latent bug.\n- len(c.Auth) > 0 over the redundant nil check; ReceiveDone is now\n chan struct{}; drop dead nextID/requestCount.",
"is_bot": false,
"headline": "Simplify Client internals: do/fail helpers, guard clauses, idiom",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T18:10:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "760619f9d921ee0b0d1794418c9e7969e65b3c07",
"body": "feat/call-context branched before 0571070 (\"Pass a welcome ID to CRAuth\nto associate auth tokens with sessions\") landed on main, so the\nctx-first refactor's handleAuth/checkResponse signature changes\nsilently dropped that patch. Re-apply it here (welcomeID generated\nbefore auth and threaded into CRAuthenticator.Authenticate) so main\ncan be merged by taking ours without regressing the fix.",
"is_bot": false,
"headline": "Restore welcome-ID threading through handleAuth on call-context branch",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e2c5493a95a41f14776f175f4e8db0e46fcf22",
"body": "waitOnListener carried the same split model just removed from the free\nfunction: a wait channel, a ReceiveTimeout timer, and ctx.Done(). Fold\nReceiveTimeout into ctx via context.WithTimeout up top, leaving a two-arm\nselect. No call site changes -- all five verbs (Subscribe, Unsubscribe,\nRegister, Unregister, Call) already pass ctx straight through. A\nReceiveTimeout expiry now surfaces as context.DeadlineExceeded.",
"is_bot": false,
"headline": "Dedupe waitOnListener onto ctx, drop the ReceiveTimeout timer arm",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T17:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c727d4a9238b17f0a190732d1eb437eff3252c28",
"body": "The free function carried both a ctx and an explicit timeout, selecting\non Receive(), a timer, and ctx.Done(). Collapse the two bound concepts\ninto one: GetMessage(ctx, peer) selects only on Receive() and ctx.Done().\nCallers that want a liveness bound derive it via context.WithTimeout --\nrouter.Accept (5s), realm.handleAuth (AuthTimeout), and the client via a\nnew getMessage helper that applies ReceiveTimeout. Timeouts now surface\nas context.DeadlineExceeded rather than a distinct string.",
"is_bot": false,
"headline": "Dedupe GetMessageTimeout into ctx-only GetMessage",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T17:53:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ed8640fe28da4239cc51fb70b1d1ecadd68b8c",
"body": null,
"is_bot": false,
"headline": "deleak timeout",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T17:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ba6aaf4e2c5d2b742e2c1b9a88ad2d08913f034",
"body": "Extends the ctx-first surface to the realm handshake. JoinRealm and\nits internal CRA sibling now take ctx as first arg; peer.go's\nGetMessageTimeout grows a ctx-first signature with a <-ctx.Done() arm\nin its select. On ctx cancellation the handshake returns ctx.Err()\nand runs the same c.Peer.Close();\n[…]\nr-side callers (router.Accept, realm CRA) pass\ncontext.Background() for now; threading ctx meaningfully through the\nserver accept path is a separate PR.\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ctx-first JoinRealm and GetMessageTimeout",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T16:42:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d4516b17ce639871e011d580550a5bf71f50534b",
"body": "Prior two commits added ctx-aware sibling methods\n(Call/Subscribe/etc.Context) that delegated from the bare non-ctx\nmethods. Since all consumers are in-tree, drop the wrappers and put ctx\nfirst on the bare methods themselves. Callers pass context.Background or\na cancellable ctx explicitly. Breaking \n[…]\nge; every in-repo call site\n(client_test.go, examples/**) is updated in this commit.\n\nPublish is unchanged -- fire-and-forget, no wait to bound.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Consolidate ctx-first: drop ...Context wrappers, ctx as first arg",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T16:36:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d71aaddd692e5cde2dcfcf9772ee24f410e5aa13",
"body": "The prior pin (github.com/ugorji/go@v0.0.0-20160928015244-...) called\nbase64.NewEncoding on an alphabet with a duplicate underscore, which\nmodern Go rejects at package init -- blocking every test that imports\nthis package. The codec sub-package was split into its own module\n(github.com/ugorji/go/cod\n[…]\nalphabet; the import path in\nserialize.go is unchanged and the API surface we use (NewEncoderBytes /\nNewDecoderBytes / MsgpackHandle) is stable.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix ugorji base64 alphabet panic by bumping to ugorji/go/codec v1.2.12",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T16:32:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "693dfec69c1ecdefc42aea083867dd0a339a1888",
"body": "These four methods already funneled their reply-wait through the\nctx-aware waitOnListenerContext, so expose ...Context variants that\nthread a caller context; the original methods delegate with a\nbackground context. Drops the now-unused waitOnListener shim.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ctx-aware Subscribe/Unsubscribe/Register/Unregister variants",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T07:24:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c4bdb3e7e17248324f1f95d4f57e50e42dd0448e",
"body": "Thread a context.Context through the RPC wait path so callers can bound\na Call on cancellation in addition to ReceiveTimeout. Call and\nwaitOnListener are kept as background-context delegates, so the change\nis fully backward-compatible.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add ctx-aware CallContext and waitOnListenerContext",
"author_name": "Eva Harris",
"author_login": "gastrodon",
"committed_at": "2026-07-17T07:07:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "057107072bc14b75b3ed914132f2ba1eb3d4b03f",
"body": null,
"is_bot": false,
"headline": "Pass a welcome ID to CRAuth to associate auth tokens with sessions",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-09-28T19:19:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7779a42e8bbd77b94ed7f7cfa4431ac872f9095",
"body": "you got my hopes up that I could simplify my ticket code but no I had to\nadd the ticket fucker myself",
"is_bot": false,
"headline": "why would you make an example of a usage of a function yall didn't have",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T20:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23f813ede83544eaff168ac3f99ecc950b4395cd",
"body": null,
"is_bot": false,
"headline": "YELLOW SQUICKGLY LINEE !!!!!",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T20:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2682989a260f60139f4eb3ebef0c491d5e05ac69",
"body": null,
"is_bot": false,
"headline": "Add names to variables for better docs",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T20:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3169609b4386236f122a872edd1b19009207a5",
"body": null,
"is_bot": false,
"headline": "remodule with gastrodon so I can use github import on it",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T18:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f4599dc6ef128e4baf36a71400b19eee3b6c5bf",
"body": null,
"is_bot": false,
"headline": "wamp v1 because ifunny uses it",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T18:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c7910cb5ad89e54d181a1ef72754ba6e31a3399",
"body": null,
"is_bot": false,
"headline": "be a module plz",
"author_name": "Eva",
"author_login": "gastrodon",
"committed_at": "2023-03-26T18:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dadcad507a3918f677e068464117f09b5a086ca",
"body": "Client panics when connection is closed while `waitForListener` is waiting for message",
"is_bot": false,
"headline": "Merge pull request #148 from robert-jackson-spirent/v2",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2021-06-29T14:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60ba50678524c96ea57c2d2ff3389528ec34a090",
"body": null,
"is_bot": false,
"headline": "govendor update github.com/jtolds/gls (required for tests to execute)",
"author_name": "Robert Jackson",
"author_login": "robert-jackson-spirent",
"committed_at": "2021-06-28T15:11:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ddf98d26e66f59220f59a5c3716675a979f885",
"body": "…to unblock",
"is_bot": false,
"headline": "Close listener channels before exiting run allowing `waitOnListener` …",
"author_name": "Robert Jackson",
"author_login": "robert-jackson-spirent",
"committed_at": "2021-06-28T11:43:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de9a4503e73c675401e8c345d73623aa3dcb98ac",
"body": "Allow request headers to be passed while creating new websocket peer",
"is_bot": false,
"headline": "Merge pull request #140 from apcera/req-headers-ws-peer",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2017-10-20T12:50:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbd3e9915b215e9f6fa6df63555e452277557b05",
"body": "- Request headers can be used to pass application specific headers to\n WAMP connection initiation request.\n- Updated examples with new client interface.",
"is_bot": false,
"headline": "Allow request headers to be passed while creating new websocket peer",
"author_name": "Shobhit Agarwal",
"author_login": "shobhit85",
"committed_at": "2017-10-17T20:48:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd62c756857599590cc1f661bd3e4e2ecf25cfd8",
"body": "fix the port setting line in the router main command",
"is_bot": false,
"headline": "Merge pull request #136 from elakito/fix-port",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2017-05-22T14:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9011d6e833dee2b7668830adf46c9102613b8057",
"body": null,
"is_bot": false,
"headline": "fix the port setting in the router app command",
"author_name": "Aki Yoshida",
"author_login": "elakito",
"committed_at": "2017-05-22T11:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c08e32e992047ae2b6de5d98a31b383d41bf2ef",
"body": "Fix empty options",
"is_bot": false,
"headline": "Merge pull request #134 from zerodivisi0n/fix-empty-options",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-12-05T18:33:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2d8ff69b902011889b2c212918bf01fcdaba6f",
"body": null,
"is_bot": false,
"headline": "Fix empty options",
"author_name": "Alexey Zhuchkov",
"author_login": "zerodivisi0n",
"committed_at": "2016-12-05T18:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "776ab5f9114592a96590cba95cb5dd5464a30818",
"body": "Implemented 13.3.5. Caller Identification",
"is_bot": false,
"headline": "Merge pull request #133 from dudochkin-victor/v2",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-11-07T02:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a1e1bcf0390ba72fb51e51e6e1fe51e5a437101",
"body": null,
"is_bot": false,
"headline": "Clean version",
"author_name": "Dudochkin Victor",
"author_login": "dudochkin-victor",
"committed_at": "2016-11-07T02:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a399466d86e871990739edd670462f9d801060d",
"body": null,
"is_bot": false,
"headline": "Implemented 13.3.5. Caller Identification",
"author_name": "Dudochkin Victor",
"author_login": "dudochkin-victor",
"committed_at": "2016-11-06T07:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e538cf1709832669045b8a68ebeda27582858fb",
"body": null,
"is_bot": false,
"headline": "Fix 'go vet' warning",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62db20cbb1ca2f49cbaef0635b9622b6832ecc8d",
"body": null,
"is_bot": false,
"headline": "added exclude_me support",
"author_name": "gngeorgiev",
"author_login": "gngeorgiev",
"committed_at": "2016-10-28T02:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "859c7119911b5397b482ff5809a952a5ab530a05",
"body": null,
"is_bot": false,
"headline": "Remove HEARTBEAT message (removed from spec)",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6adc0ce51bfbfc174cd4a22695d81bce8228101e",
"body": null,
"is_bot": false,
"headline": "Add error URI",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16e32aae5730ace275184a3a659b0811b4e16690",
"body": null,
"is_bot": false,
"headline": "Fixed error reporting on RPC calls",
"author_name": "JakobGreen",
"author_login": null,
"committed_at": "2016-10-28T02:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "041633d9149e8c8e678e31f5ba49eb621d03d943",
"body": null,
"is_bot": false,
"headline": "Remove 'origin' (unused)",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "076cb386d80d36e8c24e1b583cdaf0c5e6ad860e",
"body": null,
"is_bot": false,
"headline": "Call localClient.Receive()",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251be4acec400eaa1fce76213badeb61e0dcf83a",
"body": null,
"is_bot": false,
"headline": "Pass session into callback functions",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-28T02:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c318d73edd06f7cd8acd1c8b92834b7d6c123eca",
"body": "broker.RemoveSession)",
"is_bot": false,
"headline": "Functions that took Peer now take *Session (also added",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-27T15:39:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea7a90fa9d58dd53f1fe49ad8234ae728267935d",
"body": null,
"is_bot": false,
"headline": "Expose options in Publish/Subscribe",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-25T18:16:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ab93365bb9c83d4bcb2c17c5453e3dd32ef6e9",
"body": null,
"is_bot": false,
"headline": "Enable environment's proxy for websocket client",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-25T16:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a27c7646c023164a286c6e9a62c541dc0eaeb5a6",
"body": null,
"is_bot": false,
"headline": "Expose DialFunc when creating a Websocket peer",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-25T16:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4466a860c1e8c59d5d866e8d1165c15273d52d90",
"body": null,
"is_bot": false,
"headline": "Fix Call to pass in options",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-25T16:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e21e1adbe1588742bd087d2f30519d95292c879",
"body": "Adding \"options\" parameter to Call method in Client",
"is_bot": false,
"headline": "Merge pull request #122 from deonwise/v2",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-10-25T14:10:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c4869b2c82aca2aa732d5787e10abf78b5b2bd1",
"body": "Turn on vendoring",
"is_bot": false,
"headline": "Merge pull request #132 from mourad/vendor",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-10-25T13:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f40a066093d1297b0fb97a57771262ab245024c",
"body": "Add Request ID to Error message during auth failures",
"is_bot": false,
"headline": "Merge pull request #131 from mourad/error",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-10-25T13:38:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9701865710ad637b8f68bfe2a582b5406261f4c8",
"body": null,
"is_bot": false,
"headline": "Turn on vendoring",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-25T00:34:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23204da9af243ba7dc6db9d011335d060dbbb379",
"body": "NewWebsocketClient() now need tls config parameter",
"is_bot": false,
"headline": "Merge pull request #127 from hmgle/fix-examples",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-10-24T19:46:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3728855998432cf15207eef1f6077018f5d37c87",
"body": null,
"is_bot": false,
"headline": "Add Request ID to Error message during auth failures",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-10-24T19:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6543e7d830141951834eae2687034d39c21a471b",
"body": null,
"is_bot": false,
"headline": "Update auth example: gopass.GetPasswd() return ([]byte, error)",
"author_name": "mingang.he",
"author_login": "hmgle",
"committed_at": "2016-09-09T14:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "001e57d7c86f987775a26e2d00e4414432719383",
"body": "…cket client",
"is_bot": false,
"headline": "Fix examples: NewWebsocketClient(): add tls config parameter to webso…",
"author_name": "mingang.he",
"author_login": "hmgle",
"committed_at": "2016-09-09T11:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65eb3bacd2852f9554a44d7d1b60a91fdb26fe67",
"body": "…ient case",
"is_bot": false,
"headline": "NewClient already calls run(), do not call it again in the GetLocalCl…",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2016-05-11T18:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b2c5a1ed2bef4135e99921f799ae95f5e5ab68",
"body": null,
"is_bot": false,
"headline": "Added options to Call method in Client",
"author_name": "Дмитрий Воробьёв",
"author_login": "deonwise",
"committed_at": "2016-05-10T14:58:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20dec4658dd3c09e8e64ea7f9cd3c110420948ca",
"body": null,
"is_bot": false,
"headline": "Crossbar.io needs option disclose_me:true to work properly in some cases",
"author_name": "Дмитрий Воробьёв",
"author_login": "deonwise",
"committed_at": "2016-05-10T13:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3233fa5922270605ad1c398e1942515ba5431bf4",
"body": "Restore concurrency during publishing",
"is_bot": false,
"headline": "Merge pull request #120 from djoyner/publish-perf",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-05-09T14:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a89dd312d2006748e195987e1611873d4af374c",
"body": "Since realm session handlers need to be able to run concurrently\n(especially for publishing), this means that the default broker\nand dealer have to be made safe for concurrent use. To avoid API\nchanges locks are used at the lower levels rather than goroutines.\n\nIn particular a RWMutex is used in the default broker so that\nmultiple sessions may publish concurrently (read-lock over the maps).\nTrue serialization (write-lock over the maps) is only required during\nsubscribe/unsubscribe.",
"is_bot": false,
"headline": "Avoid realm-level serialization when publishing.",
"author_name": "David Joyner",
"author_login": "djoyner",
"committed_at": "2016-05-06T21:27:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a352fcbb1d84f3a7fa83e02d4e0792fb578daffb",
"body": "… to serialize them",
"is_bot": false,
"headline": "Websocket does not allow concurrent WriteMessage calls so add a mutex…",
"author_name": "Michael Goff",
"author_login": null,
"committed_at": "2016-05-06T21:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f4b516cd253b77685813ea61ad1dcd8538aa6c9",
"body": "Fixes for all detectable turnpike concurrency issues",
"is_bot": false,
"headline": "Merge pull request #119 from djoyner/issue-118",
"author_name": "Danilo Moura",
"author_login": "mourad",
"committed_at": "2016-05-06T16:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b211d32807fff7eba943e5aae21f73b8f81c79ab",
"body": null,
"is_bot": false,
"headline": "Add missing close.",
"author_name": "David Joyner",
"author_login": "djoyner",
"committed_at": "2016-05-06T16:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7d2437ec04d6fe678def3db6d7cf620a073d90",
"body": "Avoid data races, concurrent map accesses, and concurrent writes\nto websocket connections.\n\nInstead of sprinkling locks all over the client, realm, broker,\nand dealer implementations this approach uses a goroutine in each\nclient and realm -- processing closures serially to guarantee\nexclusion between other goroutines.\n\nPasses unit tests under Golang 1.6 with the race detector turned on.",
"is_bot": false,
"headline": "Fixes #118.",
"author_name": "David Joyner",
"author_login": "djoyner",
"committed_at": "2016-05-03T14:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f35bcd185b32cf40942aa5e2d52d9f9346c65445",
"body": "add tls config parameter to websocket client",
"is_bot": false,
"headline": "Merge pull request #109 from DevTable/v2-client-certs",
"author_name": "Jameson Little",
"author_login": "beatgammit",
"committed_at": "2016-03-31T15:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d5586772bfbdb22f4e1490ad774b52104987727",
"body": "message.go: Updated link to URI spec",
"is_bot": false,
"headline": "Merge pull request #110 from elimisteve/patch-1",
"author_name": "Jameson Little",
"author_login": "beatgammit",
"committed_at": "2016-03-31T15:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "facb2cb9157cab27390456bf6d2145092d9cdefd",
"body": null,
"is_bot": false,
"headline": "message.go: Updated link to URI spec",
"author_name": "Steven Phillips",
"author_login": "elimisteve",
"committed_at": "2016-01-20T02:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22ae7dd94114df13678415bab6f272539e7064e9",
"body": null,
"is_bot": false,
"headline": "add tls config parameter to websocket client",
"author_name": "Jimmy Zelinskie",
"author_login": "jzelinskie",
"committed_at": "2015-12-10T16:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "679b151e912552d5d74d7301b46e07305ee2daac",
"body": "Fix GoDoc link in README",
"is_bot": false,
"headline": "Merge pull request #106 from JakobGreen/patch-1",
"author_name": "Jameson Little",
"author_login": "beatgammit",
"committed_at": "2015-10-20T21:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9998703d5b27c24d2a712288ab9b8570529fdffb",
"body": null,
"is_bot": false,
"headline": "Fix GoDoc link in README",
"author_name": "Jakob Green",
"author_login": "JakobGreen",
"committed_at": "2015-10-20T15:10:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7792e9fac4db78b251de07ecd4249d6e7880ce0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'remove-session' into v2",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-12T21:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a295dae687f45831fddd24a23046b43906a1deea",
"body": "This reverts commit 79b2f37c68dced638bfec803dfa01f7058a668af.",
"is_bot": false,
"headline": "Revert \"Remove session's registrations when leaving realm\"",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-12T21:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90786f9296423281d6a688205cee0e05f3ad60fa",
"body": "This reverts commit 67bcab9d82abd49d2bd84360bf45cefb375f4cd0.",
"is_bot": false,
"headline": "Revert \"Use Session pointer several places\"",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-12T21:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f7fb994e37066781921a14c57409dd75b285ed",
"body": null,
"is_bot": false,
"headline": "Add DebugOff function to switch to noop logger",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-12T21:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b0bb8210d82b279fd611397ea2916bb7fab8f67",
"body": null,
"is_bot": false,
"headline": "Remove session's registrations when leaving realm",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-12T20:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67bcab9d82abd49d2bd84360bf45cefb375f4cd0",
"body": "* I'm not sure I like doing this, could make things more difficult to debug\n* Ideally, we shouldn't need to modify the session most places\n* In reality we will most likely need to modify it, e.g., the changes\n made in the dealer for keeping track of and removing registrations\n* Added a DebugOff function for disabling logging (can enable logging\n for just one test)",
"is_bot": false,
"headline": "Use Session pointer several places",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-11T20:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b2f37c68dced638bfec803dfa01f7058a668af",
"body": null,
"is_bot": false,
"headline": "Remove session's registrations when leaving realm",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-11T07:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7cf1ae99afed04fa3af0775457bd5eb59d40cc4",
"body": "* ID values would overflow on a 32-bit platform",
"is_bot": false,
"headline": "Change ID type to uint64",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-10-01T16:58:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8614cbc50b52b5f261d5d0c2c7571c3bee1e87ef",
"body": "Fix invalid wamp.ws URL",
"is_bot": false,
"headline": "Merge pull request #101 from sharpner/patch-1",
"author_name": "Joshua C Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-21T12:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8b0d41568b4b7cc8512b863d39e5790cf63521",
"body": "The website is not reachable at the moment",
"is_bot": false,
"headline": "Fix invalid wamp.ws URL",
"author_name": "Nino",
"author_login": "sharpner",
"committed_at": "2015-09-21T09:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f42a515aa4a42727a1fed723e2a42a3faba577d3",
"body": null,
"is_bot": false,
"headline": "Add debug flag to turnpike command",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-19T20:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1d1a77124cbb023998b9513550d1ec995dea7c",
"body": "Updating the Authorizer and Interceptor interfaces",
"is_bot": false,
"headline": "Merge pull request #98 from DaniloMoura1/authz_intercept",
"author_name": "Joshua C Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-12T02:19:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3632a9a388e445068f818cb715804df55ebfc32",
"body": null,
"is_bot": false,
"headline": "Updating the Authorizer and Interceptor interfaces",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-10T06:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de54ebe2d7c39980d7bbbbecc1b9f2bc60728288",
"body": null,
"is_bot": false,
"headline": "Add session meta-api events",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-07T23:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a48821a1a329bb2ba4b3235dfb6acb50881ef96f",
"body": null,
"is_bot": false,
"headline": "Work on documentation",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-07T17:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ec6a8adecb838c8031c03bc85f80de6d88b0ad3",
"body": "* go install gopkg.in/jcelliott/turnpike.v2/turnpike\n* $GOPATH/bin/turnpike",
"is_bot": false,
"headline": "Add basic `turnpike` command",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-07T05:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78bace1fdc4c2bba9f4b918777f812e9ec1228bb",
"body": "* probably will not implement all suggestions, see:\n https://github.com/golang/lint#purpose",
"is_bot": false,
"headline": "Implemented many suggestions from golint",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-06T18:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "368c5e79d0744f73e706bafa621b54330a2bfd59",
"body": null,
"is_bot": false,
"headline": "Removed unused 'clients'",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-04T17:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97da47283d55a53143bb8c362fb98e49d760e65e",
"body": null,
"is_bot": false,
"headline": "Release lock when returning early",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-04T17:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c8fd36fdee559b7ba5bdd6f565d50c7ad052627",
"body": null,
"is_bot": false,
"headline": "Small fix for session.String()",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-04T15:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329555baa3d9e46d84ff1fce960a9af37a01dc90",
"body": "* minor formatting and logging changes",
"is_bot": false,
"headline": "Make error names more idiomatic",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-04T06:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8205059b5076832c6e042856011e55fe576da367",
"body": "* make router/realm distinction more consistent and logical\n* added default noop logger instead of logging to /dev/null\n* Router.GetLocalPeer and WebsocketServer.GetLocalClient take a\n (possibly nil) map of details",
"is_bot": false,
"headline": "Refactor router and realm",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-04T06:21:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8b405c7338fba5f0c0ef96e78b036c36c13fcd",
"body": "https://golang.org/doc/effective_go.html#interfaces\n\n* passing session id as per issue #80\nhttps://github.com/jcelliott/turnpike/issues/80",
"is_bot": false,
"headline": "* renaming interface methods to conform with",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-03T22:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f3eaa13084034e47bfa6cfae80861bbf95b89a",
"body": "Fixing to conform with 'go fmt' and 'go tool vet ./'",
"is_bot": false,
"headline": "Merge pull request #95 from DaniloMoura1/gofmt-govet",
"author_name": "Joshua C Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-03T15:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1781f62adc82a81a3f99d2bf2ba89df1992c01",
"body": null,
"is_bot": false,
"headline": "Fixing to conform with 'go fmt' and 'go tool vet ./'",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-03T14:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad16f1109c2bbdbb7cadeeaf7613cdbecf4c1907",
"body": null,
"is_bot": false,
"headline": "Removing Fatal from the interface",
"author_name": "Danilo Moura",
"author_login": null,
"committed_at": "2015-09-03T13:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c398a4e1799f8b26be2c6e78b0ab9f8793f282c",
"body": "* Fixes #81",
"is_bot": false,
"headline": "Add Dealer Error method to handle invocation errors",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-02T04:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3bbab6e03f96c869d99d2b56a8859ff34d64fa7",
"body": "Merge branch 'authz' of https://github.com/DaniloMoura1/turnpike into DaniloMoura1-authz",
"is_bot": false,
"headline": "Merge pull request #92 from DaniloMoura1/authz",
"author_name": "Joshua Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-02T03:05:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2844f6dd54376813791e77e8da1ee94ed4a6548",
"body": "* Allow logger to be injected\r\n* Don't send error when broker fails to clean up subscription",
"is_bot": false,
"headline": "Merge pull request #91 from DaniloMoura1/logger",
"author_name": "Joshua C Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-02T02:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc77a443a669ae0710061364bbeaa517659a6098",
"body": "Added client done channel to signal disconnect",
"is_bot": false,
"headline": "Merge pull request #90 from DaniloMoura1/client-done",
"author_name": "Joshua C Elliott",
"author_login": "jcelliott",
"committed_at": "2015-09-02T02:26:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 15,
"latest_release_at": "2026-07-19T04:33:43Z",
"latest_release_tag": "v2.2.0",
"releases_from_tags": true,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": 6,
"mean_days_between_releases": 403.4
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/gastrodon/turnpike",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/gastrodon/turnpike",
"is_deprecated": false,
"latest_version": "v1.2.0",
"repository_url": "https://github.com/gastrodon/turnpike",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T04:33:43Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"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": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 16831,
"source_files_sampled": 41,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.0.0-20161024223548-1150b8bd09e5",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-3vm4-22fp-5rfm",
"GHSA-45gg-vh54-h5m9",
"GHSA-45x7-px36-x8w8",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-8c26-wmh5-6g9v",
"GHSA-9m57-25v3-79x9",
"GHSA-cjjc-xp8v-855w",
"GHSA-f5wc-c3c7-36mc"
],
"fixed_version": "3.4.0",
"advisory_count": 55,
"oldest_advisory_days": 1928
},
{
"name": "github.com/gorilla/websocket",
"direct": true,
"version": "v1.0.1-0.20161021193505-0b847f2facc2",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xh2-74w9-5vxm",
"GO-2020-0019"
],
"fixed_version": "1.4.1",
"advisory_count": 2,
"oldest_advisory_days": 1928
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.8.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-2wrh-6pvc-2jm9",
"GHSA-4374-p667-p6c8",
"GHSA-4v7x-pqxf-cx7m",
"GHSA-5cv4-jp36-h3mw",
"GHSA-qppj-fm5r-hxr3",
"GHSA-qxp5-gwg8-xv66",
"GHSA-vvgc-356p-c3xw",
"GO-2023-1988",
"GO-2023-2102",
"GO-2024-2687"
],
"fixed_version": "12.0.2",
"advisory_count": 23,
"oldest_advisory_days": 1088
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.6.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 64
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 2,
"unknown": 1,
"critical": 1
},
"advisory_count": 81,
"affected_count": 4,
"assessed_count": 12,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 2,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1-0.20161021193505-0b847f2facc2"
},
{
"name": "github.com/howeyc/gopass",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20161003130900-f5387c492211"
},
{
"name": "github.com/rthornton128/goncurses",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20160426042736-ef16d4e36502"
},
{
"name": "github.com/satori/go.uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.1-0.20160927100844-b061729afc07"
},
{
"name": "github.com/smartystreets/goconvey",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.3-0.20160928205523-7befa7fd6e2e"
},
{
"name": "github.com/ugorji/go/codec",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.12"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/gorilla/websocket",
"direct": true,
"version": "v1.0.1-0.20161021193505-0b847f2facc2",
"ecosystem": "go"
},
{
"name": "github.com/howeyc/gopass",
"direct": true,
"version": "v0.0.0-20161003130900-f5387c492211",
"ecosystem": "go"
},
{
"name": "github.com/rthornton128/goncurses",
"direct": true,
"version": "v0.0.0-20160426042736-ef16d4e36502",
"ecosystem": "go"
},
{
"name": "github.com/satori/go.uuid",
"direct": true,
"version": "v1.1.1-0.20160927100844-b061729afc07",
"ecosystem": "go"
},
{
"name": "github.com/smartystreets/goconvey",
"direct": true,
"version": "v1.6.3-0.20160928205523-7befa7fd6e2e",
"ecosystem": "go"
},
{
"name": "github.com/ugorji/go/codec",
"direct": true,
"version": "v1.2.12",
"ecosystem": "go"
},
{
"name": "github.com/gopherjs/gopherjs",
"direct": false,
"version": "v0.0.0-20161023184700-6f5a3c4a73ba",
"ecosystem": "go"
},
{
"name": "github.com/jtolds/gls",
"direct": false,
"version": "v4.20.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/smartystreets/assertions",
"direct": false,
"version": "v0.0.0-20160707190355-2063fd1cc7c9",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.0.0-20161024223548-1150b8bd09e5",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.8.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "autobahn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "txaio",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 6,
"indirect_count": 8
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 3,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jcelliott",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/1724070?v=4"
},
{
"type": "User",
"login": "beatgammit",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/427337?v=4"
},
{
"type": "User",
"login": "gastrodon",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/10934565?v=4"
},
{
"type": "User",
"login": "mourad",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/5023541?v=4"
},
{
"type": "User",
"login": "djoyner",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/31771?v=4"
},
{
"type": "User",
"login": "dudochkin-victor",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/905818?v=4"
},
{
"type": "User",
"login": "robert-jackson-spirent",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/57638627?v=4"
},
{
"type": "User",
"login": "hmgle",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1779916?v=4"
},
{
"type": "User",
"login": "deonwise",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/19286632?v=4"
},
{
"type": "User",
"login": "elakito",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1558648?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.571
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 0,
"reason": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"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/16 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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "48 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3979aabf1117baa92f1b670b183435af7cd581e6",
"ran_at": "2026-07-25T21:11:53Z",
"aggregate_score": 2.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T04:34:22Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T04:33:43Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2026-07-17T07:25:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 3,
"created_at": "2026-07-17T17:36:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 4,
"created_at": "2026-07-19T04:27:39Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/gastrodon/turnpike",
"host": "github.com",
"name": "turnpike",
"owner": "gastrodon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"security": 36,
"vitality": 60,
"community": 12,
"governance": 54,
"engineering": 18
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 60,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 64,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v2.2.0",
"releases_from_tags": true,
"days_since_latest_release": 6,
"mean_days_between_releases": 403.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~403.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 403.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 18,
"top_contributor_share": 0.571
},
"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 57% of commits",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"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": null,
"notes": [],
"value": 38,
"inputs": {
"merged_prs": 1,
"open_issues": 3,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/16 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 56,
"inputs": {
"followers": 27,
"owner_type": "User",
"is_verified": null,
"owner_login": "gastrodon",
"public_repos": 43,
"account_age_days": 4183
},
"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": "27 followers of gastrodon",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 27,
"login": "gastrodon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "43 public repos, account ~11 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 43
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/gastrodon/turnpike"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "2 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 2
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "critical",
"name": "Engineering Quality",
"value": 18,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 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": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 1 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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/16 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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "48 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 12 resolved dependencies against OSV; 2 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 12
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 2
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 64,
"inputs": {
"source": "osv",
"advisories": 81,
"affected_packages": 4,
"assessed_packages": 12,
"unassessed_packages": 2,
"affected_by_severity": "critical 1, high 2, unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: github.com/gorilla/websocket v1.0.1-0.20161021193505-0b847f2facc2 (high 7.5)",
"points": 14,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "github.com/gorilla/websocket v1.0.1-0.20161021193505-0b847f2facc2 (high 7.5)"
}
}
],
"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": "1 advisory-carrying package(s) unaddressed past 90 days; oldest published 1928 days ago",
"points": 33.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 1,
"oldest": 1928
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 12,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "40 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.05,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 16831,
"source_files_sampled": 41,
"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/41 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 41,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-25T21:12:09.080453Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/gastrodon/turnpike.svg",
"full_name": "gastrodon/turnpike",
"license_state": "standard",
"license_spdx": "MIT"
}