Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 273,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 267470,
"Dockerfile": 1505
},
"pushed_at": "2026-07-25T04:32:29Z",
"created_at": "2026-07-01T22:34:26Z",
"owner_type": "User",
"updated_at": "2026-07-22T00:07:04Z",
"description": "Implementation of the CCB server in Golang",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Brian P Bockelman",
"type": "User",
"login": "bbockelm",
"company": "Morgridge Institute for Research",
"location": null,
"followers": 58,
"avatar_url": "https://avatars.githubusercontent.com/u/1093447?v=4",
"created_at": "2011-09-30T18:45:27Z",
"is_verified": null,
"public_repos": 243,
"account_age_days": 5413
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-19T00:18:50Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-07-12T00:36:08Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-10T13:49:59Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-09T01:59:24Z"
}
],
"recent_commits": [
{
"oid": "58710c8edd1bad5f15c32ab7d4ea3d4737656d85",
"body": "deps: bump cedar v0.6.1 + golang-htcondor v0.8.1",
"is_bot": false,
"headline": "Merge pull request #9 from bbockelm/bump-cedar-v0.6.1-htcondor-v0.8.1",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-22T00:06:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "120faf78ae633a7407e322ad885feae661123069",
"body": "Picks up the cedar private-ad fix (SECRET_MARKER read/write + modern\nRemoteVersion) and golang-htcondor SplitConfigList. cedar required directly at\nv0.6.1 (htcondor v0.8.1 pins cedar v0.6.0 internally). All tests pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: bump cedar to v0.6.1 and golang-htcondor to v0.8.1",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-20T01:28:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a299e715d207af64a249d47367e76c3ee4eecd81",
"body": "ccb: bind the public -listen port alongside the inherited command socket",
"is_bot": false,
"headline": "Merge pull request #6 from bbockelm/ccb-public-port-under-master",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T19:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ebc29d8b35d0f18c97af92cec9884ed2397d22",
"body": "Move onto the released module versions for the v0.4.0 CCB release and\ndrop the local golang-htcondor replace directive. cedar v0.5.5 brings\nthe per-command security enforcement the preceding commit adapts to.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "deps: bump to htcondor v0.7.0, cedar v0.5.5, classad v0.8.0",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T18:42:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ce0ad379f3816e5b8a3e398b07344fdd48ffbc5",
"body": "The CCB relays opaque bytes between two real peers, so its control\nsessions carry no session key and run entirely in the clear. The server\nconfig set Encryption=NEVER but left Integrity at the DAEMON-level\ndefault (REQUIRED). cedar's session crypto is AES-GCM, which couples\nintegrity to encryption -\n[…]\nhing the plaintext\nreality. End-to-end CEDAR security between the real peers (which run\ntheir own auth/encryption over the relay) is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: run plaintext CCB sessions without requiring integrity",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T18:41:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8cd46a443e4083dd588606ef01df043a3c8ea482",
"body": "…actions-5411b142ce\n\nci(deps): bump the github-actions group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #8 from bbockelm/dependabot/github_actions/github-…",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T17:26:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a79bbac6a7d7c3551054ccba4365e6c37d2251c3",
"body": "Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangc\n[…]\n\n dependency-version: 9.3.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: github-actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps): bump the github-actions group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-18T17:18:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13b407f7acebeb9ea166723323e6b3a473693583",
"body": "ci: enable Dependabot for GitHub Actions + pin actions to SHAs",
"is_bot": false,
"headline": "Merge pull request #7 from bbockelm/enable-dependabot-gha",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T17:17:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bfc33b2d9ad26dedb424e1c0d8a0c79f55c5205",
"body": "Add .github/dependabot.yml (github-actions ecosystem, weekly, grouped) AND pin\nevery action in .github/workflows to an immutable commit SHA with a `# vX.Y.Z`\ncomment. SHA pins are what let Dependabot bump on every action release (not just\nmajors) and keep the version comment in sync -- the supply-chain-hardened style.",
"is_bot": false,
"headline": "ci: enable Dependabot for GitHub Actions + pin actions to SHAs",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T17:11:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ce69cb91587370f06dfbe294ec7ac6a7faac306",
"body": "Under condor_master the CCB inherits its pool-managed command socket (a\nshared-port Unix socket with no routable address of its own, or a pre-created\ncommand socket via #119). External EPs/clients, though, must dial a directly\nreachable public address -- the \"<public>#<id>\" in CCB contacts. Previous\n[…]\nhe unreleased\nServeListeners/AdoptedInheritedListener API. Reconcile at release: tag\ngolang-htcondor, bump this go.mod to it, drop the replace.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: bind the public -listen port alongside the inherited command socket",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-18T00:44:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4173b75d30e86ac31d153b4bfd72928f8d786741",
"body": "ccb: recursive inbound tunnel server + pin cedar v0.5.0",
"is_bot": false,
"headline": "Merge pull request #5 from bbockelm/ccb-recursive-tunnel",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-12T00:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19dcbf4219a9bf063e618bedf5b19e502076b60",
"body": "Pin cedar to v0.5.0 (dropping the local replace directive) to pick up its\nrecursive inbound tunnel API -- InboundMeta on the registrant Handler, the\nroute/audit attributes, and OutboundOptions.TTL -- and implement the\nbroker/server half.\n\n- Recursive inbound relay: when a forwarded reverse-connect a\n[…]\nedar v0.5.0's\n new func(net.Conn, InboundMeta) signature.\n\nTested: go build / vet / test ./... against the released cedar v0.5.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: recursive inbound tunnel server + pin cedar v0.5.0",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-12T00:10:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "266e89878fde8b08966933718b5c98aaa7598ded",
"body": "test: drop SEC_DEFAULT_CRYPTO_METHODS=AES workaround (fixed in cedar v0.4.0)",
"is_bot": false,
"headline": "Merge pull request #4 from bbockelm/ccb-itest-drop-aes-knob",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:58:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a34bf3e26619ae01961551d79cfaa2053dbd8609",
"body": "The CCB-under-condor_master integration test forced the whole pool to\nAES-GCM to work around a golang-cedar bug: cedar mishandled the\nnon-negotiated master<->child \"family\" session cipher, so unless AES was\nforced pool-wide that session used a cipher cedar could not process. Pinning\nthe crypto metho\n[…]\nthout it (a vanilla\njob's shadow reaches the CCB-routed startd through the Go CCB) against a real\ncondor_master with cedar v0.4.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: drop the SEC_DEFAULT_CRYPTO_METHODS=AES workaround (cedar v0.4.0)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:53:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32fac7786b306e1eb01c142c47e342e240f1158c",
"body": "Non-TCP CCB carriers: filesystem (NFS) + WebSocket tunnels",
"is_bot": false,
"headline": "Merge pull request #3 from bbockelm/ccb-fs-transport",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "347675343d427ae718d7a7060704c82459d24c8f",
"body": "Resolve go.mod: keep the carrier deps (yamux, coder/websocket) alongside\nmain's cedar v0.4.0 bump. bandwidth_test.go's errors.Is fix is identical on\nboth sides (auto-merged).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge main into ccb-fs-transport (cedar v0.4.0)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:40:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf7e33d83ae121eb18ce7662bbd7af73a9c816a2",
"body": "CCB tunneling server: outbound proxy, upstream registration, nested inbound",
"is_bot": false,
"headline": "Merge pull request #2 from bbockelm/ccb-tunneling",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:35:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f75d0fd5a9a831582309863197625255808f0b",
"body": "The bandwidth relay test compared e == io.EOF; golangci-lint's errorlint\n(now able to run since the branch builds against cedar v0.4.0) flags it.\nSwitch to errors.Is. No behavior change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "lint: use errors.Is(io.EOF) in bandwidth_test (errorlint)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:32:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c2ccd0960420858d28be7da932d6caa2fc231f08",
"body": "Bump github.com/bbockelm/cedar v0.3.0 -> v0.4.0 and drop the local\ndevelopment replace, now that the carrier hook (BrokerDialer) and\nVerifyIDToken are released. The transport stack (fstun, yamux mux,\nWebSocket carrier) builds against the released module in CI.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: require cedar v0.4.0 (carrier BrokerDialer + VerifyIDToken)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:30:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "01ac4b9152fb6afa6c36a43d80f9ed75ca4f3dd2",
"body": "Bump github.com/bbockelm/cedar v0.3.0 -> v0.4.0, now that the tunneling wire\nprotocol, concurrency fixes, and BrokerDialer/VerifyIDToken are tagged. Drops\nthe local development replace; the branch now builds against the released\nmodule in CI.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: require cedar v0.4.0 (CCB tunneling API released)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:29:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ed4145ad9f96b3ffb84e2466a4ccf50807ea992",
"body": "Fixes the issues golangci-lint (the cedar-style Lint job) flags, so the\ngolang-ccb PRs go green once they build against a tagged cedar:\n\n- fstun/frame.go: drop unused frameOverhead const and (*frame).encodedLen.\n- fstun/params.go: drop unused synParams.merge + minU16/32/64 (params are\n per-directio\n[…]\no threshold.\n\nNo behavior change. `golangci-lint run ./...` is clean; transport suites and\nthe carrier e2e tests pass under -race.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "lint: clear golangci-lint findings across the carrier work",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:25:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e49b14dbecce19c1af9e9678264c7343bad0cda8",
"body": "Make the filesystem carrier behave correctly and efficiently on a real\nnetwork filesystem, while skipping the overhead on a local one.\n\n- FS-mode detection: on Linux, statfs the root and match f_type against\n known network magics (NFS, Lustre, CephFS, SMB/CIFS, GFS2, OCFS2, GPFS,\n AFS, FUSE); othe\n[…]\nng close-to-open + Nagle + ROLL) with identical data; network-mode\nestablish. Design notes updated (docs/TRANSPORTS.md §4.7-4.10).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fstun: NFS-aware writes/reads (fsync batching, close-to-open, backoff)",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T13:06:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "82f8785257e277c5b8368af36d55d946ff19fbc0",
"body": "Completes the WebSocket carrier's authentication and daemon configuration.\n\n- BearerTokenVerifier(sec): a Config.CarrierTokenVerify that accepts EITHER an\n HTCondor IDTOKEN (verified against the pool signing key via the new cedar\n security.VerifyIDToken) OR a SciToken (security.VerifySciToken), di\n[…]\ncedar security.VerifyIDToken export; the go.mod bump to the\ntagged cedar remains deferred (built locally against the pending API).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: IDTOKEN carrier verifier + daemon WebSocket-carrier wiring",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T12:14:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "83f378075b78828e9b2d9feaeccb8ee8d14198ad",
"body": "Second non-TCP carrier for the inside<->outside CCB link, so a node that\nforbids arbitrary outbound TCP but permits HTTPS can tunnel over a single\nlong-lived WebSocket (yamux multiplexes everything over it, so plain HTTP/1.1\nUpgrade suffices; HTTP/2 is a future refinement, not required).\n\ntransport/\n[…]\ncs/TRANSPORTS.md §3).\n\ngo.mod bump to the tagged cedar remains deferred (built locally against the\npending cedar CCB dialer hook).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add WebSocket carrier: token-authenticated wss:// tunnel for CCB",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T04:16:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "00c0005aa160a6d43e30dd2273ccba9c1b682843",
"body": "Adds the infrequent acceptor sweep that reaps the two cases normal GC\n(engage + idle-reap, initiator cleanup on failed dial) does not cover:\n- an orphaned inbox marker (client died after dropping the marker but before\n its work subtree became visible, so it is never engaged); and\n- a stale work sub\n[…]\ncient).\n\nTests: sweep reaps an orphan marker + a stale subtree; spares fresh ones.\nDesign notes updated (docs/TRANSPORTS.md §4.6).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fstun: age-sweep for acceptor-crash residue",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T03:42:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5b5dda6c0c0949098c504cfe8f1a77b83edfc778",
"body": "Make acceptor discovery O(new arrivals) instead of O(all tunnels), and stop\nlisting the work directory in steady state entirely.\n\n- Hashed work tree: a tunnel now lives at <root>/<ab>/<cdef...>/ (conn-id split\n at 2 hex chars), fanning out over up to 256 directories so no single\n directory accumul\n[…]\nr test (a marker with\nno work subtree is retried, not engaged or dropped). Design notes updated\n(docs/TRANSPORTS.md §4.1, §4.1.1).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fstun: inbox-directory discovery + hashed work tree",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T03:37:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "02c3760892513687585d6dc9bec8643a4fdcf369",
"body": "Two improvements to the filesystem carrier for NFS-across-hosts use.\n\nDoorbell (avoid listing the directory on a tight loop):\n- The initiator rings a single <root>/.doorbell by bumping its mtime with an\n atomic Chtimes (SETATTR) and fsyncing the root directory. NOT an append:\n O_APPEND on NFS is T\n[…]\n Design\nnotes updated (docs/TRANSPORTS.md §4.1.1, §4.6) including the append-TOCTOU\nrationale and the answer to the doorbell race.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fstun: doorbell arrival signal + tunnel garbage collection",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T03:23:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1f699653917224dda9320d8104404c1ab65abbdb",
"body": "Implements pluggable carriers for the inside<->outside CCB link, so a node\nthat forbids outbound TCP (or throttles live socket counts) can still\ntunnel. The outside CCB still faces the pool over TCP; only the\ninside<->outside link changes. End-to-end CEDAR is preserved -- carriers\nmove opaque bytes \n[…]\nar BrokerDialer hook; go.mod bump to the tagged cedar is\ndeferred until cedar is released (built locally against the pending API).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add non-TCP carriers: filesystem tunnel + yamux, wired into CCB",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T03:07:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8d21a336648f03bf7441d9f0c6e8eede1ccae5fa",
"body": "…ed inbound\n\nImplements the CCB (broker) side of tunneling, letting a restricted node\nroute all outbound and inbound traffic through an inside/outside CCB pair.\nReuses the existing spliceConns relay; brokers relay opaque bytes and never\nhold the end-to-end CEDAR keys.\n\nServer (server.go, outbound.go\n[…]\n.\n\ngo.mod bump to the tagged cedar is deferred until cedar is released; built\nlocally against the pending cedar CCB tunneling API.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CCB tunneling server: outbound proxy, upstream registration, nest…",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-10T02:35:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "40caab365229992e3c700a75457f804c32253c22",
"body": "server: embeddable CCB server on a host daemon's command socket",
"is_bot": false,
"headline": "Merge pull request #1 from bbockelm/ccb-embeddable-server",
"author_name": "Brian P Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-09T01:58:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7c157272055093057bdd02d3837f7fe4506ea7",
"body": "Pin the released cedar tag (redact-by-default serialization + the CCB\nIncludePrivate opt-in in cedar/ccb) and classad v0.4.0. Drops the local\ndevelopment replaces.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: cedar v0.3.0, classad v0.4.0",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-08T23:14:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d136fe2a9054f4ce524815008261b421c084bc6b",
"body": "Factor CCB handler registration and background maintenance out of New/Serve into\nexported RegisterOn(*cedarserver.Server) and StartBackground(ctx) methods, so a\nhost daemon can run an *embedded* CCB the way the C++ condor_collector does with\nENABLE_CCB_SERVER: the collector creates a ccbserver.Serve\n[…]\nof the host's security policy.\n\nNew and Serve now call RegisterOn/StartBackground themselves, so standalone\nbehavior is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "server: make the CCB server embeddable on a host daemon's command socket",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-06T13:19:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "755f11828c67d562cfee0037e33f36a617ac1394",
"body": "CI (.github/workflows/ci.yml), modeled on golang-htcondor:\n - test: installs HTCondor so the CCB-under-condor_master integration test\n runs (it skips without the daemons), then runs the suite under -race with\n coverage.\n - lint: golangci-lint.\n - build: go build ./... plus the golang-ccb bi\n[…]\nsqlite) on a distroless nonroot base (~14MB). golang-ccb needs no\nHTCondor binaries at run time. .dockerignore keeps the build context minimal.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CI workflow, Dockerfile, and golangci-lint config",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T23:34:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "06678c3bb434e19d2e8543db37a25e281da05b93",
"body": "Explicitly discard the errors from fire-and-forget test goroutines (go\nsrv.Serve/lis.Run) and a deferred SetReadDeadline, so the suite passes errcheck\nunder the new lint config. No behavior change.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "tests: check errors flagged by golangci-lint errcheck",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T23:33:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58dede04198c46cf6a928fcd3b5a8a8bccdc833e",
"body": "golang-htcondor v0.2.1 carries the authz/daemon authorization changes (Policy.\nAuthorize + per-command levels) that the CCB server wires into cedar. Replace\nthe temporary local replace with the release. golang-ccb now builds purely from\ntagged dependencies (cedar v0.1.2, classad v0.1.0, golang-htcondor v0.2.1) with\nno replace directives.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: pin tagged golang-htcondor v0.2.1, drop last local replace",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T23:15:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "38912f3cec42dac57eddba8a6263e3257fdde08b",
"body": "…HTCondor\n\nThe integration test pins SEC_DEFAULT_CRYPTO_METHODS=AES because released\nHTCondor secures its non-negotiated/family sessions with an antiquated cipher\n(BLOWFISH, or 3DES in FIPS) that cedar does not implement. Clarify in the\nconfig comment that this knob becomes unnecessary once the HTCondor\n\"prefer AES for non-negotiated/family sessions\" change ships.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: note the AES crypto knob is an interop workaround for released …",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T23:04:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c97722a928bc74cc5bdc8e7861701dd8102bd90",
"body": "Drop the temporary local replace to the unreleased cedar now that v0.1.2 is\ntagged (it carries the server ValidCommands change), and pick up classad v0.1.0\nfor its ClassAd compatibility fixes. The golang-htcondor local replace stays\nuntil a golang-htcondor release carrying the authz/daemon changes is tagged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "go.mod: adopt tagged cedar v0.1.2 and classad v0.1.0",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T16:30:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "988315f2b2477b5d5b1e409fdf84bec9d6761ca6",
"body": "…tAuthPolicy\n\nLet cedar's command server own ValidCommands: register CCB_REGISTER with its\nlevels (DAEMON or any ADVERTISE_*) and CCB_REQUEST with READ, then hand the\nauthorization policy to the server via srv.Authorizer = authz.Policy.Authorize.\nThe server computes the session's ValidCommands from \n[…]\nCommandPerms(command) — the same levels\nused to advertise ValidCommands — so per-command enforcement and the advertised\nset cannot drift apart.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "server: register commands with authorization levels; drop bespoke Pos…",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T15:43:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "98e6237cbc12e9d9967d84e57a4f2522a3ff52f8",
"body": "…aling\n\nTestGoCCBUnderCondorMaster runs the Go CCB as a real condor_master daemon\nserving C++ HTCondor daemons: a public submit side (schedd/shadow) reaches a\nCCB-routed startd through the Go broker, and a real vanilla job runs to\ncompletion, proving seamless interop with the C++ daemons over a full\n[…]\ntMultiBrokerListener and TestHappyEyeballsAcrossBrokers cover a listener\nregistering with multiple brokers and a client dialing across brokers.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add integration tests: Go CCB under condor_master and multi-broker di…",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T13:53:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3b32410f4118c013ea1166f5eeba69da74d04196",
"body": "- Persist reconnect records in the *same* SQLite file as the session cache,\n encrypted at rest under the same key (OpenSharedReconnectStore, using the new\n cedar sqlite SharedStore); drop the separate plaintext CCB_RECONNECT_FILE.\n- Supply the authorization policy to the security layer via PostAut\n[…]\nal-name, and route cedar's slog\n output to the daemon log.\n\nTemporary go.mod replaces point at local cedar/golang-htcondor pending their\ntags.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: encrypted shared reconnect store; run as a condor_master CCB daemon",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-02T13:01:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8a796610dda14fc3a09924a5a4bb93aa8f66b9fa",
"body": "Switch from the local filesystem replace directive to the released\ngolang-htcondor v0.2.0, which provides the updated Daemon object. This lets\ngolang-ccb build against tagged dependencies for a first CCB release.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Depend on tagged golang-htcondor v0.2.0; drop local replace",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-07-01T22:39:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9309f6016cd940c8dfcb4ed910f30cdbc220b8ab",
"body": "If the session store cannot be opened or restored (missing signing keys,\nunwritable path, undecryptable cache), log and continue without\npersistence rather than failing to start. Sessions simply do not survive\na restart in that case.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: treat session-cache persistence as advisory at startup",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T21:23:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b3ae1e9acdfdbc174ce828c584715361384d0cad",
"body": "…on SIGHUP\n\nBump cedar to v0.1.1 and rework startup so file ownership matches the\nprivilege model:\n\n- daemon.New now drops privileges to condor first; open the session\n store (and let it create its SQLite file) after New so the database is\n condor-owned, then EnableSessionPersistence to restore + \n[…]\nredentialCache;\n wire its Reload to the daemon's SIGHUP reconfigure so rotated signing\n keys / renewed certs are picked up without a restart.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: open session store after the privilege drop; reload credentials …",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T18:38:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f68303277eb54470e02aacdc47a2f1125d188b18",
"body": "The encrypted session-cache persistence is now a reusable capability in\ngolang-htcondor (sessioncache + sessioncache/sqlite + daemon framework),\nso drop the CCB-local copies: delete crypto_envelope.go, sessionstore.go\nand sessioncache.go, remove SessionStore from the CCB server, and build\nthe sqlite\n[…]\nd pass it via daemon.Options.SessionStore\n(the daemon now restores on New and snapshots in Serve). The CCB-specific\nreconnect store stays here.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: move session-cache persistence to the daemon framework",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:35:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3cf3ed0d34be1a0c1757753824320a9670a3a12e",
"body": "Optionally persist the server-side CEDAR security session cache so\nclients resume sessions across a broker restart instead of all\nre-authenticating at once. Off by default; enabled via\nCCB_SESSION_CACHE_FILE.\n\nAt-rest protection uses envelope encryption: a random data-encryption\nkey (DEK) encrypts e\n[…]\n: restore on New (before serving), snapshot loop in Serve,\n final snapshot on shutdown; main.go wires CCB_SESSION_CACHE_FILE +\n signing keys.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: persist the CEDAR session cache, encrypted at rest",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:35:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c4f3da5ed58e4ccfbb06617aa726c79127cd42a2",
"body": "Add a Go-to-Go test that fronts the broker with a real byte-forwarding\nshared-port server: the CCB advertises a shared-port contact\n(<sp-addr>?sock=ccb#id), and ccb.Dial routes the request through the\nshared-port server to the broker and completes a reverse-connect echo.\nExercises the requester's shared-port broker path end to end.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: end-to-end test for CCB behind shared port",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:34:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bfedcfc3f04115022cbeb510c410995978b98bb8",
"body": "When running behind shared port with no -public override, derive the\nadvertised CCB contact from the daemon's shared-port command sinful\n(daemon.AdvertisedSinful) rather than failing to start. Closes the\nprior TODO.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: advertise a shared-port contact instead of erroring",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:34:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe6c1ddebe3f2929fe92e9997fb8abf07639073b",
"body": "Add a pluggable ReconnectStore so a registered target keeps its CCBID\n(and therefore its advertised sinful) across connection drops and broker\nrestarts, mirroring the C++ CCB_RECONNECT_FILE behavior:\n\n- ReconnectRecord {ccbid, cookie, peer_ip, name, updated_at} and a\n ReconnectStore interface (Load\n[…]\nability/flush-on-close,\nnextID seeding, sweeping, and an end-to-end reconnect that reclaims the\nsame CCBID after a server-side connection drop.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: persist registration/reconnect state across restarts",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:34:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "da9279f495ac62012a474a33edc0f8e55e810fce",
"body": "Wire the golang-htcondor authz policy into the CCB server so an\nauthenticated peer must also be authorized for the command it issues,\nmatching the collector's embedded CCB:\n\n- CCB_REGISTER requires DAEMON (or any ADVERTISE_* level),\n- CCB_REQUEST requires READ.\n\nThe policy is built from the HTCondor\n[…]\nhanged.\nRegister denials close the connection; request denials send a typed\nfailure reply. Adds integration tests for the allow and deny paths.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ccb: enforce HTCondor per-command authorization",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:33:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ee11301a5af02f46df955b2b1eaa4408d5fe3a8a",
"body": "Exercise the real top-level client entry point (htcondor.DialSinful) through\nthe broker in streaming/proxy mode: a private requester (its own return address\nis CCB-routed, streaming required) reaches a private CEDAR-server target whose\nreverse-connected sockets are served by a full DC_AUTHENTICATE +\n[…]\nog that it\nestablished a proxy splice.\n\nComplements the lower-level ccb.Dial streaming test in cedar by covering the\nhtcondor client stack (DialSinful -> ConnectAndAuthenticateWithConfig -> ccb.Dial).",
"is_bot": false,
"headline": "Add DialSinful streaming (proxy) client test",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:33:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80823e45eaee2de5b402f885cea118caeccf6cd5",
"body": "Use GetServerSecurityConfig so the broker authenticates clients with the\npool's SEC_* policy and server-side credentials (token signing keys, SSL\nserver cert), instead of a hardcoded method list.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "cmd: load server security from HTCondor config",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:33:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b1f18f82e84abb385d2525e7bc0e2f15e07748b4",
"body": "A standalone Condor Connection Broker (CCB) server built on golang-cedar and\ngolang-htcondor:\n\n- Wire-compatible CCB protocol (CCB_REGISTER / CCB_REQUEST / CCB_REVERSE_CONNECT\n / ALIVE) for registration, connection requests, and reverse connects.\n- Streaming/proxy mode for private-to-private connec\n[…]\nNote: go.mod carries local replaces for golang-cedar and golang-htcondor during\ndevelopment; these need release tags before the repo is pushed.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Initial commit: HTCondor CCB server in Go",
"author_name": "Brian Bockelman",
"author_login": "bbockelm",
"committed_at": "2026-06-28T12:33:17Z",
"body_truncated": true,
"is_coding_agent": true
}
],
"releases_count": 4,
"commits_last_year": 52,
"latest_release_at": "2026-07-19T00:18:50Z",
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 5,
"days_since_latest_release": 7,
"mean_days_between_releases": 3.3
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/bbockelm/golang-ccb",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/bbockelm/golang-ccb",
"is_deprecated": false,
"latest_version": "v0.4.0",
"repository_url": "https://github.com/bbockelm/golang-ccb",
"versions_count": 5,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T19:06:11Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"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": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 24927,
"source_files_sampled": 43,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/PelicanPlatform/classad",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "github.com/bbockelm/cedar",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.1"
},
{
"name": "github.com/coder/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.15"
},
{
"name": "github.com/hashicorp/yamux",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.2"
},
{
"name": "github.com/bbockelm/golang-htcondor",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 9,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "bbockelm",
"commits": 51,
"avatar_url": "https://avatars.githubusercontent.com/u/1093447?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 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/8 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "58710c8edd1bad5f15c32ab7d4ea3d4737656d85",
"ran_at": "2026-07-26T21:08:57Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T04:32:32Z",
"oldest_open_prs": [
{
"number": 10,
"created_at": "2026-07-25T04:32:30Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T00:07:00Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/bbockelm/golang-ccb",
"host": "github.com",
"name": "golang-ccb",
"owner": "bbockelm"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 40,
"vitality": 73,
"community": 12,
"governance": 57,
"engineering": 80
},
"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": 55,
"inputs": {
"commits_last_year": 52,
"human_commit_share": 0.981,
"days_since_last_push": 1,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "52 commits in the last year",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 52
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.4.0",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 3.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~3.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 3.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 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": true,
"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": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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": 57,
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 9,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "9/9 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 9,
"decided": 9
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/8 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": 60,
"inputs": {
"followers": 58,
"owner_type": "User",
"is_verified": null,
"owner_login": "bbockelm",
"public_repos": 243,
"account_age_days": 5413
},
"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": "58 followers of bbockelm",
"points": 12.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 58,
"login": "bbockelm"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "243 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 243
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/bbockelm/golang-ccb"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "5 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 5
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 40,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"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": "9 out of 9 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/8 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"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": "51 of 51 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 51
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 89,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.769,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.019
},
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "40 of the last 52 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 40,
"sampled": 52
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 52 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 52
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"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": 24927,
"source_files_sampled": 43,
"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/43 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 43,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T21:09:10.669960Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/bbockelm/golang-ccb.svg",
"full_name": "bbockelm/golang-ccb",
"license_state": "absent",
"license_spdx": null
}