原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 231,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 213720
},
"pushed_at": "2026-07-21T10:31:37Z",
"created_at": "2025-09-02T16:11:11Z",
"owner_type": "User",
"updated_at": "2026-07-21T10:32:13Z",
"description": "J-Quants API Client for Go",
"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": "Satoshi Shiga",
"type": "User",
"login": "s-shiga",
"company": null,
"location": "Tokyo",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/113311326?v=4",
"created_at": "2022-09-11T20:11:46Z",
"is_verified": null,
"public_repos": 4,
"account_age_days": 1412
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.3.4",
"kind": "patch",
"published_at": "2026-07-21T10:31:45Z"
},
{
"tag": "v2.3.3",
"kind": "patch",
"published_at": "2026-07-21T08:48:05Z"
},
{
"tag": "v2.3.2",
"kind": "patch",
"published_at": "2026-07-21T08:48:04Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-07-21T08:47:45Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2026-07-20T05:47:30Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2026-07-19T02:11:31Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2026-07-19T01:34:58Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-07-21T09:53:47Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-21T09:53:49Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:50Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-07-21T09:53:51Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:53Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:54Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:55Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:57Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-21T09:53:58Z"
}
],
"recent_commits": [
{
"oid": "a704cac03bc01a22e155313fcc499de64d67f35d",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "bump Version constant to 2.3.4 to match release tags",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T10:31:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f466c06b00e635ec258594f287b15cf956d9e62a",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add CI badge to README",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T10:07:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "506cfc25c7f4e301ec58c3017a1e2346b4d33870",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "bump CI actions to current majors to clear Node 20 deprecation warning",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T10:05:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9f573476c5ab3fa38ffd2b475fc69792270c5ca0",
"body": "Live-API tests now skip (instead of failing) when J_QUANTS_API_KEY is\nunset, so go test compiles and runs test binaries in CI without a key.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add CI workflow that runs without live API data",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T10:03:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0362bcd7c58ba370d31008a2e28685410c1b1cc6",
"body": "A truncated response body (unexpected EOF mid-JSON on a very large\npage) aborted an entire paginated fetch. Truncated bodies, connection\nresets, and network round-trip errors are now classified as a typed\ntransient transport error and retried with the same bounded policy as\n429/5xx; context cancellation remains fatal.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "retry transient transport failures, not just retryable status codes",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T08:37:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42e5a2986abbbad3caac513b32153cbeb1c08a03",
"body": "A live fetch returned ShsHeld=140365.3: filings express holdings in\nthousands of shares with decimal fractions, so the v2.3.1 rule (money\nfloat64, counts int64) was insufficient. All EDINET numerics are now\nfloat64 by policy; the data is LLM-extracted and any field may be\nfractional.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "make all EDINET numeric fields float64 — share counts are fractional too",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-21T06:32:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c70abf222d0f6ada65b06b0e759cd5014c04b6ef",
"body": "LargeVolumeAcquisitionDisposal.Price decodes 718.33 from the live API;\nint64 aborted the entire fetch. All money-denominated EDINET fields\n(prices, amounts, book values, acquisition costs, sale amounts, funds)\nare now float64; share counts remain int64.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix EDINET money fields to float64 — API returns decimal amounts",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-20T13:46:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2954eab13e4ed293efa689c3312d91876b667747",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "bump Version constant to 2.3.0 to match release tags",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-20T05:44:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "161c92a8619e1134a60307c2926bfe92bf12678b",
"body": "…bulk download\n\nMinute stock prices (/equities/bars/minute), TDnet disclosure index/\nfiles/CSV (/td/list, /td/files, /td/bulk), and the generic bulk download\nendpoints (/bulk/list, /bulk/get), which are the only delivery path for\nthe tick-level stock trades add-on.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add add-on plan endpoints: minute bars, TDnet timely disclosure, and …",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-20T05:42:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c7ad938bbf41b22f1ea5150868bcb92ab38d9397",
"body": "…tails, dividends, breakdown trading, and morning session prices\n\nCovers the full J-Quants API v2 surface. Adds a NoContent error type for\nthe HTTP 210 response the morning-session endpoint returns outside the\npublication window.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add Premium-plan endpoints: futures, all-underlyings options, fins de…",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-20T05:24:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "15f912c784c529d67abbc74a28416bffcc9bf9f5",
"body": "…sing\n\n- add usage sections for FinancialSummary, OutstandingShortPosition,\n MarginAlert, EarningsCalendar, and the three EDINET endpoints\n- rewrite Not Yet Implemented as the Premium-only endpoint list\n- update retry documentation for 429/502/503/504 coverage\n- fix import path casing S-Shiga -> s-shiga to match go.mod\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "document new Standard-plan endpoints in README and fix module path ca…",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-19T02:12:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7bbc779de2b5899b10675384df657f4811d4dba9",
"body": "…in alert, earnings calendar, and EDINET filings\n\n- FinancialSummary (/fins/summary): 107-field financial data summary\n with numeric-string fields parsed to *float64 (empty = nil)\n- OutstandingShortPosition (/markets/short-sale-report), replacing the\n not-implemented placeholder\n- MarginAlert (/ma\n[…]\nossShareholdings, LargeVolumeShareholders\n (/edinet/*)\n- real-API tests for all seven endpoints; premium-only placeholders\n annotated as such\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "add Standard-plan v2 endpoints: fins summary, short sale report, marg…",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-19T02:07:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cb01e35df432b5a5592941c815f6e6839d108182",
"body": "…ake option volume fields nullable\n\n- decode gzip only when Content-Encoding says so, preventing uncompressed\n error bodies (413/429/5xx) from masking the real HTTP status\n- add typed errors for 429/502/503/504 and retry on them in addition to\n 500, honoring Retry-After for 429 with RetryInterval \n[…]\ndex code in indices.go doc comment (0001 -> 0028)\n- document that *WithChannel callers must check the returned error after\n the channel closes\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix gzip handling of uncompressed bodies, widen retry coverage, and m…",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-19T01:14:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d686e23d18ff8e53bd09a534759c8058d6bcc1f9",
"body": "- Add generic getJSON helper that sends a request, closes the response\n body (previously leaked on every call), checks status, and decodes\n JSON; replace all seven duplicated send*Request methods and the\n inline bodies in IssueInformation and TradingCalendar with it\n- Close the channel on all exi\n[…]\nny in option.go, rename unmarshalTime to\n nilIfEmpty, and set Date directly instead of via a nil-able pointer\n- Commit go.sum and ignore .idea/\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix response body leak and refactor request handling",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-04T08:40:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "87f404b7fa182cc1f07cfd43f9b9f56d97c41d95",
"body": "Nikkei 225 strike prices exceed 32767, so parsing them into int16\nsilently wrapped to negative values. Widen StrikePrice and all price\nfields (OHLC, settlement) to int32, and drop the float32 intermediate\nin unmarshalPrice which was another needless precision ceiling.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "widen index option price fields from int16 to int32",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-07-02T07:45:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7072f5abd9c3c785212e1a92e6c133393a8aa079",
"body": null,
"is_bot": false,
"headline": "reformat",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-15T14:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c805ea29e69a57db4d916819272fa6b78697630",
"body": "modify argument in WithHTTPClient to HTTPClient",
"is_bot": false,
"headline": "modify fields in Client to public",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-15T14:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a36cdd8bfff1cde214566f95dbe60c232b9e663",
"body": "- Update NewClient() examples to use actual signature (baseURL, apiKey, ...Option)\n- Fix incorrect endpoint paths (/prices/daily_quotes → /equities/bars/daily)\n- Remove false claim that NewClient reads from env var automatically\n- Add Client Options section documenting WithHTTPClient/WithRetryInterv\n[…]\nnted APIs, channel API usage, and API data type quirks\n- Expand codes package docs with legacy sections, convenience slices, and 17-sector note\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix documentation to match actual API signatures and endpoints",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T14:51:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7219e00ce358f25cb625d1c78825046de11e26ca",
"body": null,
"is_bot": false,
"headline": "add default user agent",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T14:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2a9c7eb68d6a0c5b01c6695369137340edc39b5",
"body": "fix tests",
"is_bot": false,
"headline": "add testutil.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T14:17:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa763574b6f26fc20c3259392c5a34edb9070330",
"body": null,
"is_bot": false,
"headline": "remove error from constructor",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T14:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af32ee899820e19c6a95b54c8ef85191de97cc0",
"body": null,
"is_bot": false,
"headline": "modify client and constructor",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T14:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7809461b44a6e130166baf09b3afcb66e6e45f26",
"body": null,
"is_bot": false,
"headline": "rename GitHub account name",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-05T11:10:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6567fa936db89736b7c153be1fd363ae6c71aa32",
"body": "increase default timeout",
"is_bot": false,
"headline": "support Gzip",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-02-01T19:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9de95f562e235db934f69b3dcb64aa4efc4be018",
"body": null,
"is_bot": false,
"headline": "add NewClientWithRateLimit and NewClientWithConfig",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-29T01:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e3a1e283fcf953bfac75aff3dd6c4e990f05377",
"body": "Add documentation covering installation, quick start, all available\nAPIs with usage examples, codes package, error handling, and\nconfiguration options.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: write comprehensive README",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T11:48:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0cb64b0eeef9d83849ebf3e648b0cf9d553d6d4d",
"body": null,
"is_bot": false,
"headline": "modify tests",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T10:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aff6d0a6184cd2bf5e5632288ec87b0facd0cef1",
"body": "Replace internal paginatedResponse interface with the public Response[T]\ninterface. Rename methods from getData/getPaginationKey to Items/NextPageKey\nfor better API clarity.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: use Response interface from generics.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:35:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ecdbb3d9695d4d98906a2369923876f3d88200c",
"body": "Document exported types and methods including IndexOptionPrice,\nIndexOptionPriceRequest, and client methods for retrieving\nNikkei 225 index option data.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add documentation to option.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:25:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db7066905741d01e9b3cca3e27040cec68674c77",
"body": "Document exported types and methods including IndexPrice, TopixPrice,\nand their associated request structs and client methods.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add documentation to indices.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:24:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "20d470e4a42883fef65f7441d8be684780a27dca",
"body": "Document exported types and methods including MarginTradingOutstanding,\nShortSellingValue, TradingCalendar, and their associated request structs\nand client methods.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add documentation to markets.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:21:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d8a73d39b75801f6d94d4f1c01eb24ff0a0ccf4",
"body": "Document exported types and methods including IssueInformation,\nStockPrice, TradingBalance, InvestorType, and their associated\nrequest structs and client methods.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add documentation to equity.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:18:49Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0be56d9958cd7300054c24393f467420e79a582d",
"body": "Add package documentation with usage example, and document exported\ntypes including Client, error types, and ErrResponse.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add documentation to client.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-26T09:13:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d48bd28e7b90a7d24488953803b764f136674d46",
"body": "Add newTradingBalance helper to reduce repetitive TradingBalance\nstruct initialization from 60 lines to 13 one-liners.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: simplify InvestorType.UnmarshalJSON with helper function",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-25T05:16:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd6c891b3b9b2a3ae774d10ce98d330406ff23e5",
"body": "- Replace log.Printf with slog.Warn for structured logging\n- Fix capitalization inconsistency (\"HTTP Response\" -> \"HTTP response\")\n- Standardize UnmarshalJSON error messages to use \"failed to unmarshal\"\n- Use errors.New instead of fmt.Errorf for simple validation errors\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: standardize logging and error messages",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-24T12:36:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6dca930538570063981c68d8948a84c627acfffe",
"body": "- Add HTTPError base type with shared Error() and Unwrap() methods\n- Embed HTTPError in BadRequest, Unauthorized, Forbidden, PayloadTooLarge,\n and InternalServerError types\n- Replace if-else chain with switch statement in handleErrorResponse\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: reduce HTTP error type boilerplate with embedded base type",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-24T12:28:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b470eca0baddb0dd9a472737de0d07d89e916955",
"body": "- Add fetchAllPages and fetchAllPagesWithChannel generic helpers to\n eliminate duplicated pagination loop code across 7 API methods\n- Replace panic() calls with proper error returns in sendRequest and\n option unmarshal helpers\n- Add unmarshaler helper struct for cleaner error accumulation in\n IndexOptionPrice.UnmarshalJSON\n- Add nil case handling to unmarshalPrice, unmarshalVolume, and\n unmarshalJSONNumber functions\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: extract generic pagination helpers and improve error handling",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-24T11:29:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c36bf04ab1d178494f11362f38aa00fcefd528a",
"body": null,
"is_bot": false,
"headline": "update URL",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-23T13:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50cb3c45e0035768a113ebaf4eb8cdb355d5dd4e",
"body": "- Fix \"reaponse\" typo in error messages (indices.go)\n- Change sendStockPriceRequest to return value instead of pointer\n- Standardize parameter naming to \"params\" across all send*Request methods\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: fix typos and standardize internal method signatures",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-23T10:33:06Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d1cd5d42364d772742f61f420a518cca1edfa47",
"body": null,
"is_bot": false,
"headline": "increase timeout to 10 sec",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-23T10:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "954edf709be7975cb29adb2a6b7eff97c2db8442",
"body": "SellingPosition -> LongSellingValue\nRestricted -> ShortSellingWithRestrictions\nExempt -> ShortSellingWithoutRestrictions\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "rename ShortSellingValue fields to match official documentation",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-23T10:19:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "93ee8e053ef37894dc45d3ad6649fc3b651028a2",
"body": "Sell -> Sales, Buy -> Purchases\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "rename TradingBalance fields to match official documentation",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-23T05:05:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87f69df4d3cc5987efaea43bd18b723a96f9e329",
"body": "- MarginTradingBalanceRequest → MarginTradingOutstandingRequest\n- marginTradingBalanceParameters → marginTradingOutstandingParameters\n- marginTradingBalanceResponse → marginTradingOutstandingResponse\n- sendMarginTradingBalanceRequest → sendMarginTradingOutstandingRequest\n- client.MarginTradingBalance() → client.MarginTradingOutstanding()\n- Update test file accordingly\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "rename MarginTradingBalance to MarginTradingOutstanding",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T15:33:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c24f82dcdbd75e39c5e63c37324527e92befad20",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T15:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48dac48c50864d91e55c2cd325a6af989d9af356",
"body": "- WholeDayOpen/High/Low/Close → O/H/L/C\n- NightSessionOpen/High/Low/Close → EO/EH/EL/EC\n- DaySessionOpen/High/Low/Close → AO/AH/AL/AC\n- Volume → Vo, OpenInterest → OI, TurnoverValue → Va\n- ContractMonth → CM, StrikePrice → Strike\n- VolumeOnlyAuction → VoOA\n- EmergencyMarginTriggerDivision → EmMrgnTr\n[…]\nSQD\n- SettlementPrice → Settle, TheoreticalPrice → Theo\n- BaseVolatility → BV, UnderlyingPrice → UP\n- ImpliedVolatility → IV, InterestRate → IR\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "update option.go JSON fields to v2 abbreviated names",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T15:12:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "25b41c4986ea864bb453ae31206528c441a83293",
"body": "- equity.go: update StockPrice endpoint to /equities/bars/daily,\n rename StockTradingValue to InvestorType with /equities/investor-types\n- indices.go: update endpoints to /indices/bars/daily and\n /indices/bars/daily/topix, change OHLC fields to O/H/L/C\n- markets.go: update TradingCalendar endpoint\n[…]\nn.go: update endpoint to /derivatives/bars/daily/options/225,\n fix unreachable code\n- All responses now use \"data\" key instead of varying keys\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "migrate from J-Quants API v1 to v2",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T14:59:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d2ebb105d0eaeebda9adee5b0bab89de15553306",
"body": null,
"is_bot": false,
"headline": "modify and rename ShortSellingValue",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T14:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "383b7fae7dbdaad418b33d25132185a20e462da1",
"body": null,
"is_bot": false,
"headline": "rename MarginTradingVolume to MarginTradingBalance",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T12:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63fb2ef9b9dcf5bcf0582c058e1bb4349e8acbf9",
"body": null,
"is_bot": false,
"headline": "move StockTradingValue from markets.go to equity.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T11:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77452c94900cc43f881dd4f59597daae6310b48f",
"body": null,
"is_bot": false,
"headline": "move StockPrice from prices.go to equity.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T08:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f10082ce65ba300f00105aeb519bf846340307b8",
"body": null,
"is_bot": false,
"headline": "add CLAUDE.md",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T07:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c7608754355a62ebc4611335babef410fe03106",
"body": null,
"is_bot": false,
"headline": "move IssueInformation from listed.go to equity.go",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T07:20:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb9bb345e56e543fcd909264762b17f471cfdcc2",
"body": null,
"is_bot": false,
"headline": "modify client",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-22T06:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e8e94eb8ae221570c66c1e7a1417ffe2293fad6",
"body": null,
"is_bot": false,
"headline": "modify client",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2026-01-21T16:51:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24fa66e9132c2f22d2216c07261a9b877cc4ed0",
"body": null,
"is_bot": false,
"headline": "modify RetryInterval and LoopTimeout to public",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-05T14:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a8b8105e4678a7c3422857e12f960ad4bba51e",
"body": null,
"is_bot": false,
"headline": "modify refresh token and ID token to public",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-05T08:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5102642f972ddfa526972c78479f1b02950e74a5",
"body": null,
"is_bot": false,
"headline": "add index codes",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-05T02:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221b2bdffe4171178c968c4369b2de0f596f2eba",
"body": null,
"is_bot": false,
"headline": "modify baseURL and sendGetRequest to public",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-05T02:10:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0986a35be6193adcd3ad8b03ad761c3d8fd262cc",
"body": null,
"is_bot": false,
"headline": "capitalize fields in Client",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T14:05:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e66efeb2c8d8b966a9a34c1629b65d69f59c9891",
"body": null,
"is_bot": false,
"headline": "add codes",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T14:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d056a7d1df55911b487f9aa34607298032c7d06",
"body": null,
"is_bot": false,
"headline": "add codes",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T14:04:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28d59ff3b2972bb310769cef5c6f5bdd3d72a0e",
"body": null,
"is_bot": false,
"headline": "add listed",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T06:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0fd6124c9aed003b0155066f1316ef581a2e168",
"body": null,
"is_bot": false,
"headline": "modify to use testClient",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T06:12:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e16f7a511579f01771624ee0af4c38fe103f8abb",
"body": null,
"is_bot": false,
"headline": "modify parameters",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T06:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d2ad464b6a40da61ac354fe8ee78a7ff26b2cf",
"body": null,
"is_bot": false,
"headline": "add testClient",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T06:10:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0971cd8b9948a6827c3b98eba3209e0241842455",
"body": null,
"is_bot": false,
"headline": "reformat",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T06:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ada3350125d437be447c8a5357ecdcf46e6c4c8",
"body": null,
"is_bot": false,
"headline": "modify dates to handle as strings",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T03:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f0fe2fbb73a844394772eeebdf155e142e6b112",
"body": null,
"is_bot": false,
"headline": "modify making slices",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-04T02:39:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77100ea9d69f418c56b7223120a941922035d22b",
"body": null,
"is_bot": false,
"headline": "add option",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T14:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94eb9657c02ab5241f21d56746a4645266112b22",
"body": null,
"is_bot": false,
"headline": "add indices",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T08:14:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b219ab16ff25d41f42914d162c63b1ceb4b9b35",
"body": null,
"is_bot": false,
"headline": "minor fix",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T08:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dec468b44df05cb5b7985554193ef4601807db0",
"body": null,
"is_bot": false,
"headline": "add trading calendar",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T04:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bcd1c3685f1392e76543fd50fc9db1d30d7986e",
"body": null,
"is_bot": false,
"headline": "add markets",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T04:12:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "612590c755aef10117c7c70eb0b448b9f36ef0a0",
"body": null,
"is_bot": false,
"headline": "move example code",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T03:42:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcc29e54fd11f9a30b3e031100b6738ad0c13a5d",
"body": null,
"is_bot": false,
"headline": "add request",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T03:23:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc2cf398392b5e353d6dcea5cdefaad7628b9fd9",
"body": null,
"is_bot": false,
"headline": "add sendRequest",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-03T03:22:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "508bf1a397c87515cd89bb53d9723d7555386e20",
"body": null,
"is_bot": false,
"headline": "add stock price",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-02T18:59:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc966c39c20d1b91bacf0f0f1eb2cb3d66110e47",
"body": null,
"is_bot": false,
"headline": "remove logging",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-02T18:59:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff65c3439d356136dc5e929e527042944bdbd85a",
"body": null,
"is_bot": false,
"headline": "add client",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-02T17:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff78e315fe19971ffe26fe0bc64edbb60d37729c",
"body": null,
"is_bot": false,
"headline": "add go.mod",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-02T17:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "638390f7290113fda2bb161dfbb69275d73f7474",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Satoshi Shiga",
"author_login": "s-shiga",
"committed_at": "2025-09-02T16:11:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 81,
"latest_release_at": "2026-07-21T10:31:45Z",
"latest_release_tag": "v2.3.4",
"releases_from_tags": false,
"days_since_last_push": 4,
"active_weeks_last_year": 8,
"days_since_latest_release": 4,
"mean_days_between_releases": 0
},
"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/s-shiga/jquants-go/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/s-shiga/jquants-go/v2",
"is_deprecated": false,
"latest_version": "v2.3.4",
"repository_url": "https://github.com/s-shiga/jquants-go",
"versions_count": 9,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-21T10:31:34Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 36402,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5174
},
"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": [],
"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": 0,
"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": "s-shiga",
"commits": 81,
"avatar_url": "https://avatars.githubusercontent.com/u/113311326?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"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": "a704cac03bc01a22e155313fcc499de64d67f35d",
"ran_at": "2026-07-25T14:23:21Z",
"aggregate_score": 4.7,
"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-21T10:32:00Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/s-shiga/jquants-go",
"host": "github.com",
"name": "jquants-go",
"owner": "s-shiga"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"security": 47,
"vitality": 81,
"community": 24,
"governance": 31,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 81,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 81,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 8
},
"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": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "81 commits in the last year",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 81
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v2.3.4",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"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 ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": 31,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "s-shiga",
"public_repos": 4,
"account_age_days": 1412
},
"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": "1 followers of s-shiga",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "s-shiga"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "4 public repos, account ~3 yr old",
"points": 12.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 4
}
},
{
"code": "account_age_years",
"params": {
"years": 3
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/s-shiga/jquants-go/v2"
],
"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": "9 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 9
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "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": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.7
},
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"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": "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": "good",
"name": "AI Readiness",
"value": 71,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.358,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5174
},
"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": "29 of 81 human commits state their intent (structured subject or explanatory body)",
"points": 19.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 29,
"sampled": 81
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.407,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"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": "33 of the last 81 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 33,
"sampled": 81
}
}
],
"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": 36402,
"source_files_sampled": 23,
"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/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"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",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-25T14:23:25.919612Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/s-shiga/jquants-go.svg",
"full_name": "s-shiga/jquants-go",
"license_state": "standard",
"license_spdx": "MIT"
}