JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"go",
"i18n",
"ios",
"localization",
"xcode",
"xcstrings"
],
"is_fork": false,
"size_kb": 204,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 385851,
"Nix": 1610,
"Shell": 10,
"Makefile": 498
},
"pushed_at": "2026-07-17T16:40:35Z",
"created_at": "2025-07-15T01:11:22Z",
"owner_type": "User",
"updated_at": "2026-07-17T16:40:58Z",
"description": "CLI tool for managing Xcode String Catalogs (.xcstrings)",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://zuki.dev",
"name": "K@zuki. / K.HASEGAWA",
"type": "User",
"login": "corrupt952",
"company": "Web Developer, Site Reliability Engineer",
"location": "Tokyo",
"followers": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/2923219?v=4",
"created_at": "2012-11-29T16:47:13Z",
"is_verified": null,
"public_repos": 63,
"account_age_days": 4983
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-07-17T10:22:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-17T09:32:26Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-06-18T07:11:12Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2025-07-23T17:03:29Z"
},
{
"tag": "0.0.2",
"kind": "patch",
"published_at": "2025-07-15T12:41:29Z"
},
{
"tag": "0.0.1",
"kind": "patch",
"published_at": "2025-07-15T04:32:07Z"
}
],
"recent_commits": [
{
"oid": "038f5dfb52127432e03637028e2a508c2491ba51",
"body": "Apply zizmor-verified fixes and current supply-chain best practices,\nmatching corrupt952/sallyport (commit b7ba981):\n\n- persist-credentials: false on every checkout (no job pushes with git)\n- defaults.run.shell: bash on both workflows\n- release: disable setup-go cache (a tag-triggered one-shot build\n[…]\nuild provenance for the release\n checksums via actions/attest-build-provenance\n- test: add a zizmor job (zizmorcore/zizmor-action)\n\nVerified with zizmor and actionlint locally; no findings on either.",
"is_bot": false,
"headline": "ci: harden GitHub Actions workflows (#83)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-07-17T16:40:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d77ff06999163fa8b9a9b366c63ac840456e96b2",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: cover tag-pinned nix installs in README",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T10:26:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b1f3d671166c2c8d20d5f8eeeb6a52a3b8916897",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: ignore nix build result symlink",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T10:07:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8020a6616a1049242fdf76fb22d3f1c08571c750",
"body": "The flake gains a packages output built with buildGoModule, so\nnix run github:corrupt952/xckit works out of the box. The binary is\nstamped with the commit hash it was built from (never goes stale,\nunlike a hand-maintained version), checks aliases the package for\nnix flake check, and a CI nix-build j\n[…]\nput moves from nixpkgs-26.05-darwin\nto nixos-unstable -- the darwin-specific stable branch is the wrong\npin for a flake that also targets linux.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: expose xckit as a nix package",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T10:06:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "dc047b057d3607a7252c3ca9e4d264e38020f606",
"body": "GoReleaser ran with defaults, which stamp main.version, while xckit\nkeeps its version in xckit/command.Version -- released binaries\nreported \"dev\" from xckit version. Add a minimal .goreleaser.yml that\noverrides only ldflags, keeping the default platform matrix and\narchive layout. Verified with a snapshot build.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: stamp release binaries with the actual version",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T09:30:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94f8320a52f95e009ef9419f3c26d56a103280ae",
"body": "Best-effort CLI writes and cleanup calls (Fprint family, Close,\nos.Remove on defer paths) now ignore errors explicitly, test helpers\nreport failures via t.Fatal/t.Error where a *testing.T is in scope,\nand staticcheck S1002/QF1007 simplifications are applied. No behavior\nchanges; make lint now passes with no exclusions.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: drop temporary golangci-lint exclusions and fix the findings",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T09:14:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d0b880c24be8ab5bdd02c9ee7183dd390404f96",
"body": "Xcode emits %1$#@name@-style positional references for multi-argument\nkeys; lint treated them as missing host references and mis-parsed them\nas %@ conversions, flagging valid catalogs.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: recognize positional substitution references in lint",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T09:02:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "201f8c016ee5b0678ee34a453b8ff029f71d2841",
"body": "set --substitution <name> --plural <category> writes into\nsubstitutions.<name>.variations.plural.<category>. Existing\nsubstitutions are written directly, missing ones copy their\nargNum/formatSpecifier from another language of the same key, and\nbrand-new ones require --arg-num and --format-specifier \n[…]\nlogs can be produced. NDJSON batch rows\ngain substitution/argNum/formatSpecifier fields, and CSV import now\ndelegates to the same xcstrings API.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support writing substitution variations from set",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T09:02:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "700bde512bd5773e6c3c47d9c3ccc2f0a03bd399",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document the lint command in README",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:38:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e132fba9918519fb7482e4acbfea37f68a2e5c6c",
"body": "set --comment sets or updates the translator-facing comment applied\ntogether with the value; an explicit empty string clears it, and an\nomitted flag preserves the existing comment. NDJSON batch rows accept\nan optional comment field with the same semantics (omitted keeps,\nempty clears). Comment changes surface as commentAction in --json\noutput and as a suffix in the human-readable output.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: allow setting key comments from set",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:36:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04e2680425cb947a488e28ef8eb316ac1a05e7c4",
"body": "xckit lint detects format-specifier mismatches between the source\nlanguage and translations (positional-aware, substitution refs\nincluded), plural variations missing the required other category,\nempty keys, literal newlines (warning), language-code case mismatches\nand likely mistyped language codes,\n[…]\ns\n(argNum 0, empty formatSpecifier, unreferenced host reference).\nErrors exit non-zero for CI gating; --json emits a structured\nissues document.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add lint command for static catalog validation",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:33:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eb772598f5adaba26be5ddb7fe27faa885436bf3",
"body": "set --stdin reads NDJSON lines ({key, lang, value, plural?, device?,\nstate?}) and applies them in one process with a single atomic write.\nAll lines are parsed and validated (schema, plural/device categories,\nlanguage codes, --require-existing) before anything is applied, and\nevery violation is repor\n[…]\nagainst typoed keys becoming unintended new entries, --dry-run\npreviews without writing, and --json emits a structured\nresults/summary document.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add set --stdin batch mode, --require-existing, --dry-run, --json",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:23:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b35938cd610349a176bc865bb237124d7eefd26e",
"body": "CSV rows referencing a substitution the target key/language does not\ndefine used to silently create argNum=0/formatSpecifier=\"\" structures\nwith no %#@name@ host reference. The definition is now copied from\nanother language of the same key when available, and the row is\nskipped with a warning otherwi\n[…]\netVariationTranslation likewise\nrejects plural/device writes on keys whose localization has\nsubstitutions instead of corrupting the host string.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: refuse to build broken substitution structures",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:14:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "873b855a0745a10cdb65d6d2a7d95d6260ba9ba2",
"body": "The migration warning now says the original value is preserved under\nthe 'other' fallback, and the README explains the seeding behavior and\nwhen to use %lld vs %d in plural variations.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document variation migration seeding and %lld guidance",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:11:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e6a86e86db84a5d140670c27c0648b0374779d0",
"body": "set --lang now errors when the language is not already present in the\ncatalog (existing localizations + sourceLanguage), suggesting the\nclosest match for case mismatches and typos (JA/jp -> ja). Passing\n--allow-new-language permits intentional additions, and an empty\ncatalog never blocks its first language.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: validate language codes on set",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:09:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6676574bb9c8a8729a6ac11e177c50192a92a268",
"body": "Setting a plural or device variation on a key that only had a plain\nstringUnit used to silently discard the existing value. The old value\n(and its state) is now seeded into the \"other\" fallback slot — for\nnested variations, device other > plural other — before the explicit\ntarget is written, so an explicit \"other\" still wins.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: preserve plain translation when migrating to variations",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T08:07:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e29264ebedeaf23719dbc8f81253c3c7e4e25802",
"body": "make lint now runs golangci-lint with the v2 standard linter set plus\ngofmt/goimports, and CI gains a lint job pinned to golangci-lint-action\nv9.3.0. Pre-existing errcheck/staticcheck findings are excluded in\n.golangci.yml with comments and tracked for a follow-up cleanup.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: replace deprecated golint with golangci-lint",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:56:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "42701f5b617a3b054112a4eed959543e91c59b5b",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: apply gofmt and goimports across the codebase",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:56:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "39ede83a19a45abc6acc87dc2d3e942a180d2569",
"body": "list/status/untranslated accept --json to print a single JSON document\nfor scripts and agents instead of human-readable text. untranslated\n--fail-if-any exits non-zero when anything is untranslated, making it\nusable as a CI or pre-commit gate.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --json output and untranslated --fail-if-any gate",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:55:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d7b772bb805caf5670e417800d237d29169b5f2",
"body": "Importing an unedited export used to report every cell as updated.\nCells whose value already matches the catalog are now classified as\nunchanged and never written, so states and timestamps stay untouched.\nThe summary now reports created/updated/unchanged/cleared/skipped.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: skip unchanged values on csv import and report them separately",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:55:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da2675fa73dce6312f2f381735c42b96b867621b",
"body": "Session-local agent worktrees under .claude/worktrees should not\nshow up as untracked changes.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: ignore .claude/worktrees directory",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:16:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fb5ef9fe9a18d5e668edd8836fcdad708842856b",
"body": "Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: document nix/direnv setup in README",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:13:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ec4ddeb5d40631ba37d4805d2dee961f2844759e",
"body": "Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: enable direnv with the nix flake",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:13:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49cf67f20c39e76705a3fb2b70ec3310ca2e4037",
"body": "Provides Go, gopls, gotools, golangci-lint, and goreleaser via a\ndevShell, matching the setup used in corrupt952/closest.\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add nix flake for dev environment",
"author_name": "K@zuki.",
"author_login": "corrupt952",
"committed_at": "2026-07-17T07:13:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8ac8c84dba270b7bfd20373ca6248a53eb2717d3",
"body": null,
"is_bot": false,
"headline": "chore: migrate renovate preset to corrupt952/renovate-config (#82)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-07-11T17:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d02e1a00303f3bfcb106ffb91942538472d7b64",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7.2.3 (#81)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-06T04:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1a57e6c1c23e7111e0cd35dd88074bf35a2e74",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.5.0 (#80)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T16:45:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f02bdaa7895f02aa6ca885cc06f4d2086afc731c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v7 (#79)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-29T16:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cb8c3067496ccb59bea0eb11ff18531c087af13",
"body": null,
"is_bot": false,
"headline": "feat: add remove command and make set upsert (#78)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-06-18T07:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43178a6facde14a08d806b02adf5be9325164718",
"body": null,
"is_bot": false,
"headline": "feat: add state filter to list command (#77)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-06-18T06:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9974c6b6d1499c3e2febb0d8417b9e4986d39ede",
"body": null,
"is_bot": false,
"headline": "fix: include source language in list display output (#76)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-06-18T06:02:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8989783697d6e9c5d060eced39260969f65003fb",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6.0.3 (#72)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-08T05:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f8838e7b38a597f6485b32ba5676dba74d5814",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7.2.2 (#71)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-25T05:59:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c37798ddd590d4f175520eaef1a11a5153d254d4",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7.2.1 (#70)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-04T05:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41ade33cbedc7ee3ad49c5563f449fe238351ce3",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7.1.0 (#69)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-27T06:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc664857a3697284e6b0ab208ff4df00e81206c8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.4.0 (#68)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-30T10:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3892055206fb00d027731fe84e7402452ef624be",
"body": "…ors (#67)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix README logic error, remove AI patterns, add section separat…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T07:10:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f59cedba53f1f00575c696bff43863cfa82cbd5b",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update README with full feature documentation (#66)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T05:53:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ad56e06bc13b99e50a9bf06950998b44f6c42930",
"body": "…#56) (#65)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add validation for unrecognized segments in parseVariationOpts (…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:35:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14de69a045ec250eca112d6cf47295caba57674d",
"body": "…(#57) (#64)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: distinguish empty localization from missing language in display …",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:35:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "518c1c5b894fd19658b999cc9d08056e50c3e349",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: use atomic write for backup file creation (#54) (#63)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:16:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e6ef9935e396638e26df0559b64bf942b1069b58",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: SetTranslation clears Variations and Substitutions (#53) (#62)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:16:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1521049fd26b25fa61a74f630e09481b19ce6841",
"body": "… (#61)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: NeedsReviewKeys now traverses variations and substitutions (#51)…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:16:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "43d13ee1e672c5b608ecacc7c182529f75c66377",
"body": "… (#52) (#60)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: displayVariations renders both Device and Plural when coexisting…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:16:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db5999adc453913f27223e521959ba7b589609a8",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add file path fallback in stale --remove (#50) (#59)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:16:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0dd231b04bad8ac78b1ed4710ab003be630775c3",
"body": "…ion (#55) (#58)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: replace magic number with strings.HasSuffix for xcstrings detect…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T04:15:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ede3de35337e9331fa3802d077ffa3028d268834",
"body": "…#48) (#49)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add export, import, stale to integration test expectedCommands (…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:38:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "520be2d2bdbbbd3446e1f0c66212f0599e2ef430",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CSV import command (#29) (#47)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:22:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ec3a263099e5f911395751e58e522eb5ab24250c",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add CSV export command (#28) (#46)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:13:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "80657178a18e2052a558484b47750db149a97cf3",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --plural and --device flags to set command (#27) (#45)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:05:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dba4878f30dea7a6eb9815a2be058088b332e282",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add --detail flag to untranslated command (#25) (#44)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:05:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2aee3c5f0c018be6efff8478d3abea1cf64c50ae",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add stringUnit-level counting to status command (#26) (#43)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:05:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "14fc69c0780741e501b16081acbeac983bc53058",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: update list command for variations display (#24) (#42)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T03:05:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "636350f0e3cf1b06ed58dcb87d6e6a6592805bd4",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support substitutions in display (#20) (#41)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T02:54:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "97825e5cbc1ddbd787d4a0c002ea243915602f61",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support device variations in display (#19) (#40)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T02:44:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9f4851edbd86a0d0047e5eacbcb25ea4735dee0",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support plural variations in query methods (#18) (#38)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T02:43:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f1e4e0335e6a2dedd3137687f2cfa1e12db38ac3",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add unified variation type definitions (#23) (#37)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T02:38:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0e5c6b4ff89857c457f55464a0873a2cb4d7a59",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support stale state (#22) (#36)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-28T02:38:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d608000a8264841bb0fd98419090c1bcc2dda9e",
"body": "Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: support needs_review state (#21) (#33)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-27T18:17:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dcd83dd6b78427382112ae2a95cb0a56865edead",
"body": "…ta (#17) (#31)\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: prevent SetTranslation from overwriting existing localization da…",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-27T18:12:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c0fdb01b92ac5198182ce025a5fdf44d6a92e509",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v7 (#14)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-27T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6268ff124dfbed7aa294062ec3764d269adf46aa",
"body": "Replace os.WriteFile with atomic write pattern:\n- Create temp file in same directory as target\n- Write data to temp file\n- fsync before rename\n- Atomic rename to target path\n- Cleanup temp file on error via defer\n\nCo-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: implement atomic file writes in SaveToFile (#16) (#30)",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2026-03-27T18:07:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8e15c7c5b2768e697d5fb82baff2977acbffd101",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.3.0 (#15)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-09T05:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ad8d1b1022bc6f726d24d3fc5476e6f7a4df6e1",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency go to 1.26 (#13)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-02-16T08:42:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f76238aa06f8bfe9c16bcd2cacb1b2c08d9defc",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6.0.2 (#12)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-26T05:57:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd43717d4e073674409efab56f8fafb5fa72a120",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.2.0 (#11)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-01-19T06:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7632477f3b70a8ac888891a79c08808c106680d9",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6.0.1 (#10)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-08T06:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2044581d08ec0ca1357c124f3f0d252237721e37",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v6 (#9)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-02T00:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad894ca9803c305a00f4858bac511c417da3183b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6.1.0 (#8)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-12-01T10:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18db1547af8f5bffb96d5d6704a6bf399e6bef3a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v5.0.1 (#7)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-11-24T04:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8539615a337b12b6011e9484e7ab11e339458d7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v5 (#5)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-10-16T07:49:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84e34607615cb0a684bc3ad2771ef6585100b399",
"body": "chore(deps): update actions/setup-go action to v6",
"is_bot": false,
"headline": "Merge pull request #6 from corrupt952/renovate/actions-setup-go-6.x",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2025-10-16T07:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3f07a1d4b9ae0f6ea3d3a6a4f378f36e10e2f8c",
"body": null,
"is_bot": true,
"headline": "chore(deps): update actions/setup-go action to v6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-09-06T23:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40a70c237e6e32549b60406d3bd7197ba0e00bc4",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update goreleaser/goreleaser-action action to v6.4.0 (#4)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-15T12:58:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06002b9fabb20bf02a8d62928eeab4302f7c7376",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency go to 1.25 (#3)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-15T10:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e021a32d4c42bc850bf6a26175604383256d2606",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update actions/checkout action to v4.3.0 (#2)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2025-08-15T07:28:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c152e2d4a3981c56c0f9acf37bec1170cf85fc7",
"body": "…anslation",
"is_bot": false,
"headline": "feat: add support for shouldTranslate flag to exclude strings from tr…",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-23T17:02:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d3afcd646ce3ac04600e233c39bf7208158a9e",
"body": null,
"is_bot": false,
"headline": "fix: initialize nil localizations to prevent null serialization",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T12:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8f8db63f0c1a2efa633bb2e3211cbbf67cf248",
"body": null,
"is_bot": false,
"headline": "fix: exclude source language from untranslated detection",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T04:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e720296470d204861dff117a753583c5aa6e4fb3",
"body": null,
"is_bot": false,
"headline": "feat: add prefix filtering to list and untranslated commands",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T03:46:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c93b07ea5857e583902c3620e28c98a43c85293",
"body": null,
"is_bot": false,
"headline": "refactor: remove language filtering from list command",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T03:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06ae8e5207bf44557e2db887b6de2fc13949ab2e",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub Actions workflows and Renovate config",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T03:21:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af6243c7e3d318231e8a5f9d331900954f9d42c",
"body": null,
"is_bot": false,
"headline": "docs: add README with usage instructions",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T03:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61685b49a3cd73d86da72ac30c127f7a3048fea0",
"body": null,
"is_bot": false,
"headline": "feat: add xckit CLI for managing Xcode String Catalogs",
"author_name": "K@zuki",
"author_login": "corrupt952",
"committed_at": "2025-07-15T03:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38f6aad13913d69d5f88832264a9d1be90d86583",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "K@zuki. / K.HASEGAWA",
"author_login": "corrupt952",
"committed_at": "2025-07-15T01:11:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 77,
"latest_release_at": "2026-07-17T10:22:20Z",
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 21,
"days_since_latest_release": 5,
"mean_days_between_releases": 73.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 0,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": true,
"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": 58158,
"source_files_sampled": 29,
"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/google/subcommands",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.2.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": 52,
"open_issues": 1,
"closed_ratio": 0.963,
"closed_issues": 26,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "corrupt952",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/2923219?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yaml",
"test.yaml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 1,
"reason": "SAST tool is not run on all commits -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "038f5dfb52127432e03637028e2a508c2491ba51",
"ran_at": "2026-07-22T18:32:04Z",
"aggregate_score": 5.6,
"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-17T16:41:22Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-17T16:40:34Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 1,
"created_at": "2025-07-15T04:31:08Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/corrupt952/xckit",
"host": "github.com",
"name": "xckit",
"owner": "corrupt952"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 56,
"vitality": 80,
"community": 29,
"governance": 47,
"engineering": 74
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 77,
"human_commit_share": 0.741,
"days_since_last_push": 5,
"active_weeks_last_year": 21
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "21/52 weeks with commits",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 21
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "77 commits in the last year",
"points": 17,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 77
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.2.1",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 73.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~73.4 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 73.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 0,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "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": 47,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 52,
"open_issues": 1,
"closed_issues": 26,
"issue_closed_ratio": 0.963,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "96% of issues closed",
"points": 45,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 96
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "52/56 decided PRs merged",
"points": 35.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 52,
"decided": 56
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"followers": 23,
"owner_type": "User",
"is_verified": null,
"owner_login": "corrupt952",
"public_repos": 63,
"account_age_days": 4983
},
"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": "23 followers of corrupt952",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 23,
"login": "corrupt952"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "63 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 63
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 7 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": 60,
"inputs": {
"topics": [
"cli",
"go",
"i18n",
"ios",
"localization",
"xcode",
"xcstrings"
],
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.6
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"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": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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": 79,
"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.984,
"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": "62 of 63 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 62,
"sampled": 63
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.565,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.259
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "48 of the last 85 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 48,
"sampled": 85
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "22 of the last 85 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 22,
"sampled": 85
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"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": 58158,
"source_files_sampled": 29,
"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/29 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 29,
"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-22T18:32:13.810030Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/corrupt952/xckit.svg",
"full_name": "corrupt952/xckit",
"license_state": "standard",
"license_spdx": "MIT"
}