JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 189,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 233615,
"Shell": 678,
"Makefile": 363
},
"pushed_at": "2026-07-22T05:27:32Z",
"created_at": "2026-06-17T09:46:29Z",
"owner_type": "User",
"updated_at": "2026-07-22T05:27:41Z",
"description": "kuroko",
"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": "Nagayon",
"type": "User",
"login": "nagayon-935",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/92247537?v=4",
"created_at": "2021-10-10T08:03:15Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 1749
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-07-16T15:19:50Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-07-02T07:39:53Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-06-25T17:58:33Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-06-18T15:20:01Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-06-18T14:29:40Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-06-18T13:32:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-17T10:00:30Z"
}
],
"recent_commits": [
{
"oid": "50065152b5fe840c1cf5d180128891b1beb06514",
"body": "Add \"kuroko completion bash\" to print a completion script and a hidden\n\"kuroko __complete\" helper that computes candidates for the subcommand\nposition (logs/view/help/completion plus PATH commands), the view log\nfilename argument (honoring -d/--log-dir overrides), and global flags.\nExtract the shared .log/.log.gz enumeration into internal/logstore so the\nselector TUI and completion draw from one source.",
"is_bot": false,
"headline": "feat: add bash shell completion for subcommands, flags, and log files",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-22T05:27:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79173e091cb62c3c92fe510e1a8ca08287beacc8",
"body": "Ink-based CLIs (Claude Code, Codex, Antigravity, …) repaint a live region by\nmoving the cursor up N lines and reprinting, without entering the alternate\nscreen. The logger previously treated cursor-up as a no-op, so every redraw\nframe was committed permanently, letting a single animated box balloon a\nsession log to tens of thousands of duplicate lines. Buffer committed-but-\nunflushed rows and let ESC[<n>A/B/J retarget or drop them so a redraw\noverwrites in place.",
"is_bot": false,
"headline": "fix: collapse Ink-style cursor-up redraws instead of duplicating lines",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-22T05:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8972684ba536bf05b91eb2047e8c55f3759271b3",
"body": "- README: document downloading a prebuilt tar.gz from GitHub Releases\n (OS/arch auto-detection, extraction, PATH setup) as the primary\n install path, keep source build as an alternative; also fix the\n git clone URL, which still pointed at the old ryu/kuroko path\n- goreleaser: disable checksums.txt generation for release archives",
"is_bot": false,
"headline": "docs: add Releases install instructions, disable goreleaser checksums",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T15:26:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e2ba8b8b3df6a4f4746bc8cb04240a880e9052",
"body": "fix: audit-driven hardening of PTY/signal handling, viewer scrolling, and logger multi-byte support",
"is_bot": false,
"headline": "Merge pull request #2 from nagayon-935/fix/audit-findings",
"author_name": "Nagayon",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T15:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9186c3bb0d872abc5c0f8e06246b0dfeb5368bf8",
"body": null,
"is_bot": false,
"headline": "chore: ignore local CLAUDE.md",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T15:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7442291c6c6b330922117ab5c8cd960c2b17b03b",
"body": "- change Logger.lineBuf from []byte (indexed by byte) to []rune (indexed\n by display column, one slot per terminal cell), matching how a real\n terminal's cell grid works; wide East Asian runes now occupy two\n consecutive cells (the rune itself, then a wideContinuation\n placeholder), decoded via \n[…]\nal to the committed line's byte\nlength; they now compare rendered byte lengths directly\n(`len(l.savedLine) > len(out)`), which is correct regardless of whether\nthe line contains multi-byte characters.",
"is_bot": false,
"headline": "fix: model logger's line buffer as terminal columns, not bytes",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T15:12:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2c004e1919b2e3890555d4a778e0a98900029a7a",
"body": "…th layout\n\n- add internal/textwidth with Rune/String, implementing East Asian\n Wide/Fullwidth Unicode ranges (no new dependency), to compute how many\n terminal columns a rune or string actually occupies\n- rewrite truncateDisplay to truncate by display width instead of rune\n count, so full-width \n[…]\n slices previously risked cutting a\n multi-byte rune in half whenever the embedded log path or the user's\n search query (both of which can contain Japanese) pushed the line past\n the terminal width",
"is_bot": false,
"headline": "feat: add textwidth package and switch viewer/selector to display-wid…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T15:02:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f53a90c6aa71fd54aa296a7d6bff5a6d85ebaad4",
"body": "…Query\n\n- add followSelection/clickRowToIndex (internal/viewer/scroll.go), shared\n by Viewer's timeline pane and LogSelector's log list, so both panes\n scroll to keep the current selection visible instead of only ever\n rendering the first screenful of rows\n- re-enable mouse tracking after returni\n[…]\nriginal string by an index\n found in a separately-lowercased copy, which could go out of bounds or\n land mid-rune whenever ToLower changes a character's byte length\n (e.g. U+212A KELVIN SIGN → \"k\")",
"is_bot": false,
"headline": "fix: scroll timeline/log lists, re-enable mouse, and harden highlight…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T14:41:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ee7f021644fe64894284b2c35f0c8d220d2d9857",
"body": "- fail-open wrap the log writer in runWithPTY/runPlain so a log write\n error (disk full, etc.) can no longer stall io.MultiWriter and hang\n the PTY drain / terminal\n- surface non-ExitError failures from cmd.Wait() instead of silently\n reporting exit code 0 (extracted as waitResult for unit testin\n[…]\nternal interrupts also\n restore the terminal and flush the log\n- propagate termination signals to the wrapped child process and fire\n NotifyEnd from terminateForSignal, matching the normal-exit path",
"is_bot": false,
"headline": "fix: harden session PTY lifecycle against log failures and signal gaps",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-16T14:33:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e10fa31ba519b25403b4d706a7d49a31e9ea7e09",
"body": null,
"is_bot": false,
"headline": "Delete GoReportCard",
"author_name": "Nagayon",
"author_login": "nagayon-935",
"committed_at": "2026-07-02T08:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b02abff8b5dc68fa0bf7d128c2642e9033846fd",
"body": "fix: address go-review findings (races, error handling, formatting)",
"is_bot": false,
"headline": "Merge pull request #1 from nagayon-935/fix/go-review-findings",
"author_name": "Nagayon",
"author_login": "nagayon-935",
"committed_at": "2026-07-02T07:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34bebcfaee88a9491fcde54d827b6902d736461e",
"body": "Extract terminateForSignal out of handleTerminationSignals so the\nClose()/exit-code logic can be unit tested without going through\nos.Exit. Add tests for it, for forwardResizeSignals, and for\ntruncateDisplay (ASCII, multi-byte, and edge-case widths), raising\ninternal/session coverage from 66.9% to 75.0% and confirming the\nsync.Once guard on Logger.Close is idempotent end to end.",
"is_bot": false,
"headline": "test: cover signal-termination cleanup and rune-safe truncation",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-02T07:25:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fba8ec8250fce4f3bf766d5bd307cff8c736773c",
"body": "Fixes all HIGH/MEDIUM issues from the go-reviewer audit:\n- guard Logger.Close with sync.Once to prevent a double-close race\n between normal exit and the SIGTERM/SIGHUP handler\n- surface previously-discarded errors (log close, log rotation,\n selector rescan/sub-viewer) to stderr instead of silently\n[…]\nhared helper\n- switch viewer/selector text truncation from byte to rune slicing to\n avoid emitting invalid UTF-8 for multi-byte content\n- clean the path argument to kuroko view\n- gofmt the whole tree",
"is_bot": false,
"headline": "fix: address go-review findings (races, error handling, formatting)",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-07-02T07:15:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "867158b9b4c9b9cd37c5310127ec41bc2f616ec9",
"body": "- Banner section with config example and color options\n- NW device prompt recognition (Cisco/Arista/Juniper)\n- Log filename now uses typed hostname (alias preserved)\n- Log selector sort toggle ('s' key, new→old / old→new)\n- Output pane scroll speed note (3 lines per keypress)",
"is_bot": false,
"headline": "docs: update README with NW engineer features",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T17:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d8e9ae133fd657a1a6dfb255b54e1c81dca507a",
"body": "- NW device prompt recognition (Cisco/Juniper/Arista)\n- Session-start connection banner with production host highlighting\n- Log selector sort toggle (new→old / old→new) with 's' key\n- Log filename uses typed hostname instead of ssh-resolved IP\n- Output pane scroll speed 3x faster (j/k, arrows, mouse wheel)",
"is_bot": false,
"headline": "feat: network engineer improvements",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T17:55:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a63dcecbcaa91b8b9af460d778c29c80251ea9f",
"body": "…roll\n\n- kuroko logs: remove undocumented text-list path, always open TUI selector\n- selector: press 's' to toggle sort order (new→old / old→new), shown in footer\n- generateFilename: use typed hostname (e.g. edgeSW03) instead of ssh-resolved IP\n- viewer: output pane scroll speed 1 → 3 lines for j/k, arrows, and mouse wheel",
"is_bot": false,
"headline": "feat: log selector sort toggle, typed hostname in filename, faster sc…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T17:54:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8e7fdc63294dfc9368d9b30913ac800659cff9",
"body": null,
"is_bot": false,
"headline": "chore: remove F4 bookmark feature (not needed)",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T17:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec221c6ac8a4a8c69637d8ff6db87cf343aec28a",
"body": "…ghlighting\n\nDisplay a box-style banner on stderr at session start showing the target\nhost/device. Username is stripped from display; only hostname or IP is shown.\n\n- IP direct: shows only \"IPアドレス: x.x.x.x\" (no username)\n- Alias resolved to IP: shows \"ホスト: alias\" + \"IPアドレス: x.x.x.x\"\n- Alias resolved\n[…]\nles CJK double-width characters for correct border alignment\n- BannerConfig/BannerRule added to config.Config (enabled by default)\n- logger.TargetDetails exposes both raw address and resolved hostname",
"is_bot": false,
"headline": "feat(session): add session-start connection banner with production hi…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T17:13:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "924ba8fa838380e330e2a77fd1bf91a6f4a4d1c9",
"body": "…ista)\n\nAdd SplitPromptInfo with PromptInfo{Kind, Hostname, Mode} to detect NW\ndevice prompts (Router#, R1(config-if)#, user@junos>) in addition to the\nexisting bash/zsh detection. Logger gains a networkMode flag (enabled for\nssh/telnet/screen/cu/minicom/picocom) that gates NW prompt detection so\nbare-shell sessions never pick up look-alike output lines as device prompts.\nSplitPrompt remains a backward-compatible wrapper.",
"is_bot": false,
"headline": "feat(logger): add network device prompt recognition (Cisco/Juniper/Ar…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-25T16:56:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4242e2f9acb1754da4c51ea72fc679aeaaed199a",
"body": "…e from 58% to 80%\n\n- selector_test.go: full coverage of newSelector, scanLogs, updateFilter, draw\n (all paths including empty dir, subdir exclusion, long-line truncation,\n non-matching files, search clamping) and formatSize table test\n- loop_pty_test.go: PTY-driven tests for viewer.loop (73%) and\n[…]\nst.go: add PaneOutput draw, match-count footer, SearchOutput footer,\n scrollToLine branch table, no-match updateMatches, and expanded highlightQuery\n table (multiple occurrences, active vs inactive)",
"is_bot": false,
"headline": "test(viewer): add selector, PTY loop, and draw tests to raise coverag…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-19T04:01:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3fde74e86242a00be665d2ed1778e845c87e1e11",
"body": null,
"is_bot": false,
"headline": "ci: lock GoReleaser version to ~> v2 to suppress warning",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T15:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bdbf1f4f83f255a0746b40216d438fde12cf063",
"body": "…UI logs selector, and mouse support",
"is_bot": false,
"headline": "feat(viewer): add output scrolling, output text search, interactive T…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T15:18:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a7bf3eb7943fff9197762067b0f274bcdbe9b7",
"body": "…se overall coverage from 48% to 77%\n\n- internal/notifier: full coverage via httptest.NewServer mocks (discord, slack, noop, doRequest, formatDuration, truncate)\n- internal/session: cover compression, threshold-based compression, and rotation paths in Run()\n- internal/viewer: cover draw() (98.6%) directly from same-package tests; cover Run()/loop() via non-TTY MakeRaw failure\n- internal/config: cover KUROKO_NOTIFIER/KUROKO_WEBHOOK_URL env vars and invalid JSON config error path",
"is_bot": false,
"headline": "test: add unit tests for notifier, session, viewer, and config to rai…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T14:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17f57c0b3d2b6d2cf0705233e8b1e38a65e3bf02",
"body": null,
"is_bot": false,
"headline": "docs: add branch param to Coveralls URL in README",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T14:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ef2c6ca1b9782a0c0762b19cd68e6d671afbc5f",
"body": null,
"is_bot": false,
"headline": "build(ci): migrate test coverage service from Codecov to Coveralls",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T14:02:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "907f8dcfb7cbd98c84b9ba972de46fe103acc702",
"body": "…event prompt contamination",
"is_bot": false,
"headline": "fix(logger): resolve pendingCR on encountering escape character to pr…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T13:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad7024ff663f1b246cf54c2852a463c94253436e",
"body": "… edge cases",
"is_bot": false,
"headline": "test(logger): add unit tests for terminal control sequences and Close…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T13:52:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65ea2ba8b8c59999bbeab5d19095127d05c72ec",
"body": null,
"is_bot": false,
"headline": "docs: abstract log file path in README.md",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T13:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cca3455c4b20269b0f1a2c5077b5f7cbab6ffc5",
"body": "… insert layout spacing",
"is_bot": false,
"headline": "viewer: fix ll command fallback, resolve startup scrolling issue, and…",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T13:30:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee723cf6cc5b09eba52d50d2830ed0bd004f383",
"body": "bash/readline erases the prompt and redraws only the bare command text\n(\\r + cmd + \\r\\r\\n) just before executing a command. Without this fix,\nthe \\r overwrite reduced lineCol to the command length and the prompt\nwas lost from the log.\n\nFix: snapshot lineBuf into savedLine at the first bare \\r. On \\n\ncommit, prefer savedLine when it is longer than the post-overwrite\ncontent — this recovers the full prompt+command that readline stripped.",
"is_bot": false,
"headline": "fix(logger): preserve shell prompt stripped by readline accept-line",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T04:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac6f3ef6612c43e23548f1406ca3ff7f13025ffb",
"body": "- Replace naive stripANSI with full line-buffer simulation (processLine)\n that handles readline in-place editing: bare CR, backspace, newline commit\n- Add normalizeLineEndings to collapse CR+LF runs from PTY ONLCR doubling\n- Add incompleteEscapePrefix to buffer split ANSI sequences across writes\n- \n[…]\ngCR flag to correctly handle split CRLF across Write calls\n- Add KUROKO_RAW_DEBUG=1 mode that dumps raw PTY bytes to a .raw file\n- Strip user@ prefix from SSH log filenames (e.g. ssh_125.6.175.11.log)",
"is_bot": false,
"headline": "feat(logger): rewrite for clean plain-text logs",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-18T00:08:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a084133e6b9c16ec4587b113804e5257499efab5",
"body": null,
"is_bot": false,
"headline": "feat(notifier): real-time start/end notifications with duration",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-17T10:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53a80efd3c38ff4412e71633b5ae1ee5192a961e",
"body": null,
"is_bot": false,
"headline": "feat(notifier): send Discord embed + log file attachment via multipart",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-17T10:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8c4910f7a1ecd8ba069f46f3f94036c8bcb38a7",
"body": "- ci.yml: run tests with race detector and upload coverage to Codecov\n- release.yml: build multi-platform binaries on tag push via GoReleaser\n- .goreleaser.yaml: linux/darwin × amd64/arm64, version injected via ldflags\n- README: add CI / Coverage / Go Report Card / Release badges\n- main.go: extract version variable for ldflags injection",
"is_bot": false,
"headline": "ci: add GitHub Actions, GoReleaser, and badges",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-17T09:57:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7e87b74cb47f18e21571475fffc2e8b430e82b2",
"body": "Transparent terminal session logger that wraps ssh/screen/any command\nand records all output to timestamped log files.\n\nKey features:\n- PTY-based transparent proxy (supports interactive apps)\n- ANSI/VT100 escape sequence stripping for readable logs\n- Automatic log directory management (~/.config/kur\n[…]\nler restores terminal before exit\n- Discord/Slack webhook notification (pluggable interface)\n- Config via file, env vars, or --log-dir flag (priority order)\n- Log file permissions 0600, directory 0700",
"is_bot": false,
"headline": "feat: initial release of kuroko v0.1.0",
"author_name": "nagayon-935",
"author_login": "nagayon-935",
"committed_at": "2026-06-17T09:52:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "143639bdb82c4ba16d90055d9cc414deafe59280",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Nagayon",
"author_login": "nagayon-935",
"committed_at": "2026-06-17T09:46:29Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 36,
"latest_release_at": "2026-07-16T15:19:50Z",
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 5,
"days_since_latest_release": 9,
"mean_days_between_releases": 4.9
},
"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": []
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": 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": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 49489,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/creack/pty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.21"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
}
],
"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": 2,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "nagayon-935",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/92247537?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": 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": 10,
"reason": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/24 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "50065152b5fe840c1cf5d180128891b1beb06514",
"ran_at": "2026-07-26T02:00:58Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T05:28:03Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-16T15:18:11Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nagayon-935/kuroko",
"host": "github.com",
"name": "kuroko",
"owner": "nagayon-935"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"security": 33,
"vitality": 68,
"community": 24,
"governance": 38,
"engineering": 61
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 68,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"commits_last_year": 36,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "36 commits in the last year",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 36
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.1.6",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 4.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~4.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 4.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"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": 38,
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 2,
"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": "2/2 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 2,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 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": 37,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "nagayon-935",
"public_repos": 12,
"account_age_days": 1749
},
"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 nagayon-935",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "nagayon-935"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~4 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "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": 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": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"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": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "2 out of 2 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/24 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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 60,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.944,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "34 of 36 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 36
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"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": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": 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": "no agent-authored commits among the last 36",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 36
}
}
],
"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": 49489,
"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": [
"Could not fetch go package 'github.com/ryu/kuroko' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T02:01:06.523070Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nagayon-935/kuroko.svg",
"full_name": "nagayon-935/kuroko",
"license_state": "standard",
"license_spdx": "MIT"
}