Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 370,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 430315,
"HTML": 2493,
"Shell": 2517,
"Makefile": 2517
},
"pushed_at": "2026-07-21T07:08:23Z",
"created_at": "2026-05-01T13:01:59Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T11:29:22Z",
"description": "Disbug CLI and MCP server for AI coding agents",
"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": null,
"type": "Organization",
"login": "disbug-io",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/162861961?v=4",
"created_at": "2024-03-10T05:46:34Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 865
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-17T12:24:40Z"
}
],
"recent_commits": [
{
"oid": "46eb0d3dbb64423f2af55c1d222140f3d37ae305",
"body": "chore(release): prepare CLI package publishing",
"is_bot": false,
"headline": "Merge pull request #10 from disbug-io/feat/package-release-flow",
"author_name": "Kavin",
"author_login": "kavin-raj-g",
"committed_at": "2026-07-17T11:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee999f01d1d9c6df221ad0fc6779aa2dc71b4a8c",
"body": null,
"is_bot": false,
"headline": "fix(test): remove watch counter data race",
"author_name": "kavin-raj-g",
"author_login": "kavin-raj-g",
"committed_at": "2026-07-17T10:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fdd3f56f86f9f9892f94de02666cf37afdb6a52",
"body": null,
"is_bot": false,
"headline": "chore(release): prepare CLI package publishing",
"author_name": "kavin-raj-g",
"author_login": "kavin-raj-g",
"committed_at": "2026-07-17T10:24:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "854ba51c5f202ce26d27903ed897345870e604d7",
"body": "Remove native messaging host and local store; cloud-only with local report inspect",
"is_bot": false,
"headline": "Merge pull request #8 from disbug-io/aswinkp/remove-nativehost",
"author_name": "Aswin Kumar K P",
"author_login": "aswinkp",
"committed_at": "2026-06-13T12:04:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39d7db378d90069c7c58ae63f023ff4ec3a6acc4",
"body": "The test CI job runs `make lint`; these were caught there (not by go build/test):\n- localbundle/bundle.go: annotate user-supplied-path os.ReadFile (gosec G304),\n check the gzip reader.Close return (errcheck), and add doc comments to the\n exported types and methods (revive).\n- cmd/watch_test.go: remove the unused fixedWatchNow helper (unused).\n\nVerified: `make lint` -> 0 issues; `make test` -> all packages pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix golangci-lint issues surfaced by CI",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-06-13T11:39:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "304d4ad18ba41825921bc2315be0ea92fe529e01",
"body": "…eport inspect\n\nCLI-side counterpart to the extension's native-host removal (disbug-io/disbug_v2#36).\nThe CLI no longer runs a native messaging host or a local SQLite store; cloud is the\nsource of truth. The local-session flow is replaced by inspection of the downloaded\nlocal report JSON the extensi\n[…]\n native-host/setup-local/\n local-sessions (enforced by regression tests in root_test.go)\n\nVerified: go build ./... OK; go test ./... all pass.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove native messaging host and local store; cloud-only with local r…",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-06-13T11:26:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1a33de4fb11cddc1ff9965a11f8099bab7e881ae",
"body": "[codex] Use scoped report URLs for CLI refs",
"is_bot": false,
"headline": "Merge pull request #7 from disbug-io/codex/scoped-report-url-refs",
"author_name": "Aswin Kumar K P",
"author_login": "aswinkp",
"committed_at": "2026-06-11T01:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "743cb3d464204e06ca553c526bd4819e6bb2e6d9",
"body": null,
"is_bot": false,
"headline": "chore: apply gofumpt formatting",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-06-10T16:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60528d6ad7d7d73891ac15e0a682d83dfe49627c",
"body": null,
"is_bot": false,
"headline": "feat: use scoped report URLs for CLI refs",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-06-10T16:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3207380a07d2b2a441c8647c8027432a24b7eb49",
"body": "…resigned URL\n\ndisbug pin <ref> --fields replay now downloads the replay asset,\ndecompresses gzip if needed, writes to ~/.cache/disbug/replays/,\nand returns {path, duration_ms, event_count, size_bytes}.\nAgents use their Read tool on the path instead of curling a URL.\nSame behavior in MCP get_pin tool.",
"is_bot": false,
"headline": "feat: CLI downloads replay to local cache file instead of returning p…",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-29T11:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a8ae8cfe6c0bdb2cf5331cf6c429ae85318008",
"body": null,
"is_bot": false,
"headline": "Implement cloud session watch",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-23T13:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7413745f718232bf90e9fa13749b84b58b9470",
"body": null,
"is_bot": false,
"headline": "Add session watch command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-23T12:16:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53658a81e2bd4912960f1aac0e55c431f9b037c5",
"body": "fix: quiet setup-local success output",
"is_bot": false,
"headline": "Merge pull request #3 from disbug-io/codex/quiet-setup-local-output",
"author_name": "Aswin Kumar K P",
"author_login": "aswinkp",
"committed_at": "2026-05-06T14:55:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a198f1d035b3be523920bb0024ea3a9220f6a0c",
"body": null,
"is_bot": false,
"headline": "fix: quiet setup-local success output",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-06T14:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c1a63947c750e86dd1f6d3b56f0beaad604ae8",
"body": "…handoff\n\n[codex] add native messaging local AI handoff",
"is_bot": false,
"headline": "Merge pull request #2 from disbug-io/codex-native-messaging-local-ai-…",
"author_name": "Aswin Kumar K P",
"author_login": "aswinkp",
"committed_at": "2026-05-06T13:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f547647478283e73830b709bc71bbcc81531ae6d",
"body": null,
"is_bot": false,
"headline": "fix: satisfy cli lint checks",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-06T13:32:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86fe26847020432920e69c827cf855869c97f66d",
"body": "- Drop progress frames; native-host now sends only ack/committed/error.\n- Expand setup-local manifest targets to all Chromium variants (Chrome/Beta/Canary/Dev, Brave/Beta/Nightly, Edge/Beta/Canary/Dev, Chromium, Vivaldi, Opera, Arc) on macOS, plus Linux equivalents.\n- Doctor exits 0 when local stack\n[…]\ner install.\n- localstore.WriteFile now subtracts the prior file size on put_file overwrite so totalSize accounting stays accurate.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: tighten local AI handoff UX",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-06T09:40:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "26b4702acf41abc79f3bb23d88fb1c0cca779332",
"body": null,
"is_bot": false,
"headline": "feat: add native messaging local AI handoff",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-06T02:06:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c076bcee31d0d5ce83e3ef3dd58d179465454ba",
"body": null,
"is_bot": false,
"headline": "fix(test): isolate integration harness token and pin selection",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57a2d5c23bbfe2c16f67b9ef57e6d26a4d63ff57",
"body": null,
"is_bot": false,
"headline": "test: add backend integration validation script",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0c5260aef85ffa1d3b48edca434b0c5c5dc94b",
"body": null,
"is_bot": false,
"headline": "docs: fix OpenClaw integration recipe",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:34:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7501ae973c36b057e39add77db320203ffb1bdf4",
"body": null,
"is_bot": false,
"headline": "docs: add per-agent integration recipes",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:27:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14a8cf0e6e614b1e36a25bbb2cb4b5a788402989",
"body": null,
"is_bot": false,
"headline": "docs: clarify install and token path wording",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "779a7a48c61a342bd53479e34661fe0f0767fa7d",
"body": null,
"is_bot": false,
"headline": "docs: README install + quickstart, CHANGELOG unreleased section",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a0ef3d4f799fb7e507d7154c49b687219d40328",
"body": null,
"is_bot": false,
"headline": "fix(build): make openapi regen compile-safe",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-02T00:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd97f2a8469ba820e257d9be86987f6e971b4c6",
"body": null,
"is_bot": false,
"headline": "fix(ci): detect first openapi client generation",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:50:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b63101faebf975a34462b64a2672722f5a40239f",
"body": null,
"is_bot": false,
"headline": "build: oapi-codegen scaffolding + weekly regen workflow",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e537538b0d2c588b1edcd959d37ec6b3fcbe9024",
"body": null,
"is_bot": false,
"headline": "fix(ci): wire release distribution tokens",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:40:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ba0062d52cd9ffd41cb1c39fbd410b7c155c6b6",
"body": null,
"is_bot": false,
"headline": "ci: release workflow on tag push",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2b981a2ea215385f6bce7dbd5ba1fab7ff47d4",
"body": null,
"is_bot": false,
"headline": "fix(build): generate homebrew formula",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:19:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8626391fd2bac391736b24a22c019f28a0c66b",
"body": "…op bucket",
"is_bot": false,
"headline": "build: add GoReleaser config for 6 platform archives + brew tap + sco…",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T23:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b06334c3a068f30227623c1e6ad312a2cb03b7e",
"body": null,
"is_bot": false,
"headline": "test(mcp): add subprocess e2e coverage",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a17ddae82c1df9b55ccc1d751165fb9f4e02fed",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add mcp command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5156b4b072c33344cf6650c2b1b3ea2186019e1",
"body": null,
"is_bot": false,
"headline": "fix(client): map pin search hits to session summaries",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dd9af5cbf31054bb75c4c364e4677a13cce65c0",
"body": null,
"is_bot": false,
"headline": "fix(client): honor search session scope",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7872a8c0dcb29eb577fea75f11a3f9f6fb9a0213",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add search tools",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af7d28eba32f46fa4ac60b613c1ff926198dfec6",
"body": null,
"is_bot": false,
"headline": "fix(mcp): add context to get_pins all-failed errors",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T22:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58d1152e5d99ea7cdaf985b586fbbdc265b4c97f",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add get_pins bulk tool",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:58:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30bd307abacf80339fbdc99d100892ac3666c96",
"body": null,
"is_bot": false,
"headline": "fix(mcp): describe list sessions input schema",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19d417a517b5d78fa4c6b46482bf2d188d0b160",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add session and pin tools",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24071a7591608f18e88db1ff0883640eaa6ff851",
"body": null,
"is_bot": false,
"headline": "fix(mcp): suppress whoami error output",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:35:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15b70935798a5121aec41aa5f1d03c9e9c48dddf",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add whoami tool",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:29:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474fb7de01841f8a8ff51f54ff71ebf22a07294d",
"body": null,
"is_bot": false,
"headline": "fix(mcp): inject stdio server runner",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:22:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27a5c44e4cb0198799002fe3b72ee5d7c9ed80eb",
"body": null,
"is_bot": false,
"headline": "fix(mcp): log stdio server loop errors",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:16:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebb5cc4196cd96112c7f1f559d942fdca2d9aa30",
"body": null,
"is_bot": false,
"headline": "feat(mcp): add SDK bootstrap and stdio server skeleton",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f79bf4d96ad5d8e44b98fe822bdc0dd2cca8d7d",
"body": null,
"is_bot": false,
"headline": "fix: sanitize doctor api error output",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69158d328ce20b6d2f30d0487bd1df90bc51f29a",
"body": null,
"is_bot": false,
"headline": "feat: add disbug doctor command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T21:00:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e09a37f061bd113d59d0f0d8c278eafb4b39f29c",
"body": null,
"is_bot": false,
"headline": "feat(cli): add logout and whoami commands",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1db42c5df3b9cf6de206b4a6d77e154f9195552b",
"body": null,
"is_bot": false,
"headline": "fix(cli): validate login token and ipv6 callbacks",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:46:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6678da941599f6e12e2c92baf1fc5727a44f19da",
"body": null,
"is_bot": false,
"headline": "fix(cli): clean login auth lint issues",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b645bb9444a355615b018650d3f000071d404de",
"body": null,
"is_bot": false,
"headline": "feat(cli): implement login flow",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:34:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16b854888415d7d4b2874c0cf60dbd71f9410fab",
"body": null,
"is_bot": false,
"headline": "feat(auth): embed login callback pages",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e2ed95b9a3ad4c36ffd31d39e23584645f4fc1",
"body": null,
"is_bot": false,
"headline": "fix(auth): unblock listener waits on close",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:18:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b1caad14b3d81c623c5d5ba937c11081ff3baa9",
"body": null,
"is_bot": false,
"headline": "feat(auth): add state, callback listener, and browser opener",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcd3174b5c1ad0a50ee11c7f9cdf16e70d02aa04",
"body": null,
"is_bot": false,
"headline": "fix(token): ignore whitespace XDG config home",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:06:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e597d4b09f5ccef7eab5fde8f9081bc0452aad9d",
"body": null,
"is_bot": false,
"headline": "style(cmd): format command tests",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T20:01:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a16081e698aa0048c91ff328f099f1aa7e5d5ec",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add search command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d81e2e51006076e1edc18d7255c255136e2fe6",
"body": null,
"is_bot": false,
"headline": "fix(cmd): clean pins network failure output",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:50:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f966fd23a7a9a4983c055f7ac006fc20aa288234",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add pins bulk command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "585c64beb13aaca481fe48d017e634720a1b7357",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add pin retrieve command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a8f284925f783c2b9c7267729c49d6331ff1908",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add session detail command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55fd260e9968d54c09eb8fa880529a5a10055cf6",
"body": null,
"is_bot": false,
"headline": "fix(client): align sessions schema limit",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5222e675260a26adcf0504abd86ef5be9af481f5",
"body": null,
"is_bot": false,
"headline": "feat(cmd): add sessions list command",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47d31c203c4aaf441be8c9deccfb8e85bd534d71",
"body": null,
"is_bot": false,
"headline": "feat(cli): add authenticated client helper",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T19:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd2c3bf20bdbbb156bfd15b5a7e48779e3f8e608",
"body": "…rsion + completion stubs",
"is_bot": false,
"headline": "feat(cmd): wire Kong root, RootFlags, Execute() with bindings; add ve…",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5c78e0cbdb43de85f936599822b2d300dfaf95",
"body": null,
"is_bot": false,
"headline": "fix(client): preserve nullable pin URL fields",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0590030d5f8a46132848af16476cea9e41d4f7ce",
"body": null,
"is_bot": false,
"headline": "fix(client): report bulk errors for canceled undispatched pins",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76e7fd495b97e58140dc2c2d972ac08477d883cf",
"body": null,
"is_bot": false,
"headline": "fix(client): align API structs and schema with design contract",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a96acfe960310fcd7da9e4a98b8a6e4f58b0a4",
"body": null,
"is_bot": false,
"headline": "feat(client): list_sessions, get_session, get_pin, bulk fan-out (8-way)",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:31:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf49942b3a0cdf74f4dc49951317bc447f90223",
"body": null,
"is_bot": false,
"headline": "fix(client): preserve HTTPDoer semantics and drain decoded bodies",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:19:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c368c92b6c826ef20ef9821f865918965e9f415",
"body": null,
"is_bot": false,
"headline": "feat(client): Client constructor, /api/me/, JSON error envelope decoding",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad326bee52f5d8b77fc57c5d9b751eea3d618931",
"body": null,
"is_bot": false,
"headline": "fix(client): treat context errors as terminal retries",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T18:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9721a88751bbcae5608445af82c425b746a9261b",
"body": null,
"is_bot": false,
"headline": "fix(client): drain retry responses with bounded reads",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16330d8cad5548002fed0d729dce4afc61c22b90",
"body": null,
"is_bot": false,
"headline": "fix(client): make retry waits and drains bounded",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12a1a8851f0ba7da6c6270ba2eced9a02743de0c",
"body": null,
"is_bot": false,
"headline": "fix(client): use original body for first retry attempt",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2d3171d90ad02e99ebf8dd3d5d2d1e1120dade9",
"body": null,
"is_bot": false,
"headline": "fix(client): stop retries when context is canceled",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:46:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7037fb9ccea1859e483c98cd21fb70f70276ab72",
"body": null,
"is_bot": false,
"headline": "feat(client): retry transport with exponential backoff + Retry-After",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92dd42b753a389fb0a0ac5478039d22f60cfe4e0",
"body": null,
"is_bot": false,
"headline": "feat(client): auth transport injects Bearer token, Accept, User-Agent",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:36:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc14d454ed179bec6387e8899207f5106bc0c383",
"body": null,
"is_bot": false,
"headline": "test(client): add backend OpenAPI schema contract gate",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbaffa557b8689ef59f4c1664995e9b68219e93e",
"body": null,
"is_bot": false,
"headline": "test(seams): isolate disabled hook tests",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eba44f5947eacf0ba2fcb901d391e67cdb886cc",
"body": null,
"is_bot": false,
"headline": "fix(seams): allow explicit env opt-in for test hooks",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:19:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6980346c88e4fa1a50c514d676968c878a1d545e",
"body": null,
"is_bot": false,
"headline": "fix(seams): gate test env hooks explicitly",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19d16284c10354237d13b4884b8809e1d5dddfb",
"body": null,
"is_bot": false,
"headline": "feat(seams): add shared test seams",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb554534ec5fc4abdd6dcc48f38c4a6950d12564",
"body": null,
"is_bot": false,
"headline": "fix(ui): default nil writers to discard",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c496208b312db589070218d8c5a8502a46214e5",
"body": null,
"is_bot": false,
"headline": "feat(ui): stdout/stderr writers with color-mode resolution",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T17:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "363b80f92844f3a64d8542100c2d9843ae47ad88",
"body": null,
"is_bot": false,
"headline": "fix(errfmt): map auth error codes to auth exit code",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:55:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90d2d1f5bdca06ddd74fff81ca1ee7e19ba259e",
"body": null,
"is_bot": false,
"headline": "feat(errfmt): error types + central formatter + stable exit codes",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb199558e1a4ae4c5e27dcb30c50cdb92df833a9",
"body": null,
"is_bot": false,
"headline": "fix(token): create profiles atomically when not forcing",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd1cba04cb6fd17b5e50d08328fdd037eee518dc",
"body": null,
"is_bot": false,
"headline": "fix(token): persist complete profile JSON shape",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c95aaf538b03d1ad4c029bf1bb14c6efbadc3cdc",
"body": null,
"is_bot": false,
"headline": "test(token): cover profile path and api url overrides",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edd554cebc5698d200aa874d70657ca4da28c172",
"body": null,
"is_bot": false,
"headline": "fix(token): trim environment token override",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:36:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ecce700a18a5b589313251643b2972003cb0a9a",
"body": "…ofile>.json (0600)",
"is_bot": false,
"headline": "feat(token): profile-based token store at $XDG_CONFIG_HOME/disbug/<pr…",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a08f031ada9d6664b1bb5c1d2e6a940dc4b98c62",
"body": null,
"is_bot": false,
"headline": "feat(outfmt): JSON encoder with optional --pretty mode",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:28:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896c01c23375712ef60c27f7c10c20bd7ef35601",
"body": null,
"is_bot": false,
"headline": "fix(ref): canonicalize deduped pin fields",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e663653d06396b399f574726cd188925fbab98a",
"body": null,
"is_bot": false,
"headline": "fix(ref): reject empty field lists",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da9cd9bbcc228ad1d2596cd1e34d665e1b50d49",
"body": null,
"is_bot": false,
"headline": "feat(ref): parse session/pin refs and validate field vocabulary",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T16:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80402ed2ff1c629bd26a5fbbc85c13e12d26c114",
"body": "…build matrix)",
"is_bot": false,
"headline": "ci: add CI workflow (fmt-check, lint, test on ubuntu; cross-platform …",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T13:10:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b88d4d73ca4aa4734562dcd006470afe68d6684f",
"body": null,
"is_bot": false,
"headline": "chore: add .editorconfig",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T13:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4d5b83f9d8c291709c9246402332dbc70c51a27",
"body": "Anchor Kong via tools.go (build-tagged so it stays out of normal builds\nbut survives go mod tidy) until Task 3.1 introduces the real Kong-based\narg parsing. Anchor testify via a small smoke test for VersionString\nand ExitCode.",
"is_bot": false,
"headline": "chore: add Kong (CLI framework) and testify dependencies",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T13:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "719efa5272009f202326f575917d33855c7e8d75",
"body": null,
"is_bot": false,
"headline": "feat: scaffold cmd/disbug entry point with version vars + stub Execute",
"author_name": "Aswin Kumar KP",
"author_login": "aswinkp",
"committed_at": "2026-05-01T13:07:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 103,
"latest_release_at": "2026-07-17T12:24:40Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 6,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/disbug-io/disbug-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/disbug-io/disbug-cli",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/disbug-io/disbug-cli",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T11:29:17Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-08",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [
".github/workflows/openapi.yml"
],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 25640,
"source_files_sampled": 92,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/alecthomas/kong",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.0"
},
{
"name": "github.com/getkin/kin-openapi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.124.0"
},
{
"name": "github.com/modelcontextprotocol/go-sdk",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 5,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "aswinkp",
"commits": 100,
"avatar_url": "https://avatars.githubusercontent.com/u/13487303?v=4"
},
{
"type": "User",
"login": "kavin-raj-g",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/277740234?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"openapi.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/20 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 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": 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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "46eb0d3dbb64423f2af55c1d222140f3d37ae305",
"ran_at": "2026-07-23T20:45:43Z",
"aggregate_score": 3.3,
"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-20T08:49:33Z",
"oldest_open_prs": [
{
"number": 9,
"created_at": "2026-06-15T13:37:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 11,
"created_at": "2026-07-20T13:13:20Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-17T11:29:18Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2026-05-02T00:47:54Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/disbug-io/disbug-cli",
"host": "github.com",
"name": "disbug-cli",
"owner": "disbug-io"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 33,
"vitality": 65,
"community": 29,
"governance": 37,
"engineering": 84
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"commits_last_year": 103,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 6
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "6/52 weeks with commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 6
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "103 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 103
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 0,
"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": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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": "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 (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 37,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.971
},
"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 97% of commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"merged_prs": 5,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5/8 decided PRs merged",
"points": 23.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5,
"decided": 8
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "disbug-io",
"public_repos": 3,
"account_age_days": 865
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of disbug-io",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "disbug-io"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~2 yr old",
"points": 9.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/disbug-io/disbug-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/20 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 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": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 2
},
"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": 67,
"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.98,
"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": "98 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.03,
"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.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 25640,
"source_files_sampled": 92,
"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/92 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 92,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": [
".github/workflows/openapi.yml"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": ".github/workflows/openapi.yml",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/workflows/openapi.yml"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-23T20:45:53.970662Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/disbug-io/disbug-cli.svg",
"full_name": "disbug-io/disbug-cli",
"license_state": "standard",
"license_spdx": "MIT"
}