Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 226,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 118814,
"Shell": 3091,
"Makefile": 449
},
"pushed_at": "2026-07-22T05:15:41Z",
"created_at": "2026-02-15T17:09:11Z",
"owner_type": "User",
"updated_at": "2026-07-26T14:46:35Z",
"description": "Command line tool to manage your books in Goodreads",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://lakeview.fi",
"name": "Jari Mäkelä",
"type": "User",
"login": "yareeh",
"company": "Lakeview",
"location": "Helsinki, Finland",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/400662?v=4",
"created_at": "2010-09-15T18:13:28Z",
"is_verified": null,
"public_repos": 13,
"account_age_days": 5792
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2026-07-22T05:17:21Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2026-07-19T12:12:43Z"
},
{
"tag": "v1.7.2",
"kind": "patch",
"published_at": "2026-06-20T08:45:34Z"
},
{
"tag": "v1.7.1",
"kind": "patch",
"published_at": "2026-06-09T07:15:00Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-06-09T07:09:50Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-06-01T09:10:28Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-06-01T07:08:35Z"
},
{
"tag": "v1.4.5",
"kind": "patch",
"published_at": "2026-04-22T07:43:09Z"
},
{
"tag": "v1.4.4",
"kind": "patch",
"published_at": "2026-04-20T15:05:49Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2026-04-20T15:04:29Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2026-04-20T14:36:54Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2026-04-19T19:01:59Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-04-19T18:17:21Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-04-07T09:10:53Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-04-06T06:56:21Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-03-21T08:25:12Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-02-21T18:47:34Z"
}
],
"recent_commits": [
{
"oid": "94ae2c976414778c493611d8d50377ef695fc3e9",
"body": "…click (#230)\n\nIssue #230 traced through the interaction log: on an unshelved book the\nold flow clicked \"Want to Read\" hoping to shelve the book AND transition\nthe button into the edit-shelf variant on the same page. Both halves\nfailed — the click didn't shelve server-side (the user's currently-\nrea\n[…]\nAndRemove /\nTestIntegrationMarkCurrentlyReading against live Goodreads.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "fix(shelf): open shelf dialog via chevron dropdown, not two-step WTR …",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-22T05:15:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1cc5f872a72b5dd4cca70ee754f47a48ab17900b",
"body": "Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "chore: bump version constant to 1.8.0",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-19T12:10:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d5cdd7675f36cd90507dee8e4dd65c4356c15cf1",
"body": "…+listshelf\n\nGoodreads started walling /book/show/<id> and /review/list/<user>?shelf=…\nbehind an AWS WAF JavaScript challenge in July 2026 (status 202 plus a\ngokuProps / awsWafCookieDomainList landing page). The plain HTTP client\ncan't execute the JS to earn the aws-waf-token cookie, so both endpoin\n[…]\n defaults to rod for\nthese two commands so end users don't hit the WAF.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "feat(waf): detect AWS WAF 202 challenge and clear it via rod for book…",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-19T12:10:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2c0dd122212f2174bf7f1527a90cc42a4e388851",
"body": "Bug: \"failed to add book to currently reading shelf\" — the\nverifyShelf poll compared the aria-label parsed from `Shelved as\n'<label>'` against the exact wantLabel with `==`. Any casing or\npadding shift in Goodreads' emitted label caused a false negative\neven when the shelf had actually changed. Now \n[…]\nr tells us which specific step drifted next time the shelf\nflow breaks.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "fix(shelf): case-insensitive verifyShelf + per-step instrumentation",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-19T12:09:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "448fd5e649c2d37ace779148eaaa22325a1e95d0",
"body": "The previous saveDebugScreenshot early-returned on any Screenshot\nfailure — so a Cloudflare interstitial (or any WAF page) that blocked\nscreenshots also silently dropped the HTML dump, leaving\n~/goodreads-cli-debug.* empty on the errors that most needed diagnostic\ndata. Rewritten as saveDebugArtifac\n[…]\no — the last\ntouched in a later commit) route through the new function.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "fix(debug): write screenshot, HTML and interaction log independently",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-19T12:09:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "566113994eeae1310192adf9de994da781f866ea",
"body": "Every command invocation now accumulates a full, timestamped record of\nits interaction with Goodreads — navigations, clicks, element lookups,\nJS evaluations, HTTP requests. The tail is dumped to\n~/goodreads-cli-debug.log.json on any error path so the user can attach\na machine-readable trace to a bug\n[…]\n, auth, and\n shelflist paths so every server-visible step is captured.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015bf6ACbooxi8gd5XSHbRZ1",
"is_bot": false,
"headline": "feat(log): add InteractionLog + wire into Browser and Client",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-07-19T12:08:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4a09d2a246ae5c442ac19f17807cf62458da00ca",
"body": "Closes skyeclaw/skyebot#218 (and the same root cause behind #217).\n\nAddToShelf was returning success as soon as `option.MustClick()` didn't\npanic — but on a slow / WAF-walled page the click can land on a stale\nDOM and never reach Goodreads's backend. The user-visible symptom was\nthat the bot reporte\n[…]\nith the verification step active — so the happy path still passes\n end-to-end against live Goodreads.\n\nBumped version to 1.7.2.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(shelf): verify the shelf actually changed after the click",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-06-14T05:43:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e78f046d2fe1d6117cd1156a0fd97fbbfdedbd64",
"body": "govulncheck flagged stdlib CVEs in go1.25.8 that we actually exercise:\n\n - GO-2026-5039 (net/textproto): Arbitrary inputs included in errors\n without escaping. Reached via Client.FetchBookDetails → io.ReadAll →\n textproto.Reader.ReadMIMEHeader.\n - GO-2026-5037 (crypto/x509): Inefficient cand\n[…]\nquested toolchain). v1.7.0 binaries shipped\nwith go1.25.8 — re-release as v1.7.1 so the installed binaries get\nthe patched stdlib.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump go directive to 1.25.11, release v1.7.1",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-06-09T07:13:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "817cededba2075d42fe93cdee3e27798831c8c13",
"body": "New command `goodreads list-shelf <shelf-name> [--json]` returns the books\non one of the logged-in user's shelves. Powers the `/gr read <title>`\nshort-circuit in skyebot: if the title is already on currently-reading,\nmark it finished without going through the global search keyboard\n(skyebot issue #2\n[…]\nlf` hits the live shelf for the logged-in\n account and asserts every book has an ID + title. Full gated suite\n green (172s).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(list-shelf): list books on a Goodreads shelf via HTTP",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-06-07T18:21:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5e49505778ea6c87cb0436d39534c5955ca4bb01",
"body": "Adds internal/version (Constant, Current() via runtime/debug.ReadBuildInfo,\nGTE) and sets it on the cobra root command's Version field. Mirrors the\npattern already used in bibdb.\n\nBumps Constant to 1.6.0 for the upcoming release.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: `goodreads --version` reports the release string",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-06-01T09:07:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8b99781b8c66842c858285c2676c4867ad5c1cec",
"body": "Three fixes that turn `go test ./...` from \"sometimes-red, sometimes\ngreen, always slow\" into \"fast and deterministic; slow live suite is\nexplicitly opt-in\":\n\n1. NewBrowser launches Chrome with --no-sandbox by default. The\n sandbox needs unprivileged user namespaces (kernel.unprivileged_-\n usern\n[…]\nn CLAUDE.md).\n\nVerified: both `go test ./...` and `go test -tags integration ./...`\ngreen; the latter took 106s and is repeatable.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: stabilise integration tests + gate them behind a build tag",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-05-31T19:38:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "33b1174dd1c0b12e0cee0ea54237647e68b268b6",
"body": "Goodreads pages embed two structured payloads (a JSON-LD <script> block\nand a Next.js __NEXT_DATA__ Apollo state) that carry ISBN-10/13,\npublisher, edition publication date, original title, language, page\ncount and format. None of that has been reachable from the CLI until\nnow — Search() only popula\n[…]\nh edition\nof André Brink's \"An Instant in the Wind\", reported in the bug) is a\ncaptured fixture; the parser test pins every field.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: structured book-details parser + `goodreads book` command",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-05-31T13:56:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "09fc67766e56d1b3c65bfc06b49d7a7f3e1e25a3",
"body": "- saveDebugScreenshot now also saves ~/goodreads-cli-debug.html for\n remote diagnosis when shelf dialog selectors fail\n- JS fallback now also searches data-testid, div/span with shelf class\n names, and listbox children — covers more Goodreads DOM variants\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: dump HTML alongside debug screenshot, broaden shelf selector",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-22T07:36:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db0d5d4d04bb3019704fb757f8549b9bf19f82e5",
"body": "…gression test\n\nTestMain loads .env (gitignored) for local runs; CI uses GitHub secrets.\nTestIntegrationShelfCurrentlyReading exercises the exact broken path —\nmoving a book to currently-reading via the shelf dialog.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add .env support for integration tests and currently-reading re…",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-20T15:04:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3c6a927a487abd5f72f48bef35a7129f7be81cef",
"body": "DOM inspection revealed the real labels are \"Currently Reading\" and\n\"Want to Read\" (capital R), not lowercase. Also switch from *= (contains)\nto = (exact) so \"Read\" never accidentally matches \"Currently Reading\".\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix #49: correct shelf dialog aria-labels and use exact CSS match",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-20T15:02:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f72cc219b632dcb3d9a3c57f73c2d652a3183254",
"body": "…guards\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: document real Goodreads shelf DOM selectors and add regression …",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-20T14:34:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4959fd83efbfbaf0dcb62689f8ba5fde6a190088",
"body": "When the CSS aria-label selector fails (Goodreads UI changes), fall back\nto JavaScript that searches all interactive elements by both aria-label\nand textContent, case-insensitively. This survives UI restructuring that\nremoves or renames aria-label attributes.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix #49: add JS text-content fallback for shelf option selection",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-19T19:01:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db4e12cf2a8916b53ab52142493671d5bf1e0914",
"body": "- Extract shelfSelectorFor() with *= (contains) instead of exact = match,\n tolerating minor Goodreads aria-label variations\n- Increase sleep after clicking shelf buttons from 1s to 2s\n- Add MustWaitStable() after clicking the edit button before looking for options\n- Increase shelf dialog option timeout from 5s to 10s\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix #48: use contains selector and longer waits for shelf dialog",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-19T18:17:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bc461073dc124bee046444446c3dbbdf08cc838a",
"body": "Add SameSite mapping from rod cookies and nosec annotation for\nreplayed browser session cookies that preserve original attributes.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "security: fix gosec G124 cookie attribute warning",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-07T09:10:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6535f8694f25beb728f519e26a8369d9f548cf40",
"body": "Updates Go from 1.21 to 1.25.8 to fix 25 stdlib vulnerabilities.\nFixes gofmt issues that caused pre-commit check failures.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "security: update Go to 1.25.8, fix formatting",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-07T09:05:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "267e103688c4924e3bd31c01af25cf2ef3be5bd2",
"body": null,
"is_bot": false,
"headline": "security: pre-commit hooks installer",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-04T08:58:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954c0e3773e2dcb37429eaf99134053f0dad5f06",
"body": "Harden supply chain, permissions, and add pre-commit hooks.\n\n- Fix debug screenshot written with 0644 (world-readable) → 0600\n- Replace 'go mod tidy' in install.sh with 'go mod download && go mod verify'\n and add -mod=readonly to both build commands\n- Add 'go mod verify' and gosec security lint steps to CI\n- Add .pre-commit-config.yaml with gitleaks secret scanning and go-fmt/go-vet",
"is_bot": false,
"headline": "security: add hardenings",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-04T08:55:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a06c890241221fb8662e128e9e20568a3836689d",
"body": null,
"is_bot": false,
"headline": "chore: Suppy-chain vulnerability risk mitigation",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-04T07:55:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edefbdb290aa4fd21941a326a19832f2e2b2d2be",
"body": null,
"is_bot": false,
"headline": "chore: TDD instructions",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-04-04T06:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b898f4dc17baa43f03efd6e97f05bb48dd26c7",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Retract v1.0.0 due to incorrect module path",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-03-21T08:23:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "18455deca880bdae75bcf9cbc4b9b93fe5497a81",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix module path from github.com/jari/ to github.com/yareeh/",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-03-21T08:18:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e0db282d3eaf8246206398188a29593aeacbeea",
"body": "setupBrowserWithLogin now tries loading cookies saved to disk by\nTestIntegrationLogin before attempting a fresh login. This avoids\nrepeated Amazon login attempts which trigger CAPTCHAs in CI.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix integration tests: reuse session cookies between tests",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-28T16:43:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0c297d8203595293aeffa7a5f6398ecc218737e",
"body": "The Chromium sandbox requires CLONE_NEWUSER which GitHub Actions\nrunners don't support, causing ZygoteHostImpl::Init() crash.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CI: disable Chrome sandbox in GitHub Actions",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-28T15:56:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6209eb17dcf6c3a9b690d8e4332371e4d7c47ffa",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add GoReleaser, release workflow, and Homebrew tap support",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-21T18:39:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25a87a5896d6eb198dc7d8c1a9ea8c4675b340ca",
"body": "New logout command removes saved session.\nLoadConfig now reads GOODREADS_EMAIL and GOODREADS_PASSWORD\nenv vars (takes precedence over config file).\nIntegration tests: login via env vars, shelf operations.\nCI: installs Chromium deps, runs browser tests when secrets set.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add logout, env var credentials, and login integration test",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-21T17:44:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ffeeef486d3b5ed7564b9e7dd665048239cb26ab",
"body": "Unit tests for: search HTTP client, config loading/validation,\nmodel JSON serialization, path helpers.\n\nIntegration tests: search queries against live Goodreads API,\nbrowser-based shelf operations (skipped without session cookies).\n\nCI updated: unit tests in short mode, integration tests in\nseparate job. Search tests always run; browser tests require\nGOODREADS_SESSION_COOKIES secret.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add unit tests and integration tests",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-21T17:29:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd6a9df1d4e77c478029556245dbd270230b96a9",
"body": "go.sum is the module lockfile and should be committed.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Track go.sum for reproducible CI builds",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-21T17:09:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e01d79f36a1b20f291a726a5f4d05434a81ccf90",
"body": "GitHub Actions CI with codecov. README badges: CI, codecov, Go version,\nrelease, license, Go Report Card, \"Built for AI Agents\". CLAUDE.md\nwith release instructions.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add CI, badges, and release instructions",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-21T17:03:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6bd44a9cf6146a7964d3afe28b6e33b8c12e831",
"body": "README now lists apt install command for Linux in the setup steps.\nInstall script detects Linux and checks for missing shared libraries,\nprinting the install command if any are missing.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add Linux Chromium dependencies to README and install script",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:40:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1019c3188d255c92d0d5a797a11f143115232283",
"body": "Add libxcomposite1, libxfixes3, libxkbcommon0, libdrm2, libatspi2.0-0\nto the apt install command shown when Chromium fails to launch.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add missing Linux dependencies to browser error message",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:31:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "59ee0e333541d763daf8e21e5734f4b10b17b17d",
"body": "Replace MustLaunch/MustConnect with error-returning versions so missing\nChrome dependencies on Linux produce a helpful error message with the\napt install command instead of a panic stacktrace.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Handle browser launch errors gracefully instead of panicking",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:28:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a8037ea5c88b47da726a286bfbc9283be9f43a8",
"body": "Chrome is needed for all browser commands, not just the recorder.\nRod downloads Chromium automatically so it's not an error.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix misleading Chrome warning in install script",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:25:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5185080f7d61c36eed6e3e8abd0be4a32f6d0746",
"body": "Document how to request new books to be added to the Goodreads database,\nboth for English/international books (new topic in Librarians Group) and\nFinnish books (reply to existing topics 22841389 and 23181050). Includes\nhuman-in-the-loop requirement — agent must confirm with user that the\nbook truly doesn't exist before posting.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add book addition request instructions to SKILL.md",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:07:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2846ff8c12ce9acc7fd4f219075ffe12afa14801",
"body": "SKILL.md at repo root with full agent reference for all commands,\ncommon workflows, and troubleshooting. README links to it with\ninstall instructions.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add agent skill documentation",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T17:02:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "631e9adeb13a04cf360ae19baa65b2d7c882db9f",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add MIT license",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:56:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f309749c91cf19debf6be2d618a71d3485de0f77",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove update command stub",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:54:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "065b2d8869353ea11bd0cf4422f99372a4677b08",
"body": "…al --no-headless\n\nRename the post command to post-reply for replying to existing topics.\nAdd post-topic for creating new discussion topics in groups. Both\ncommands support --book and --author flags to add reference mentions\nvia the lightbox search. The mention flow resolves IDs to names, searches\ni\n[…]\norrect Add button by matching the ID\nin the onclick handler. Move --no-headless to a global persistent flag\nso all browser commands can use it.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Rename post to post-reply, add post-topic, book/author mentions, glob…",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:53:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "21d47c5ab0759c9bd9559224ea802f54b84df4ae",
"body": "Navigate to the topic page, fill the comment textarea, and click Post.\nTakes a topic ID and --message flag.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Implement post command for discussion topics",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:23:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "21d3bc9c815c9e8014e38cabcf97442ef7f821fc",
"body": "For unshelved books, first click \"Want to Read\" to shelve it, wait for\nthe button to change to the edit variant, then open the shelf dialog to\npick the target shelf. This makes `new` and `finished` work correctly\non books that haven't been shelved yet.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix shelf flow for unshelved books",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:15:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ba3f4b88a2fdf535869ef539f95742e9312f61d",
"body": "Handle both shelved and unshelved book states. Click the edit-shelf\nbutton to open the shelf dialog, then select by aria-label (\"Currently\nreading\", \"Read\", \"Want to read\"). Add debug screenshots on failure.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix shelf selectors to match actual Goodreads DOM",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T16:09:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e17c729e1f48c0b323ce52d04c5c72ab00845435",
"body": "Use the correct .authPortalSignInButton selector to click \"Sign in with\nemail\" on the Goodreads sign-in page. Add --no-headless flag to login\ncommand for debugging. Save debug screenshot to ~/goodreads-cli-debug.png\non login failure.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix login flow and add --no-headless flag",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T15:58:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c8eece7c831b732b8e6227adfe639e2ee71cfd5d",
"body": "Login now uses headless Chrome via rod to navigate Amazon's OpenID flow,\nsince Goodreads uses client-side password encryption that can't be\nreplicated with plain HTTP. Shelf operations (new, finished, shelf) also\nuse rod to interact with the Next.js UI. Search uses the clean JSON\nautocomplete endpoint via plain HTTP. Session cookies are persisted to\n~/.goodreads-cli-session and shared between rod and HTTP client.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Use rod for login and shelf operations, implement search",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T15:51:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "df4f864935c8ef85d5ccdc1c7443dc2b718ad2aa",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Jari Mäkelä",
"author_login": "yareeh",
"committed_at": "2026-02-15T15:21:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 48,
"latest_release_at": "2026-07-22T05:17:21Z",
"latest_release_tag": "v1.8.1",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 10,
"days_since_latest_release": 4,
"mean_days_between_releases": 10.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/yareeh/goodreads-cli",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/yareeh/goodreads-cli",
"is_deprecated": false,
"latest_version": "v1.8.1",
"repository_url": "https://github.com/yareeh/goodreads-cli",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-22T05:15:27Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 3,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-26",
"count": 2
}
],
"complete": true,
"collected": 3,
"total_forks": 3
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"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": 13740,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1666
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 10,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/go-rod/rod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.116.2"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.8.1"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/go-rod/rod",
"direct": true,
"version": "v0.116.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.8.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.5",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/fetchup",
"direct": false,
"version": "v0.2.3",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/goob",
"direct": false,
"version": "v0.4.0",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/got",
"direct": false,
"version": "v0.40.0",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/gson",
"direct": false,
"version": "v0.7.3",
"ecosystem": "go"
},
{
"name": "github.com/ysmood/leakless",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 3,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "yareeh",
"commits": 48,
"avatar_url": "https://avatars.githubusercontent.com/u/400662?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "94ae2c976414778c493611d8d50377ef695fc3e9",
"ran_at": "2026-07-26T18:01:25Z",
"aggregate_score": 4.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-22T05:17:28Z",
"oldest_open_prs": [
{
"number": 1,
"created_at": "2026-07-26T18:01:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/yareeh/goodreads-cli",
"host": "github.com",
"name": "goodreads-cli",
"owner": "yareeh"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 54,
"vitality": 77,
"community": 30,
"governance": 37,
"engineering": 75
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"commits_last_year": 48,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 10
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "10/52 weeks with commits",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 10
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "48 commits in the last year",
"points": 15.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 48
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v1.8.1",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 10.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~10.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 10.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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 30,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"forks": 3,
"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": "3 forks",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 3
}
}
],
"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": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "yareeh",
"public_repos": 13,
"account_age_days": 5792
},
"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": "24 followers of yareeh",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "yareeh"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "13 public repos, account ~15 yr old",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 13
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/yareeh/goodreads-cli"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": 75,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": 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": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 42,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 4.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 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": "12 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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 10 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": 10
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 10,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": 10,
"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": 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": "excellent",
"name": "AI Readiness",
"value": 88,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.875,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1666
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "42 of 48 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 48
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 86,
"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.896,
"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": null,
"points": 11,
"status": "met",
"details": [],
"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": "43 of the last 48 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 43,
"sampled": 48
}
}
],
"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 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 13740,
"source_files_sampled": 32,
"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/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-26T18:01:30.185036Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/y/yareeh/goodreads-cli.svg",
"full_name": "yareeh/goodreads-cli",
"license_state": "standard",
"license_spdx": "MIT"
}