JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"client-server",
"golang",
"teamserver"
],
"is_fork": false,
"size_kb": 25010,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 424768
},
"pushed_at": "2026-07-20T15:18:06Z",
"created_at": "2023-07-03T15:18:10Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T15:20:30Z",
"description": "Embedded, small and composable Zero-Trust Teamserver made for collaborative Go programs or CLI applications.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "GPL-3.0",
"default_branch": "main",
"license_spdx_raw": "GPL-3.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Reeflective",
"type": "Organization",
"login": "reeflective",
"company": null,
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/99735406?v=4",
"created_at": "2022-02-15T12:53:34Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 1620
},
"license": {
"state": "standard",
"spdx_id": "GPL-3.0",
"raw_spdx": "GPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-20T15:18:28Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-07-18T17:49:38Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-18T16:50:38Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-18T15:58:53Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-05-05T16:35:52Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-02-12T15:40:27Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-02-12T15:35:03Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2023-12-20T13:18:01Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2023-08-18T02:17:57Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2023-08-17T22:00:27Z"
}
],
"recent_commits": [
{
"oid": "28693a6790c4147394775d2528a8921f6bdafad0",
"body": "A 33 MB compiled ./teamserver binary was committed in 721caff. Remove it\nfrom the index and gitignore the example build outputs so releases stop\nshipping it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: untrack compiled teamserver binary",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-20T15:16:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3eddaeb73cd9d7f00482dd04d68b75a6ec0d31be",
"body": "feat: importable gRPC transport, Authorizer interface, and user/cert fixes",
"is_bot": false,
"headline": "Merge pull request #28 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-20T15:07:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be94171a6b968d925c573a9316a08170771a0dbf",
"body": "Promote the gRPC teamserver transport out of example/ into a supported,\nimportable package based on the production Sliver transport, and add a\nrun-mode runner so a single binary cleanly separates client and server.\n\ntransports/grpc/server (team/server.Handler):\n- buffering, panic recovery, audit via\n[…]\nver/database side effects and invoke exactly one callback, so the\nteamserver (and its DB) is only ever constructed in server mode.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(transports): importable gRPC transport + client/server boot runner",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-20T14:29:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad0534994768cbb0025f213bb40b9452551a2eb8",
"body": "The team library authenticates identity; authorization is the application's. Authorizer lets an app plug one authorization policy that can gate any path to a capability (a gRPC interceptor, a detached task, an event handler), closing the gap where authz is bolted onto one transport and bypassed by another.",
"is_bot": false,
"headline": "feat(authz): add transport-agnostic Authorizer interface",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-20T14:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f985f6622eec459954938d81557e17b0cf8c3802",
"body": "The users table printed a zero LastSeen (a user that never authenticated)\nas the raw zero time.Time, i.e. a confusing \"Mon, 01 Jan 0001 ...\" date,\nand a freshly-seen user as a bare \"0s\" that reads like \"never\". Print\n\"never\" for a zero LastSeen and suffix the duration with \" ago\" (\"0s ago\")\nso the two cases are unambiguous.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(users): render zero LastSeen as \"never\" and add \"ago\" suffix",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T21:54:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b798e49362094d8a6aad81fb47cb78b917c06d2",
"body": "…t on CA rotation\n\nTwo teamserver user/cert bugs found while exercising Sliver's multiplayer\npath:\n\nUserCreate inserted a new db.User row on every call (Name has no unique\nindex; Save with a zero PK always inserts), so re-provisioning the same\noperator name accumulated duplicate identities. Since th\n[…]\n is within\nits validity window (serverCertValidFor), regenerating and reloading it\notherwise, so the daemon self-heals on restart.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(users): one identity per name in UserCreate; self-heal server cer…",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T21:32:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "46b3581ee900707a1c1f963feb45153d341ecfe8",
"body": "Fix import config/CA completion (cross-dir search + coloring)",
"is_bot": false,
"headline": "Merge pull request #27 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T17:47:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1756e709f165b9caf4cb049160ad7dff5ac1dd8",
"body": "The persistent wazero compilation cache populated itself with a\ntemp-file-then-rename. On Windows, that rename fails (\"Access is denied\")\nwhen another process holds the destination, and ncruces turns it into a\nfatal connection error — so concurrent cold starts (parallel `go test`\npackages, or a user\n[…]\nrtup stays ~20ms and query speed is unchanged.\n\nThe race build keeps the interpreter (no cache, no lock) from the\nprevious commit.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "db: serialize cold SQLite cache compilation across processes",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T17:44:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28b7e68581c3edc884590cbe66bc161188ba597a",
"body": "CI intermittently failed on the unix (-race) jobs with \"wasm error: out\nof bounds memory access\" deep inside ncruces SQLite query execution\n(never on the windows job, which runs without -race). The optimizing\nwazero compiler emits native code the Go race detector cannot instrument,\nwhich occasionall\n[…]\nlects wazero's pure-Go\ninterpreter, which is race-clean. Startup caching is irrelevant to test\nbinaries, so nothing is lost there.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "db: use the wazero interpreter under -race to stop flaky wasm traps",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T17:29:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3d5b47aa8f6481fe63971e265a5a872e36a03585",
"body": "The `import` completers (client configs and server user-CA) were supposed\nto look through other teamserver apps' directories and highlight config\nfiles, but several things were broken:\n\n- isConfigDir had an inverted condition: with noSelf=true (both import\n commands) it required the dir to equal th\n[…]\ncompletion had no styling at all; it now\n shares the exported GetConfigStyle.\n\nAdd unit tests for isConfigDir and GetConfigStyle.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "commands: fix import config/CA completion (cross-dir search + coloring)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T17:10:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e0bc6a8ccc51972fb9419ac3ec55d133e775fa49",
"body": "v0.3.1: CLI panic fixes, faster startup, command test suite",
"is_bot": false,
"headline": "Merge pull request #26 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720d5fe1c267f32cb078fa6a4f0f5dcb4d7982ee",
"body": "The pure-Go (wazero) SQLite engine recompiled its ~1.5MB WASM module on\nevery process start (~2s measured), which made short-lived invocations\npainful — shell completion of `delete <name>` took 2-3s because it opens\nthe database.\n\nConfigure ncruces' sqlite3.RuntimeConfig with a persistent, on-disk\nw\n[…]\ne\ncache dir is unavailable), auto-selects compiler/interpreter per\nplatform, and only applies to the pure-Go builds (!cgo_sqlite).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "db: cache the compiled SQLite WASM module to fix slow startup",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:41:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9fbfd767e57846109f95bde16fb4b8219cc6603c",
"body": "`teamserver delete <TAB>` failed with \"no working grpc.Teamclient\navailable\": the username completer fetched users via client.Users(),\nwhich needs a live remote teamclient connection that doesn't exist\nduring completion. This is a server-side command, so read users\nstraight from the teamserver database via server.Users(), like the\nsibling listener completers already do.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "commands: complete usernames from the server DB, not a client transport",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:41:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cb58e17ef5c0f13596f14a4b60831a325803c206",
"body": "The recent panics (nil cert manager on `user`, version parse on\n`systemd`) lived in cobra handlers that no test ever executed. Add a\nsuite that drives the real command tree in-process against an isolated,\non-disk teamserver (throwaway temp home, discarded logging so no\nlog-file handle blocks Windows\n[…]\npanics above. Connection-dependent\ncommands (listen/daemon/client users) can be layered on top of a served\nbufconn listener later.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add in-process command sandbox suite",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:28:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "581171bfef43736280752149012ff8d66bd7e7cf",
"body": "Semantic() indexed a fixed 3-element slice while iterating every\n'.'-separated field of info.Main.Version. A pseudo-version such as\n\"v0.3.1-0.20260718181500-abcdef\" splits into 4+ fields, so the loop\nran off the end: \"index out of range [3] with length 3\" (hit via\n`teamserver systemd`, and reachable\n[…]\nase/build metadata, and bounds the loop to major/minor/patch.\nTolerates \"(devel)\", empty, \"+incompatible\", and over-long versions.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "version: make Semantic() robust against pseudo/pre-release versions",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:22:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f2acda0bd1081fa2551a6ef4e4347542f871b038",
"body": "Fixes surfaced by `teamserver user --name ... --log-format console`:\n\n- Panic: UserCreate (and UserDelete/UsersTLSConfig/UsersGetCA/UsersSaveCA)\n only ran initDatabase(), but ts.certs was built solely on the serve\n path, so the `user` CLI command dereferenced a nil *certs.Manager.\n Extract a lazy\n[…]\nts the new identity's details: server\n address (IPv6-safe via net.JoinHostPort), certificate expiry, and\n the saved config path.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "server: fix nil-cert panic in CLI user create; tidy command/db logging",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:20:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28c04f54917dee725a4f2d88abbcda0a3339c21e",
"body": "The project wiki lives in its own repository (team.wiki.git). Following the\nsame layout as reeflective/readline, it is cloned into team.wiki/ in the\nworking tree and git-ignored here so the main repo does not track it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Ignore team.wiki/ working copy of the GitHub wiki",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:07:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "96fbc1a97d0b48a394ba06a4d25acc0a70ebd9c0",
"body": "Flesh out the cobra command help for both the teamserver and teamclient\ncommand trees, and correct two stale references.\n\n- Add root Long overviews to both command roots, a per-command Long and\n Example to every command, and a 'guide' additional help topic on the\n teamserver root covering the full\n[…]\n the carapace-bin install line in\n example/README.md.\n\nNo behavioral changes: flag shorthands, defaults, and ports are unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CLI help text (Long/Example/guide) and fix carapace import path",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T16:02:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2de47e4e0b73149cc65ee0e58ce116d173577ed1",
"body": "Encrypted SQLite, sensitive-path tests, and gormlite fork cleanup",
"is_bot": false,
"headline": "Merge pull request #25 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d052c3e7f7bc704bd70527e5a9cd10b92dc8e10a",
"body": "WithNoLogs(true) does not stop initLogging from opening the log file\n(noLogs is only consulted by AuditLogger). Inject a discard slog handler\nvia WithLogger instead: initLogging then returns early and opens no log\nfile, so the Windows t.TempDir() cleanup no longer trips over a\nstill-open handle. The database stays on disk (encryption is still\nexercised) and its file is deletable while open.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: actually prevent log-file open in server encryption test (Windows)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:51:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5310f9e5fce35ba7c9cfa62fc8660da192a7fc6",
"body": "The server-level encryption test opened a real teamserver, whose log\nfile stayed open for the server's lifetime. On Windows, t.TempDir()\ncleanup then failed to remove the still-open log file (\"the process\ncannot access the file because it is being used by another process\").\n\nUse WithNoLogs(true) to \n[…]\n rest) while opening no log file. The db-layer encryption\ntest is unaffected: ncruces' VFS opens files allowing delete-while-open.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: fix Windows TempDir cleanup in server encryption test",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:45:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "872973c6d2251d0ed19b057d924b135c042cdfbb",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: note all listed enhancements have now landed",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:38:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "401643db603e37b9406a7387f657dafff2011449",
"body": "Add transparent encryption-at-rest for the default file-based SQLite\ndatabase via server.WithDatabaseKey(key). The key is fed to the pure-Go\nadiantum VFS (ncruces/go-sqlite3) as a textkey, so it works on the\ndefault and wasm_sqlite builds with no CGO and no external tooling.\n\nDesign (opt-in): leavin\n[…]\nWithDatabaseKey option: on-disk file has no SQLite header and no\n cleartext data; wrong key is rejected; correct key round-trips.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "db: add opt-in encrypted SQLite at rest; drop vendored gormlite fork",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:36:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2ad08ec08dffd721a8c51e6320b617408f39cf13",
"body": "Cover the previously-untested security-critical internal packages:\n\n- internal/certs: PKI generate/save/get/remove round-trips (ECC & RSA),\n user client/server certificate lifecycle, ErrCertDoesNotExist and\n invalid-key-type guards, actual CA chain verification, and\n RootOnlyVerifyCertificate acc\n[…]\nM built an error but never returned it (go vet:\n\"result of fmt.Errorf call not used\"). Now returned, with a regression\nguard test.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add tests for sensitive paths: certs (PKI), db DSN, user lifecycle",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T15:11:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1c0ad54d2c8a2f89c444ad946caaf5b723389806",
"body": "The core is now slog-only behind the public team/log package (logrus kept\nonly in one example transport). The sensitive-paths test item is partially\nprogressed: the log package and version/transport paths are unit-tested;\ncertificate/database coverage remains.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "README: mark logrus->slog enhancement done, note test-coverage progress",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:58:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4ab831c37d0f6683a6f6e1e10386a7261ef92305",
"body": "slog logging, transport API simplification, and CI refresh",
"is_bot": false,
"headline": "Merge pull request #24 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "721cafffc626aa9fb47a9036c9037b73331dd719",
"body": "TestSelfClientVersionFlow under `go test -race` exposed a pre-existing data\nrace in the logrus gRPC example: grpc_logrus.ReplaceGrpcLogger() writes\ngRPC's process-global logger (grpclog.SetLoggerV2) from every listener/\ndialer Init, which races with running gRPC server goroutines that read it\n(the c\n[…]\nC's own internal logs is dropped.\n\nVerified with `go test -race -tags go_sqlite ./...` (incl. 30x stress of the\nself-client flow).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix data race in gRPC example: drop global grpclog mutation",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:48:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5db5e2ffe0e5027a5f606d92bacf4d2f62f8abe6",
"body": "The workflows dated from 2023 and pinned stale action/Go versions.\n\n- go.yml: checkout@v6, setup-go@v6 driven by go-version-file (go.mod, so it\n tracks the module's Go version instead of a hardcoded 1.21), codecov@v6\n with token. Keep the team-specific sqlite build-tag matrix (default/\n go_sqlite\n[…]\n.yml: replace the stale (readline-copied, fully commented) config\n with a team-appropriate one in the actions/labeler v5+ format.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Modernize GitHub Actions workflows",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:36:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "88ccc67bd236c53bec406ea1a8ef62ad28b7abfd",
"body": "Let the teamserver/teamclient console (stdout) stream render as the default\naligned+colored console, logfmt text, or structured JSON — all backed by\nthis package or the stdlib, no new dependencies. The file logger always\nstays plain text.\n\n- log.Format type (FormatConsole/Text/JSON) with Formats(), \n[…]\nand.LogFormatCompleter.\n- Tests for Format validity, SetLogFormat across the three formats, invalid\n no-op, and NewFormatHandler.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add selectable console log format (console/text/json)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:27:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aaace2a1ec53a138bcf95b4e8569ac88a5ae9787",
"body": "Migrate all core logging (internal, client, server) from logrus to the\nstdlib log/slog. logrus is fully removed from the core and kept only in\none example, to demonstrate a self-owned logging backend.\n\nLogging:\n- New public package github.com/reeflective/team/log holding the reusable\n console loggi\n[…]\n parallel auth-only identity refactor (User/Permissions,\nUserAuthenticate -> Authenticate) that was developed alongside this work.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace logrus with slog; add a public, restyleable log package",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:16:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f3c0425a0e1ab383bb9882825e7f16483a7bbab",
"body": "Restructure the README outside-in: open with the concrete problem and\npayoff, add an architecture diagram, promote the code examples up front,\nand turn the principles into scannable capability bullets. Move the CLI\nhelp dumps into a fold and tighten the Background/Hashicorp sections.\n\nMake the teams\n[…]\nommand\n(cracker teamserver ...) as the primary pattern, with the standalone\nteamserver-only binary framed as the demo/admin shape.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rewrite README to lead with problem, payoff, and embedding model",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T14:13:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d388c7beb53811bc572b4690f09eb2e6e10f5077",
"body": "Narrow and clarify the client/server transport contract. Backward\ncompatibility is intentionally not preserved.\n\n- team.Client: drop VersionClient() from the interface; it is always\n local. (*client.Client).VersionClient() now computes locally instead of\n delegating to the backend, which previousl\n[…]\ns describing removed \"hooks\"/\"clientConn generic\" on Dialer,\n WithDialer and WithHandler. Update examples and README accordingly.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Simplify pluggable-transport API and fix VersionClient recursion",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2026-07-18T12:45:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "737a57948b70ae70232498a33ac914c2774aa248",
"body": "Small rename",
"is_bot": false,
"headline": "Merge pull request #23 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-07-10T05:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad76e557496eff18fecbbd923ac94065d91aa473",
"body": null,
"is_bot": false,
"headline": "Small rename",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-07-10T05:23:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dcc2c5dec39b56f5430e9978d5514527739624f",
"body": "Refactor filesystem abstractions with spf13/afero filesystem.\nFormat imports.\nUpdate dependencies.",
"is_bot": false,
"headline": "Merge pull request #22 from reeflective/filesystem",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T16:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22447c73233bdc1afd5ae0752b9d373c640264ee",
"body": null,
"is_bot": false,
"headline": "Update README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T16:28:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084cc1e769f6fe13cbef6db28da0f1961ae1f3a8",
"body": null,
"is_bot": false,
"headline": "Update carapace dependency",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T15:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "822646962aeaa33e4dc6fe589c0f993cf75740c4",
"body": null,
"is_bot": false,
"headline": "Update go.mod",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T15:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "584e59500fb752f6e9a8cba8cf216310fcb4a524",
"body": null,
"is_bot": false,
"headline": "Format import",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T13:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f66476c188b6af9e7271c40ff7485b33375789f",
"body": null,
"is_bot": false,
"headline": "Format imports",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T13:22:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "752ad8959d24fca06d1d6da4c4ef4985b8b336cf",
"body": null,
"is_bot": false,
"headline": "Adapt remaining code to use new filesystem utils",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T13:13:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4625ebd02068178213b90cf8b59251902f693d93",
"body": null,
"is_bot": false,
"headline": "Change code to use afero filesystem abstractions",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T12:30:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc70182e9ca3ff8e44a336108859b7f33aef7720",
"body": null,
"is_bot": false,
"headline": "Update README and some dependencies",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-05-05T09:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe94968a2cf773a13c4d650bb4e7204ad55d720c",
"body": "dev",
"is_bot": false,
"headline": "Merge pull request #20 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ce3386cfa4b07deca55fb43cd9b1247df966a4",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:38:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ae500857de7a7066cab2ca15ea913bd512f17b6",
"body": null,
"is_bot": false,
"headline": "Fix examples",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b51d6c39f44356036179d291a96a4bfe054509",
"body": "* Fixes to DB\r\n\r\n* Add WithTeamDirectory() option to client/servers\r\n\r\n* Fix version printing and add method to team.Client interface.\r\n\r\n* Move transports to example directory\r\n\r\n* Print daemon listening status\r\n\r\n* Fix log level not printed in status\r\n\r\n* Add some stuff to README\r\n\r\n* Add more to \n[…]\nver configs directory usage\r\n\r\n* Fixes to security alerts\r\n\r\n* Update dependencies\r\n\r\n* Remove useless imports in cgo build\r\n\r\n* Format\r\n\r\n* Fix and clean the user permissions system\r\n\r\n* Update cobra",
"is_bot": false,
"headline": "dev (#19)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:32:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1bd92064e459d8057df3621ff234e1f92cf4aedb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "849ae283f24eee7de2772923a7203bc22f06c6c9",
"body": null,
"is_bot": false,
"headline": "Update cobra",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T15:31:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c9c9194b6c9501f28b40bf1988ac3db89ba1c9",
"body": null,
"is_bot": false,
"headline": "Fix and clean the user permissions system",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2025-02-12T01:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb9b216416ab3ef0bda807c92c45cf0e832bbd12",
"body": null,
"is_bot": false,
"headline": "Restructure README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T13:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5841cdb3b96af15969916a5bd59f3838cfec6972",
"body": "* Fixes to DB\r\n\r\n* Add WithTeamDirectory() option to client/servers\r\n\r\n* Fix version printing and add method to team.Client interface.\r\n\r\n* Move transports to example directory\r\n\r\n* Print daemon listening status\r\n\r\n* Fix log level not printed in status\r\n\r\n* Add some stuff to README\r\n\r\n* Add more to \n[…]\nd update survey version\r\n\r\n* Fix imports AGAIN\r\n\r\n* Fix wrong server configs directory usage\r\n\r\n* Fixes to security alerts\r\n\r\n* Update dependencies\r\n\r\n* Remove useless imports in cgo build\r\n\r\n* Format",
"is_bot": false,
"headline": "SQL Imports / deps / format (#17)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T13:16:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f786018747fea9a7cd72363701a6b33637709ba",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T13:10:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2791a9b0f1dcbb86de0795338164194bbf4b1d0",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T13:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb9d1e2e49569b7e05bfd7173226b74e12eff858",
"body": null,
"is_bot": false,
"headline": "Remove useless imports in cgo build",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T13:01:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d570b3dd7ce0e156083eb2ba25b5739e34cdd61",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-12-20T12:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f5f17c6cc2e8d598621e94cc4f4055993657386",
"body": null,
"is_bot": false,
"headline": "Imports formatting",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-19T15:10:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcf657626efe7042531452fb9573c2b90158b96a",
"body": null,
"is_bot": false,
"headline": "Fix unsafe use of pre-runners",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-18T02:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf5364bf118acd8bceb0e0ee25934d8b9416db76",
"body": "* Fixes to DB\r\n\r\n* Add WithTeamDirectory() option to client/servers\r\n\r\n* Fix version printing and add method to team.Client interface.\r\n\r\n* Move transports to example directory\r\n\r\n* Print daemon listening status\r\n\r\n* Fix log level not printed in status\r\n\r\n* Add some stuff to README\r\n\r\n* Add more to \n[…]\ns\r\n\r\n* Fix windows action\r\n\r\n* Finish server examples code\r\n\r\n* Fix imports and update survey version\r\n\r\n* Fix imports AGAIN\r\n\r\n* Fix wrong server configs directory usage\r\n\r\n* Fixes to security alerts",
"is_bot": false,
"headline": "Final fixes before release (#16)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T21:59:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "83753bc8e373fd4516dfbe0a00f49c231c8b2ed5",
"body": null,
"is_bot": false,
"headline": "Fixes to security alerts",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T21:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8e831357c5e7b4e75096d03f70c5e45c50524fa",
"body": null,
"is_bot": false,
"headline": "Fix wrong server configs directory usage",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T21:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf208c25a76c59f8968398898fef699bca11574f",
"body": "* Fixes to DB\r\n\r\n* Add WithTeamDirectory() option to client/servers\r\n\r\n* Fix version printing and add method to team.Client interface.\r\n\r\n* Move transports to example directory\r\n\r\n* Print daemon listening status\r\n\r\n* Fix log level not printed in status\r\n\r\n* Add some stuff to README\r\n\r\n* Add more to \n[…]\nals\r\n\r\n* Fix imports\r\n\r\n* Fix client imports\r\n\r\n* Fix and restructure imports\r\n\r\n* Fix windows action\r\n\r\n* Finish server examples code\r\n\r\n* Fix imports and update survey version\r\n\r\n* Fix imports AGAIN",
"is_bot": false,
"headline": "Finish examples (#15)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T20:48:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfaf8ef27a831b2234987e63149af86fc4f855be",
"body": null,
"is_bot": false,
"headline": "Fix imports AGAIN",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T20:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ba100963a50d670e07a442747c3d37fbd58ba8c",
"body": null,
"is_bot": false,
"headline": "Fix imports and update survey version",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T20:37:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e11fb0e86fcb2753d472d86e91f04835cfa477a1",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T20:33:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754c8ea819e24d57b5cefd0ea968edb41c6ddae7",
"body": null,
"is_bot": false,
"headline": "Finish server examples code",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T20:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208a5ef93d0428b4185863449db673baf9041981",
"body": "* Fixes to DB\r\n\r\n* Add WithTeamDirectory() option to client/servers\r\n\r\n* Fix version printing and add method to team.Client interface.\r\n\r\n* Move transports to example directory\r\n\r\n* Print daemon listening status\r\n\r\n* Fix log level not printed in status\r\n\r\n* Add some stuff to README\r\n\r\n* Add more to \n[…]\nmments\r\n\r\n* Cleanup and comments tidying\r\n\r\n* Fix actions\r\n\r\n* Remove logging of cleartext credentials\r\n\r\n* Fix imports\r\n\r\n* Fix client imports\r\n\r\n* Fix and restructure imports\r\n\r\n* Fix windows action",
"is_bot": false,
"headline": "dev (#14)",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T18:47:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5b58ee8aca6d9b9f09dd591d420194ce1c789f5",
"body": null,
"is_bot": false,
"headline": "Fix windows action",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T18:01:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de56f43fff3fbd8e0fc569bf31bea74a8f0c6aab",
"body": null,
"is_bot": false,
"headline": "Fix and restructure imports",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aac56ae45a41c43d7af74e0cf1dfc9f59f9221b",
"body": null,
"is_bot": false,
"headline": "Fix client imports",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be74c028b12b9ef4665e75e11bdbaf125471663f",
"body": null,
"is_bot": false,
"headline": "Fix imports",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14dde504b3655eaf7727128927176a853f665bb7",
"body": null,
"is_bot": false,
"headline": "Remove logging of cleartext credentials",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1840d40300ea86b9308b90b0a42ba53ccfafe16e",
"body": null,
"is_bot": false,
"headline": "Fix actions",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fd7c8bef484ad7df7238ce6abccdbcaef22e84f",
"body": null,
"is_bot": false,
"headline": "Cleanup and comments tidying",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6554d471b160d57bdf993e2131f049472cf2d4",
"body": null,
"is_bot": false,
"headline": "Tidy comments",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeb64936f1ab8f4b00e5af4c8525421c3c8d55a0",
"body": null,
"is_bot": false,
"headline": "Tidy comments",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77d921bcc2b43c235930346fe0cbf77c8d246ea",
"body": null,
"is_bot": false,
"headline": "Try to fix actions CodeQL",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22bce3642d7074c21f817f33887ca27815af2776",
"body": null,
"is_bot": false,
"headline": "Fix cgo build",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T17:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8435ef0567e2f89972c966f679cc091746ef0479",
"body": null,
"is_bot": false,
"headline": "Use go1.21 in actions",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:58:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deac49559c0ff9917a1f91becd9beeeaaff666db",
"body": null,
"is_bot": false,
"headline": "Update ncruces/sqlite dependencies",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0a84a292a8ee09adf6f0265e3d5341d0508fb3d",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4dd5f1e113d7c56e5845189b72eb0d58e7ec93",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0e5775f12b1eaa7b58220160df25efe1f8474a",
"body": null,
"is_bot": false,
"headline": "Add README to example",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81f898e664899edc8767bb3c9ea07f1f570bd93d",
"body": null,
"is_bot": false,
"headline": "Differences with Hashicorp plugins",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T16:03:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e403916dc3fb51f3211001a08ae2029941378710",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T15:47:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48fc6a452c8827a153d9fcc94c0c9d0d06a60f6f",
"body": null,
"is_bot": false,
"headline": "README Examples",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T14:28:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee2f75b0670c78455bd89e5125124e5f4625e6e8",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T14:16:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68800158afdc617af954e482bb90be7f7e575b87",
"body": null,
"is_bot": false,
"headline": "Add code examples to readme",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T13:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c67f6acef1570c16fb989c6a58ec92995d8b857e",
"body": null,
"is_bot": false,
"headline": "README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T11:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c15e1556bfe30a5e81f4a16a709db37e74b9bf0",
"body": null,
"is_bot": false,
"headline": "Add more to README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T10:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af72d73b1448e2030a79f8bfbe31bdeebfb4ce0",
"body": null,
"is_bot": false,
"headline": "Add some stuff to README",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T09:50:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8c7c9c9b5717775bfe0f24e5a893916b91367ca",
"body": null,
"is_bot": false,
"headline": "Fix log level not printed in status",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T07:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea0e4a18dfbb339053233dc796700836db49b1c",
"body": null,
"is_bot": false,
"headline": "Print daemon listening status",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T06:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54017bc822f7b00b94b99f16e4bc2d5d812905db",
"body": null,
"is_bot": false,
"headline": "Move transports to example directory",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T06:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a31b3ece35b6273959efe7f246a42dcd1a65198",
"body": null,
"is_bot": false,
"headline": "Fix version printing and add method to team.Client interface.",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T05:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e332665d96a5b0217764e4c64cb0fd767eb294",
"body": null,
"is_bot": false,
"headline": "Add WithTeamDirectory() option to client/servers",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-17T03:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f815d1bfe8578302f7c8a5351abc8776682b734",
"body": null,
"is_bot": false,
"headline": "Fixes to DB",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-08-16T12:08:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d91952bc187f6578db2b2dc5b57d316b6dbb198",
"body": "dev",
"is_bot": false,
"headline": "Merge pull request #13 from reeflective/dev",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-07-30T01:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aae65445b759afcf041c8968a284f66dbd145fdf",
"body": null,
"is_bot": false,
"headline": "Fix examples",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-07-30T01:35:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f77a0a6d1fb09e5d5d04ad2ae3312403b79a349d",
"body": null,
"is_bot": false,
"headline": "Fixes to self-serve, log init and core code",
"author_name": "maxlandon",
"author_login": "maxlandon",
"committed_at": "2023-07-30T01:29:26Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 32,
"latest_release_at": "2026-07-20T15:18:28Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 1,
"days_since_latest_release": 4,
"mean_days_between_releases": 118.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/reeflective/team",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/reeflective/team",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/reeflective/team",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T15:16:39Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 2,
"stars": 13,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2023-12-25",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"example/transports/grpc/proto/client.proto",
"example/transports/grpc/proto/service.proto",
"example/transports/grpcslog/proto/client.proto",
"example/transports/grpcslog/proto/service.proto",
"transports/grpc/proto/transport.proto"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15920,
"source_files_sampled": 91,
"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": "google.golang.org/grpc",
"direct": true,
"version": "v1.56.1",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GHSA-m425-mq94-257g",
"GHSA-p77j-4mvh-x3m3",
"GO-2023-2153",
"GO-2026-4762"
],
"fixed_version": "1.82.1",
"advisory_count": 5,
"oldest_advisory_days": 1003
},
{
"name": "github.com/jackc/pgx/v5",
"direct": false,
"version": "v5.5.5",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-9jj7-4m8r-rfcm",
"GHSA-j88v-2chj-qfwx",
"GHSA-xgrm-4fwx-7qm8",
"GO-2026-4771",
"GO-2026-4772",
"GO-2026-5004"
],
"fixed_version": "5.9.2",
"advisory_count": 6,
"oldest_advisory_days": 108
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.37.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 10,
"advisory_ids": [
"GHSA-45gg-vh54-h5m9",
"GHSA-5cgq-3rg8-m6cv",
"GHSA-78mq-xcr3-xm33",
"GHSA-89gr-r52h-f8rx",
"GHSA-9m57-25v3-79x9",
"GHSA-f5wc-c3c7-36mc",
"GHSA-f6x5-jh6r-wrfv",
"GHSA-j5w8-q4qc-rx2x",
"GHSA-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2"
],
"fixed_version": "0.52.0",
"advisory_count": 32,
"oldest_advisory_days": 253
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.31.0",
"severity": "high",
"ecosystem": "go",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-8r3f-844c-mc37",
"GO-2024-2611"
],
"fixed_version": "1.33.0",
"advisory_count": 2,
"oldest_advisory_days": 871
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.39.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-4440",
"GO-2026-4441",
"GO-2026-4918",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030"
],
"fixed_version": "1.26.3",
"advisory_count": 11,
"oldest_advisory_days": 169
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.32.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.24.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 10
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1,
"unknown": 2,
"critical": 3,
"moderate": 1
},
"advisory_count": 58,
"affected_count": 7,
"assessed_count": 48,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 2
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/AlecAivazis/survey/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.3.7"
},
{
"name": "github.com/carapace-sh/carapace",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "github.com/gofrs/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.4.0+incompatible"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-middleware",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.4.0"
},
{
"name": "github.com/jedib0t/go-pretty/v6",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v6.4.6"
},
{
"name": "github.com/ncruces/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
},
{
"name": "github.com/ncruces/go-sqlite3/gormlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
},
{
"name": "github.com/sirupsen/logrus",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.3"
},
{
"name": "github.com/spf13/afero",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.1"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.6"
},
{
"name": "github.com/tetratelabs/wazero",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.2"
},
{
"name": "google.golang.org/grpc",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.56.1"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.31.0"
},
{
"name": "gorm.io/driver/mysql",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.7"
},
{
"name": "gorm.io/driver/postgres",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.9"
},
{
"name": "gorm.io/driver/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.5"
},
{
"name": "gorm.io/gorm",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.25.12"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/alecaivazis/survey/v2",
"direct": true,
"version": "v2.3.7",
"ecosystem": "go"
},
{
"name": "github.com/carapace-sh/carapace",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "github.com/gofrs/uuid",
"direct": true,
"version": "v4.4.0+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-middleware",
"direct": true,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/jedib0t/go-pretty/v6",
"direct": true,
"version": "v6.4.6",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-sqlite3",
"direct": true,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/go-sqlite3/gormlite",
"direct": true,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": true,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": true,
"version": "v1.14.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.9.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.6",
"ecosystem": "go"
},
{
"name": "github.com/tetratelabs/wazero",
"direct": true,
"version": "v1.8.2",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": true,
"version": "v1.56.1",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": true,
"version": "v1.31.0",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/mysql",
"direct": true,
"version": "v1.5.7",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/postgres",
"direct": true,
"version": "v1.5.9",
"ecosystem": "go"
},
{
"name": "gorm.io/driver/sqlite",
"direct": true,
"version": "v1.5.5",
"ecosystem": "go"
},
{
"name": "gorm.io/gorm",
"direct": true,
"version": "v1.25.12",
"ecosystem": "go"
},
{
"name": "github.com/carapace-sh/carapace-shlex",
"direct": false,
"version": "v1.0.1",
"ecosystem": "go"
},
{
"name": "github.com/go-sql-driver/mysql",
"direct": false,
"version": "v1.7.0",
"ecosystem": "go"
},
{
"name": "github.com/golang/protobuf",
"direct": false,
"version": "v1.5.3",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.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-20221227161230-091c0ba34f0a",
"ecosystem": "go"
},
{
"name": "github.com/jackc/pgx/v5",
"direct": false,
"version": "v5.5.5",
"ecosystem": "go"
},
{
"name": "github.com/jackc/puddle/v2",
"direct": false,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/inflection",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/jinzhu/now",
"direct": false,
"version": "v1.1.5",
"ecosystem": "go"
},
{
"name": "github.com/kballard/go-shellquote",
"direct": false,
"version": "v0.0.0-20180428030007-95032a82bc51",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.8",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.17",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.13",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-sqlite3",
"direct": false,
"version": "v1.14.17",
"ecosystem": "go"
},
{
"name": "github.com/mgutz/ansi",
"direct": false,
"version": "v0.0.0-20170206155736-9520e82c474b",
"ecosystem": "go"
},
{
"name": "github.com/ncruces/julianday",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/rogpeppe/go-internal",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.8.2",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.39.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.13.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.32.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.24.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto",
"direct": false,
"version": "v0.0.0-20230410155749-daa745c078e1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "lukechampine.com/adiantum",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 48,
"direct_count": 18,
"indirect_count": 30
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 25,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "maxlandon",
"commits": 264,
"avatar_url": "https://avatars.githubusercontent.com/u/25826036?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codacy.yml",
"codeql.yml",
"dependency-review.yml",
"go.yml",
"label.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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 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/6 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 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": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "36 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "28693a6790c4147394775d2528a8921f6bdafad0",
"ran_at": "2026-07-25T01:08:16Z",
"aggregate_score": 4.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T15:18:42Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T15:07:37Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/reeflective/team",
"host": "github.com",
"name": "team",
"owner": "reeflective"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 43,
"vitality": 73,
"community": 33,
"governance": 59,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 73,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 32,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "32 commits in the last year",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 32
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 118.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~118.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 118.6
}
}
],
"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": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"forks": 2,
"stars": 13,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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 (GPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "GPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 59,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 25,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/25 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 12,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "reeflective",
"public_repos": 8,
"account_age_days": 1620
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "12 followers of reeflective",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "reeflective"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~4 yr old",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/reeflective/team"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 74,
"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": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"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": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cli",
"client-server",
"golang",
"teamserver"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 43,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 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/6 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 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": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"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": "36 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 48 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": 48
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 48,
"inputs": {
"source": "osv",
"advisories": 58,
"affected_packages": 7,
"assessed_packages": 48,
"unassessed_packages": 0,
"affected_by_severity": "critical 3, high 1, moderate 1, 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.56.1 (critical 9.1), google.golang.org/protobuf v1.31.0 (high 7.5)",
"points": 8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "google.golang.org/grpc v1.56.1 (critical 9.1), google.golang.org/protobuf v1.31.0 (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": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 1003 days ago",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 1003
}
}
],
"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": 48,
"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": "moderate",
"name": "AI Readiness",
"value": 64,
"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": null,
"notes": [],
"value": 78,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.26,
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "26 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 26,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"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": 15920,
"source_files_sampled": 91,
"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/91 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 91,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": [
"example/transports/grpc/proto/client.proto",
"example/transports/grpc/proto/service.proto",
"example/transports/grpcslog/proto/client.proto",
"example/transports/grpcslog/proto/service.proto",
"transports/grpc/proto/transport.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "example/transports/grpc/proto/client.proto, example/transports/grpc/proto/service.proto, example/transports/grpcslog/proto/client.proto, example/transports/grpcslog/proto/service.proto, transports/grpc/proto/transport.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example/transports/grpc/proto/client.proto, example/transports/grpc/proto/service.proto, example/transports/grpcslog/proto/client.proto, example/transports/grpcslog/proto/service.proto, transports/grpc/proto/transport.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": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T01:08:33.829466Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/reeflective/team.svg",
"full_name": "reeflective/team",
"license_state": "standard",
"license_spdx": "GPL-3.0"
}