Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 3827,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 251369,
"Just": 4186,
"Rust": 10999,
"Shell": 5117
},
"pushed_at": "2026-07-10T21:34:52Z",
"created_at": "2026-02-20T09:08:44Z",
"owner_type": "User",
"updated_at": "2026-07-01T15:57:34Z",
"description": "High-performance Go-based HTTP request utility (The Ghola)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Robot Accomplice",
"type": "User",
"login": "robot-accomplice",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/80694560?v=4",
"created_at": "2021-03-15T13:38:59Z",
"is_verified": null,
"public_repos": 14,
"account_age_days": 1954
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-01T16:02:50Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-01T08:07:38Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-25T17:46:37Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-12T09:53:32Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-30T12:24:27Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-02-24T17:03:07Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-02-20T20:01:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-20T10:47:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-20T09:54:49Z"
}
],
"recent_commits": [
{
"oid": "4f33b3cf3941b0593d433e2c23840b63d79e648e",
"body": null,
"is_bot": false,
"headline": "Merge develop into main for v0.6.1 (streaming OOM fix)",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T15:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9bac0bbbced4788bb6d7e4f08d7cc420b57492e",
"body": "fix: stream downloads via net/http (fixes v0.6.0 large-file OOM)",
"is_bot": false,
"headline": "Merge pull request #22 from robot-accomplice/fix/streaming-oom-nethttp",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T15:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc57bb1356cd4badb7e91b22f6870a9452ede404",
"body": "…e OOM)\n\nRoot cause: fasthttp's client-side StreamResponseBody does NOT stream\nresponses with a known Content-Length — Response.ReadBody reads the whole\nbody into memory and then wraps it in a bytes.Reader, so BodyWriteTo copied\nfrom RAM. Every real download (server sends Content-Length) buffered th\n[…]\n -n 8, and -n 8 via a 302 redirect; checksums correct. New\nTestSimpleTransport_StreamBoundedMemory asserts the bound (RED before,\nGREEN after).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(transport): stream downloads via net/http (fixes v0.6.0 large-fil…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T15:51:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60d6429e9280bb6246269edd822a9cf40d7e7f6c",
"body": null,
"is_bot": false,
"headline": "Merge lint hotfix (remove unused test helpers) into main",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:18:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f593308f887e9b75b5c1dec09e1c49620fef602b",
"body": null,
"is_bot": false,
"headline": "Merge lint hotfix (remove unused test helpers) into develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c3322f86e8ca3995465c5b0dfde9a8cc71ebb2",
"body": "golangci-lint's unused check (a CI gate not run in the earlier local\nverification) failed on dead test scaffolding: redirectBlobServer\n(internal/client/download_extra_test.go) and the testStreamErr type +\nError method (cmd/ghola/main_extra_test.go). Neither had any caller.\nRemoved. Verified locally against the real gates: gofmt clean,\ngolangci-lint 0 issues, full suite green, coverage gates pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): remove unused test helpers flagged by golangci-lint",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:18:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a6ebaea97627b7e8b26e8eca733a701ca9f2449f",
"body": null,
"is_bot": false,
"headline": "Merge CI hotfix (gofmt + output coverage) into main",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d7133ba9ffd619e749ce267ce55ceba3d611810",
"body": null,
"is_bot": false,
"headline": "Merge CI hotfix (gofmt + output coverage) into develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f8a5eada6449aae1b697c28a8955b53d07cdfd4",
"body": "The v0.6.0 merge landed with two CI-gate failures not caught by local\nbuild/vet/test: (1) gofmt formatting on 4 files, (2) internal/output\nregressed 87%->85% because the --compressed BodyGunzip branch in\nProcessResponse was untested. Apply gofmt -w and add\nTestProcessResponse_CompressedGzip. gofmt clean; all coverage gates pass.\nFormatting-only + test-only — no runtime behavior change; v0.6.0 binary\nis unaffected.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): gofmt + cover --compressed gunzip branch to satisfy CI gates",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:09:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74169ac154d7af74a465082697d392f63667642f",
"body": null,
"is_bot": false,
"headline": "Merge develop into main for v0.6.0 (streaming downloads + curl flags)",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "297674fda872daeec91fd7872398f447ce4c2e76",
"body": "feat: streaming downloads + curl-compatible flags (fixes -n OOM)",
"is_bot": false,
"headline": "Merge pull request #21 from robot-accomplice/feat/streaming-downloads",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T08:04:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856b50166910c6b31a9b9cd81b7b19b8b8f79d5d",
"body": "… drop dead const\n\nCombining --compressed with --continue-at or --range causes silent output\ncorruption: the server applies the byte Range to the compressed stream while\nghola decodes it, producing a misaligned file with no error. Gate both\ncombinations off at flag-parse time with a clear diagnostic. Also removes the\nunreferenced DefaultCopyBufferSize constant introduced in Task 2.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(config): reject --compressed with -C/--range (silent corruption);…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:47:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dbabeb88a9b620f822ae1f5bc485c60d444f9585",
"body": "The fasthttp handler in TestDownloadSegmented_SegmentError runs concurrently\nfor each parallel segment request; the reqCount++ increment was non-atomic.\nUse atomic.AddInt64. Test-only race — production downloadSegmented is\nunaffected (disjoint offset writes). Caught by the final -race sweep.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(client): fix data race in segment-error test handler counter",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:41:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "444144b8dd8022bf2becbce2d5af882c672d818c",
"body": "Fix 1: pin TestStreamLocation_RealHTTP status to http.StatusFound (302) —\nfasthttp returns the redirect response directly, not the final /dest 206.\nFix 2: make TestDownload_JDispositionRename content check unconditional —\nread via opts.Output.File (not a hard-coded name) and t.Fatalf on read failure.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(client): pin streamLocation status and J-rename content assertions",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:39:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d3631c079cf1d7467599de905d6d5e24ec92e903",
"body": "internal/client: 73.9% → 85.2% (baseline 79.9%, gate ≥80%)\ncmd/ghola: 53.4% → 83.0% (baseline 66.1%, gate ≥66.1%)\n\nNew tests in download_extra_test.go cover:\n- resolveTargetViaGet / streamLocation via HEAD→302 redirect path\n- DefaultStreamer happy path and bad-TLS-options error path\n- probe HE\n[…]\nor\n- streaming file-output path with known body\n- streaming error with -s (silent)\n- --har HAR file creation\n- -f/--fail non-2xx → SendFailed\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: restore client + cmd/ghola coverage after streaming-downloads work",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:34:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a966c5f9f4678f321507a1676308a89fd6c2df3c",
"body": "Extend fs.Usage with a two-line note explaining that ghola's -c (--chain),\n-G (--ghost), and -b (--backoff) differ from the identically-lettered curl\nflags, and that resume uses -C/--continue-at.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: note curl flag-letter divergences in --help",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:33:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "425513a56a1c7e6c9a5ec3cc6e6d2d4c5cfcea19",
"body": "…encode; test form @file\n\n- cmd/ghola/main.go: strip existing Content-Type headers before appending\n the multipart boundary header in the -F branch (slices.DeleteFunc,\n case-insensitive). Eliminates the fragile fasthttp last-write-wins\n dependency.\n- internal/config/config.go: extend ParseFlags v\n[…]\n_test.go: add TestBuildFormBody_FileAttachment\n (@file attachment round-trip) and TestBuildFormBody_MalformedEntry\n (no '=' returns error).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cli): replace Content-Type for --form; validate --form/--data-url…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:25:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f228c243dd139df3f7a84abb5086d3641ed9ca1b",
"body": null,
"is_bot": false,
"headline": "feat: -F/--form, --data-binary, --data-urlencode request bodies",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:21:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b635a2733bde9126fa60b55e0e1666f4123ee0",
"body": "…ough\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(client): close writer side on gzip error; test compressed passthr…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:18:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab91274ab71ada15e93dd8ccfd1b688550bdb5a3",
"body": null,
"is_bot": false,
"headline": "feat: --compressed (gzip) request and decode on stream + buffered paths",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:14:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7832ab4865eff14f4cb44e831d358c7ada39998f",
"body": "… errors\n\nAdded TestBuildTLSConfig_CertRequiresKey to verify error when ClientCert\nis set without ClientKey. Added TestBuildTLSConfig_BadCACert to verify\nerror when CACert file contains invalid PEM data.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(transport): cover buildTLSConfig cert-without-key and bad-cacert…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:11:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe06cf323f6748ac7beb20ab99f54dd3b551b6e8",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: -k/--insecure and --cacert/--cert/--key TLS options",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:09:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e34dad8351ce64e363101a9577231d6566481a38",
"body": "…low 32KB/s)\n\nWhen --limit-rate was set below 32 KB/s, rateLimitedWriter.Write called\nwait(n) with n up to rateLimitChunk (32768). Since wait caps allowance at\nbytesPerSec, the condition allowance >= n was never satisfiable and the\nprocess hung permanently.\n\nFix: compute maxChunk = min(rateLimitChun\n[…]\nedWriter_LowRateDoesNotHang (hangs without fix)\nand a doc comment on progressWriter warning it is not safe for concurrent\ndirect Write calls.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(client): cap rate-limit write chunk to bucket size (avoid hang be…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:06:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "762731e36de9d8e1c51d47e45fd1273baa9f1433",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: --limit-rate rate limiting and download progress meter",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T07:01:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f24ce7760041224832738e60ba6b62d501f04960",
"body": "…lename\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(client): lock absolute-path traversal invariant in dispositionFi…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T06:55:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bb28c7c76e736744762fcc211303cb0e2d25081c",
"body": null,
"is_bot": false,
"headline": "feat: -O/-J remote filename and -R remote-time for downloads",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T06:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8214e8d4a83df4ed4bd68747b8a0f91e140f55",
"body": null,
"is_bot": false,
"headline": "feat(client): resume (-C) and explicit --range for streaming downloads",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-07-01T06:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66d4ec04f0e3c9255c044a0b526d92fafd246f43",
"body": "…rror\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(client): early-abort segmented download on error; surface probe e…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:42:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "68033a27b8775d2f0f9d724a7180f6192a1eb34f",
"body": null,
"is_bot": false,
"headline": "feat(client): segmented parallel range download for -n>1 (fixes -n OOM)",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:39:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ba2e2d5fc6f2f3dbefc198557fe453277b5010f",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(client): cover splitRanges ceiling early-break; clarify doc",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:35:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a54fed98dce9a8c29091b9b0d4e4100173abd8f",
"body": null,
"is_bot": false,
"headline": "feat(client): add byte-range splitting for segmented downloads",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:33:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f43c22f8d459fc5dd10cc4ecbee64ee8d921b14b",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(client): simplify redirect resolution after Task 2 review",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:31:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0c3540aea945b1480773157b9bb42d7d07174c37",
"body": "…t -n 1)",
"is_bot": false,
"headline": "feat(client): stream file-destined GET downloads to disk (fixes OOM a…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c6fc2c6d82b13568c41f93e43984a2363702945",
"body": null,
"is_bot": false,
"headline": "feat(transport): add streaming Stream method and Streamer seam",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:21:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf73ca2d2e0c39cc6e5e11f0e6bc25105e46dba7",
"body": "…rt handling\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fold progress meter into Task 7; fix gzip sniff + tls-client ce…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:17:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ab31a019ce1946269a93ee9194435af8661a63b",
"body": "11 TDD tasks: streaming transport seam, single-stream + segmented\nrange downloads, resume (-C), --range, -O/-J/-R, --limit-rate, TLS\nflags, --compressed, and the -F/--data-* body flags.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: implementation plan for streaming downloads + curl flags",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T15:06:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a87cf1ecf86a612e10c7111615a74e38f9cd123",
"body": "Fixes the headline OOM (full-body buffering in memory) by adding an\nadditive streaming download path, segmented Range-based -n downloads,\nresume (-C), and the missing curl flags. Buffered pipeline untouched.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: design spec for streaming downloads + curl-compatible flags",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-30T14:57:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "15708377b50485cbfe0cb0830a1a26d20460dd4c",
"body": "Promote develop → main (Dependabot dep updates)",
"is_bot": false,
"headline": "Merge pull request #18 from robot-accomplice/develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-26T11:01:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9fb9da9a10fd02183b14d36f4a28b515159496",
"body": "…evelop/cargo-dependencies-eedb9c7499\n\nchore(deps): bump the cargo-dependencies group in /scope with 4 updates",
"is_bot": false,
"headline": "Merge pull request #16 from robot-accomplice/dependabot/cargo/scope/d…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-26T10:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d90ef2ba1474547ae273676a46d2a54d17617da5",
"body": "…velop/go-dependencies-30678c039e\n\nchore(deps): bump the go-dependencies group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #15 from robot-accomplice/dependabot/go_modules/de…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-26T10:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f630a0dc0ec1d354fa7de489393dec06097d496",
"body": "fasthttp v1.71.0 deprecates Header.VisitAll (SA1019) in favor of All(),\nwhich returns an iter.Seq2 range-over-func. Migrate the 5 call sites in\ntransport, bridge, cookies, and output/har so the go-dependencies bump\npasses golangci-lint. Behavior is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: migrate fasthttp Header.VisitAll to All (iterator)",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-26T10:49:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf3582facca6e4c7fdb393b3dce4ea26d89ee3cb",
"body": "…s/develop/actions-640176b5ab\n\nchore(deps): bump actions/checkout from 6 to 7 in the actions group",
"is_bot": false,
"headline": "Merge pull request #14 from robot-accomplice/dependabot/github_action…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-26T10:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "018464dd0274e0d0eb71bbe0250955650960116c",
"body": "Bumps the cargo-dependencies group in /scope with 4 updates: [clap](https://github.com/clap-rs/clap), [reqwest](https://github.com/seanmonstar/reqwest), [serde_json](https://github.com/serde-rs/json) and [tokio](https://github.com/tokio-rs/tokio).\n\n\nUpdates `clap` from 4.5.60 to 4.6.1\n- [Release not\n[…]\npendency-version: 1.50.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: cargo-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the cargo-dependencies group in /scope with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T17:22:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41f14de6c4daabd51fb9075192e69aea89bddb3f",
"body": "Bumps the go-dependencies group with 4 updates: [github.com/bogdanfinn/tls-client](https://github.com/bogdanfinn/tls-client), [github.com/spf13/pflag](https://github.com/spf13/pflag), [github.com/tidwall/gjson](https://github.com/tidwall/gjson) and [github.com/valyala/fasthttp](https://github.com/va\n[…]\n dependency-version: 1.71.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: go-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the go-dependencies group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T17:22:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "26939185cc36c87c02624b2b52e66833822f63de",
"body": "Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6 to 7\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://githu\n[…]\n/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7 in the actions group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-25T17:21:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d6932dcfcf79917311b8fb38135ae4aa1d6dc61d",
"body": "Promote develop → main (security, CI robustness, Linux packaging)",
"is_bot": false,
"headline": "Merge pull request #13 from robot-accomplice/develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T17:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8836d7a26d890565804b19effa935e8413df4927",
"body": "ci: add Dependabot config targeting develop",
"is_bot": false,
"headline": "Merge pull request #12 from robot-accomplice/chore/dependabot-config",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T17:10:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c52a5defbe714508138e4a10a63e37d4dbbe4d",
"body": "…rgo-8056535635\n\nBump rustls-webpki from 0.103.9 to 0.103.13 in /scope in the cargo group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #9 from robot-accomplice/dependabot/cargo/scope/ca…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T17:09:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b5a6217e81ab26ad8a7c4449a84fa75de8d439",
"body": "Adds .github/dependabot.yml for gomod, cargo (/scope), and github-actions,\nwith target-branch: develop so version-update PRs follow our gitflow instead\nof defaulting to main. Weekly schedule, grouped per ecosystem.\n\nNote: Dependabot security updates still target the default branch by design;\nmaking develop the default branch is the lever to route those too.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: add dependabot config targeting develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T17:08:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3fd181de2c49de3d19d34463446b9d68e96dd3a8",
"body": "Homebrew tap automation + installer cleanup",
"is_bot": false,
"headline": "Merge pull request #10 from robot-accomplice/feature/homebrew-automation",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T17:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d4264b6d115d4e9a81d586a55b20d13c9d33f36",
"body": "Brings in the coverage-gate robustness fix, govulncheck security bumps\n(Go 1.26.4, x/net 0.55.0), and Linux packaging from #11.",
"is_bot": false,
"headline": "Merge develop into feature/homebrew-automation",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:57:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0e01cd6ab769c432094fa9283ed00ccebe265dd",
"body": "Linux packages (rpm/deb/apk/Arch) + CI & security hardening",
"is_bot": false,
"headline": "Merge pull request #11 from robot-accomplice/feature/linux-packaging",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8bbdbcb9022d572f5475f1825bc5a47c6c9ce66",
"body": "…5026)\n\n- Bump Go 1.26.2 -> 1.26.4: fixes GO-2026-5039 (net/textproto includes\n arbitrary input in errors without escaping), fixed in stdlib 1.26.4.\n- Bump golang.org/x/net 0.48.0 -> 0.55.0: fixes GO-2026-5026 (idna fails to\n reject ASCII-only punycode labels), reachable via the internal/transport\n TLS client's idna.ToASCII path.\n\ngovulncheck ./... now reports 0 affecting vulnerabilities; build, vet, and\nthe full test suite pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(security): resolve govulncheck advisories (GO-2026-5039, GO-2026-…",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:55:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "57c6e4fda3d22cc2e35091af9c5db660b208d9ac",
"body": "internal/client RunConcurrent's cleanup branches are covered only on some\ngoroutine schedules, so a single 'go test -cover' sample swings ~1% and can\ntrip the regression gate spuriously (observed on PRs that change no Go code).\n\nSample COVERAGE_RUNS (default 5) times and keep each package's high-wat\n[…]\nine uncovered in every run still counts as uncovered.\n\nVerified locally: gate passes 5/5 where the single-sample version failed\nintermittently.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): make coverage gate robust to concurrent-code sampling noise",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:50:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9c36c9af8abbec2cf7a5db9fa9788186c2b4ce56",
"body": ".serena/ holds Serena MCP's local tooling cache/config and was committed by\naccident on this branch. Untrack it (files remain on disk) and add it to\n.gitignore so it stays local.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: stop tracking .serena, add it to .gitignore",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:38:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d4be86797d6ae68969e2dc2c679a0cd3e938b67e",
"body": "goreleaser check flagged archives.format and format_overrides.format as\ndeprecated in v2. Switch to the list-valued formats: form. No behavior\nchange (tar.gz everywhere, zip on Windows); 'goreleaser check' now passes\nclean.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: replace deprecated goreleaser archives.format with formats",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:36:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d722547bcf361a2d286aa83244edddfdbae8eccd",
"body": "Add an nfpms block to the GoReleaser config so each release also ships\n.rpm, .deb, .apk, and Arch Linux (.pkg.tar.zst) packages for linux\namd64/arm64, installing ghola to /usr/bin. Packages attach to the GitHub\nRelease and are covered by checksums.txt. README documents the install\ncommands (dnf/apt/\n[…]\nse --snapshot': all 8 packages build,\neach carrying the correctly-architected ELF binary at /usr/bin/ghola\n(amd64 -> x86-64, arm64 -> aarch64).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: build native Linux packages (rpm/deb/apk/Arch) via nfpm",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T16:18:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b4daac94f7d67f79e99243f8f33acb24eb34dc5c",
"body": "scripts/install.sh and scripts/install.ps1 were unreferenced duplicates of\nthe canonical installers hosted at roboticus.ai. They lacked the SHA256\nverification the hosted scripts perform and had drifted (asset filenames\nused the git tag with its leading 'v', but GoReleaser names assets without\nit, so downloads 404'd). The README points users only to the hosted\ninstallers, Homebrew, go install, and direct binary download.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove orphaned install scripts superseded by hosted installers",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-06-25T15:54:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "edadd5f02a82b0518e7916b058a3af6fd7b7d3ac",
"body": "Bumps the cargo group with 1 update in the /scope directory: [rustls-webpki](https://github.com/rustls/webpki).\n\n\nUpdates `rustls-webpki` from 0.103.9 to 0.103.13\n- [Release notes](https://github.com/rustls/webpki/releases)\n- [Commits](https://github.com/rustls/webpki/compare/v/0.103.9...v/0.103.13)\n[…]\n---\nupdated-dependencies:\n- dependency-name: rustls-webpki\n dependency-version: 0.103.13\n dependency-type: indirect\n dependency-group: cargo\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rustls-webpki in /scope in the cargo group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-22T07:25:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e695608c31d99e20454fb7df03bfe4e456b67b9",
"body": "ci: wire up homebrew tap automation",
"is_bot": false,
"headline": "Merge pull request #8 from robot-accomplice/feature/homebrew-automation",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-22T07:25:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "235127d98366b75789f77dbba7bcce02fdcde1cf",
"body": "The goreleaser 'brews:' pipe has been silently skipping the tap update on\nreleases (no 'brews' step ever appeared in release logs), so the ghola.rb\nformula was never being published to robot-accomplice/homebrew-tap.\n\nSwitch to the same pattern used by robot-accomplice/rpg: a dedicated\nhomebrew.yml w\n[…]\nfor v0.4.0 by hand so\n'brew install robot-accomplice/tap/ghola' works today. This wires up the\nautomation so future releases (v0.4.1+) update the formula without human\nintervention.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "ci: replace goreleaser brews with standalone homebrew.yml",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-22T07:16:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d82e39a376d9eadc748816b1f1fbc517ccca61e6",
"body": "Silences the deprecation warnings that landed on every CI run:\n\"Node.js 20 actions are deprecated ... forced to run with Node.js 24\nby default starting June 2nd, 2026.\"\n\n- actions/checkout v4 -> v6\n- actions/setup-go v5 -> v6\n- actions/upload-artifact v4 -> v7\n- goreleaser/goreleaser-action v6 -> v7\n[…]\n(current)\n\nupload-artifact v7 is an ESM rewrite; default behavior (zipped single\nartifact by name/path) is unchanged, so no workflow-level changes are\nneeded beyond the version pin.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "ci: bump GitHub Actions to Node 24-compatible versions",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-20T15:26:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08983c4724545b105172a4c06e8e6fc0db0e369d",
"body": "Feature/ghola curl hardening",
"is_bot": false,
"headline": "Merge pull request #7 from robot-accomplice/feature/ghola-curl-hardening",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-20T15:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238dd50066bb484c52470a7e62be2d31c218c3ea",
"body": "Updated the README to include Homebrew installation instructions for macOS and Linux, along with upgrade commands. Added a new .goreleaser.yml configuration for Homebrew integration, specifying repository details and installation steps. Introduced a .gitignore file and a project.yml for Serena configuration, establishing project-specific settings and ignored paths.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: enhance installation instructions and add Homebrew support",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-20T14:53:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f523dbda836b30691826de78e289fbef2696a5be",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: point install scripts to roboticus.ai hosted URLs",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T10:05:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "076927d02187cb1f1f8481feeb8998fcd2f6a257",
"body": "Release v0.4.0",
"is_bot": false,
"headline": "Merge pull request #6 from robot-accomplice/develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af43ded1c1f15dcf004f934fb21c90374bda3116",
"body": "refactor: architectural improvements (v0.4.0 prep)",
"is_bot": false,
"headline": "Merge pull request #5 from robot-accomplice/feature/ghola-curl-hardening",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:48:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa81d96922f29d76eca0963b36505af066a58dd6",
"body": "Cross-platform coverage variance (race detector timing, OS-specific\ncode paths) causes ~0.8% drift between local and CI measurements.\nA 1% tolerance prevents false failures while still catching real\nregressions.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add 1% regression tolerance to coverage gate",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:39:09Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25515c29d33011cb4f7bdfd75b409412d8bba4dc",
"body": "New features:\n- --jq: JSON dotpath extraction via gjson (e.g. --jq '.result')\n- --timing: response timing measurement\n- --har: HAR 1.2 export for forensic captures\n- --proxy-check: health check proxy pools before use\n- -d @file / -d -: stdin and file substitution for request body\n- Enhanced snoop mo\n[…]\nge API parity: timeout, location, max_redirs, retry_http, user\n\nDependencies:\n- Added github.com/tidwall/gjson for JSON extraction\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add 10 functionality improvements for blockchain forensics",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:32:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0faaaf1256713b493731d5547e7384325d67bff4",
"body": "Fixes 6 govulncheck findings in crypto/x509, crypto/tls, os, and\nnet/url that are patched in Go 1.26.2.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: bump Go to 1.26.2 to resolve stdlib CVEs",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:09:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9574c40fab997d2282bb40a6412ef0ccd67d604d",
"body": "Prepare v0.3.0 release",
"is_bot": false,
"headline": "Merge pull request #4 from robot-accomplice/feature/ghola-curl-hardening",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99ec369b28f2c6d8d8ca5d8fe596b43fdc395a9c",
"body": "Add release notes documenting architectural improvements and update\nREADME with roboticus.ai download link.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Prepare v0.4.0 release",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T09:01:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ece4bf15b2dddec571cbdeadef24b2a67c7d39c0",
"body": "- Decompose FetchURL (260 lines) into focused helpers: fetchState,\n newFetchState, prepareRequest, handleRedirect — eliminates 7\n repeated cleanup blocks\n- Split Options struct into OutputOptions, StealthOptions,\n ResilienceOptions, ProxyOptions sub-structs for clarity\n- Centralize 11 magic defau\n[…]\n marshal\n- Add per-package coverage floor overrides to CI gate script\n- Expand transport tests to cover proxy, HTTP3, and Do paths\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: architectural improvements across codebase",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-04-12T08:58:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d07fb7489ae760ce10f44551428112ff66909ba3",
"body": null,
"is_bot": false,
"headline": "Prepare v0.3.0 release",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-03-30T12:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3432d34158f38dae2d329945c38b7e0bf4f92855",
"body": "Add curl-parity improvements (timeouts, redirects, retry-http, and flexible headers), fix `--fail` exit semantics, and refactor concurrent execution with orDone-based cancellation for clean goroutine shutdown.\n\nMade-with: Cursor",
"is_bot": false,
"headline": "feat: harden ghola as curl replacement",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-03-30T09:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dca735a4d6169b11608e8c454833100555e46a39",
"body": "release: v0.2.2 — version flag and quick installers",
"is_bot": false,
"headline": "Merge pull request #3 from robot-accomplice/develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-02-24T17:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea75edba66c787884c14f3312f708e0b299f9071",
"body": "Adds a `--version`/`-V` switch, introduces platform-specific one-command install scripts, and updates README quick-install guidance so new users can install and verify ghola quickly.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add version flag and quick installers for mac/linux and windows",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-24T17:02:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c8aeec3d077b9848fd315d11101aebf75adc7c4",
"body": "…e it\n\nIntroduces a new BufferSize field in the Request struct for configurable read buffer size. Updates the Handler function to utilize this field, defaulting to 4096 if not specified. This change enhances flexibility in handling response sizes.",
"is_bot": false,
"headline": "feat: add BufferSize field to Request struct and update Handler to us…",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T19:49:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7adbf1c0a29b9efabd666f804971b30d3117ddf0",
"body": null,
"is_bot": false,
"headline": "Merge branch 'develop' into main",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40be1f6495c3203b789ba1fee10e6bc7766f899f",
"body": "Replace the single 90% total threshold with per-package enforcement:\n- Gate 1: every package must maintain >= 80% coverage\n- Gate 2: no package may regress below its recorded baseline\n\nAdds scripts/check-coverage.sh, .coverage-baseline.json, and\nupdates both CI workflow and justfile recipes.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "ci: add dual coverage gates (80% floor + no-regression ratchet)",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:57:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab0e8d5451e8d0a9cee32ae42015442741381de2",
"body": "release: v0.2.0 — buffer-size option",
"is_bot": false,
"headline": "Merge pull request #2 from robot-accomplice/develop",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9562b408f94b00b3dba10d9845c1c6fc7462719b",
"body": "feat: add --buffer-size option for configurable read buffer",
"is_bot": false,
"headline": "Merge pull request #1 from robot-accomplice/feature/buffer-size",
"author_name": "Robot Accomplice",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:46:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ff305cfe24ec7e96a6793db548313d4cc4308a",
"body": "Adds a --buffer-size CLI flag (default 4096) that controls the\nfasthttp ReadBufferSize, allowing users to handle responses with\nlarge headers. Threads the value through the Doer interface and\nsets a sensible default in the bridge sidecar.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "feat: add --buffer-size option for configurable read buffer",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:46:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1e3bbf53cff67c592fdc7c474eece3442adf4a92",
"body": "The action requires format v1.2.3, not shorthand like v2.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix CI lint: use full semver for golangci-lint version",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:06:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b70fe1dc5778127fdf6ccf64e84741d8eb73b1e",
"body": "- golangci-lint-action@v6 installs v1.x which rejects our v2 config;\n upgrade to @v9 with explicit version: v2\n- Mark security job continue-on-error since stdlib vulnerabilities\n (e.g. GO-2026-4337) are outside project control\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Fix CI: upgrade golangci-lint action to v9, make security advisory",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T10:04:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd5f92ccf0e252107fe3bc43d061292c7a1faad5",
"body": "Rewrote ghola from a monolithic main.go into a clean, testable package\nstructure with proper separation of concerns and context-based cancellation.\n\nArchitecture:\n- cmd/ghola: entrypoint with signal handling\n- internal/config: CLI flag parsing and validation\n- internal/client: HTTP client with retri\n[…]\nl, usage, architecture\n- CONTRIBUTING.md, SECURITY.md\n- Ghola-Scope integration guide\n\nAlso includes scope/ Rust companion for blockchain RPC analysis.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "Production-ready rewrite: modular architecture, 96% test coverage, CI/CD",
"author_name": "Jonathan Machen",
"author_login": "robot-accomplice",
"committed_at": "2026-02-20T09:51:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af7c6f66888ce0138250b6b5c3b09c22ec738ce2",
"body": "comment out flags for todo features\n\nSee merge request robot_accomplice/go-gurl!2",
"is_bot": false,
"headline": "Merge branch 'develop' into 'main'",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:23:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db8ed3edabe4de3d883cd3b29900c097b2e4cabe",
"body": null,
"is_bot": false,
"headline": "comment out flags for todo features",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79d3f3a3a976b695d892d1614c9e60433a8d7ce1",
"body": "Update README.md\n\nSee merge request robot_accomplice/go-gurl!1",
"is_bot": false,
"headline": "Merge branch 'develop' into 'main'",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:20:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eee8094793c43bb3cfeac3a461ce7b3ef82fb4c8",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606c3241627a9da985aae4b36a6e7fcc12ffb499",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of https://gitlab.com/robot_accomplice/go-gurl",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c29734ab7694ce9b7964a7d1eb47c3edfb1a0bc2",
"body": null,
"is_bot": false,
"headline": "fixed options fail bug",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599065b595ebee3a6b027deb3cb5f0a342d849ce",
"body": null,
"is_bot": false,
"headline": "removed todo comments from completed features",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:09:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea80a3d29da1e08134c0677c05ea4990f02b07ad",
"body": null,
"is_bot": false,
"headline": "made sure to use const for error flag",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:06:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a030e26ab37125ff861408aaddba4e2ec755ea6c",
"body": null,
"is_bot": false,
"headline": "move code out of main for lower cognitive load and cleaner entry point",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e5d20da997a55badc59fcc7e07f7661b94a361",
"body": null,
"is_bot": false,
"headline": "Move logic out of main for lower cognitive load and cleaner entrypoint",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:03:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b6d28df8db70123bc0f1484c769a72e894da63c",
"body": null,
"is_bot": false,
"headline": "validate http method as part of flag processing",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:01:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb55b58a51a7651a67c34743d1c709b8872891d1",
"body": null,
"is_bot": false,
"headline": "code cleanup",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T13:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b860fb6f54619b48631ffca6006b0c2596d3fc2",
"body": null,
"is_bot": false,
"headline": "formalized return error codes",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T12:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "682d03ffb78a21c42b3f468a01ad7f3cae71c919",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Jonathan Machen",
"author_login": null,
"committed_at": "2024-04-10T12:55:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 9,
"commits_last_year": 86,
"latest_release_at": "2026-07-01T16:02:50Z",
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_last_push": 10,
"active_weeks_last_year": 8,
"days_since_latest_release": 20,
"mean_days_between_releases": 16.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/robot-accomplice/ghola",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/robot-accomplice/ghola",
"is_deprecated": false,
"latest_version": "v0.6.1",
"repository_url": "https://github.com/robot-accomplice/ghola",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-01T15:57:01Z",
"latest_version_yanked": null,
"days_since_latest_publish": 20
},
{
"name": "scope",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": false,
"registry_url": "https://crates.io/crates/scope",
"is_deprecated": false,
"latest_version": "0.1.3",
"repository_url": "https://github.com/jameshuntt/scope",
"versions_count": 4,
"total_downloads": 111,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 7,
"first_published_at": "2026-01-27T22:51:51.243178Z",
"latest_published_at": "2026-02-24T10:04:24.179468Z",
"latest_version_yanked": false,
"days_since_latest_publish": 147
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_stars": 2
},
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"scope/Cargo.toml"
],
"largest_source_bytes": 24062,
"source_files_sampled": 40,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"scope/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.51.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-jppx-rxg9-jmrx",
"GHSA-q4h4-gmj2-qvw2",
"GHSA-qpw4-5x99-6vjp",
"GHSA-rm3j-f69w-wqmq"
],
"fixed_version": "0.52.0",
"advisory_count": 27,
"oldest_advisory_days": 60
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.102",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0190"
],
"fixed_version": "1.0.103",
"advisory_count": 1,
"oldest_advisory_days": 26
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 1,
"oldest_advisory_days": 7
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.37.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"truncated": false,
"by_severity": {
"unknown": 3,
"critical": 1
},
"advisory_count": 30,
"affected_count": 4,
"assessed_count": 233,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"crates",
"go"
],
"dependencies": [
{
"name": "github.com/bogdanfinn/fhttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.8"
},
{
"name": "github.com/bogdanfinn/tls-client",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.1"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "github.com/tidwall/gjson",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.0"
},
{
"name": "github.com/valyala/fasthttp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.71.0"
},
{
"name": "anyhow",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "async-trait",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "clap",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "reqwest",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "serde",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_yaml",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "tokio",
"manifest": "scope/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": "1.0.102",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": true,
"version": "0.9.34+deprecated",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.50.0",
"ecosystem": "crates"
},
{
"name": "github.com/bogdanfinn/fhttp",
"direct": true,
"version": "v0.6.8",
"ecosystem": "go"
},
{
"name": "github.com/bogdanfinn/tls-client",
"direct": true,
"version": "v1.15.1",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/gjson",
"direct": true,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/fasthttp",
"direct": true,
"version": "v1.71.0",
"ecosystem": "go"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "aws-lc-rs",
"direct": false,
"version": "1.17.0",
"ecosystem": "crates"
},
{
"name": "aws-lc-sys",
"direct": false,
"version": "0.41.0",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.2",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.56",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": false,
"version": "0.8.35",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "fs_extra",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.8.1",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.7",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "iri-string",
"direct": false,
"version": "0.7.10",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.17",
"ecosystem": "crates"
},
{
"name": "jni",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-macros",
"direct": false,
"version": "0.22.4",
"ecosystem": "crates"
},
{
"name": "jni-sys",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jni-sys-macros",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.85",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.182",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.29",
"ecosystem": "crates"
},
{
"name": "lru-slab",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.3",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "pin-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "quinn",
"direct": false,
"version": "0.11.11",
"ecosystem": "crates"
},
{
"name": "quinn-proto",
"direct": false,
"version": "0.11.15",
"ecosystem": "crates"
},
{
"name": "quinn-udp",
"direct": false,
"version": "0.5.14",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.46",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.36",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.14.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rustls-platform-verifier-android",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schannel",
"direct": false,
"version": "0.1.28",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "3.7.0",
"ecosystem": "crates"
},
{
"name": "security-framework-sys",
"direct": false,
"version": "2.17.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.27",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "simd_cesu8",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "system-configuration",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "system-configuration-sys",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.6.0",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.8",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": false,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unsafe-libyaml",
"direct": false,
"version": "0.2.11",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.2+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.58",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.108",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.85",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-root-certs",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-registry",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.53.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.2",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.5",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "github.com/andybalholm/brotli",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "github.com/bdandy/go-errors",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/bdandy/go-socks4",
"direct": false,
"version": "v1.2.3",
"ecosystem": "go"
},
{
"name": "github.com/bogdanfinn/quic-go-utls",
"direct": false,
"version": "v1.0.9-utls",
"ecosystem": "go"
},
{
"name": "github.com/bogdanfinn/utls",
"direct": false,
"version": "v1.7.7-barnius",
"ecosystem": "go"
},
{
"name": "github.com/bogdanfinn/websocket",
"direct": false,
"version": "v1.5.5-barnius",
"ecosystem": "go"
},
{
"name": "github.com/klauspost/compress",
"direct": false,
"version": "v1.18.6",
"ecosystem": "go"
},
{
"name": "github.com/quic-go/qpack",
"direct": false,
"version": "v0.6.0",
"ecosystem": "go"
},
{
"name": "github.com/tam7t/hpkp",
"direct": false,
"version": "v0.0.0-20160821193359-2b70b4024ed5",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/match",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/tidwall/pretty",
"direct": false,
"version": "v1.2.0",
"ecosystem": "go"
},
{
"name": "github.com/valyala/bytebufferpool",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/crypto",
"direct": false,
"version": "v0.51.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.55.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 233,
"direct_count": 13,
"indirect_count": 220
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 19,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "robot-accomplice",
"commits": 82,
"avatar_url": "https://avatars.githubusercontent.com/u/80694560?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"homebrew.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 5,
"reason": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"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/9 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "17 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4f33b3cf3941b0593d433e2c23840b63d79e648e",
"ran_at": "2026-07-21T19:16:41Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/robot-accomplice/ghola",
"host": "github.com",
"name": "ghola",
"owner": "robot-accomplice"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 55,
"vitality": 73,
"community": 33,
"governance": 50,
"engineering": 70
},
"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": 62,
"inputs": {
"commits_last_year": 86,
"human_commit_share": 0.96,
"days_since_last_push": 10,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 10 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 10
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "86 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 86
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 9,
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 20,
"mean_days_between_releases": 16.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "9 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 9
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 20 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 20
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Community & Adoption",
"value": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"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": 68,
"inputs": {
"merged_prs": 19,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"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": "19/20 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 20
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "robot-accomplice",
"public_repos": 14,
"account_age_days": 1954
},
"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": "3 followers of robot-accomplice",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "robot-accomplice"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "14 public repos, account ~5 yr old",
"points": 19.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 14
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/robot-accomplice/ghola"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 20
},
"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 20 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 20
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"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": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"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": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 10,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 55,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 2 merged PRs checked by a CI test -- score normalized to 5",
"points": 1.2,
"status": "partial",
"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/9 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "17 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 233 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": 233
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 30,
"affected_packages": 4,
"assessed_packages": 233,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, unknown 3",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: anyhow 1.0.102 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "anyhow 1.0.102 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 233,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 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": 0.781,
"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": "75 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 75,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.42,
"toolchain_manifests": [
"go.mod",
"scope/Cargo.toml"
],
"dependency_bot_commit_share": 0.04
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "42 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 42,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 24062,
"source_files_sampled": 40,
"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/40 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 40,
"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": [
"crates package 'scope' points at a different repository (https://github.com/jameshuntt/scope); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-21T19:16:53.816710Z",
"schema_version": "0.23.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/robot-accomplice/ghola.svg",
"full_name": "robot-accomplice/ghola",
"license_state": "standard",
"license_spdx": "MIT"
}