JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"k6",
"xk6-extension",
"couchbase",
"xk6"
],
"is_fork": false,
"size_kb": 1320,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 18205,
"Shell": 5853,
"Makefile": 2427
},
"pushed_at": "2026-07-20T04:31:45Z",
"created_at": "2023-02-12T03:14:54Z",
"owner_type": "User",
"updated_at": "2026-07-20T04:29:43Z",
"description": "K6 extension to test Couchbase DB",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go",
"Shell"
]
},
"owner": {
"blog": null,
"name": "Srinath Thota",
"type": "User",
"login": "thotasrinath",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/4921337?v=4",
"created_at": "2013-07-02T13:20:00Z",
"is_verified": null,
"public_repos": 28,
"account_age_days": 4775
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.10",
"kind": "patch",
"published_at": "2026-07-20T04:31:45Z"
},
{
"tag": "v0.0.9",
"kind": "patch",
"published_at": "2024-10-24T17:55:42Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2024-09-11T15:23:02Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2024-09-01T04:48:47Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2024-08-30T13:51:39Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2024-08-07T16:07:41Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2023-05-12T07:03:11Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2023-02-25T04:20:41Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2023-02-16T08:33:00Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2023-02-12T11:21:35Z"
}
],
"recent_commits": [
{
"oid": "08f37d914ad67f89929e0473996a074ce997ded5",
"body": "Project setup and source cleanup",
"is_bot": false,
"headline": "Merge pull request #21 from sharathjag/master",
"author_name": "Sharath",
"author_login": "sharathjag",
"committed_at": "2026-07-20T04:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd31bd7cb57ae8de010687b310a5a992f808418",
"body": "Boots couchbase:community via Docker and runs make validate end-to-end.\nMarked continue-on-error so a container hiccup won't block merges; the\nbuild/test job remains the authoritative gate.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: add non-blocking validate job (examples vs real Couchbase)",
"author_name": "Sharath Jagannath",
"author_login": null,
"committed_at": "2026-06-27T22:17:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fb867225f5e041aa101dcf4aea6db95653cf4af8",
"body": "Replace the raw go test / xk6 build commands with make test / make build.\nmake build runs xk6 via go run, so the separate install step is dropped.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: use make targets for test and build",
"author_name": "Sharath Jagannath",
"author_login": null,
"committed_at": "2026-06-27T22:13:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9fcb594aa8a8f179105121e71ca324a495663c7a",
"body": "The workflow pinned Go 1.20, which can't install xk6@latest (needs Go 1.25\n+ the toolchain directive). Read the version from go.mod, bump setup-go to\nv5, and run go test before the build.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "CI: build with Go from go.mod (1.25) and run tests",
"author_name": "Sharath Jagannath",
"author_login": null,
"committed_at": "2026-06-27T22:11:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4473621b7a862cdfce1d7d53fa44af0fe80bcf4b",
"body": "Project setup and cleanup",
"is_bot": false,
"headline": "Merge pull request #1 from sharathjag/project-setup-and-cleanup",
"author_name": "Sharath",
"author_login": "sharathjag",
"committed_at": "2026-06-27T21:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c64f0b1316bb9112b997fcbfc9d3b53d21441b4",
"body": "Modernize the extension: remove global state, move to the latest k6,\nadd a test suite and a reproducible local dev/validation workflow. The\nJS-facing API is unchanged.\n\nSource\n- Replace package-level globals (singletonClient, errz, once) with the\n k6 module lifecycle: RootModule holds the shared si\n[…]\nDME \"For Development\" now uses `make build`; move the xk6 install\n prerequisite to the \"For Use\" path where it's actually needed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Project setup and source cleanup",
"author_name": "Sharath Jagannath",
"author_login": null,
"committed_at": "2026-06-27T21:43:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "784ce06919f72c379ec839e16d570f28dd723a6a",
"body": "Add FindMany method for batch KV gets",
"is_bot": false,
"headline": "Merge pull request #19 from silentben/add-find-many",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2026-03-03T14:57:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "491a9b410cb9d00b3bce56649a4aa34dfe7dc098",
"body": "Uses gocb.BulkOp with GetOp following the same pattern as the existing\nInsertBatch. The SDK handles internal parallelization of KV gets directly.\nMissing keys are silently omitted from the results map.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add FindMany method for batch KV gets",
"author_name": "Ben Weir",
"author_login": null,
"committed_at": "2026-02-20T19:00:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ddb25111591e49cbf157483e40d76565ce212a3",
"body": "Update readme for using new/flexible interfaces",
"is_bot": false,
"headline": "Merge pull request #18 from sharathjag/readme-update",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-10-24T12:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7e873292198471c4ca94a1af79bde396d58101",
"body": null,
"is_bot": false,
"headline": "Update readme for using new/flexible interfaces",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-24T04:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c761f5f63e0c865e51dc1de62ddf42f3e32b447",
"body": "refactor connection management",
"is_bot": false,
"headline": "Merge pull request #17 from sharathjag/connection-management",
"author_name": "Amar-C",
"author_login": "Amar-C",
"committed_at": "2024-10-22T22:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "068f948a0fa7c0977b8292b14b85446e8deb992d",
"body": null,
"is_bot": false,
"headline": "refactor connection management - add connection buffer size",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-21T16:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff044202ad0d9e074692238786455d20dcdad779",
"body": null,
"is_bot": false,
"headline": "refactor connection management - add exists func",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-18T23:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be9a683d71f28e1db78f7824b8ca2e88539d0963",
"body": null,
"is_bot": false,
"headline": "refactor connection management - add read mes",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-17T16:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "649a390d4dbe2d1edd01836564751b24a5110328",
"body": null,
"is_bot": false,
"headline": "refactor connection management - interface clean-ups",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-17T04:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "236da7343846e937a465e871a8af11ce6d159d65",
"body": null,
"is_bot": false,
"headline": "refactor connection management - remove unused code",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-16T06:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c5aa370eeacc7c625a7fdf2f0d194ccf38d447",
"body": null,
"is_bot": false,
"headline": "refactor connection management - make client with options",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-16T06:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df448750d16af21eda70293c9673bf9a127af163",
"body": null,
"is_bot": false,
"headline": "refactor connection management - make timeout env vars",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-16T01:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8fc8e779962d1a12bab9a16807a1c60dc9f571d",
"body": null,
"is_bot": false,
"headline": "refactor connection management - comment out prints",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-16T00:50:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa881d53c316a24761df595033a3cef8685b8c9d",
"body": null,
"is_bot": false,
"headline": "refactor connection management - comment out prints",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-15T20:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2674390d4b2a7f45dacfb0fd702be84b66d1dc38",
"body": "…t created",
"is_bot": false,
"headline": "refactor connection management - do not set client connection when no…",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-15T20:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e1b2afbd21a6d5115826a930d1abb5d7eedfa3",
"body": null,
"is_bot": false,
"headline": "refactor connection management - remove unused code",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-15T20:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9f94e10f65832c7a92471f3a4301483e515fd95",
"body": null,
"is_bot": false,
"headline": "refactor connection management",
"author_name": "Sharath Jagannath",
"author_login": "shjagannath",
"committed_at": "2024-10-15T19:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6066efd9fc767355aac73ab05cba07088f9b003d",
"body": "Improve Exception Handling",
"is_bot": false,
"headline": "Merge pull request #16 from Amar-C/master",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-11T13:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d66aa961ebe47ef3474ec41e84c5d9030b84b4",
"body": null,
"is_bot": false,
"headline": "Clean Up",
"author_name": "Amar Chaudhari",
"author_login": "Amar-C",
"committed_at": "2024-09-09T20:03:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f366483107aa273677208aa7eba44f4bb6da21be",
"body": null,
"is_bot": false,
"headline": "Remove fmt.ErrorF as its not needed",
"author_name": "Amar Chaudhari",
"author_login": "Amar-C",
"committed_at": "2024-09-09T20:02:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbee519350764634e2a70b88625977d4b69a7b78",
"body": null,
"is_bot": false,
"headline": "Improve Exception Handling",
"author_name": "Amar Chaudhari",
"author_login": "Amar-C",
"committed_at": "2024-09-06T17:06:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c644a308ec1326ea38fd1bce5995dc2d7ec161b1",
"body": "…h-github-actions\n\nGithub Actions integrated",
"is_bot": false,
"headline": "Merge pull request #13 from thotasrinath/12-can-this-be-integratd-wit…",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28ee56213725e0ff41da14767f3aa6a25b87c68f",
"body": null,
"is_bot": false,
"headline": "Add comments in Readme",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "238c205930f1ef3290b212bf37db8abb20f649f8",
"body": null,
"is_bot": false,
"headline": "Update go.yml",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22eafa0e9b1b1c8e4fff488f83580012b5a3443f",
"body": null,
"is_bot": false,
"headline": "Add listing action",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2855e927d4625d5b7b624b24346255a5a4bd48",
"body": null,
"is_bot": false,
"headline": "Update go.yml",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:19:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d20166b1fec9192ad5701170436c78bc3f48ccbb",
"body": null,
"is_bot": false,
"headline": "Check on github actions",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-09-01T04:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f70d65065d77e4742bec11d293a1ab8d96f200b",
"body": "Added support for upsert",
"is_bot": false,
"headline": "Merge pull request #11 from thotasrinath/support-upsert",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-30T13:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f88a15afd082633ce24b8c6bf7615b676cd9108",
"body": null,
"is_bot": false,
"headline": "Added support for upsert",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-30T13:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3579ea2067d3ec3c0e3422ec1f580f8388e482c5",
"body": "Upgraded Couchbase Client version and K6 version to latest",
"is_bot": false,
"headline": "Merge pull request #9 from thotasrinath/upgrade",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-30T11:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87d7ab42c7d4570877cdecdf6bbeb45d1b15e015",
"body": null,
"is_bot": false,
"headline": "Added a example command in README.md",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-28T15:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91e1ea36bc6fa54e22d63e426945bc7c06bf1187",
"body": null,
"is_bot": false,
"headline": "Added Installation instructions in ReadMe",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-28T15:07:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6c954417d92e6bead917f22fa32e8e1119d636",
"body": null,
"is_bot": false,
"headline": "K6 and Couchbase lib version upgrades",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-08-28T14:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e58ac4db5d9ce873a62d710486b76dcac29cf36b",
"body": "Change to using sobek instead of goja",
"is_bot": false,
"headline": "Merge pull request #6 from mstoykov/useSobek",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2024-06-28T12:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1ea314749a0625a3e505e7b2f4b1da5e1aac09",
"body": "We are moving to a fork of goja under grafana org called sobek.\n\nMore info in:\n- https://github.com/grafana/k6/issues/3772\n- https://github.com/grafana/k6/issues/3773",
"is_bot": false,
"headline": "Change to using sobek instead of goja",
"author_name": "Mihail Stoykov",
"author_login": "mstoykov",
"committed_at": "2024-06-10T09:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f688fa363d6942045d65d8e5dec531a70da394",
"body": "Add delete method",
"is_bot": false,
"headline": "Merge pull request #4 from thiagolct/master",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2023-12-18T08:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de0b039f18398557f03911e35d0dc437d47b5d32",
"body": "Add delete operation",
"is_bot": false,
"headline": "Merge pull request #2 from thiagolct/delete-operation",
"author_name": "thiagolct",
"author_login": "thiagolct",
"committed_at": "2023-12-12T20:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8a9d2e6d2d79381fa0119a69b6aaa97a957e6ce",
"body": null,
"is_bot": false,
"headline": "Add delete operation",
"author_name": "Thiago Tenaglia",
"author_login": "thiagolct",
"committed_at": "2023-12-12T20:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2803ae95fb69e033709aef70450c585725157a82",
"body": "Add delete operation",
"is_bot": false,
"headline": "Merge pull request #1 from thiagolct/delete-operation",
"author_name": "thiagolct",
"author_login": "thiagolct",
"committed_at": "2023-12-12T20:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1cac053325574fff7f024821b9c5de9b129d1ba",
"body": null,
"is_bot": false,
"headline": "Add delete operation",
"author_name": "Thiago Tenaglia",
"author_login": "thiagolct",
"committed_at": "2023-12-12T19:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a260fcf01c1c3334a9a172637f244da213197ef",
"body": "…in-k6-extensions-registry\n\nChanges made as per k6 spec",
"is_bot": false,
"headline": "Merge pull request #2 from thotasrinath/1-needed-to-maintain-listing-…",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2023-12-01T02:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee95d549265cc38d37cfab8ca3a0b674b7e679a7",
"body": null,
"is_bot": false,
"headline": "Changes made as per k6 spec",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2023-09-24T04:36:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7854ef8495f3492b61160831424e5085bc00f5",
"body": null,
"is_bot": false,
"headline": "update gocb",
"author_name": "Srinath Thota",
"author_login": "thotasrinath",
"committed_at": "2023-05-12T06:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cc8ebd956693545704445ea52dc3cb4df9a102a",
"body": null,
"is_bot": false,
"headline": "Added Pstmt query support",
"author_name": "thotasrinath",
"author_login": "thotasrinath",
"committed_at": "2023-02-25T04:17:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cb31c8ea44540a6149da3f53940c64f63700ed4",
"body": null,
"is_bot": false,
"headline": "Batch insertion test support with make",
"author_name": "thotasrinath",
"author_login": "thotasrinath",
"committed_at": "2023-02-20T15:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4a61573ecf929e7c5f9128d29bd24ba7832e33",
"body": null,
"is_bot": false,
"headline": "Batch insertion test support",
"author_name": "thotasrinath",
"author_login": "thotasrinath",
"committed_at": "2023-02-20T11:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4de74d5a97c4794d51d09a9df0a1b450d495911",
"body": null,
"is_bot": false,
"headline": "Added License",
"author_name": "thotasrinath",
"author_login": "thotasrinath",
"committed_at": "2023-02-16T08:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5020d48fcc42379e36329e93c17c6f059cfd1c7",
"body": null,
"is_bot": false,
"headline": "Stable Commit",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T11:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "467c7f14fd1c55b64b2326de5b1eac513f605db9",
"body": null,
"is_bot": false,
"headline": "added testscripts",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T10:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f77ab1dc0424deb4f0b55ce83bfdfa981ddd4bf",
"body": null,
"is_bot": false,
"headline": "Added Find and FindOne methods",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T06:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1eb95be9729390e6959c2f0f9763a7ee0ea572c",
"body": null,
"is_bot": false,
"headline": "added id",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T04:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6aff33c3f248ab69e30de4661dc1e247590cb9",
"body": null,
"is_bot": false,
"headline": "Module name correction",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T04:07:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "726933c546129b59d56f5f5b4b6b71c6fc720e49",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "sthota",
"author_login": null,
"committed_at": "2023-02-12T03:15:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 8,
"latest_release_at": "2026-07-20T04:31:45Z",
"latest_release_tag": "v0.0.10",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 4,
"days_since_latest_release": 9,
"mean_days_between_releases": 139.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/thotasrinath/xk6-couchbase",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/thotasrinath/xk6-couchbase",
"is_deprecated": false,
"latest_version": "v0.0.10",
"repository_url": "https://github.com/thotasrinath/xk6-couchbase",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T04:29:37Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 4,
"stars": 5,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
}
],
"complete": true,
"collected": 4,
"total_forks": 4
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 13264,
"source_files_sampled": 10,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"severity": "critical",
"ecosystem": "go",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-hrxh-6v49-42gf",
"GO-2026-6061"
],
"fixed_version": "1.82.1",
"advisory_count": 2,
"oldest_advisory_days": 8
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"severity": "moderate",
"ecosystem": "go",
"cvss_score": 6.5,
"advisory_ids": [
"GHSA-5cv4-jp36-h3mw",
"GO-2026-5025",
"GO-2026-5026",
"GO-2026-5027",
"GO-2026-5028",
"GO-2026-5029",
"GO-2026-5030",
"GO-2026-5942"
],
"fixed_version": "0.56.0",
"advisory_count": 8,
"oldest_advisory_days": 68
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5158"
],
"fixed_version": "1.44.0",
"advisory_count": 1,
"oldest_advisory_days": 5
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 68
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 15
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 3,
"critical": 1,
"moderate": 1
},
"advisory_count": 13,
"affected_count": 5,
"assessed_count": 53,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/couchbase/gocb/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.9.1"
},
{
"name": "go.k6.io/k6/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/couchbase/gocb/v2",
"direct": true,
"version": "v2.9.1",
"ecosystem": "go"
},
{
"name": "go.k6.io/k6/v2",
"direct": true,
"version": "v2.0.0",
"ecosystem": "go"
},
{
"name": "github.com/cenkalti/backoff/v5",
"direct": false,
"version": "v5.0.3",
"ecosystem": "go"
},
{
"name": "github.com/cespare/xxhash/v2",
"direct": false,
"version": "v2.3.0",
"ecosystem": "go"
},
{
"name": "github.com/couchbase/gocbcore/v10",
"direct": false,
"version": "v10.5.1",
"ecosystem": "go"
},
{
"name": "github.com/couchbase/gocbcoreps",
"direct": false,
"version": "v0.1.3",
"ecosystem": "go"
},
{
"name": "github.com/couchbase/goprotostellar",
"direct": false,
"version": "v1.0.2",
"ecosystem": "go"
},
{
"name": "github.com/couchbaselabs/gocbconnstr/v2",
"direct": false,
"version": "v2.0.0-20240607131231-fb385523de28",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/dlclark/regexp2",
"direct": false,
"version": "v1.12.0",
"ecosystem": "go"
},
{
"name": "github.com/evanw/esbuild",
"direct": false,
"version": "v0.28.0",
"ecosystem": "go"
},
{
"name": "github.com/fatih/color",
"direct": false,
"version": "v1.19.0",
"ecosystem": "go"
},
{
"name": "github.com/fsnotify/fsnotify",
"direct": false,
"version": "v1.4.9",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/logr",
"direct": false,
"version": "v1.4.3",
"ecosystem": "go"
},
{
"name": "github.com/go-logr/stdr",
"direct": false,
"version": "v1.2.2",
"ecosystem": "go"
},
{
"name": "github.com/go-sourcemap/sourcemap",
"direct": false,
"version": "v2.1.4+incompatible",
"ecosystem": "go"
},
{
"name": "github.com/golang/snappy",
"direct": false,
"version": "v0.0.4",
"ecosystem": "go"
},
{
"name": "github.com/google/pprof",
"direct": false,
"version": "v0.0.0-20260115054156-294ebfa9ad83",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": false,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/grafana/sobek",
"direct": false,
"version": "v0.0.0-20260429085637-a66d4790012b",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/go-grpc-middleware",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/grpc-ecosystem/grpc-gateway/v2",
"direct": false,
"version": "v2.28.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-colorable",
"direct": false,
"version": "v0.1.14",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": false,
"version": "v0.0.22",
"ecosystem": "go"
},
{
"name": "github.com/mstoykov/atlas",
"direct": false,
"version": "v0.0.0-20220811071828-388f114305dd",
"ecosystem": "go"
},
{
"name": "github.com/pmezard/go-difflib",
"direct": false,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/serenize/snaker",
"direct": false,
"version": "v0.0.0-20201027110005-a7ad2135616e",
"ecosystem": "go"
},
{
"name": "github.com/sirupsen/logrus",
"direct": false,
"version": "v1.9.3",
"ecosystem": "go"
},
{
"name": "github.com/spf13/afero",
"direct": false,
"version": "v1.1.2",
"ecosystem": "go"
},
{
"name": "github.com/stretchr/testify",
"direct": false,
"version": "v1.11.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/auto/sdk",
"direct": false,
"version": "v1.2.1",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc",
"direct": false,
"version": "v0.49.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/metric",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/sdk",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/otel/trace",
"direct": false,
"version": "v1.43.0",
"ecosystem": "go"
},
{
"name": "go.opentelemetry.io/proto/otlp",
"direct": false,
"version": "v1.10.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/multierr",
"direct": false,
"version": "v1.11.0",
"ecosystem": "go"
},
{
"name": "go.uber.org/zap",
"direct": false,
"version": "v1.27.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/net",
"direct": false,
"version": "v0.53.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.43.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.36.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/time",
"direct": false,
"version": "v0.15.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/api",
"direct": false,
"version": "v0.0.0-20260401024825-9d38bb4040a9",
"ecosystem": "go"
},
{
"name": "google.golang.org/genproto/googleapis/rpc",
"direct": false,
"version": "v0.0.0-20260401024825-9d38bb4040a9",
"ecosystem": "go"
},
{
"name": "google.golang.org/grpc",
"direct": false,
"version": "v1.80.0",
"ecosystem": "go"
},
{
"name": "google.golang.org/protobuf",
"direct": false,
"version": "v1.36.11",
"ecosystem": "go"
},
{
"name": "gopkg.in/guregu/null.v3",
"direct": false,
"version": "v3.3.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/tomb.v1",
"direct": false,
"version": "v1.0.0-20141024135613-dd632973f1e7",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": false,
"version": "v3.0.1",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 53,
"direct_count": 2,
"indirect_count": 51
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 11,
"open_issues": 1,
"closed_ratio": 0.9,
"closed_issues": 9,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "thotasrinath",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/4921337?v=4"
},
{
"type": "User",
"login": "shjagannath",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/52089862?v=4"
},
{
"type": "User",
"login": "Amar-C",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1861549?v=4"
},
{
"type": "User",
"login": "thiagolct",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/5445765?v=4"
},
{
"type": "User",
"login": "sharathjag",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/992064?v=4"
},
{
"type": "User",
"login": "mstoykov",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/312246?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.5
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "1 out of 6 merged PRs checked by a CI test -- score normalized to 1",
"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": 8,
"reason": "Found 5/6 approved changesets -- score normalized to 8",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 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": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "08f37d914ad67f89929e0473996a074ce997ded5",
"ran_at": "2026-07-30T02:08:10Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T04:30:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-20T04:29:38Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 8,
"created_at": "2024-08-27T04:31:02Z",
"last_comment_at": "2024-09-04T00:20:46Z",
"last_comment_author": "thotasrinath"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/thotasrinath/xk6-couchbase",
"host": "github.com",
"name": "xk6-couchbase",
"owner": "thotasrinath"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 46,
"vitality": 57,
"community": 32,
"governance": 63,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"commits_last_year": 8,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "8 commits in the last year",
"points": 8.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 8
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.0.10",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 139.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~139.3 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 139.3
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 9,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 9 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 9
}
}
],
"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": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 4,
"stars": 5,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4 forks",
"points": 4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 4
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.5
},
"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 50% of commits",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"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": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"merged_prs": 11,
"open_issues": 1,
"closed_issues": 9,
"issue_closed_ratio": 0.9,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "11/11 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 11,
"decided": 11
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/6 approved changesets -- score normalized to 8",
"points": 12,
"status": "partial",
"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": 48,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "thotasrinath",
"public_repos": 28,
"account_age_days": 4775
},
"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": "6 followers of thotasrinath",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "thotasrinath"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "28 public repos, account ~13 yr old",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 28
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/thotasrinath/xk6-couchbase"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 6 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"k6",
"xk6-extension",
"couchbase",
"xk6"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 6 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.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 5/6 approved changesets -- score normalized to 8",
"points": 6,
"status": "partial",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": "11 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, No advisories left outstanding. Remaining weights renormalized. Matched 53 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 53
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 13,
"affected_packages": 5,
"assessed_packages": 53,
"unassessed_packages": 0,
"affected_by_severity": "critical 1, moderate 1, unknown 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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 carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"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": 53,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 18,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.339,
"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": "20 of 59 human commits state their intent (structured subject or explanatory body)",
"points": 18.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 59
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.085,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "5 of the last 59 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 5,
"sampled": 59
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 13264,
"source_files_sampled": 10,
"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/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T02:08:26.099653Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/thotasrinath/xk6-couchbase.svg",
"full_name": "thotasrinath/xk6-couchbase",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}